Commit graph

3144 commits

Author SHA1 Message Date
张弘韬
36e6f5eccb Use _viewModel.MainWindowVisibility instead of Visibility 2021-01-25 04:45:24 +08:00
Jeremy Wu
db63833e93 add condition for progress bar to control pause and resume 2021-01-25 07:15:11 +11:00
Jeremy Wu
337e3bb341 Merge branch 'dev' into ProgressBarOpt 2021-01-24 21:29:04 +11:00
Jeremy Wu
d0af7a1b75
Merge pull request #309 from taooceros/ExplorerDirectorySearchWithIndexFix
Fix unrecognized path
2021-01-24 21:21:36 +11:00
Jeremy Wu
2968a59b42 revert unintended deletion 2021-01-24 21:15:30 +11:00
Jeremy Wu
bfa1aabe35 add comment explaining why location check is needed 2021-01-24 21:08:48 +11:00
Jeremy Wu
e9462e8994 revert change from check string is path back to check location exists 2021-01-24 21:05:39 +11:00
Jeremy Wu
51c7b693c0 fix formatting 2021-01-24 21:01:29 +11:00
Jeremy Wu
d583078a67 version bump Explorer 2021-01-24 20:52:39 +11:00
Jeremy Wu
288baa5538 Merge branch 'dev' into ExplorerDirectorySearchWithIndexFix 2021-01-24 20:52:10 +11:00
Jeremy Wu
19d23afbfc add test for when using wildcard directory search 2021-01-24 20:51:56 +11:00
Jeremy Wu
8c84e63452
Merge pull request #310 from taooceros/OrderByOpt
Use Window Search Orderby
2021-01-24 20:38:02 +11:00
Jeremy Wu
cf60ce2b22 verision bump Explorer plugin 2021-01-24 20:26:29 +11:00
Jeremy Wu
4944a001d6 Merge remote-tracking branch 'origin/dev' into OrderByOpt 2021-01-24 20:24:49 +11:00
Jeremy Wu
a3a0623617
Merge pull request #312 from taooceros/autoReindex
Auto reindex
2021-01-24 19:50:56 +11:00
弘韬 张
267c796ad8 await indexing process in Program plugin 2021-01-23 12:40:10 +08:00
弘韬 张
3e6961dc9f automatically check whether we shall reindex when querying 2021-01-23 12:33:47 +08:00
taooceros
7d333aeaed
Merge pull request #298 from Flow-Launcher/exclude_chars_explorer
Exclude index search from special chars
2021-01-23 11:54:51 +08:00
弘韬 张
0fe92d35cb fix testing and a potential error coding 2021-01-23 11:32:41 +08:00
弘韬 张
5285c46bc1 fix testing 2021-01-23 10:59:37 +08:00
弘韬 张
bc0146e68b Use Window Search Orderby instead of getting the result and order them by filename 2021-01-23 10:53:01 +08:00
弘韬 张
2db3f829e4 change logic
1. Disable animation when progressbar is hidden or mainwindow is collapsed
2. resume only when both visibility and progressbar visibility is visible
2021-01-22 17:13:35 +08:00
弘韬 张
3effb401b7 make it become an extension method 2021-01-22 16:23:18 +08:00
弘韬 张
b426dd10d1 Rewrite LocationPathString match 2021-01-22 16:19:03 +08:00
弘韬 张
5d1790cb0e change visibility from ProgressBar.Visibility to _viewModel.ProgressBarVisibility 2021-01-21 12:11:01 +08:00
taooceros
79962fb03e
Merge pull request #300 from Flow-Launcher/fix_errormsg_delay
fix error message not working + increase delay
2021-01-21 11:05:07 +08:00
Jeremy Wu
49d5faee9e formatting 2021-01-21 13:41:50 +11:00
Jeremy Wu
4e7c9a76e8 version bump PluginsManager 2021-01-21 13:38:26 +11:00
Jeremy Wu
a939087367 Merge branch 'dev' into fix_errormsg_delay 2021-01-21 13:37:45 +11:00
Jeremy Wu
29a2713884
Merge pull request #304 from lemonnuggets/new-themes
Update themes
2021-01-21 08:12:10 +11:00
Jeremy Wu
aa281a10ba keep BlurBlack add darker version 2021-01-21 08:08:11 +11:00
弘韬 张
258de0109e Allign Gray and Light design with Darker 2021-01-20 19:07:38 +08:00
弘韬 张
2ca2041ed7 Increase opacity for blurblack and blurwhite 2021-01-20 19:07:12 +08:00
弘韬 张
912cca6c5f Use callback to check whether downloading manifest successfully. 2021-01-20 18:00:16 +08:00
adamjijo
a42c9c0ac1 Added themes.
Added Nord and Nord Darker themes.
2021-01-20 11:26:24 +05:30
Jeremy Wu
0de6c4d689
Merge pull request #195 from taooceros/RenderImprovement
Render improvement
2021-01-20 06:41:02 +11:00
Jeremy Wu
89443bace7 fix formatting 2021-01-20 06:34:26 +11:00
弘韬 张
0730956822 Make pause and resume when progressbarvisibility changed. 2021-01-19 22:42:32 +08:00
Jeremy Wu
a0f611c7ba Merge branch 'dev' into exclude_chars_explorer 2021-01-19 13:16:38 +11:00
Jeremy Wu
5db250f53c
Merge pull request #296 from Flow-Launcher/versionbump_plugin
Version bump Flow.Launcher.Plugin
2021-01-19 13:12:54 +11:00
Jeremy Wu
2463582af0 fix error message not working + increase delay 2021-01-19 08:52:12 +11:00
Jeremy Wu
ed1bf0e956 version bump Explorer plugin 2021-01-19 07:07:06 +11:00
Jeremy Wu
2643c7d730 exclude index search on special chars 2021-01-19 07:05:30 +11:00
Jeremy Wu
ff26bccba5 version bump plugins 2021-01-18 07:58:38 +11:00
Jeremy Wu
72e40dee1f Merge branch 'dev' into versionbump_plugin 2021-01-18 07:57:56 +11:00
Jeremy Wu
485b314a65
Merge pull request #297 from taooceros/PluginManagerManifestTimeout
Plugin manager init timeout
2021-01-18 07:50:08 +11:00
Jeremy Wu
2fecfa2644 verison bump plugins manager 2021-01-18 07:44:43 +11:00
张弘韬
415adb72bf Optimize Logic 2021-01-17 18:46:08 +08:00
张弘韬
d203a7a5f3 Add Cancellation Token 2021-01-17 18:42:01 +08:00
张弘韬
bf96a60862 Only wait PluginManifest downloading for 500ms to allow Flow to be used even without internet connection. 2021-01-17 18:39:53 +08:00