Kevin Zhang
dea168924d
fix unexpected different token due to default
2021-07-08 01:38:57 +08:00
Kevin Zhang
6f65e10a10
add default token field and check token
2021-07-06 11:15:39 +08:00
Jeremy Wu
55e985faae
Merge pull request #561 from taooceros/CloseWithDispose
...
Dispose Disposable or AsyncDisposable plugin on mainwindow close
2021-07-05 19:19:15 +10:00
Kevin Zhang
a18a777e75
Dispose Disposable or AsyncDisposable plugin on mainwindow close
2021-07-05 16:50:50 +08:00
Jeremy Wu
dd2f84a42f
Merge pull request #556 from taooceros/JsonCaseInsensitive
...
JsonRPC camelCase and Case Insensitive
2021-07-05 18:42:01 +10:00
Kevin Zhang
b3c6466053
Check null and return input value in UserSelectedRecord.cs to avoid error thrown.
2021-07-05 11:48:30 +08:00
pc223
020ced45d0
Fix (workaround) for the window freezes after lock screen (Win+L)
...
Co-authored-by: taooceros <hongtao_zhang@outlook.com>
2021-07-03 00:40:20 +07:00
Jeremy Wu
55e7ce0d90
Merge pull request #532 from taooceros/ExceptionLogPartialOpt
...
Exception log partial opt
2021-06-30 06:29:46 +10:00
Jeremy Wu
3bbffe8ed1
Merge pull request #498 from Flow-Launcher/auto_disable_shadow
...
auto disable shadow when blur is enabled
2021-06-30 03:49:37 +10:00
Kevin Zhang
9d9b5323c6
check cancellation to avoid racing issue.
2021-06-29 19:11:22 +08:00
Kevin Zhang
11ca5f9bf3
revert unintended remove of await TaskScheduler.Default back
2021-06-29 19:11:22 +08:00
Kevin Zhang
b955fde6e5
Use NLog Exception Handler, and , NLog Debug Message Printer, and change layout
2021-06-29 19:03:06 +08:00
Kevin Zhang
f80ae3092e
CherryPick Exception Optimize
2021-06-29 19:02:27 +08:00
Jeremy
b5272ddb47
allow main query window's width to be dynamic
2021-06-29 09:21:53 +10:00
Jeremy
aa34a0202d
set blur when theme change is called
2021-06-29 07:00:01 +10:00
Jeremy
52fbebf2d6
prompt user restart required when blur theme is selected first time
2021-06-27 22:14:33 +10:00
Jeremy
6a6d6b22ee
auto disable shadow when blur is enabled
2021-06-27 21:42:37 +10:00
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