Commit graph

3730 commits

Author SHA1 Message Date
弘韬 张
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
9d4af83fef
Merge pull request #390 from Flow-Launcher/PluginAncestor
Make IPlugin inherit from IAsyncPlugin
2021-04-01 07:23:28 +11: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
923367c0a9
Merge pull request #395 from Flow-Launcher/FixPluginSettingUIDev
Increase the default width and allow user to resize setting window, and reduce the margin for PluginDirectory
2021-03-31 06:48:57 +11:00
Jeremy Wu
eae3b1e4bf update plugin text 2021-03-31 06:40:39 +11:00
Jeremy Wu
3ab3010000 fix Sys plugin translation 2021-03-31 06:28:25 +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
Jeremy Wu
41dd1bce16
Merge pull request #396 from Flow-Launcher/docs_link
Add documentation link
2021-03-30 18:37:08 +11:00
弘韬 张
db6e53f2a7 span the third row with two columes, and set a minWidth for resizing 2021-03-30 15:34:19 +08:00
Jeremy Wu
0d1bb12b67 add documentation link 2021-03-30 06:51:42 +11:00
弘韬 张
1f0c0022ac Increase the default width and allow user to resize setting window, and reduce the margin for PluginDirectory
modified:   Flow.Launcher/SettingWindow.xaml

	modified:   Flow.Launcher/SettingWindow.xaml
2021-03-29 14:27:13 +08:00
弘韬 张
6fe83d84c5 make JsonStorge used with single instance 2021-03-27 17:58:22 +08:00
弘韬 张
6bbedbaaa1 remove the explicitly abstract 2021-03-23 17:55:40 +08:00
弘韬 张
ab7d00eacc Make IPlugin inherit from IAsyncPlugin 2021-03-23 17:40:27 +08:00
Jeremy Wu
b5e54a76b0
Merge pull request #389 from Flow-Launcher/optimizeStartup
Optimize startup
2021-03-22 05:08:49 +11:00
Jeremy Wu
c8c28db624
version bump BrowserBookmarks plugin 2021-03-22 05:01:45 +11:00
弘韬 张
480887edaf Version Bump 2021-03-20 18:03:11 +08:00
弘韬 张
9182fdb2bd Remove readonly in Calculator 2021-03-20 18:02:35 +08:00
弘韬 张
8acde56455 remove readonly field to allow init in Init() 2021-03-18 11:59:48 +08:00
Jeremy Wu
4dcc279002
Merge pull request #387 from Flow-Launcher/fix_windowsindex_exclude
Add ConfigureWait and cancellation token
2021-03-18 14:48:18 +11:00
弘韬 张
6430e2562d Use EnumerateDirectories instead of GetDirectories 2021-03-18 11:43:41 +08:00
弘韬 张
409ccae7f2 Move initialization of Calculator to Init() 2021-03-18 11:39:13 +08:00
弘韬 张
541e91df60 Move initialization of BrowserBookmark to Init() 2021-03-18 11:38:07 +08:00
Jeremy Wu
9479923531 remove unnecessary catching OperationCanceledException 2021-03-18 06:50:55 +11:00
Jeremy Wu
f4971e2e96 remove async and task run 2021-03-18 06:44:00 +11:00
Jeremy Wu
b138838805 add ConfigureWait and cancellation token 2021-03-17 06:32:53 +11:00
Jeremy Wu
647e2b4ef8
Merge pull request #386 from Flow-Launcher/fix_windowsindex_exclude
Fix exclusion of Windows Index search for files and folders
2021-03-16 22:03:24 +11:00
Jeremy Wu
7aa1396821 move index exclude method to IndexSearch class and add async 2021-03-16 21:33:40 +11:00
Jeremy Wu
e73b2a05ce change to for loop 2021-03-16 07:12:36 +11:00
Jeremy Wu
b2dc2ef71b do not exclude if in Quick Access list 2021-03-16 07:12:01 +11:00
Jeremy Wu
b642898132 update loop logic 2021-03-15 08:12:03 +11:00
Jeremy Wu
a5e3049adc fix typo 2021-03-15 07:39:14 +11:00
Jeremy Wu
43f1cae350 fix exclusion of Windows Index file or folder search 2021-03-15 06:01:29 +11:00
Jeremy Wu
8577dbe3bf
Merge pull request #382 from Flow-Launcher/add_copy_cmd_shell_plugin
Add copy cmd shell plugin
2021-03-10 04:13:28 +11:00
Jeremy Wu
e312fefbb1 verison bump Shell plugin 2021-03-09 21:05:38 +11:00
Jeremy Wu
bd921f8d0c add context menu run as admin icon 2021-03-09 21:04:57 +11:00
Jeremy Wu
22617aef33 add copy cmd to context menu 2021-03-09 21:04:28 +11:00
Jeremy Wu
17a04d65c1 fix private variable naming convention 2021-03-09 20:59:25 +11:00
Jeremy Wu
e52e3b8e52
Merge pull request #381 from Flow-Launcher/stopAwaitIndexingWithCache
Stop await indexing when indexing is required and cache exist
2021-03-09 06:27:00 +11:00
张弘韬
da3f20a61a Stop await indexing when indexing is required and cache exist 2021-03-08 16:16:54 +08:00
Jeremy Wu
8a8eea8199
Merge pull request #378 from jeremymeyers/patch-1
Added Plugins section with curently compatible plugins
2021-03-07 21:22:08 +11:00
Jeremy Wu
d66f878956
Merge pull request #380 from Flow-Launcher/CommandLineLog
Add Open Log Location command to sys plugin
2021-03-06 22:07:04 +11:00
张弘韬
f7ded13c0a Version Bump 2021-03-06 18:58:19 +08:00
张弘韬
99ca4093f2 Add Open Log Location command to sys plugin 2021-03-06 13:30:18 +08:00
Jeremy Meyers
c082d45454
Relocated things
Moved plugins to its own file (commit needs to be accepted before the link here will work), switched Usage and Integrations
2021-03-05 11:51:19 -05:00
Jeremy Wu
5e011db37b
Merge pull request #377 from Flow-Launcher/fix_hibernation
Fix hibernation
2021-03-05 18:54:41 +11:00
Jeremy Meyers
8b59aa38dc
Added Plugins section with curently compatible plugins
I made a table with all the plugins listed as compatible on https://github.com/Flow-Launcher/Flow.Launcher/issues/170  ... the plugin names would need to be verified in terms of being able to use them to install correctly but since there doesn't seem to be anywhere else in the docs that this lives i thought it might be a good addition.
2021-03-04 17:52:22 -05:00
Jeremy Wu
db411750f9 fix hibernation 2021-03-04 19:51:56 +11:00