Commit graph

96 commits

Author SHA1 Message Date
Jeremy
e23eb94caf allow progress bar customisation via plugin 2022-09-12 08:05:03 +10:00
Oren Nachman
ffd877290d Addressing initial feedback 2022-08-08 11:27:11 -07:00
Oren Nachman
a3197f8ee1 Fix (some) build warnings
CS1572
CS1573
CS0168
CS8073
CA2200
VSTHRD110
VSTHRD200
VSTHRD105
SYSLIB0013
CS8524
2022-08-07 21:31:38 -07:00
Jeremy
dd6b8f8c47 Merge remote-tracking branch 'origin/dev' into add_quickaccess_actionkeyword 2021-09-15 21:15:33 +10:00
Jeremy
b5b21cf43b rename IndexOnlySearchKeywordEnabled for consistency 2021-09-01 22:05:19 +10:00
Jeremy
267fb6551b add File Content Search Enabled status property 2021-09-01 21:10:52 +10:00
Jeremy
ad04c981f1 Merge branch 'dev' into add_quickaccess_actionkeyword 2021-07-30 20:45:54 +10:00
Jeremy
6978b65d8e add Quick Access action keyword 2021-07-30 20:44:29 +10:00
Jeremy
8cfd80b962 delay the create query helper call
to catch exception when Windows Search service is not running
2021-07-30 12:30:21 +10:00
Jeremy
bd15aa7ef9 pass query helper object 2021-07-27 18:55:52 +10:00
Jeremy Wu
86fe664404 add option to remove warning msg and install Everything plugin 2021-07-25 19:58:21 +10:00
Jeremy Wu
44d8666e27 add warning for Windows Search service not turned on 2021-07-25 17:48:57 +10:00
Kevin Zhang
0df9f373ce Rename variables 2021-07-03 12:45:00 +08:00
Kevin Zhang
192d64bb2a Use Constant Name 2021-07-03 00:20:33 +08:00
Jeremy
ff404c5c5b update ActionKeywordSetting view logic 2021-06-05 18:44:16 +10:00
Jeremy
f13e24bd07 removed obsolete api object, updated search action keyword naming, 2021-06-05 14:07:13 +10:00
弘韬 张
5966ddc4d9 Refactor Code
1. Moving Property match to Settings.cs
2. Use Binding to avoid explicit Function Assign
3. Simplify ActionKeywordMatch
2021-06-01 18:10:24 -07:00
Jeremy
995cf568ff option to allow action keywords to be disabled 2021-05-30 19:28:18 +10:00
Jeremy
3bf3afc795 update action keyword match logic 2021-05-30 15:11:59 +10:00
Jeremy
7e799b5625 keep search activation, enable and disable path and index search 2021-05-29 20:08:34 +10:00
弘韬 张
acba2dd1a3 Add specific keyword for path explore in explorer plugin 2021-05-22 17:23:25 +08: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
abb11b22fc update 2021-02-19 21:03:23 +11:00
弘韬 张
73ee3437f3 Use UnionWith 2021-02-18 06:41:56 +08:00
弘韬 张
94e45878c5 Merge branch 'fix_duplicate_entry_quickaccess' of github.com:Flow-Launcher/Flow.Launcher into HEAD 2021-02-18 06:41:18 +08:00
弘韬 张
cba47855c7 Use Hashset and customized equality comparator to filter result 2021-02-18 06:38:43 +08:00
Jeremy Wu
8b30d37ff7 update 2021-02-18 08:09:51 +11:00
Jeremy Wu
dfd7148229 remove duplicate entry with quick access results 2021-02-17 08:50:33 +11:00
弘韬 张
c875ad5277 Make most class in Explorer plugin become static class 2021-01-29 18:40:51 +08:00
Jeremy Wu
82d91840c1 rename methods in quick access 2021-01-26 20:53:01 +11:00
Jeremy Wu
44b3f19ac4 fix typo 2021-01-26 20:48:06 +11:00
Jeremy Wu
324ee62c2a rename quick folder access links to quick access links 2021-01-26 20:35:02 +11:00
Jeremy Wu
3a1d40893e rename project items to quick access link naming 2021-01-26 20:31:55 +11:00
Jeremy Wu
e46feb1165 fix formatting 2021-01-25 18:57:58 +11:00
张弘韬
8dc5def2e9 Remove extra whitespace 2021-01-25 11:19:59 +08:00
张弘韬
8a56cc6cd8 Use singleton in QuickFolderAccess.cs 2021-01-25 11:07:14 +08:00
张弘韬
9914124d20 Remove extra checking 2021-01-25 11:00:56 +08:00
Jeremy Wu
ff5e3695e9 add return if no quick access links or query 2021-01-25 13:50:41 +11:00
Jeremy Wu
647156ce6f Merge branch 'dev' into ExplorerPathAsync 2021-01-24 21:27:21 +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
弘韬 张
3effb401b7 make it become an extension method 2021-01-22 16:23:18 +08:00
弘韬 张
1a758c3919 Use Token.throwifCancellationRequested 2021-01-21 19:39:18 +08:00
弘韬 张
cd92512fe5 Optimize code 2021-01-20 13:47:25 +08:00
张弘韬
d7abae1ab2 Add Cancellation token for file system enumeration 2021-01-19 10:08:37 +08:00