Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PT Run][New Plugin] Time zone plugin #11431

Merged
merged 70 commits into from
Feb 23, 2022
Merged
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
d679b4c
Initial commit - simple idea for a time zone plugin
TobiasSekan May 9, 2021
d8e5c01
Translations, better search results, copy to clipboard, cleanup
TobiasSekan May 24, 2021
8715d99
fix typo
TobiasSekan May 24, 2021
5db4b2d
Add shortcut search and prepare JSON for later usage
TobiasSekan May 29, 2021
b96e83e
Fix typo
TobiasSekan May 30, 2021
b09843b
Use timezone Data only from JSON
Oct 20, 2021
6aa06b4
Exclude json file from spell checker
Oct 21, 2021
08d353d
fix wrong dst
Oct 21, 2021
2455b8c
Improved results (title, subtitle, tooltip) and fix namespace/class p…
Oct 21, 2021
33f2a58
Always show full offset (-##:## and +##:##)
Oct 22, 2021
e698f61
Add and show timezone names (first pass)
Oct 22, 2021
b81262f
Fix typos
Oct 22, 2021
0c8eed1
fix build
Oct 22, 2021
ce63b40
JSON: fix wrong minus sign and put extra country info the end
Oct 22, 2021
c2d8d15
Improved Subtitle for many matched countries and allow full offset se…
Oct 22, 2021
266421c
Allow more than one names for time zones and remove leftover
Oct 27, 2021
70f00df
Add military time zone names, and fix name result
Oct 27, 2021
50dcc5e
Only use one JSON entry for one time zone
Oct 27, 2021
7a4c72a
Use TimeSpan for offset, use build-in calculation for time in time zone
Oct 28, 2021
fb69ce9
add descriptions for JSON schema
Oct 28, 2021
f9a4463
Fix typos
Oct 28, 2021
08cadbd
Split out names in separate properties
Oct 29, 2021
af503f8
Add many time names, time zone names and shortcuts
Oct 29, 2021
7d64e13
Add additional options and most code documentation
Nov 2, 2021
97e0df9
Fix unreadable TimeSpans in JSON and rename helper class
Nov 12, 2021
b090785
Fix not allowed commas in JSON file
Nov 12, 2021
7e3e016
Cut to long time and time zone names in title
Nov 12, 2021
d9b5ac9
Fix missing results for names and offsets
Nov 12, 2021
98deef5
Better result and show only one result when offset are identical (res…
Nov 12, 2021
6d78cea
Show generic name fot time zones without names
TobiasSekan Dec 28, 2021
c54be3a
Typo fixes
TobiasSekan Dec 28, 2021
b8bb367
Fix not working serach by shortcuts
TobiasSekan Dec 30, 2021
26b4844
Fix german resx file -> english resx file
TobiasSekan Dec 30, 2021
3fe4821
Translate all names and countires
TobiasSekan Dec 30, 2021
e06c6b5
Fix not working context menu
TobiasSekan Dec 30, 2021
2a27086
Typo fixes, fix wrong shortcut in names, comments, few better variabl…
TobiasSekan Jan 4, 2022
9794f3e
New symbols - thx to niels9001
TobiasSekan Jan 4, 2022
da6294c
Search by shortcuts for time names
TobiasSekan Jan 4, 2022
1ae4bde
update schema
TobiasSekan Jan 4, 2022
75f9ad0
Add more time zone names and shortcuts (second pass), make spell chec…
TobiasSekan Jan 5, 2022
ac01b25
Reduce matching checks
TobiasSekan Jan 6, 2022
2b8a28b
Show shortcuts in tool-tips, avoid string converting
TobiasSekan Jan 6, 2022
1758687
Show only names that match the query
TobiasSekan Jan 6, 2022
ca6307b
Make all translatable (Part 1)
TobiasSekan Jan 7, 2022
80bb87e
Make all translatable (part 2 of 2)
TobiasSekan Jan 10, 2022
67b2671
XML Doc
TobiasSekan Jan 10, 2022
dc2d781
Fix plugin name (type)
TobiasSekan Jan 10, 2022
edf7f2d
Fix Typos
TobiasSekan Jan 19, 2022
7295a0a
Add TimeZone Plugint to WXS
TobiasSekan Jan 19, 2022
f5228fa
Add TimeZone plugin to sign pipeline
TobiasSekan Jan 19, 2022
5f55714
Add Documentation
TobiasSekan Jan 19, 2022
0b496ab
Remove double spell entries
TobiasSekan Jan 19, 2022
e391be2
Remove TODO leftovers
TobiasSekan Jan 19, 2022
1f10468
Fix for results with no countries
TobiasSekan Jan 27, 2022
54d2f0d
Fix typos
TobiasSekan Jan 27, 2022
3416eed
fix typos
TobiasSekan Jan 27, 2022
b5c2f66
Fix broken siolution after rebase
TobiasSekan Jan 30, 2022
3f2d960
Update target framework to make build happy
TobiasSekan Jan 31, 2022
5809b65
fix wrong guid count in WXS
TobiasSekan Feb 1, 2022
e9062dd
fix wrong output folder (setup wasn’t found files)
TobiasSekan Feb 1, 2022
0e00606
try fix from @jaimecbernardo
TobiasSekan Feb 8, 2022
bdda556
Address feedback from @jsoref - fix spell check
TobiasSekan Feb 8, 2022
660820c
typo fix - one leftover in expect.txt
TobiasSekan Feb 8, 2022
ce97467
Switch to .NET6 and update dokumentation
TobiasSekan Feb 11, 2022
34098be
Address feedbacks, and fix search bug
TobiasSekan Feb 21, 2022
4b2c167
Merge branch 'main' into TimeZonePlugin
TobiasSekan Feb 21, 2022
1c3543d
fix installer build error
jaimecbernardo Feb 22, 2022
3b147b8
fix spellchecker
jaimecbernardo Feb 22, 2022
dd31377
Merge pull request #2 from jaimecbernardo/pr11431-fix-gh-errors
TobiasSekan Feb 23, 2022
cb26b1c
Address feedback from @htcfreek
TobiasSekan Feb 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/spell-check/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ ignore$
^\.github/
^\.github/actions/spell-check/
^\.gitmodules$
(?:^|/)WindowsSettings\.json$
(?:^|/)timezones\.json$
Loading