Commit graph

383 commits

Author SHA1 Message Date
pc223
c8961a8ba8 Remove top margin of General tab (Settings)
Why: for similar UX to other apps/website
2021-06-27 12:33:19 +07:00
Kevin Zhang
a312fe8581
Merge pull request #489 from lzl1918/lzl1918/FixShellPluginDoesNotAutoFocus
[Plugin.Shell] Fix: The Query Box Is Not Focused When HotKey Invoked
2021-06-27 12:56:13 +08:00
Zelin Liao
867c2a711b Remove Uncessary Window.Activate() 2021-06-26 20:42:09 +08:00
pc223
64cc4a9a6b Fix ContextMenu bug
Should not switch to ContextMenu if SelectedItem == null
2021-06-26 15:42:55 +07:00
Jeremy Wu
477d988456
Merge pull request #474 from taooceros/fixStoryboardPause
fix storyboard animation control error
2021-06-23 20:14:31 +10:00
pc223
18b889c621 Remove empty lines 2021-06-23 00:11:54 +07:00
pc223
43257ea9cf Remove .Activate() 2021-06-22 23:28:21 +07:00
pc223
d3384bf677 [UI] Fix Settings-window doesn't show back up when minimized in taskbar by user
Not sure why this works tho
Maybe `.Show()` failed when `window.WindowState == Minimized` (not `Normal`)
Not sure why need .Activate() too
Ref: https://stackoverflow.com/a/59719760/4230390
2021-06-22 17:46:01 +07:00
Jeremy Wu
9fc97c6f6d
Merge pull request #483 from pc223/fix-ux-settings-general-tab-bottom-margin
[UI/UX] Remove bottom margin of General tab (Settings)
2021-06-22 07:36:48 +10:00
Jeremy Wu
b31fddd449
Merge pull request #481 from Flow-Launcher/everythingplugin_backwards_compatibility
Add backwards compatibility for Everything plugin v1.4.9
2021-06-21 23:10:19 +10:00
Jeremy Wu
644be7977c use ISavable and add obsolete message 2021-06-21 21:56:20 +10:00
pc223
4b8b7a4f0d [UI/UX] Remove bottom margin of General tab (Settings)
The bottom margin (little gap) under General tab of Settings
make it hard to "feel" the space is scrollable or not.

New windows style and websites tend to not have margin in the bottom

Related to: Issue #443 and PR #440
2021-06-21 18:56:05 +07:00
Jeremy Wu
0387bfbb64 update class name 2021-06-21 21:31:07 +10:00
Jeremy
131c5cbfcc update binding for Theme tab 2021-06-21 19:38:22 +10:00
Kevin Zhang
77f8a8e27b Use direct property to allow calling onPropertyChanged
Remove default value initialization
2021-06-21 13:39:54 +08:00
Jeremy Wu
7319133ae8 add backwards compatibility with Everything plugin 2021-06-21 12:34:07 +10:00
Jeremy
a0011db9d3 add auto hide scroll bar option to Theme tab 2021-06-19 21:49:07 +10:00
Jeremy
f561b1166f update wording 2021-06-19 21:38:35 +10:00
Jeremy
3cc92c976f update wording 2021-06-19 21:12:12 +10:00
Jeremy
7b50820765 add option to switch auto scrollbar hide on/off 2021-06-19 21:04:34 +10:00
Jeremy
35967328aa Merge remote-tracking branch 'origin/dev' into StopHidingScroller 2021-06-19 20:45:08 +10:00
Kevin Zhang
bd66e56e7c add controllable argument to allow stop 2021-06-16 23:27:34 +08:00
张弘韬
4684a38883 1. Change propertyname match to switch,
2. Use begin/stop instead of resume/pause to reset position
3. Add a small delay when stopping the animation after hiding to make the animation more fluently
2021-06-15 17:27:21 +08:00
张弘韬
797ff90195 fix storyboard animation control 2021-06-15 16:41:27 +08:00
Kevin Zhang
9557d7ea24 No need for the temp variable 2021-06-06 14:31:47 +08:00
Kevin Zhang
4d501ba3f7 Modify logic in RemoveOldQueryResults() MainViewModel.cs 2021-06-06 14:27:10 +08:00
弘韬 张
efc45c76ac Use HashSet storing GlobalPlugins
Use HashSet instead of List to avoid duplicate global plugin
2021-05-28 17:06:58 +08:00
Jeremy
3623f88374 remove obsolete delcaration of translator instance 2021-05-26 19:46:16 +10:00
Jeremy
0a6e338cc9 set to visible in settings panel only when one action keyword 2021-05-26 19:43:39 +10:00
弘韬 张
e8cf5ee0c1 Use ConcurrentDictionary to replace Dictionary 2021-05-19 18:59:19 +08:00
弘韬 张
fa8c3db5e1 stop auto hiding scroller 2021-05-19 12:50:29 +08:00
张弘韬
20ba2b2d23 Add SavePluginSettings API, and call that api in PluginManager.Save(); 2021-05-13 20:49:41 +08:00
张弘韬
d84eff7712 Remove unneccessary api, rename storage api, and update comment 2021-05-13 19:29:21 +08:00
张弘韬
25f6e664f2 add auto save for all setting that has been registered, and remove Separate Save 2021-05-12 00:37:28 +08:00
张弘韬
33accbd5d4 Move most direct call of PluginJsonStorage to API call 2021-05-11 20:24:22 +08:00
solitudechn
e107d7fee2 Added and corrected Chinese translation 2021-04-28 22:36:32 +08:00
Jeremy Wu
baf961ef3a
Merge pull request #416 from taooceros/BringOldSelectedRecordBack
Bring Legacy records together
2021-04-27 06:41:27 +10:00
kubalav
21c59f2fef Update Slovak translation 2021-04-22 12:37:24 +02:00
kubalav
6269da11df Update Slovak translation 2021-04-22 11:28:59 +02:00
弘韬 张
d2fb26b103 Bring Legacy records together and remove some useless code for JsonStorage 2021-04-19 13:06:03 +08:00
Jeremy Wu
e7127cf514 add error message method to api to allow the use of standard error icon 2021-04-16 08:53:19 +10:00
Jeremy Wu
5791cd4bba add tooltip for ShouldUsePinyin settings 2021-04-12 20:13:39 +10:00
kubalav
9e3bfe879e Update Slovak translation 2021-04-08 09:59:36 +02:00
Jeremy Wu
c78e08abaa
Merge pull request #398 from Flow-Launcher/scoreBumpWithQuery
add score bumping with query and do hashcode customized
2021-04-07 08:35:03 +10:00
弘韬 张
3051afad01 move number become const 2021-04-06 18:35:29 +08:00
弘韬 张
d09ff638b3 add comment and use for instead of foreach 2021-04-02 00:40:25 +08:00
弘韬 张
362504e223 add score bumping with query and do hashcode customized 2021-04-01 18:02:27 +08:00
Jeremy Wu
b359d709a5
Merge pull request #393 from Flow-Launcher/PluginJsonStorageSingleInstance
Make PluginJsonStorage in IPublicAPI become single instance per type
2021-04-01 07:21:47 +11:00
Jeremy Wu
953b50d1f2 add min height to settings page resize 2021-03-31 06:21:18 +11:00
Jeremy Wu
0865d56e4e Merge remote-tracking branch 'origin/dev' into FixPluginSettingUIDev 2021-03-31 06:12:53 +11:00