Marcin Badurowicz
5c7141d4f8
set default rid to x64
2023-09-10 23:44:10 +02:00
Marcin Badurowicz
c33e8127ea
remove dll copy step as it is automatically done when dotnet build with rid
2023-09-10 23:41:57 +02:00
Marcin Badurowicz
bdc3bfc6b8
remove unused properties from connection string
2023-09-10 23:41:49 +02:00
Marcin Badurowicz
802457f713
switch to different nuget
2023-09-10 23:41:39 +02: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 Wu
4f66b01394
fix spelling
2023-08-22 07:58:46 +10:00
Jeremy Wu
a27e98b0d7
add handling of default plugin installation
2023-08-22 06:50:00 +10: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
1f1940ae9b
Merge pull request #2194 from Flow-Launcher/dependabot/nuget/System.Data.SQLite-1.0.118
...
Bump System.Data.SQLite from 1.0.116 to 1.0.118
2023-08-07 13:02:28 +10:00
Jeremy Wu
1e16c5fdbe
New Crowdin updates ( #2242 )
...
New translations update
2023-08-04 08:43:15 +10:00
Jeremy Wu
3b8ddca4d8
remove irrelevant action keyword from Shell plugin description
2023-07-18 18:02:32 +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
e6c9a79ce8
version bump plugin
2023-07-10 21:13:07 +10:00
Jeremy Wu
826449cad5
Merge pull request #2222 from JohnTheGr8/plugin_manifest_enhancements
...
Rework how we fetch community plugin data
2023-07-10 13:33:12 +09:30
Jeremy Wu
4758ea2284
New Crowdin updates ( #2215 )
...
New translations
2023-07-09 13:57:28 +03:00
Ioannis G
2d6b476685
use Ctrl+R to fetch primary manifest source
...
from a `pm install` or `pm update` query
should help with #2048
2023-07-05 17:01:55 +03:00
Ioannis G
f03ac76494
throttle PluginsManifest.UpdateManifestAsync
...
avoid repeatedly fetching manifest data while the user is typing a `pm` query
2023-07-05 16:54:50 +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
f23284a1c6
Merge pull request #2152 from VictoriousRaptor/FirefoxBookmark
...
Fix bookmark plugin file monitoring issue
2023-06-29 19:49:04 +08:00
VictoriousRaptor
9656e5cf4b
Clarify initialized condition
...
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-06-29 08:48:25 +08:00
VictoriousRaptor
d602f5cafa
Merge branch 'dev' into FirefoxBookmark
2023-06-24 10:55:18 +08:00
VictoriousRaptor
e0e86d039d
Remove delay
2023-06-24 10:54:53 +08:00
dependabot[bot]
f9697e598b
Bump System.Data.SQLite from 1.0.116 to 1.0.118
...
Bumps System.Data.SQLite from 1.0.116 to 1.0.118.
---
updated-dependencies:
- dependency-name: System.Data.SQLite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 22:59:07 +00:00
Vic
9b5341c2b7
Preserve file watchers when monitored files change
2023-06-18 10:57:04 +08:00
Vic
e46df28fdd
Move initialized flag
2023-06-17 00:42:21 +08:00
Vic
6d64abd21a
Load bookmarks in Query() if not initialized
2023-06-15 21:30:55 +08:00
Ioannis G
c6a6c6bd5c
plugin/shell: add powershell core (pwsh) option
...
Co-authored-by: shobu13 <shobu13@hotmail.fr>
2023-06-12 16:18:23 +03:00
Ioannis G
e6baa88002
decouple Shell from the ComboBox SelectedIndex
...
enables us to add new `Shell` options without messing with the user's
saved settings, while keeping the `RunCommand` option last.
2023-06-12 15:49:33 +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
144fdad5d2
Merge pull request #2177 from Flow-Launcher/refactor_copy
...
Refactor clipboard copying
2023-06-11 22:51:36 +09:30
Jeremy Wu
e078de557b
add CopyText for Shell plugin
2023-06-11 21:59:46 +10:00
VictoriousRaptor
dcc7dbb918
Merge branch 'dev' into RemoveUnusedNuget
2023-06-11 18:36:04 +08:00
VictoriousRaptor
6655d837c3
Merge pull request #2123 from VictoriousRaptor/BoostProgramInit
...
Reduce CPU and disk usage during Program plugin init
2023-06-11 17:40:45 +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
Ioannis G
6bdf6ac1ce
fix kill command to honor "Last Query Style"
2023-06-04 06:20:50 +03:00
Vic
4591fa76d9
Create file watchers when reloading bookmarks
2023-05-23 19:37:38 +08:00
Vic
cbf73fcc0f
Don't load bookmark files if plugin disabled
2023-05-22 23:29:10 +08:00
Vic
d0289b49b6
Refactor file watcher logic
...
* Remove LastAccessed filter to avoid unwanted recursive RegisterBookmarkFile() calls
* Check if watcher exists
2023-05-22 23:13:29 +08:00
Nguyen Tran
6cc5fe8ff6
Add admin permissions when non-admin doesn't work
2023-05-21 23:48:06 -04:00
Vic
cb33756a03
Remove QL support for programs
2023-05-21 00:32:45 +08:00
VictoriousRaptor
306ad7931b
Merge branch 'dev' into RemoveUnusedNuget
2023-05-04 21:14:13 +08:00
VictoriousRaptor
803633ff05
Merge pull request #2072 from VictoriousRaptor/PrintWindowsBuildNumber
...
Print windows build number in log
2023-05-04 07:14:06 +08:00
VictoriousRaptor
1ee7110d4a
Merge pull request #2105 from VictoriousRaptor/hide-startup-programs
...
Hide programs in startmenu/startup folder
2023-05-03 05:27:13 +08:00
Jeremy Wu
7e2a2db4c6
version bump plugins
2023-05-03 06:28:38 +10:00
Vic
c5c7bf783c
Hide programs in startmenu/startup folder
2023-05-01 10:15:21 +08:00
Vic
df5e8ca132
Remove unused packages
2023-04-25 21:02:34 +08:00
Vic
00e6e5b30d
Remove unused using
2023-04-25 21:02:34 +08:00
Vic
4debacde4f
Refactor program indexing and cache logic
...
No longer await on first run (no cache detected) to speed up boost
30 hours cache life
2023-04-24 21:22:18 +08:00
Vic
b123c09c6c
Remove unused settings
2023-04-24 21:10:07 +08:00
Vic
099021b186
Save programs cache after indexing
2023-04-24 19:50:34 +08:00
Vic
3ae656f456
Requery after killing a process
2023-04-24 15:46:26 +08:00
Vic
0b4d68505a
Change issue URL to issue list
...
Guide users to the issue list to see if there's any pinned issue and search first, instead of posting an issue immediately
2023-04-22 23:46:22 +08:00
Vic
afa8a34891
Tweak Win32 preview path
2023-04-22 16:48:05 +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
Jeremy Wu
c61d6f791c
New Crowdin updates ( #2028 )
...
* New translations
2023-04-19 03:03:50 +03:00
Jeremy Wu
2a1d9de6df
Merge pull request #2062 from VictoriousRaptor/FilterStartMenuPrograms
...
Prioritize shortcut in start menu
2023-04-19 08:01:46 +10:00
Vic
bff467d03a
Preserve program shortcut in start menu
2023-04-18 20:12:22 +08:00
Vic
be35ff0a07
Add missing glyphs
2023-04-10 00:28:55 +08:00
Vic
2616b70db5
Add hotkey to open program's parent folder
2023-04-10 00:26:55 +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
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
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
5dc55b00ef
update plugin versions
2023-03-02 17:02:35 +11:00
Jeremy
08f250d9c0
update translations from Crowdin
2023-03-02 09:02:40 +11:00
Jeremy Wu
af2a19499f
update plugin version
2023-02-27 08:41:04 +11:00
Jeremy Wu
3b05ee2582
Merge pull request #1899 from Flow-Launcher/everything_full_path_option
...
add option for everything search in full path (default true)
2023-02-21 08:24:05 +11:00
Jeremy Wu
73ba2368a8
update option name
2023-02-21 08:10:03 +11:00
Kevin Zhang
d87b5af5dc
default false
2023-02-20 14:04:50 -06:00
Jeremy Wu
11573cf5e8
New Crowdin updates ( #1766 )
...
* New translations en.xaml (French)
[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 (Slovak)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations Resources.resx (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
2023-02-16 09:24:07 +02:00
DB P
6cfdc30800
Merge branch 'dev' into GuideForBookmarkPlugin
2023-02-15 11:50:01 +09:00
Vic
9b0cf20184
update text
2023-02-14 16:35:34 +08:00
Vic
39c4a2be2e
Auto reload bookmarks when editing checkboxes
2023-02-14 16:35:06 +08:00
Vic
ab0d6245df
Auto reload all bookmarks when finish editing
2023-02-12 01:58:53 +08:00
Vic
dd61d195e2
Update desc
2023-02-12 01:27:31 +08:00
dependabot[bot]
43b5c06c47
Bump SharpZipLib from 1.4.1 to 1.4.2 ( #1882 )
2023-02-11 16:41:44 +00:00
Hongtao Zhang
083527e603
add option for everything search in full path (default true)
2023-02-11 10:35:26 -06:00
DB p
b2b22dc4cf
Fix UseWindowsForms in csproj
2023-02-11 14:14:42 +09:00
DB p
c240f1e2e0
- Added Guide Texts in CustomBrowsePopup
...
- Added 'Edit' Button, It will be disable when non-select situation
- Added Browse Button in Path Select Textbox
2023-02-11 07:37:18 +09:00
DB P
ef16484957
Merge branch 'dev' into SelectBrowserCore
2023-02-10 11:06:09 +09:00
Vic
46c8dd8070
Fix translation
2023-02-09 12:25:59 +08:00
Jeremy
2c124f7768
bump plugin version from .Net upgrade
2023-02-07 08:19:26 +11:00
Jeremy Wu
88feed0aa2
Merge pull request #1878 from VictoriousRaptor/PluginInstallNotification1
...
Show plugin names in download success notification
2023-02-07 07:52:19 +11:00
Jeremy Wu
aa4f3a9350
Merge pull request #1745 from Flow-Launcher/net7.0
...
Update to .Net 7
2023-02-07 07:33:11 +11:00
VictoriousRaptor
90a48ee5f2
Merge pull request #1864 from TheBestPessimist/program_plugin_search_in_start_menu
...
Read the list of programs from `Start Menu` folder instead of `Start Menu/Programs`
2023-02-07 01:46:34 +08:00
Vic
0c963045ba
Show plugin names in download success notification
2023-02-07 01:37:21 +08:00
Vic
30b73e5488
Revert "version"
...
This reverts commit 43cf3ded87 .
2023-02-07 01:26:30 +08:00
Vic
a6d3aafe9b
Add Browser Engine header
2023-02-06 12:57:55 +08:00
Hongtao Zhang
704c26ca3d
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into net7.0
2023-02-04 11:52:15 -06:00
Vic
b7e7217b2e
Fix folder path
2023-02-03 17:29:51 +08:00
Vic
c7f3283e3a
Add UI to select browser engine
2023-02-03 17:07:33 +08:00
Vic
fe5da58378
Use switch expression for loader
2023-02-03 16:23:14 +08:00
VictoriousRaptor
824f61d3aa
Merge pull request #1874 from VictoriousRaptor/bugfix
...
Fix 1861 and 1863
2023-02-03 13:37:50 +08:00
Vic
196c359819
Add custom firefox browser location
2023-02-03 13:07:46 +08:00
Vic
fbd12eb96b
Add missing translation
2023-02-03 12:21:25 +08:00
TheBestPessimist
2e0923d25b
more whitespace
2023-01-30 14:51:41 +02:00
TheBestPessimist
43cf3ded87
version
2023-01-30 14:48:15 +02:00
TheBestPessimist
e89d8b3577
Read list of programs from Start Menu instead of Start Menu/Programs
2023-01-30 14:47:27 +02:00
TheBestPessimist
9e11b0cd9d
whitespace
2023-01-30 14:44:48 +02:00
dependabot[bot]
51c909800f
Bump SharpZipLib from 1.3.3 to 1.4.1 ( #1833 )
2023-01-28 16:08:55 +00:00
dependabot[bot]
892f1b8ed2
Bump System.Data.OleDb from 5.0.0 to 7.0.0 ( #1808 )
2023-01-28 16:08:35 +00:00
Kevin Zhang
c99790b049
Merge pull request #1848 from TheBestPessimist/#1800_Everything_search_full_path
...
Everything Search: Match Path
2023-01-28 10:07:29 -06:00
DB P
0bdea7c0db
Merge pull request #1847 from TheBestPessimist/Change_the_default_shortcut_for_Plugin_Indicator_to_ ❓ _
...
Change the default shortcut for Plugin Indicator to `?` #1825
2023-01-27 16:11:45 +09:00
TheBestPessimist
18d1bb5668
Cleanup unused properties
2023-01-26 09:19:42 +02:00
TheBestPessimist
1b9a879d48
Use EverythingSearchOption flag to set up FullPathSearch instead of hardcoding it
2023-01-26 08:58:41 +02:00
TheBestPessimist
2b6c92c48c
question to the FL developers
2023-01-26 08:50:42 +02:00
TheBestPessimist
1482637cf1
Everything.MatchPath = true
2023-01-26 08:50:42 +02:00
Lasith Manujitha
7fc704558d
Fix autocomplete on Program plugin ( #1850 )
...
* Fix autocomplete on Program plugin
* Code refactor
2023-01-26 12:31:40 +08:00
TheBestPessimist
89fb78f3cd
Change the default shortcut for Plugin Indicator to ? #1825
2023-01-25 13:20:30 +02:00
Jeremy Wu
d16a249e36
version bump plugins
2023-01-23 08:51:36 +11:00
Vic
f5cc792ce9
Return empty when operation canceled
2023-01-21 16:57:41 +08:00
Vic
71a2f996db
Set environment var dict in LoadEnvironmentStringPaths()
2023-01-20 15:27:19 +08:00
Vic
966d3e752e
Fix environment variable expansion logic
2023-01-20 15:22:54 +08:00
Vic
4d267fe71e
Fix incorrect %homepath% parsing
...
Parse environment variables before checking path existence
2023-01-20 14:31:01 +08:00
Vic
504fb4ae05
Display environment vars in upper case
2023-01-20 14:02:04 +08:00
VictoriousRaptor
768ed4f80a
Update wording
...
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2023-01-20 12:13:02 +08:00
Vic
4bea50d4cf
Add unit test for PathEqualityComparator
2023-01-19 23:17:04 +08:00
Vic
beb144956c
Rename method and add option to allow equality
2023-01-19 21:33:09 +08:00
Vic
ac92b93f66
Move IsSubPathOf to SharedCommands
2023-01-19 20:29:25 +08:00
Vic
32268890b9
Remove TranslateEnvironmentVariablePath
2023-01-19 20:23:33 +08:00
Vic
2c36692052
Use case-insensitve comparator for path
2023-01-19 16:21:24 +08:00
Vic
a6b7c5898b
Fix subpath check
2023-01-19 16:21:24 +08:00
Vic
383298a46b
Fix null subtitle when creating disk result
2023-01-19 16:21:23 +08:00
Vic
51f5d8a410
Add new constructor for EngineNotAvailableException
2023-01-19 16:21:23 +08:00
Vic
52e72992c2
Change context and settings to non static
2023-01-19 16:21:23 +08:00
Vic
009ee3dc5c
Simplify environment variable detection
2023-01-19 16:21:23 +08:00
Vic
983f0aafc4
Use a static dictionary for environment vars
2023-01-19 16:21:23 +08:00
Vic
6efa9d1731
Only expand environment var when path starts with %
2023-01-19 16:21:23 +08:00
Vic
2e4127c63b
Catch specifc exception
2023-01-19 16:21:23 +08:00
Jeremy Wu
c5cc4ed279
Merge pull request #1781 from VictoriousRaptor/ShowProgramDesc
...
Always show/search description in program results if enabled
2023-01-16 21:21:09 +11:00
Vic
ce8c3f9288
Fix typo
2023-01-13 15:12:45 +08:00
Hongtao Zhang
f07cff7742
fix explorer setting UseLocationAsWorkingDir
2023-01-12 15:29:58 -06:00
Vic
8208af4d1a
Always show/search desc in result if enabled
2023-01-10 14:18:12 +08:00
Kevin Zhang
8d9501b496
Merge branch 'dev' into net7.0
2023-01-07 13:27:31 -06:00
Jeremy Wu
e215c3ffbb
New Crowdin updates ( #1754 )
...
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (French)
[ci skip]
* New translations en.xaml (Danish)
[ci skip]
* New translations en.xaml (Italian)
[ci skip]
* New translations en.xaml (Spanish, Latin America)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (French)
[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 (French)
[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 (French)
[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 (Turkish)
[ci skip]
* New translations en.xaml (Slovak)
[ci skip]
* New translations Resources.resx (Turkish)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Portuguese)
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Spanish (Modern))
[ci skip]
* New translations en.xaml (Korean)
[ci skip]
* New translations en.xaml (Chinese Simplified)
[ci skip]
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2023-01-07 17:44:11 +02:00
VictoriousRaptor
a8d4f5daf7
Merge pull request #1736 from VictoriousRaptor/LocalizedLnkName
...
Use localized name for shell link programs
2023-01-04 14:04:13 +08:00
Hongtao Zhang
804a5d54dc
simplify logic
2023-01-03 13:47:25 -05:00
Vic
181b020b31
Add glyph for open with editor/shell
2023-01-03 01:37:01 +08:00
VictoriousRaptor
ad25879335
Merge branch 'dev' into LocalizedLnkName
2023-01-02 14:56:37 +08:00
VictoriousRaptor
9e5d27f44b
Merge branch 'dev' into fix_pluginindicator_search
2023-01-01 13:16:05 +08:00
Jeremy Wu
1d1af7263a
fix typos
2023-01-01 12:36:03 +09:30
Jeremy Wu
1d02f231a6
update to use score from fuzzy search
2023-01-01 12:27:27 +09:30
Kevin Zhang
ae7c413e07
Merge branch 'dev' into net7.0
2022-12-31 21:36:00 -05:00
Hongtao Zhang
f7f82a746e
fix more spelling
2022-12-31 17:12:52 -05:00
Vic
1ae1752b3f
Merge branch 'LocalizedLnkName' of https://github.com/VictoriousRaptor/Flow.Launcher into LocalizedLnkName
2023-01-01 00:24:48 +08:00
Vic
3992990ccb
Remove redundant extension check
2023-01-01 00:24:36 +08:00
Hongtao Zhang
35529a0386
fix some spelling
2022-12-31 10:43:07 -05:00
VictoriousRaptor
86a0a6c0dc
Merge branch 'dev' into LocalizedLnkName
2022-12-31 21:53:21 +08:00
Vic
ff4290c192
fix typo
2022-12-31 21:34:49 +08:00
Vic
4dbfe2d6a0
Rename variables for readability
2022-12-31 21:25:12 +08:00
Vic
186f5f826e
Fix error message
2022-12-31 21:24:50 +08:00
Vic
c5c6ae7b68
Fix exception message argument
2022-12-31 21:18:20 +08:00
Vic
617183b14a
Refactor result matching logic
2022-12-31 21:09:57 +08:00
Vic
e6b8a0dde2
Catch exception in ShellLinkHelper
2022-12-31 21:09:57 +08:00
Vic
207b29f816
Update comments
2022-12-31 21:09:57 +08:00
Vic
c6ff0a5113
Fix .lnk description logic
2022-12-31 20:43:53 +08:00
Jeremy Wu
f19d1d624d
allow plugin name to be searchable by Plugin Indicator
2022-12-31 17:23:45 +09:30
Lasith Manujitha
148951e886
Add prompt for Log Off command
2022-12-31 09:24:55 +05:30
Hongtao Zhang
db354a23a5
Update to .Net 7
2022-12-30 19:12:11 -05:00
Vic
44438de7df
Fix typo
2022-12-31 01:49:30 +08:00
Vic
fdc7da2f71
Fix typo in file name
2022-12-31 00:54:56 +08:00
Jeremy Wu
bb41da6fb8
New Crowdin updates ( #1734 )
2022-12-30 22:04:56 +09:00
Vic
9b05174a97
Use localized name for shell link programs
2022-12-30 20:56:30 +08:00
Jeremy Wu
4849e26aca
New Crowdin updates ( #1733 )
2022-12-30 18:40:06 +09:00
Jeremy Wu
e23ec178fc
Merge pull request #1723 from Flow-Launcher/version_bumps
...
Release 1.11.0 version bumps
2022-12-30 12:31:54 +09:30
VictoriousRaptor
9aab01dd72
Fix typo
2022-12-27 14:53:42 +08:00
Jeremy Wu
78b8e5b3df
update Explorer plugin description
2022-12-27 16:04:55 +09:30
Jeremy Wu
b3702be59b
version bump plugins
2022-12-27 14:15:51 +09:30
Lasith Manujitha
8a60fb18a0
WindowsSettings plugin - command updated for diskmgmt
2022-12-26 10:43:10 +05:30
Jeremy Wu
6607acbcce
Merge pull request #1706 from Flow-Launcher/fix_quickaccess_autocomplete
...
Fix quick access path search and autocomplete text
2022-12-25 16:53:12 +11:00
Jeremy
ae8f2d2ee8
fix wrong Everything service warning displayed when not available
2022-12-25 06:01:17 +11:00
Jeremy
9f8b205b35
Merge remote-tracking branch 'origin/dev' into fix_quickaccess_autocomplete
2022-12-25 05:00:15 +11:00
Jeremy
3f2b741dcc
add unit tests for get autocomplete result
2022-12-25 04:58:37 +11:00
Jeremy
f64ebdca95
simplify get path method
2022-12-24 22:51:18 +11:00
VictoriousRaptor
552786bff5
Merge branch 'dev' into Fix1705
2022-12-23 15:16:58 +08:00
Vic
ccac84c0f3
Fix hardcoded strings
2022-12-23 15:15:11 +08:00
Vic
599bdc42fa
Remove quotation marks
2022-12-23 13:20:10 +08:00
Vic
f97c9fe249
Update wording for consistency
2022-12-23 13:16:04 +08:00
DB p
e11c7a7c12
Remove Duplicated Key
2022-12-23 13:22:41 +09:00
Jeremy
2174fc24ce
update directory navigation with same action keyword
2022-12-22 23:20:37 +11:00
Jeremy
fc9805f29e
add GetAutoCompleteText method
2022-12-22 22:57:37 +11:00
Jeremy
5c1cc79751
update GetPathWithActionKeyword
2022-12-22 22:39:24 +11:00
Jeremy
f0b7898f89
fix quick access path search and autocomplete text
2022-12-22 22:04:39 +11:00
VictoriousRaptor
bade0fcf59
Merge pull request #1669 from VictoriousRaptor/DisablePATHByDefault
...
Add option to enable/disable UWP indexing
2022-12-22 13:17:05 +08:00
Jeremy Wu
b3f5dc0ed7
Merge pull request #1698 from onesounds/StringEnabled2
...
Change Status Label to Enabled
2022-12-22 13:23:58 +11:00
Jeremy Wu
9ae5d9b716
Fix search source typo
2022-12-22 13:16:10 +11:00
Kevin Zhang
e4c9e1c36c
fix a typo
2022-12-21 13:14:17 -06:00
Filip Horvat
277b8e94a6
Adds option to display open with code for Volume results
2022-12-21 18:55:23 +01:00
Filip Horvat
d2970a1f35
Merge branch 'dev' into folder-editor
2022-12-21 09:10:38 -08:00
DB p
5ad0e79577
- Change Status Label to Enabled
...
- Adjust Korean Language
2022-12-21 20:25:45 +09:00
DB p
b74a8d0362
Adjust Korean
2022-12-21 19:25:03 +09:00
DB p
2dabc38a75
- Change Default Context menu header to translatable
...
- Add Undo Command and icons in context menu items
- Applied Contextmenu to textboxes
2022-12-21 19:06:00 +09:00
Vic
137cda459e
Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into FixText
2022-12-21 15:52:04 +08:00
Vic
230e4fbcbb
Fix translation of action keywords
2022-12-21 15:51:53 +08:00
Vic
b30ace993a
Fix namespace of LocalizationConverter
2022-12-21 15:51:17 +08:00
DB p
43e3b1f430
Adjust Korean Texts
2022-12-21 16:19:51 +09:00
DB p
ae1ea5950d
Merge branch 'FixText' of https://github.com/VictoriousRaptor/Flow.Launcher into pr/1695
2022-12-21 16:15:32 +09:00
DB p
812a920058
Adjust Little String / Add Korean Translations
2022-12-21 16:15:26 +09:00
Vic
5696caf0e5
update wording
2022-12-21 15:02:10 +08:00
Vic
7c5c1e8740
remove redundant texts
2022-12-21 14:08:32 +08:00
Vic
8fbf3a3f92
make file/folder translatble
2022-12-21 14:01:09 +08:00
Vic
3b6c8b882b
Add translatble text
2022-12-21 13:30:49 +08:00
VictoriousRaptor
2d32b33eb0
Merge branch 'dev' into DisablePATHByDefault
2022-12-21 12:57:19 +08:00
Vic
8625fb985b
Use case-insensitive path comparison
2022-12-20 20:58:58 +08:00
Vic
3dac240a40
Add open with shell context menu for non-Windows indexed folders
2022-12-20 20:16:17 +08:00
Vic
b92181f6c6
Remove logic that modifies settings
2022-12-20 19:48:10 +08:00
Jeremy Wu
d0b5a5a37b
version bump Program plugin
2022-12-20 21:05:00 +11:00
Filip Horvat
56d6433db0
Improve folder editor experience
2022-12-19 21:38:45 +01:00
Vic
d3bae93a47
Revert "Disable PATH by default"
2022-12-18 13:35:38 +08:00
Vic
13eba18ac5
Disable PATH programs by default
2022-12-18 13:28:30 +08:00
Kevin Zhang
68bc6fb139
Merge branch 'dev' into DisablePATHByDefault
2022-12-17 19:37:24 -06:00
Jeremy Wu
314cd0aa3d
Merge pull request #1657 from Flow-Launcher/fix_win_index_search
...
Add exception handling when Windows Search service not available
2022-12-18 12:00:52 +11:00
Jeremy Wu
09e72e316e
New Crowdin updates ( #1627 )
2022-12-18 02:16:19 +02:00
Hongtao Zhang
42725f289c
Make the behavior more like 1.9.5-
2022-12-17 10:50:23 -06:00
Hongtao Zhang
9da322f840
Handle Search Exception more carefully
2022-12-17 10:43:17 -06:00
Vic
bf91bd2492
Fix double click on header
2022-12-17 22:27:36 +08:00
Vic
1d77d45fe2
Add an option to enable/dsiable UWP indexing
2022-12-17 22:20:49 +08:00
Vic
5373cd3736
Disable PATH programs by default
2022-12-17 21:29:25 +08:00
Jeremy Wu
00c229d82c
add exception handling when Windows Search service not available
2022-12-15 22:03:54 +11:00
Jeremy Wu
85783e725f
bump Explorer plugin version
2022-12-14 08:27:18 +11:00
Vic
14ae012949
Use ArgumentList
2022-12-14 01:21:07 +08:00
VictoriousRaptor
eb6d040180
Merge branch 'dev' into FixOpenWithEditorSpace
2022-12-13 19:55:18 +08:00
Vic
fb77d42395
Make error message translatable
2022-12-13 19:47:05 +08:00
Vic
0227b9591c
Fix open with editor for files of which path contains blank
2022-12-13 19:02:27 +08:00
Jeremy Wu
f66f7d8ed3
New Crowdin updates ( #1624 )
2022-12-13 03:36:02 +02:00
Hongtao Zhang
ae8955bf41
fix path not changed in the textbox
2022-12-12 14:40:52 -06:00
Jeremy Wu
21c5c776c6
Merge branch 'dev' into FixProgramSource
2022-12-13 05:35:15 +11:00
Vic
fe66cad624
Merge remote-tracking branch 'upstream/dev' into FixProgramSource
2022-12-12 18:32:51 +08:00
Jeremy Wu
dd0f42eaac
Merge branch 'dev' into fix_shell_and_change_query
2022-12-12 20:09:52 +11:00
Jeremy Wu
4153aa9a69
Merge pull request #1612 from onesounds/FixBoolToTranslation
...
Translatable Bool in List view
2022-12-12 20:07:04 +11:00
Jeremy Wu
50b5a0e35b
Merge pull request #1613 from onesounds/FixCustomSettingPanelPadding
...
Adjust Setting Panel Layout (System & JsonRPC)
2022-12-12 20:05:29 +11:00
Jeremy Wu
84ca747d07
Merge pull request #1622 from onesounds/ChangeIcons
...
Icon changed & Fix non-glyph context menus
2022-12-12 19:58:12 +11:00
VictoriousRaptor
48629502f7
Merge branch 'dev' into fix_dup_results_explorer
2022-12-12 14:29:37 +08:00
DB p
4b0781dccb
Added Glyph Icons
2022-12-12 13:08:22 +09:00
DB p
50957097f1
Change Some Icons
2022-12-12 12:45:44 +09:00
Jeremy Wu
45a81a90a9
fix action keyword missing when traversing paths or using autocomplete
2022-12-12 14:07:04 +11:00
Jeremy Wu
3b8e7866ac
fix duplicate Quick Access results from CreateOpenCurrentFolderResult
2022-12-12 13:14:37 +11:00
Kevin Zhang
3338a417da
Merge branch 'dev' into fix_shell_and_change_query
2022-12-11 15:06:39 -06:00
Vic
25e4b501cb
Use default binding mode
2022-12-11 18:16:15 +08:00
DB p
00e88bc871
Adjust Buttons Margin
2022-12-09 17:58:58 +09:00
DB p
b1768b5abf
- Adjust JsonRPCplugin Panel Layout
...
- Adjust System Plugin Setting Panel Margin
2022-12-09 17:46:35 +09:00
DB p
12fae66b92
Adjust WebSearch Plugin Setting Panel Layout
2022-12-09 15:13:01 +09:00
DB p
c89ad0cad2
Merge branch 'FixBoolToTranslation' of https://github.com/onesounds/Flow.Launcher into FixBoolToTranslation
2022-12-09 14:45:28 +09:00
DB p
fead578b41
Change 'Search Description' Tooltip
2022-12-09 14:45:25 +09:00
Jeremy Wu
78124316a1
Merge pull request #1611 from onesounds/FIxTrueFalseInList
...
Fix Program Plugin Buttons Size
2022-12-09 13:11:39 +11:00
DB P
f199167c27
Merge branch 'dev' into FixBoolToTranslation
2022-12-09 10:54:16 +09:00
DB p
056dcb3888
Change Header 'Enabled' to 'Status'
2022-12-09 10:48:56 +09:00
DB p
2dc508aa75
Bool To Translation by style in websearch plugin
2022-12-09 10:33:23 +09:00
DB p
df27a21df7
Fixed TextboxWidth
2022-12-09 10:19:08 +09:00
DB p
8498883cd9
- Add BoolToTranslation Logic by Style in Program
...
- Add Responsive Width for Removing horizon scrollbar
2022-12-09 10:15:14 +09:00
DB p
711b5b6110
Fix Buttons Size
2022-12-09 09:09:39 +09:00
Jeremy
824fe10816
bump plugin versions after .Net 6 upgrade
2022-12-09 07:33:25 +11:00
Hongtao Zhang
c5056a7a5c
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into fix_shell_and_change_query
2022-12-07 22:07:56 -06:00