Jeremy Wu
edbec079de
New Crowdin updates ( #2817 )
2024-08-13 22:52:40 +05:30
Jeremy Wu
f042e7ae11
version bump plugins
2024-08-13 18:27:56 +10:00
Ishmaeel
785b3657e5
Add maxlength
2024-08-10 21:50:22 +10:00
Ishmaeel
9285b9c5f4
Add numeric input restriction
2024-08-10 21:24:48 +10:00
Ishmaeel
df07a64661
Convert MaxResult editor to TextBox
2024-08-10 11:17:00 +10:00
Ishmaeel
b181e0f7a4
Update min to 100, remove redundant minmax, add binding delay
2024-08-09 00:06:57 +10:00
Ishmaeel
578b4cb6c5
Add UI for Explorer plugin's MaxResult setting
2024-08-05 23:34:24 +10:00
Ishmaeel
2e078d7d0e
Pass MaxResult setting to EverythingApi
2024-08-03 17:16:30 +10:00
Lasith Manujitha
0f7bdeec88
Using a case-insensitive comparison
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-07-17 11:32:09 +05:30
Lasith Manujitha
ce489586ca
Add Minor fixes
2024-07-17 04:29:30 +05:30
Lasith Manujitha
b690123a19
Results filter implementation
2024-07-17 04:16:01 +05:30
Lasith Manujitha
35bad615f3
Add file exclude related settings
2024-07-17 04:14:18 +05:30
Lasith Manujitha
c79b512191
feat: Everything Run Count option
...
Added an option in Explorer > Everything Settings to enable/disable Run Count for file/folder.
2024-07-15 12:22:12 +05:30
Jeremy Wu
4b78926a77
use actual path variable consistently throughout path search
2024-07-13 22:17:56 +10:00
Jeremy Wu
67ae8e579e
remove duplicate env variable check method
2024-07-13 22:16:45 +10:00
Jeremy Wu
a318bcb80e
fix condition not triggering path search when path is part env variable
2024-07-13 22:15:50 +10:00
DB p
56f76447b1
Add style for hide sep when turn off info state
2024-06-30 17:44:24 +09:00
Jeremy Wu
55cd12d532
New Crowdin updates ( #2795 )
...
Updated translations
2024-06-29 11:38:24 -07:00
Jeremy Wu
0b9722a35b
New Crowdin updates ( #2718 )
2024-06-19 14:57:31 +03:00
Yusyuriv
08356adb89
Native context menu: remove ItemType property from Result
2024-06-17 14:20:35 +06:00
Yan
53188c31a1
Merge branch 'dev' into explorer-plugin-integrated-context-menu
2024-06-17 05:56:39 +06:00
Yusyuriv
d701bcab20
Native context menu: add "experimental" label to the settings checkbox again
2024-06-17 05:26:48 +06:00
Yusyuriv
2e2c1742b0
Native context menu: wait before querying the menu
2024-06-17 05:25:32 +06:00
Jeremy Wu
0c0806ec08
Merge branch 'dev' into quicklook
2024-06-15 20:04:15 +10:00
DB p
58e4285953
Fix the Critical Issue
2024-06-13 11:02:48 +09:00
Yusyuriv
e79f2d7958
Implement additional context menu filters in Explore plugin
2024-06-12 18:36:36 +06:00
Yusyuriv
75156959e5
Use the correct enum when getting command string
2024-06-12 17:17:08 +06:00
Yusyuriv
e97964b95c
Get context menu string by id instead of index
2024-06-12 17:15:58 +06:00
Yusyuriv
922cbbe92c
Add GetCommandStringFlags
2024-06-12 17:14:16 +06:00
Jeremy
03686dd935
Merge remote-tracking branch 'origin/dev' into quicklook
2024-06-12 14:22:24 +10:00
Yan
850df7087d
Merge branch 'dev' into explorer-plugin-integrated-context-menu
2024-06-10 19:21:34 +06:00
Yusyuriv
d8a225fcd9
Explorer plugin: open native context menu on Alt+Enter press
2024-06-08 12:06:35 +06:00
Yusyuriv
deb4f20301
Explorer plugin native context menu: item type adjustments
2024-06-08 10:27:56 +06:00
Yusyuriv
0edd9eafab
Explorer plugin native context menu: turn it off by default
2024-06-08 10:16:33 +06:00
Yusyuriv
c42fbfd185
Explorer plugin native context menu: remove "experimental" part from the native context menu checkbox
2024-06-08 09:59:53 +06:00
DB p
fb9515b534
Add Strings in setting
2024-06-08 04:53:43 +09:00
DB p
4c813301a7
Add Type and Auto Size for context menu
2024-06-08 04:38:06 +09:00
Yusyuriv
ee64c259fc
Explorer plugin native context menu: free all allocated unmanaged memory
2024-06-07 21:29:04 +06:00
Yusyuriv
ce5a38bc49
Explorer plugin native context menu: only show it when it's enabled in settings
2024-06-07 14:35:15 +06:00
Yusyuriv
d07cb1c166
Explorer plugin native context menu: implement settings
2024-06-07 14:30:19 +06:00
Yusyuriv
1747a64d6b
Explorer plugin native context menu: move native context menu below all other items
2024-06-07 13:34:48 +06:00
Yusyuriv
adebabd824
Explorer plugin native context menu: hide duplicate functionality in the native context menu
2024-06-07 13:33:06 +06:00
Yusyuriv
d97382f9fb
Explorer plugin native context menu: fix icons being drawn at 32x32
2024-06-07 12:52:24 +06:00
Yusyuriv
3ee870b249
Explorer plugin native context menu: rename the list of ignored commands to better describe it
2024-06-07 12:39:26 +06:00
Yusyuriv
0987922cf8
Explorer plugin native context menu: add CopyAsPath to the list of ignored commands
2024-06-07 12:38:37 +06:00
Yusyuriv
0c29948b12
Revert "Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup"
...
This reverts commit f49e952e9b .
2024-06-07 12:34:07 +06:00
Yusyuriv
f49e952e9b
Explorer plugin native context menu: add ContextData=native-context-menu-item to differentiate them in markup
2024-06-07 12:32:08 +06:00
Yusyuriv
2c445b3cbb
Explorer plugin native context menu: remove unnecessary string interpolation
2024-06-07 12:30:45 +06:00
Yusyuriv
0706c5ec8b
Explorer plugin: ignore native context menu items that don't work
2024-06-07 11:16:30 +06:00
DB p
3a7f595822
- Adjust Themes / Preview Margin
...
- Fix GridSplitter Margin
2024-06-03 06:31:14 +09:00
VictoriousRaptor
5ec474cf38
Merge branch 'dev' into quicklook
2024-06-01 14:35:39 +08:00
Yan
45ab348b4d
Merge branch 'dev' into explorer-plugin-integrated-context-menu
2024-06-01 05:47:16 +06:00
DB p
59fb0e5849
- Change Explorer Plugin Icon
...
- Add Glyph Icons for context menu in explorer plugin
- Adjust WebSearch sub icons
2024-05-31 23:49:13 +09:00
Yusyuriv
0969fc12cb
Fix bitmap creation error in Explorer plugin shell integration
2024-05-30 22:44:52 +06:00
Yusyuriv
a8e2927f2a
Integrate native Windows context menu directly into the Explorer plugin
2024-05-30 18:55:35 +06:00
DB p
3bf482999f
Adjust Layout
2024-05-30 15:41:26 +09:00
DB p
e322929cce
Adjust Layout
2024-05-30 02:48:50 +09:00
DB p
105515eecb
- Treat the preview panel height equal to the resultlist height
...
- Modify the image width to fit in the preview area if it is a media file
2024-05-30 01:00:14 +09:00
Jeremy
f902eaed0d
Merge remote-tracking branch 'origin/dev' into quicklook
2024-05-29 21:17:09 +10:00
Jeremy
493a30e6c1
remove QuickLook related code from flow
2024-05-29 16:12:04 +10:00
Jeremy
70e530bde3
add QuickLook plugin for testing
2024-05-29 14:05:19 +10:00
VictoriousRaptor
23dc33bce4
Update wording
2024-05-25 11:49:29 +08:00
DB p
72f0a746a9
Fix Binding
2024-05-25 08:45:21 +09:00
DB P
1e9310b1a2
Merge branch 'dev' into 240430PreviewSetting
2024-05-25 08:41:07 +09:00
Jeremy Wu
6133e551f7
New Crowdin updates ( #2657 )
...
New and updated translations
2024-05-24 21:06:34 +03:00
DB p
5ffe091786
Adjust Exploer Setting Panel
2024-05-24 16:04:05 +09:00
Yusyuriv
abb0c02dfe
Fix file info in preview panel of explorer plugin disappearing when file size display is disabled
2024-05-24 10:12:34 +06:00
Yusyuriv
5b561f4dce
Add settings for file size and date/time in explorer plugin
2024-05-24 09:51:24 +06:00
Yusyuriv
696ae7e20d
Move the additional explorer plugin functionality into the explorer plugin itself
2024-05-20 23:03:19 +06:00
DB p
588e814e50
- Add style for hiding when non-filesize
...
- Add Strings
2024-04-30 11:10:22 +09:00
DB p
dcf72bca5b
Add FileSize/Created/LastModified Info for Preview
2024-04-30 07:57:39 +09:00
Jeremy
f52e5db39b
bump plugin versions
2024-04-18 20:08:54 +10:00
Jeremy Wu
ab2f0bda2c
New translations en.xaml (Russian)
...
[ci skip]
2024-03-25 21:20:27 +11:00
Jeremy
d8afdd3ecc
version bump Explorer plugin
2024-02-05 18:04:24 +11:00
Garulf
ca6a6dca4b
Revert regex to original
...
Windows Index will not show results otherwise.
2024-02-04 20:06:47 -05:00
Jeremy Wu
18d1c5f56f
New translations en.xaml (Ukrainian)
...
[ci skip]
2024-02-01 01:41:09 +11:00
Jeremy Wu
c65cb3d38f
New translations en.xaml (Spanish (Modern))
...
[ci skip]
2024-01-28 20:34:02 +11:00
Jeremy Wu
acebf04c4c
New Crowdin updates ( #2494 )
...
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Arabic)
[ci skip]
* New translations en.xaml (Czech)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (German)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Japanese)
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Dutch)
[ci skip]
* New translations en.xaml (Polish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Russian)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Turkish)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Chinese Traditional)
[ci skip]
* New translations en.xaml (Portuguese, Brazilian)
[ci skip]
* New translations en.xaml (Norwegian Bokmal)
[ci skip]
* New translations en.xaml (Serbian (Latin))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations en.xaml (Ukrainian)
[ci skip]
* New translations resources.resx (French)
[ci skip]
* New translations resources.resx (Ukrainian)
[ci skip]
2024-01-23 08:04:38 +02:00
Kevin Zhang
f927f3aa83
Merge pull request #2489 from flooxo/open_with
...
feat: Add open with option for files in context menu
2024-01-21 10:53:00 -06:00
NoPlagiarism
81bfd75294
[Explorer] Fix ignoring reserved keywords ( #2492 )
2024-01-17 17:59:26 -06:00
Florian Grabmeier
e14e7d0959
Update Glyph
...
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-17 10:56:10 +01:00
Florian Grabmeier
8898a09aac
Add Glyph for open with
...
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:59:46 +01:00
Florian Grabmeier
1327250a6f
Add "Open With" option to file context menu
...
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
2024-01-16 22:55:25 +01:00
dependabot[bot]
44af8e59f9
Bump System.Data.OleDb from 7.0.0 to 8.0.0
...
Bumps [System.Data.OleDb](https://github.com/dotnet/runtime ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases )
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: System.Data.OleDb
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:00:55 +00:00
VictoriousRaptor
439eebf6cb
Version bump 3.1.4
2023-11-12 12:34:38 +08:00
VictoriousRaptor
9f39dfceee
Use FuzzySearch to search access links
2023-11-11 01:43:29 +08:00
VictoriousRaptor
29c150397e
Merge branch 'dev' into quicklook
2023-10-15 11:53:45 +08:00
Jeremy Wu
a8206dfcde
New Crowdin updates ( #2331 )
...
New translations
2023-09-25 13:39:03 +03:00
Jeremy Wu
63eb42099d
Merge pull request #2330 from Flow-Launcher/release_version_bumps
...
Release 1.16.2 version bump
2023-09-25 19:47:36 +10:00
Jeremy
992f6d11dc
add allowEqual parameter name to call to make it clearer
2023-09-11 21:16:01 +10:00
VictoriousRaptor
ec58939e55
Fix exclude path check for index search
2023-09-09 01:49:18 +08:00
Jeremy Wu
1c7f2a6f46
bump plugin versions
2023-09-07 21:44:00 +10:00
Jeremy Wu
c4caf388c4
New Crowdin updates ( #2305 )
...
New translations added
2023-08-30 18:06:55 +05:30
VictoriousRaptor
c36cea70de
Merge branch 'dev' into quicklook
2023-08-27 22:53:32 +08:00
Jeremy
c44ab83c98
bump plugin versions
2023-08-09 07:54:48 +10:00
Phoenix
ae18d12e42
Additional check for file extension in windows search results
2023-08-07 15:54:30 +03:00
Phoenix
cabe944979
Fix windows search empty paths
2023-08-07 15:42:31 +03:00
Jeremy Wu
1e16c5fdbe
New Crowdin updates ( #2242 )
...
New translations update
2023-08-04 08:43:15 +10:00
VictoriousRaptor
1eae69304f
Merge branch 'dev' into quicklook
2023-07-11 20:16:37 +08:00
Jeremy Wu
6020cd9b81
Merge pull request #2209 from Flow-Launcher/version_bumps
...
Bump versions for release
2023-07-10 21:24:11 +09:30
Jeremy Wu
f5b2a3f5b0
New Crowdin updates ( #2230 )
...
New translations
2023-07-10 14:45:31 +03:00
Jeremy Wu
4758ea2284
New Crowdin updates ( #2215 )
...
New translations
2023-07-09 13:57:28 +03:00
Jeremy Wu
ddeca153e9
version bump plugins
2023-06-30 21:55:30 +10:00
Jeremy Wu
e695781e3b
New Crowdin updates ( #2119 )
...
New translations
2023-06-30 14:33:34 +03:00
VictoriousRaptor
1b68d09d51
Merge pull request #2115 from VictoriousRaptor/RemoveUnusedNuget
...
Remove unused nuget and imports
2023-06-12 16:11:41 +08:00
Jeremy Wu
2b862f702a
Make CopyToClipboard generic
2023-06-09 19:59:49 +10:00
Jeremy Wu
1ff328be03
update copy calls to use API CopyToClipboard method
2023-06-08 22:46:37 +10:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget
2023-05-04 21:14:13 +08:00
Jeremy Wu
7e2a2db4c6
version bump plugins
2023-05-03 06:28:38 +10:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
1cedb6e619
Add file path in preview
2023-04-21 23:52:00 +08:00
Vic
96f52314ef
Add FilePath for Explorer results preview
2023-04-21 22:16:44 +08:00
TheBestPessimist
1699b17d43
Revert "Better field name"
...
This reverts commit bfdf1dd67c .
2023-04-06 08:48:31 +03:00
TheBestPessimist
8051a03481
Cosmetic
2023-04-03 16:00:26 +03:00
TheBestPessimist
29a9def969
In path search, ignore extra whitespace around the > character
2023-04-03 16:00:08 +03:00
TheBestPessimist
bfdf1dd67c
Better field name
2023-04-03 15:59:17 +03:00
Jeremy Wu
d71098e402
New Crowdin updates ( #2018 )
...
New translations
2023-04-03 00:35:54 +03:00
Jeremy Wu
2c6fa48473
New Crowdin updates ( #2011 )
...
New translations
2023-03-31 00:24:58 +03:00
VictoriousRaptor
19ba8e475c
Fix wrong variable name in #2004 ( #2014 )
...
* Fix wrong variable name
* Fix typo
2023-03-31 07:35:14 +11:00
Vic
2a96f1cd48
Rename for clarity
2023-03-29 15:19:55 +08:00
Vic
9db13fdbb6
Fix path search logic
...
open folder in file manager when path search is disabled
2023-03-24 15:45:45 +08:00
Vic
0f5b02fa38
Open file with associated program
...
Prevent opening zip in Explorer
Fix working directory issue
2023-03-24 15:22:55 +08:00
Vic
a22028460d
Add option to open in default file manager
2023-03-24 15:02:11 +08:00
Vic
2d13d5684b
Fix style
2023-03-24 14:39:59 +08: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
1da8c017f7
use more suggestive name
2023-03-14 10:50:12 +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
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
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
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
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
1d9fa902bc
Fix Dark Text Color in Everything Panel
2023-03-04 04:24:06 +09:00
Jeremy Wu
720f88a136
Merge pull request #1939 from Flow-Launcher/version_update
...
Release version bumps
2023-03-02 17:17:30 +11:00
Jeremy
08f250d9c0
update translations from Crowdin
2023-03-02 09:02:40 +11:00