Commit graph

6239 commits

Author SHA1 Message Date
Vic
53b17816c7 Renaming method and property 2022-12-05 14:07:35 +08:00
Vic
2194e3c5ec Preview image for explorer 2022-12-05 13:59:24 +08:00
Vic
ce2948e1e0 Merge branch 'ImagePreview' of https://github.com/onesounds/Flow.Launcher into pr/1360 2022-12-05 13:40:41 +08:00
Vic
ccab608331 fix unnecessary using 2022-12-05 13:22:00 +08:00
VictoriousRaptor
e2a46ed8e3
Merge branch 'dev' into ImagePreview 2022-12-05 13:20:35 +08:00
Hongtao Zhang
5b6a18879c
Fix Multiple Drag and drop causing NotReturn Method Call 2022-12-04 21:46:56 -06:00
Hongtao Zhang
ee9c53d2f9
Add CopyText in Explorer Result 2022-12-04 21:46:11 -06:00
Jeremy Wu
c56a2751a9
Merge pull request #1097 from Flow-Launcher/explorerMerge
Merge Explorer & Everything Plugins
2022-12-05 09:46:46 +11:00
Jeremy
bcc801321e remove IIndexProvider.cs removal section in project file 2022-12-05 09:29:44 +11:00
Jeremy
08b8cdadb2 remove duplicate Everything dll copy in project file 2022-12-05 09:19:15 +11:00
Jeremy
5c4b78507c remove unnecessary Everything installation during startup 2022-12-05 08:55:35 +11:00
Jeremy
74ea629c55 search window hides when prompted to install, remove threading 2022-12-05 08:46:19 +11:00
Jeremy
caf200b644 move System.Linq.Async to Explorer project 2022-12-05 08:45:44 +11:00
Jeremy
797464d356 remove unnecessary show Windows index state in context menu option 2022-12-05 07:06:20 +11:00
Jeremy
e1c4ee0208 fix Windows context menu Segoe Fluent Icon 2022-12-05 06:32:25 +11:00
Hongtao Zhang
af07c3835a
cleanup code 2022-12-04 11:39:53 -06:00
Hongtao Zhang
c6a47b0b9e
add membernotnull attribute and small refactor 2022-12-04 11:38:19 -06:00
DB P
4d712a1308
Merge pull request #1519 from Flow-Launcher/pluginlist_unselected_item 2022-12-04 17:35:19 +09:00
Hongtao Zhang
9edfa37816
Remove unused method (and really use EditPluginPriorityCommand) 2022-12-04 02:16:41 -06:00
Hongtao Zhang
72159d4727
Adjust priority to command and open directory to command 2022-12-04 02:13:14 -06:00
Hongtao Zhang
21ba7bfe47
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into pluginlist_unselected_item 2022-12-04 01:59:17 -06:00
Hongtao Zhang
281f4db5f8
fix enable not working at the first time (also refactor a little bit code) 2022-12-04 01:47:48 -06:00
Jeremy Wu
03ba62334f
Merge pull request #1593 from Flow-Launcher/fixSecondStart
Fix Second Run not trigger the first run window to show up
2022-12-04 10:29:34 +11:00
Kevin Zhang
435144b440
Merge branch 'dev' into explorerMerge 2022-12-03 13:53:48 -06:00
Hongtao Zhang
e9d8579bbd
fix concurrency issue (really potentially) 2022-12-03 13:50:30 -06:00
Hongtao Zhang
4a0ee9b4fc
fix concurrency issue (potentially) 2022-12-03 13:44:43 -06:00
Vic
564721bd2f Set preview image for uwp apps 2022-12-03 13:01:51 +08:00
Hongtao Zhang
4d95c1bcd2
use vm show instead of window show 2022-12-02 19:17:18 -06:00
Jeremy
605db6095a add icon for Everything's content search warning 2022-12-02 09:04:13 +11:00
Jeremy
355035eefa re-add warning when Windows Index service is off as a search result 2022-12-01 23:03:18 +11:00
DB p
bf9b464be8 Merge Dev 2022-12-01 16:36:51 +09:00
DB P
f54831020f
Merge branch 'dev' into ImagePreview 2022-12-01 16:34:25 +09:00
Jeremy Wu
b0297d31ad
Merge pull request #1581 from VictoriousRaptor/RefactorUWP
Refactor UWP class in Program plugin
2022-11-30 20:38:21 +11:00
Vic
8dffdfc61d Delete ProgramTest.cs 2022-11-30 16:42:12 +08:00
Jeremy Wu
842d6fb0d8
Merge pull request #1589 from onesounds/FixSearchFocusing
Add Focus to plugin/plugin store search box when changed tab
2022-11-30 19:05:11 +11:00
DB p
730b353de2 Add Focusing (plugin/plugin store) when changed tab 2022-11-30 16:22:23 +09:00
Jeremy Wu
a77a14ce48
Merge pull request #1586 from Flow-Launcher/dependabot/nuget/Microsoft.IO.RecyclableMemoryStream-2.2.1
Bump Microsoft.IO.RecyclableMemoryStream from 2.1.3 to 2.2.1
2022-11-30 09:15:44 +11:00
Jeremy
5ac2366697 allow path to be searchable in quick access list 2022-11-30 08:21:47 +11:00
Jeremy
a8d6e8df64 only display quick access list when action keyword is used 2022-11-30 08:21:17 +11:00
Jeremy
9fdf220e09 trigger general search only when action keywords match 2022-11-30 07:42:59 +11:00
Hongtao Zhang
d74a635f46
use nint instead of ulong 2022-11-29 08:37:58 -06:00
Hongtao Zhang
b45b5fbcbd
use ulong instead of int to prevent overflow (if possible let's use nint but now we have some issue with it) 2022-11-29 08:26:10 -06:00
Vic
19d29e82fe update description 2022-11-29 19:32:55 +08:00
Vic
aeb72d2604 Separate image loading logic
1. Separate image loading logic
2. Make IconDelegate async while calling to avoid blocking UI thread
2022-11-29 19:26:29 +08:00
DB p
90f6176d1a Merge branch 'explorerMerge' of https://github.com/Flow-Launcher/Flow.Launcher into explorerMerge 2022-11-29 19:50:56 +09:00
DB p
c820bc139c Fix Context Menu Image Icon 2022-11-29 19:50:53 +09:00
Vic
ed0b3608ab Hide open windows index context menu when result is not from it 2022-11-29 18:46:37 +08:00
Vic
724160d2f0 Hide openwith editor when editor path is null or empty 2022-11-29 18:29:18 +08:00
Vic
592b838f3e Fix hard-coded translation 2022-11-29 18:13:55 +08:00
Vic
422307d507 formatting 2022-11-29 17:56:56 +08:00