Commit graph

6732 commits

Author SHA1 Message Date
Garulf
f9ece10984 require user to check if they're using the latest software 2023-03-17 02:05:18 -04:00
Kevin Zhang
83a44b1cee
Merge pull request #1950 from TheBestPessimist/everything_update_runcount
Everything: update RunCount on file action
2023-03-15 14:09:37 -05:00
TheBestPessimist
1ed1c99931 Revert "add scoring based on index and small optimization"
This reverts commit 02b321c4a3.
2023-03-15 20:53:14 +02:00
Hongtao
02b321c4a3 add scoring based on index and small optimization 2023-03-14 16:42:09 -05:00
TheBestPessimist
28c86af6e9
Merge branch 'dev' into everything_update_runcount 2023-03-14 13:51:21 +02:00
DB P
0c6822597e
Merge pull request #1983 from onesounds/GridSplitter 2023-03-14 19:01:59 +09:00
TheBestPessimist
1da8c017f7 use more suggestive name 2023-03-14 10:50:12 +02:00
TheBestPessimist
1a8339ec43 RunCount is an allowed word 2023-03-14 10:39:51 +02:00
TheBestPessimist
6963972022
Merge branch 'dev' into everything_update_runcount 2023-03-14 09:35:23 +02:00
TheBestPessimist
78cb45ce76 Do not check if file/folder exists 2023-03-14 09:33:36 +02:00
TheBestPessimist
48ed1fec15 more todo 2023-03-14 09:21:11 +02:00
TheBestPessimist
569046b45d Fix private function naming convention 2023-03-14 09:21:03 +02:00
DB p
298a003d2e Add Grid Splitter for preview resizing 2023-03-14 11:59:44 +09:00
Kevin Zhang
20937845ea
Merge pull request #1980 from onesounds/FixWrongVersionCheck
Fix Wrong Version Check in plugin store
2023-03-13 17:08:20 -05:00
DB p
805af30cde Fix Wrong Version Check 2023-03-13 16:05:00 +09:00
DB P
f2717bec6b
Merge pull request #1958 from onesounds/FixSound
Fix the sound issue
2023-03-13 09:05:30 +09:00
DB P
91f93510e7
Merge branch 'dev' into FixSound 2023-03-13 08:58:06 +09:00
TheBestPessimist
96afa29905 cleanup + warnings 2023-03-08 14:29:46 +02:00
TheBestPessimist
9debba9e4e centralize the 3 actions: open file, open folder, open file as admin, for simpler logic 2023-03-08 14:29:46 +02:00
TheBestPessimist
2be108d740 formatting 2023-03-08 14:29:46 +02:00
TheBestPessimist
4289d10af6 Remove SortOption.RunCountAsc because it doesn't make sense 2023-03-08 14:29:46 +02:00
TheBestPessimist
fa971c6b81 Ask Everything for RunCount only if sorting by it 2023-03-08 14:29:46 +02:00
TheBestPessimist
a1a4c720c0 More comments 2023-03-08 14:29:46 +02:00
TheBestPessimist
a9192541ab Make code more readable 2023-03-08 14:29:46 +02:00
TheBestPessimist
436ec7dd39 cleanup 2023-03-08 14:29:46 +02:00
TheBestPessimist
3cecf5b302 Use String Interpolation 2023-03-08 14:29:46 +02:00
TheBestPessimist
9bc6a4e072 Waiting on a semaphore must be outside of try 2023-03-08 14:29:46 +02:00
TheBestPessimist
7d6d0258d0 Add more debugging info to DEBUG profile 2023-03-08 14:29:46 +02:00
TheBestPessimist
05ba89db3d Result.ToString contains Score as well 2023-03-08 14:29:46 +02:00
TheBestPessimist
84b63e5f54 Use Request Flags when retrieving results from Everything, to be able to retrieve RunCount as well 2023-03-08 14:29:46 +02:00
TheBestPessimist
5ff916a17b Use the SearchResult.Score instead of 0 when creating the plugin Result 2023-03-08 14:29:46 +02:00
TheBestPessimist
ac3c955539 Async is hard.
Not sure exactly why the previous version was not working, but i _assume_ it's because I was in a deadlock on that semaphore.
2023-03-08 14:29:46 +02:00
TheBestPessimist
94b841d341 Should be working 2023-03-08 14:29:46 +02:00
TheBestPessimist
f96bf4c592 cleanup 2023-03-08 14:29:46 +02:00
TheBestPessimist
52729e3431 cleanup 2023-03-08 14:29:46 +02:00
TheBestPessimist
742d80922c Indentation 2023-03-08 14:29:46 +02:00
TheBestPessimist
86869ff5f4 Extract RunExplorer nested ifs as functions for readability 2023-03-08 14:29:46 +02:00
TheBestPessimist
ad8dffe468 Add direct call to Everything API from ResultManager
Obviously this is stupid because we forcefully tied Explorer plugin to Everything. This needs more thinking, but is a good enough for now solution to test what works and doesnt work
2023-03-08 14:29:46 +02:00
DB P
6869aeea83
Merge pull request #1959 from Flow-Launcher/search_source_sort
Remove Obsolete Property and use Status Property for Sorting
2023-03-07 00:25:36 +09:00
DB P
6ad86f569e
Merge pull request #1960 from onesounds/ThemeTitleBar
Add Theme Section Title
2023-03-06 04:32:27 +09:00
DB p
1b1cb4257b Add Theme Section Title 2023-03-05 06:47:10 +09:00
DB p
731c76d274 Fix Typo 2023-03-05 06:08:22 +09:00
DB p
02de141135 Fix Typo In Comment 2023-03-05 05:59:49 +09:00
DB p
45ff919f81 - Fix Enabled Label
- Fix Error when Click the Icon ColumnHeader
2023-03-05 05:57:31 +09:00
Hongtao
520ef3777f Remove Obsolete Property and use Status Property for Sorting 2023-03-04 14:17:22 -06:00
DB p
597a94cce4 Code changes related to sound playback (changing the media player to a sound player) 2023-03-05 00:43:43 +09:00
Jeremy Wu
ea6622f6d5
Merge pull request #1954 from Flow-Launcher/FixTypoInReadMe
Fix Wikipedia typo in readme
2023-03-04 08:22:36 +11:00
DB P
2a64f68121
Fix Wikipedia typo in readme 2023-03-04 06:08:48 +09:00
Jeremy Wu
10b9fbbf80
Merge pull request #1953 from onesounds/FixDarkTextInEverything
Fix Dark Text Color in Everything Panel
2023-03-04 06:55:44 +11:00
DB p
1d9fa902bc Fix Dark Text Color in Everything Panel 2023-03-04 04:24:06 +09:00