Commit graph

2045 commits

Author SHA1 Message Date
Vic
88d6b0a9cd enable path by default 2022-11-01 01:37:31 +08:00
Vic
2d0f42590a fix separator 2022-11-01 01:36:19 +08:00
Vic
24afcb22a1 minor fix 2022-11-01 01:18:54 +08:00
Vic
ac7a1a7ce8 Revert "Remove duplicate win32 programs"
This reverts commit d5d141f9db.
2022-10-31 22:02:10 +08:00
Vic
0ab82de704 Try to find logo closest to 44x44 2022-10-31 20:03:34 +08:00
Kevin Zhang
ff2ebc87a8
Merge branch 'dev' into handle-icon-urls 2022-10-30 14:50:31 -05:00
Hongtao Zhang
e9bf62ed08
Revert "Merge branch 'handle-icon-urls' of https://github.com/Flow-Launcher/Flow.Launcher into handle-icon-urls"
This reverts commit cae0b7be77, reversing
changes made to ba0aee14ba.
2022-10-30 14:23:04 -05:00
Vic
902c88df63 fix typo 2022-10-31 01:57:24 +08:00
Vic
c194d21948 Fix IcoPath for epic urls 2022-10-31 01:52:03 +08:00
Vic
70b0e3bc2c Fix uid change when editing uwp sources 2022-10-30 18:43:44 +08:00
Vic
134870815a revert 2022-10-30 02:49:33 +08:00
Vic
a5d7005497 refactor foreach 2022-10-30 02:42:35 +08:00
Vic
4296652edf Time when manually reindex 2022-10-30 02:37:22 +08:00
Vic
0b247db1b2 minor changes 2022-10-30 01:27:41 +08:00
Vic
3af296e4d7 Try to get 44x44 logo 2022-10-29 02:04:26 +08:00
Vic
cc7d2bc855 Fix location setter and uid case 2022-10-28 20:00:38 +08:00
Vic
3efa0e185d Remove DisabledProgramSource 2022-10-28 18:06:44 +08:00
Vic
6e19b49f91 Freeze logo 2022-10-28 16:50:08 +08:00
Vic
efece39c1e Fix var for task.run 2022-10-28 16:44:44 +08:00
Vic
8ac873b953 remove comments 2022-10-28 16:25:28 +08:00
Vic
874383bd07 bugfix and refactor
1. Fix issues with uid.
2. Implement #1486.
2022-10-25 17:39:01 +08:00
Vic
2f9b19ddfc Fix 1356 2022-10-25 15:27:47 +08:00
Vic
0a19b02792 Fix merge 2022-10-25 14:53:59 +08:00
Vic
184aa57db9 Merge branch 'FixProgramPluginSettings' into FixProgramUID 2022-10-25 14:20:01 +08:00
VictoriousRaptor
af7539a218
Merge branch 'dev' into dev 2022-10-25 01:19:14 +08:00
Vic
1aa3668ea4 bugfix 2022-10-25 01:13:36 +08:00
Vic
440337ba22 bugfix 2022-10-25 00:09:20 +08:00
Vic
cd6c4ddb5e revert rename 2022-10-24 23:31:53 +08:00
Vic
d7d863547c comment 2022-10-24 23:31:02 +08:00
Vic
cb295bbd90 Refactor 2022-10-24 23:26:41 +08:00
Vic
8a4ff3bada use shallow copy 2022-10-24 23:16:09 +08:00
Vic
9bf1645a40 Use String.Equals 2022-10-24 23:06:37 +08:00
Vic
c8dfd565e5 Check if url field is null 2022-10-24 21:50:31 +08:00
Vic
31453e5942 Review update 2022-10-24 14:31:19 +08:00
Vic
568dced4bb Check null 2022-10-24 14:14:23 +08:00
Vic
2ba155944a bugfix 2022-10-24 14:00:02 +08:00
Vic
6f46504d18 Adjust text 2022-10-23 22:57:28 +08:00
Vic
642ea4a290 bugfix 2022-10-23 22:09:22 +08:00
Vic
5103b2b712 Update text 2022-10-23 20:05:51 +08:00
Vic
1715f8145d protocols setting 2022-10-23 20:01:18 +08:00
Vic
b77a8f755a Fix suffixes 2022-10-23 18:50:38 +08:00
Vic
d13c3817e4 Data binding for suffixes 2022-10-23 17:29:37 +08:00
DB p
d5be961975 Adjust margin 2022-10-22 18:17:33 +09:00
DB p
24ad8ed816 Adjust Strings and add guide text 2022-10-22 18:02:20 +09:00
DB p
c27761e59d - Adjust Strings
- Add Auto Hide Styles
2022-10-22 17:21:45 +09:00
DB p
b559ad1980 Adjust Text / Change Button / Add Layout 2022-10-22 15:39:40 +09:00
Vic
84b1c26369 Fix image file usage
See https://github.com/microsoft/PowerToys/pull/5109
2022-10-22 00:28:17 +08:00
Vic
d92ea580b2 CA1822 2022-10-21 18:39:03 +08:00
Vic
3362d1cba7 CA1825 2022-10-21 18:35:10 +08:00
Vic
02b23756ff set AppxPackageHelper to static 2022-10-21 18:34:49 +08:00
Vic
e72810ca2c Temporary fix for sharing violation
Sharing violation may occur when reindexing after deleting user added source, causing some uwp programs can't be indexed. Don't actually know why it happens. Try to fix it.
2022-10-21 15:45:00 +08:00
Vic
d533c5ee93 Try to find in Assets\ if logo doesn't exist 2022-10-21 01:01:07 +08:00
Vic
cbcae41d0a bugfix 2022-10-20 20:54:16 +08:00
Vic
463f417a42 bugfix 2022-10-20 18:16:46 +08:00
Vic
8a488ad88e CA1829 2022-10-20 17:22:31 +08:00
Vic
cc1e32333c Remove unnecessary Count() 2022-10-20 17:21:36 +08:00
Vic
7832ab6898 Remove ProgramSource() 2022-10-20 17:15:16 +08:00
Vic
bc54b07fdc manually set win32 uid when construct 2022-10-20 17:00:18 +08:00
Vic
4da7a5e078 Remove DisabledProgramSource() 2022-10-20 16:55:14 +08:00
Vic
db67d3b925 Remove unnecessary Count() 2022-10-20 16:47:49 +08:00
Vic
4f2dc062d2 fix 2022-10-20 16:36:58 +08:00
Vic
c85af888f9 Make UID lowercase 2022-10-20 16:31:26 +08:00
Vic
81d295498b Move ProgramSource definition 2022-10-20 16:15:56 +08:00
Vic
f806c23e57 Fix UWP icon missing issue 2022-10-20 02:30:58 +08:00
Vic
2672460cc8 Remove unused using 2022-10-19 18:53:12 +08:00
Vic
6791579494 Use Linq 2022-10-19 18:53:12 +08:00
Vic
d5d141f9db Remove duplicate win32 programs 2022-10-19 18:53:12 +08:00
Vic
4334d28dc2 Change UI 2022-10-19 18:53:12 +08:00
Vic
afa01559b0 Text key update 2022-10-19 18:53:12 +08:00
Vic
a171addf4c Disable recursive search for PATH folders 2022-10-19 18:53:12 +08:00
Vic
d90d115654 minor fix 2022-10-19 18:53:12 +08:00
Vic
e6c933851a Fix typo 2022-10-19 18:53:12 +08:00
Vic
13a8f82bfe Add PATH environment variable to program source 2022-10-19 18:53:12 +08:00
DB p
4d75e1b29a Removed ColorProfile in ControlPanelIcon 2022-10-19 14:08:28 +09:00
dependabot[bot]
521e8976be
Bump Mages from 2.0.0 to 2.0.1
Bumps [Mages](https://github.com/FlorianRappl/Mages) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/FlorianRappl/Mages/releases)
- [Changelog](https://github.com/FlorianRappl/Mages/blob/devel/CHANGELOG.md)
- [Commits](https://github.com/FlorianRappl/Mages/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: Mages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-18 21:06:58 +00:00
Vic
58ad92b812 Revert changes in Settings.cs 2022-10-18 21:46:28 +08:00
Vic
fac76af685 Reindex when disable program from results 2022-10-18 21:30:55 +08:00
Vic
bcd2b8d658 bugfix 2022-10-18 20:25:43 +08:00
Vic
569f69a270 bugfix 2022-10-18 20:07:43 +08:00
Vic
dcec3611de Fix button text issue 2022-10-18 19:28:12 +08:00
Vic
3196dc559a Update text 2022-10-18 19:21:10 +08:00
Vic
c56c343ed6 Add Checkbox to edit program source window
1. Add Checkbox to edit program source window
2. Double click item to edit
2022-10-18 19:21:10 +08:00
dependabot[bot]
f623352539
Bump System.Data.SQLite.Core from 1.0.114.3 to 1.0.116
Bumps System.Data.SQLite.Core from 1.0.114.3 to 1.0.116.

---
updated-dependencies:
- dependency-name: System.Data.SQLite.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 22:37:23 +00:00
Tai Le
750cfa44c1 Support .url file 2022-10-16 16:25:47 +07:00
Hongtao Zhang
2189eaaa0c
Allow user to disable loading bookmark from certain browser 2022-10-12 16:11:15 -05:00
DB p
c79c1adfa9 Change Delete Icon to RecycleBin 2022-10-11 12:37:39 +09:00
Hongtao Zhang
2a2514d1a9
Reformat some code 2022-10-10 11:11:48 -05:00
Hongtao Zhang
d3ea580c3e
Fix merge issue 2022-10-10 11:08:49 -05:00
Hongtao Zhang
5ea6c54d38
Merge remote-tracking branch 'origin/dev' into explorerMerge
# Conflicts:
#	Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
2022-10-10 11:03:19 -05:00
Jeremy Wu
8b78288afd
New Crowdin updates (#1429)
* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[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 Resources.resx (Chinese Simplified)
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (French)
[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 (Korean)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations Resources.resx (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Portuguese)
[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 (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Portuguese)
[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 (Russian)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[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 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 (Italian)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations Resources.resx (Slovak)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Portuguese)
[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 (Russian)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[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 (Chinese Simplified)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-10-06 06:20:08 +03:00
Jeremy Wu
bf15720b9b
remove left over language keys 2022-10-05 19:57:11 +11:00
DB p
d2578104bc Adjust Commands 2022-10-05 12:40:11 +09:00
DB p
3bbe894f11 Remove Commands 2022-10-05 12:37:50 +09:00
DB p
8049a5c69d Merge branch 'OpenRecycleBinCommand' of https://github.com/onesounds/Flow.Launcher into OpenRecycleBinCommand 2022-10-04 14:19:25 +09:00
DB p
405e3f0851 Change shellcommand 2022-10-04 14:19:21 +09:00
DB P
c65ca18338
Merge branch 'dev' into OpenRecycleBinCommand 2022-10-02 14:36:39 +09:00
Hongtao Zhang
6817260af3
make windows index the default search engine 2022-10-01 23:42:39 -05:00
DB P
aaf5e9f4a5
Merge branch 'dev' into ImagePreview 2022-10-02 12:35:45 +09:00
Kevin Zhang
8e05f312af
Merge pull request #1383 from Sparrkle/ProgressBarBindingError
Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable)
2022-09-30 21:24:56 -05:00
DB P
e0c3fa893c
- Change EN Guide websearch plugin (#1430)
- Change URL Text to Selectable
2022-09-30 21:23:36 -05:00
Vic
1f0bd82fe9 Change hard-coded strings in WindowsSettings plugin to translated 2022-09-30 11:11:53 -05:00
Sparrkle
63f1dd971e
Merge branch 'dev' into ProgressBarBindingError 2022-09-30 10:00:27 +09:00
Sparrkle
3e6c869472 Merge branch 'ProgressBarBindingError' of https://github.com/Sparrkle/Flow.Launcher into ProgressBarBindingError 2022-09-30 09:58:38 +09:00
Sparrkle
ab1ddbb6c5 Change ProgressBar Value to Nullable. 2022-09-30 09:58:33 +09:00
DB P
98d8601e4d
Merge pull request #1 from VictoriousRaptor/RemoveSegoeUI
Remove all Segoe UI usage.
2022-09-29 15:29:19 +09:00
Vic
f0d6961ede Remove all Segoe UI usage. 2022-09-29 14:00:53 +08:00
Sparrkle
33ada18b66
Merge branch 'dev' into ProgressBarBindingError 2022-09-29 01:36:38 +09:00
Jeremy Wu
32a0195ea3
Merge pull request #1424 from Flow-Launcher/version_bump_plugins
[Dev] Version bump plugins
2022-09-29 01:35:42 +10:00
Jeremy Wu
8ded9d60f5
Merge pull request #1382 from onesounds/AdjustDesign
Adjust designs & Texts
2022-09-28 21:54:23 +10:00
Jeremy Wu
b902427815 version bump plugins 2022-09-28 19:13:35 +10:00
Jeremy Wu
7050c046e0
Merge pull request #1390 from Flow-Launcher/issue_1371
Use Search instead of SearchTerm[0] in PluginIndicator
2022-09-28 08:30:57 +10:00
Jeremy Wu
1dfada9243
Update README.md 2022-09-28 08:19:41 +10:00
DB p
65524981a4 change the 'settings' command's subtitle 2022-09-28 00:22:39 +09:00
Hongtao Zhang
d973826333
Remove extra information in subtitle (discussion #706)
Fix index search keyword not working
2022-09-24 14:31:32 -05:00
Hongtao Zhang
2c3df3f4db
Change signature back to string to accommodate async method.
Port open Windows Context Menu feature
2022-09-24 14:23:59 -05:00
Sparrkle
9d294ed71a
Merge Remote pattern 2022-09-21 19:21:28 -05:00
Hongtao Zhang
1622e57e78
Merge remote-tracking branch 'origin/dev' into explorerMerge 2022-09-21 19:19:13 -05:00
Hongtao Zhang
8b1c125bdf
Custom Exception & Some Refactor
- Try use ReadOnlySpan<char> instead of String for applicable API
- Use Customized Exception to return error result
2022-09-21 19:18:20 -05:00
Sparrkle
d9d2cfb8a0
Special character error in ole db query (#1381) 2022-09-21 16:07:05 -05:00
DB p
768c44567a Add Checkboxes and Adjust layout 2022-09-20 19:22:13 +09:00
Hongtao Zhang
3185e2d216
use Search instead of SearchTerm[0] to prevent empty search triggering error 2022-09-19 15:40:03 -05:00
DB p
bb0c57d3d2 - remove test customcontrol in program plugin
- change small icon in result to folder thumbnail
2022-09-16 20:33:54 +09:00
Sparrkle
314f2d6a90 Fixed Progressbar Binding Error (ProgressBar Value is Not Nullable) 2022-09-15 15:57:05 +09:00
Hongtao Zhang
733ebb8ac1
Add support for customized usercontrol 2022-09-13 17:34:11 -05:00
DB p
68f59dd924 changed "openmycomputer" string to "openmypc" 2022-09-13 09:13:39 +09:00
DB p
d59bc6320a Fix Recyclebin Glyph Icon 2022-09-13 09:11:17 +09:00
Hongtao Zhang
d973470465
Remove restriction for plugin panel height 2022-09-12 14:39:36 -05:00
Jeremy
e23eb94caf allow progress bar customisation via plugin 2022-09-12 08:05:03 +10:00
Hongtao Zhang
000c45bfa8
Refactor Explorer Code to fit the new architecture
1. Rename some method in QueryConstructor.cs by removing prefix and suffix
2. Split the logic of checking '>' to outer SearchManager.cs
3. Use IAsyncEnumerable for potential future improvement.
2022-09-10 10:45:41 -05:00
Jeremy Wu
b62ab1d0aa
formatting 2022-09-09 09:08:05 +10:00
DB p
eedcb4d8aa Add commands and icon update 2022-09-08 20:45:26 +09:00
DB p
930e4e8207 - Add Open RecycleBin
- Add Open Desktop
- Add Open My Computer
2022-09-08 17:43:25 +09:00
DB p
4bc3367e3f - Add 'Free Space in drive'
- when Type "d:\", showing graph with free space.
2022-09-06 23:59:33 +09:00
Jeremy
202821824d Merge remote-tracking branch 'origin/dev' into filewatcher 2022-08-30 06:19:41 +10:00
Hongtao Zhang
193ea552dd
Merge remote-tracking branch 'origin/dev' into explorerMerge
# Conflicts:
#	Flow.Launcher.Test/Plugins/ExplorerTest.cs
#	Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchManager.cs
2022-08-16 21:38:15 -04:00
Hongtao Zhang
6423143c5c
Implement Everything AutoInstall 2022-08-16 21:32:49 -04:00
Hongtao Zhang
4b6b10af02
Add Open with Shell for folder result 2022-08-16 20:52:53 -04:00
Hongtao Zhang
6a5509bc80
Add customized editor path 2022-08-16 18:51:03 -04:00
Hongtao Zhang
6df3bd8275
Add UseWpf option to csproj for Shell and sys plugin to resolve weird error for IDE 2022-08-16 18:46:23 -04:00
Hongtao Zhang
a3622d472e
Code Refactor with IAsyncEnumerable instead of Task<IEnumerable> 2022-08-16 18:45:36 -04:00
Jeremy Wu
b122dc35c6
New Crowdin updates (#1280)
* New translations en.xaml (Danish)
* New translations en.xaml (French)
* New translations Resources.resx (Polish)
* New translations en.xaml (French)
* New translations Resources.resx (French)
* New translations Resources.resx (Danish)
* New translations Resources.resx (German)
* New translations Resources.resx (Italian)
* New translations Resources.resx (Japanese)
* New translations Resources.resx (Korean)
* New translations Resources.resx (Dutch)
* New translations Resources.resx (Portuguese)
* New translations Resources.resx (Spanish, Latin America)
* New translations Resources.resx (Russian)
* New translations Resources.resx (Slovak)
* New translations Resources.resx (Turkish)
* New translations Resources.resx (Ukrainian)
* New translations Resources.resx (Chinese Simplified)
* New translations Resources.resx (Chinese Traditional)
* New translations Resources.resx (Portuguese, Brazilian)
* New translations Resources.resx (Norwegian Bokmal)
* New translations Resources.resx (Serbian (Latin))
* New translations Resources.resx (Spanish (Modern))
* New translations en.xaml (Japanese)
* New translations en.xaml (Korean)
* New translations en.xaml (German)
* New translations en.xaml (Italian)
* New translations en.xaml (Russian)
* New translations en.xaml (Dutch)
* New translations en.xaml (Polish)
* New translations en.xaml (Ukrainian)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Norwegian Bokmal)
* New translations en.xaml (Serbian (Latin))
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Portuguese, Brazilian)
* New translations en.xaml (Spanish, Latin America)
2022-08-17 01:15:04 +03:00
Oren Nachman
719fc99154 Combine string 2022-08-10 11:52:16 -07:00
Oren Nachman
30669e8c25 Further cleanups 2022-08-09 20:18:37 -07:00
Oren Nachman
13c70a9bb7 Remove unused code 2022-08-09 17:41:02 -07:00
Oren Nachman
03cedcc37e AllowedLanguage documentation 2022-08-09 16:38:43 -07:00
Oren Nachman
dbe2151810 Clean up exception throwing code for plugin loading 2022-08-09 16:31:29 -07:00
Oren Nachman
b38ffef23c Remove spuriously added discard (_=) for void call
Intellisense for the non-win
2022-08-08 17:48:17 -07:00
Oren Nachman
3648126854 Revert JSON Null change + fix more warnings
See comment inline re:JSON null
2022-08-08 17:35:38 -07:00
Oren Nachman
b85399137e Addressing more warnings 2022-08-08 14:55:04 -07: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 Wu
fee3d1da90 Merge branch 'master' into dev 2022-07-24 11:42:19 +10:00
Jeremy Wu
6dedb4fc40
Release 1.9.4 (#1287)
* Merge pull request #1205 from Flow-Launcher/fix_cmd_command_with_blank

Fix shell cmd command with quote and space

* Bump NuGet.CommandLine from 5.4.0 to 5.7.2 (#1241)

* Merge pull request #1098 from Flow-Launcher/ScrollToSelectedPlugin

Scroll to selected item when expanded or size changed

* fix RemoveOldQueryResults NullPointerException (#1204)

* Merge pull request #1005 from Flow-Launcher/KillProcess

Use Cancellation Token to avoid potential race tracing issue

* Merge pull request #1187 from Flow-Launcher/update_python_download_mirrors

Update Python download mirrors

* Merge pull request #1108 from Flow-Launcher/CalculatorDecimalSeparator

Respect Decimal Separator for query not just result

* Merge pull request #1087 from Flow-Launcher/turnoff_replace_win_r_shell

Set Shell plugin's default replace Win R hotkey to off

* Merge pull request #1077 from Flow-Launcher/fix_explorer_button_visibility

Fix incorrect button visibility in Explorer's expander control

* Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index

Fix the use of index in path search

* Merge pull request #1071 from medlir/fix-browser-bookmarks-plugin-exception

avoid exception in ChromiumBookmarkLoader.cs

* Merge pull request #1056 from Flow-Launcher/fix_context_menu_typo

Fix typo for plugin title in context menu and WindowsSettings name

* Merge pull request #1119 from onesounds/antialising

Remove All Cleartype Rendering

* Version bump

* Remove Calculator plugin CopyText feature for 1.9.4 release
2022-07-24 11:39:31 +10:00
Jeremy Wu
a550e5818e
version bump 2022-07-18 06:38:46 +10:00
Jeremy Wu
a21a899c79 Merge remote-tracking branch 'origin/dev' into windowsSettingtranslationWarning 2022-07-18 06:33:15 +10:00
Jeremy Wu
f7b3871cf0
New Crowdin updates (#1258)
* New translations en.xaml (Chinese Traditional)
2022-07-05 08:09:30 +10:00
Kevin Zhang
86210d0cfb
Merge branch 'dev' into explorerMerge 2022-07-03 19:51:12 -05:00
Hongtao Zhang
d36d15c887
Further Refactor UI Code and Implement Engine Selection and Everything Setting UI 2022-07-03 19:50:19 -05:00
Jeremy Wu
3738c7a2b9
New Crowdin updates (#1254)
* New translations en.xaml (Spanish (Modern))

* New translations en.xaml (Slovak)

* New translations en.xaml (Portuguese)
2022-07-02 00:09:02 +10:00
Hongtao Zhang
70e9a0ca84
Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into explorerMerge 2022-07-01 00:02:06 -05:00
Hongtao Zhang
d5e1b7cb22
Rewrite Explorer View Logic based on MVVM Pattern to avoid complicated View Logic 2022-06-30 23:56:15 -05:00
Hongtao Zhang
7bda6ed3c4
Merge remote-tracking branch 'origin/dev' into filewatcher 2022-06-28 18:03:21 -05:00
Jeremy Wu
472fff83fd
New Crowdin updates (#1240)
Follow Crowdin favored file format
2022-06-28 16:52:50 +03:00
Jeremy Wu
377c7d792e
Merge pull request #1076 from Flow-Launcher/fix_path_search_with_index
Fix the use of index in path search
2022-06-28 23:44:08 +10:00
Hongtao Zhang
9b471de3cf
Implement Path Enumeration and ContentSearch 2022-06-25 12:39:02 -05:00
Hongtao Zhang
fa0cd35e18
Support Path Enumeration (Part 1) 2022-06-25 12:39:02 -05:00
Hongtao Zhang
b671f562ef
Add missing File 2022-06-25 12:39:01 -05:00
Hongtao Zhang
6fdff2971c
Merge Explorer & Everything Plugins (Step 1)
1. Shared Interface for Windows Index and Everything Index
2. Settings Merge (Part 1)
3. Include Everything dll
2022-06-25 12:38:50 -05:00
Jeremy
dba03c9676 formatting 2022-06-22 07:59:39 +10:00
Jeremy
9b894b3b92 update comment regarding usage of Argument vs ArgumentList 2022-06-22 07:55:47 +10:00
Jeremy
b11e5740ef Merge branch 'dev' into fix_cmd_command_with_blank 2022-06-22 06:46:57 +10:00
Jeremy
d48e841f21 formatting 2022-06-22 06:37:33 +10:00
Jeremy Wu
f903e6881d
New Crowdin updates (#1232)
* 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 (Russian)
[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 (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[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 (Spanish (Modern))
[ci skip]

* New translations en.xaml (Dutch)
[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 (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations en.xaml (Italian)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Russian)
[ci skip]

* New translations en.xaml (Japanese)
[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 (Russian)
[ci skip]

* New translations en.xaml (Polish)
[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 (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Russian)
[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 (Serbian (Latin))
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Ukrainian)
[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 (Italian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[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 (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Russian)
[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 (Spanish (Modern))
[ci skip]

* New translations en.xaml (Dutch)
[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 (Polish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Danish)
[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 (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 (Chinese Simplified)
[ci skip]

* New translations en.xaml (Japanese)
[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 (Russian)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations Resources.resx (Dutch)
[ci skip]

* New translations Resources.resx (Spanish (Modern))
[ci skip]

* New translations Resources.resx (Serbian (Latin))
[ci skip]

* New translations Resources.resx (Norwegian Bokmal)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Ukrainian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Slovak)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Portuguese)
[ci skip]

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Danish)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

* New translations en.xaml (Spanish, Latin America)
[ci skip]

* New translations en.xaml (Spanish (Modern))
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Norwegian Bokmal)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Ukrainian)
[ci skip]

* New translations Resources.resx (Spanish, Latin America)
[ci skip]

* New translations en.xaml (French)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Danish)
[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 (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 (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Portuguese, Brazilian)
[ci skip]

* New translations en.xaml (Serbian (Latin))
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Polish)
[ci skip]

* New translations Resources.resx (German)
[ci skip]

* New translations Resources.resx (Italian)
[ci skip]

* New translations Resources.resx (Japanese)
[ci skip]

* New translations Resources.resx (Korean)
[ci skip]

* New translations Resources.resx (Russian)
[ci skip]

* New translations Resources.resx (Turkish)
[ci skip]

* New translations Resources.resx (Chinese Simplified)
[ci skip]

* New translations Resources.resx (Chinese Traditional)
[ci skip]

* New translations Resources.resx (Portuguese, Brazilian)
[ci skip]

* New translations Resources.resx (French)
[ci skip]

* New translations en.xaml (German)
[ci skip]

* New translations en.xaml (Japanese)
[ci skip]

* New translations en.xaml (Chinese Traditional)
[ci skip]

* New translations en.xaml (Polish)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Turkish)
[ci skip]

* New translations Resources.resx (Portuguese)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* New translations en.xaml (Dutch)
[ci skip]

* Revert Unexpected Change back to dev version

* update zh-tw

* New translations en.xaml (Danish)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* Revert "New translations en.xaml (Korean)"

This reverts commit 9b55ca7b0e.

* Fix some korean string

* New translations en.xaml (Turkish)
[ci skip]

Co-authored-by: Hongtao Zhang <hongtao_zhang@outlook.com>
Co-authored-by: Kevin Zhang <45326534+taooceros@users.noreply.github.com>
2022-06-13 13:58:50 +10:00
Hongtao Zhang
a47ce1c591
Add Glyph Support for some settings 2022-06-11 14:21:41 -05:00
Hongtao Zhang
123cad8450
adjust default result when query is empty
Make Tasklink Area Unknown
Make Tasklink results score lower
2022-06-11 14:09:03 -05:00
Hongtao Zhang
b2090bc808
Remove Some Obsolete/Duplicate Entry in TaskLink 2022-06-11 03:09:32 -05:00
Hongtao Zhang
959b5f558b
Revert "Remove WindowsSetting resource not found warning"
This reverts commit 26c4650cfc.
2022-06-11 02:47:12 -05:00
Hongtao Zhang
0dcf2ba522
Fix a missing logic of updating language in plugin;Adjust Resource Name to match the culture we use; Adjust some of the key name; Put Tasklink item into culture 2022-06-11 02:45:56 -05:00
Kevin Zhang
6f2e8f57e7
Merge branch 'dev' into windowsSettingtranslationWarning 2022-06-10 18:37:16 -05:00
Kevin Zhang
a78956bbee
Merge branch 'dev' into filewatcher 2022-06-10 18:02:19 -05:00
Jeremy
1bdab8f901 update readme for .Net 6 instructions 2022-06-10 21:58:22 +10:00
Jeremy Wu
e2626a90a4 update WindowsSettings plugin to .NET 6 2022-05-24 23:10:40 +10:00
Jeremy Wu
e6f5807782 Merge branch 'dev' into Dotnet6 2022-05-23 13:53:15 +10:00
Hongtao Zhang
b7bebc8a32 use old Arguments instead of ArgumentList to prevent auto escape quote in commands 2022-05-14 21:25:36 -05:00
Jeremy
66f835fb00 calculator plugin version bump 2022-04-24 19:34:43 +10:00
Jeremy
b177f6d67f add decimal separator check to CanCalculate 2022-04-24 19:33:06 +10:00
Hongtao Zhang
4b09e07e09 Use decimal separator in setting for query 2022-03-31 13:53:07 -05:00
Jeremy
347fe5a3f9 set Shell plugin's default replace Win R hotkey 2022-03-19 20:04:10 +11:00
Jeremy
a276022fbf fix error logging message 2022-03-13 16:50:41 +11:00
Jeremy
d7ab4f0c1f fix incorrect button visibility in Explorer's expander control
fix the issue where button visibility is still visible when expander is collapsed
2022-03-13 14:59:17 +11:00
Jeremy
cc283fd5dc allow option to enable/disable the use of index in path search 2022-03-13 14:27:46 +11:00
Rick
7fe166d18b
avoid exception in ChromiumBookmarkLoader.cs
Every time I start Flow Launcher since the plugins refactor, the Bookmarks plugin has been throwing an exception.  The issue stems from it parsing the Bookmarks file, and assuming that every JsonElement in the "roots" element is a JsonValueKind.Object.  My Bookmarks file though has a JsonValueKind.String value off the roots key of `"sync_transaction_version": "20297",` along-side the bookmark_bar, other, and synced keys, which ARE objects.  When it hits that sync_transaction_version string, and calls EnumerateFolderBookmark with it, it gets into the method because it IS a JsonElement, but then throws an exception on the folderElement.TryGetProperty("children", ...) call because you can't call TryGetProperty on a String, only Objects.
2022-03-08 20:54:54 -05:00
Jeremy Wu
dd8135edaf
update readme 2022-03-04 10:00:07 +11:00
Jeremy Wu
84a806bf75
Release 1.9.3 (#1052)
## Bug fixes
- Addresses the issue where WindowsSettings plugin results appear higher than other results #1020 

- Fixed an issue where full screen mode does not disable hotkey when enabled #1037 

- Fixed some potential issues when loading plugins that use shared assembly #1036 

- Sorted out a race condition issue causing image loading on some results to fail #1040 

- Revised ttf/otf support #935 

- Resolved the issue where WebSearch plugin would crash if not connected to internet #977 

- Fixed incorrect text for "New Tab" and "New Window" buttons under Settings' default browser section #951 

- Fixed typos in plugin title and WindowsSettings name inside the context menu #1056
2022-03-03 13:59:43 +11:00
Jeremy
b9f03a84f6 fix typo for plugin title in context menu and WindowsSettings name 2022-03-02 21:26:24 +11:00
Jeremy Wu
813d900935
Merge pull request #1002 from Flow-Launcher/fix_app_uri_logic
[Dev] Fix application URI logic when opening via WebSearch plugin
2022-03-02 10:19:30 +11:00
Jeremy
8f33b5ad6d Merge remote-tracking branch 'origin/master' into resolve_1_9_2_merge_conflict 2022-02-28 14:16:19 +11:00
Hongtao Zhang
5404303c5f Wrap IndexWin32Programs with Task.Run 2022-02-23 18:21:13 -06:00
Hongtao Zhang
ef4bb121f9 Add FileSystemWatcher to Watcherlist 2022-02-23 18:19:34 -06:00
Hongtao Zhang
80eb0e4943 Reset Cache and rewrite uwp detection logic 2022-02-21 15:54:46 -06:00
Jeremy
7b6686d9a1 version bump 2022-02-12 14:10:18 +11:00
Jeremy
6ad1bca24b lower non-name matched results and use fuzzy scores for name matches 2022-02-12 14:09:31 +11:00
Hongtao Zhang
87e7ff5b53 Remove unneeded logic and add a background reindex at startup 2022-02-06 17:34:50 -06:00
Hongtao Zhang
823fa38dcd Remove unused method 2022-02-06 17:27:12 -06:00
Jeremy
18acea3321 remove dup RegisterBookmarkFile & update condition 2022-02-07 08:47:28 +11:00
Jeremy
dd52a34919 Shell plugin version bump 2022-02-02 07:49:56 +11:00
Hongtao Zhang
bffa90a81e stop trigger global hotkey when shell plugin is not enabled 2022-02-02 07:49:09 +11:00
Jeremy
f64c50c479 bump WebSearch plugin 2022-02-02 07:41:59 +11:00
tech189
781a773131 Some pedantic capitalisation 2022-02-02 07:40:47 +11:00
tech189
2ae2c0f600 Clean up deprecated translations 2022-02-02 07:40:24 +11:00
Jeremy
362ab52c52 version bump PluginsManager 2022-02-02 07:32:46 +11:00
dependabot[bot]
69f6eb36c1 Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 07:30:14 +11:00
Jeremy
819ee97555 version bump PluginsManager 2022-02-02 07:22:19 +11:00
dependabot[bot]
6713865432
Bump SharpZipLib in /Plugins/Flow.Launcher.Plugin.PluginsManager
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/icsharpcode/SharpZipLib/releases)
- [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt)
- [Commits](https://github.com/icsharpcode/SharpZipLib/compare/v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: SharpZipLib
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 16:24:12 +00:00
Jeremy
96cf9fe36a fix application URI logic when opening via WebSearch plugin 2022-01-31 21:36:13 +11:00
Jeremy
25cc50b9ac version bump Program & BrowserBookmark plugins 2022-01-27 20:52:47 +11:00
Jeremy
2b538d9cb6 Merge branch 'dev' into filewatcher 2022-01-27 20:50:54 +11:00
Jeremy Wu
0842091f26
formatting 2022-01-27 20:22:01 +11:00
Jeremy Wu
f42fd29224
formatting 2022-01-27 20:14:42 +11:00
Jeremy
530f5b80f1 version bump plugins after merge 2022-01-19 21:34:18 +11:00
Jeremy
4df7413cf0 Merge remote-tracking branch 'origin/dev' into ChangeMissingIcon 2022-01-19 21:32:09 +11:00
Jeremy
06859ef359 version bump plugins 2022-01-19 21:22:55 +11:00
Jeremy Wu
9c92219e7f
Merge pull request #977 from Flow-Launcher/fixWebsearchNullPointer
Add null check before enumerating the enumerable
2022-01-19 20:51:10 +11:00
Jeremy
e9d3a0df1c version bump WebSearch 2022-01-19 20:44:19 +11:00
Jeremy Wu
20e1b659fd
update suggestion result with ActionKeywordAssigned 2022-01-19 20:39:48 +11:00
Kevin Zhang
b0d29be067
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:09:11 -06:00
Kevin Zhang
267b79a86e
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2022-01-17 09:08:00 -06:00
Jeremy Wu
b9048f50f0
Merge pull request #972 from Flow-Launcher/refactor_plugin_manifest
Improvements to PluginManager plugin
2022-01-14 08:12:32 +11:00
Jeremy
deb4bee786 version bump PluginsManager 2022-01-14 07:58:46 +11:00
Jeremy Wu
45f691c3b1
Merge pull request #974 from tech189/fix-spellings
Fix spellings in translation keys
2022-01-14 07:57:12 +11:00
Jeremy
abc4dc0141 bump WebSearch plugin 2022-01-14 07:48:12 +11:00
Ioannis G
84716376c2
bump plugin versions 2022-01-13 22:40:59 +02:00
tech189
a02011ddf1 Some pedantic capitalisation 2022-01-13 11:13:40 +00:00
tech189
661e99d073 Clean up deprecated translations 2022-01-13 10:30:44 +00:00
Ioannis G
5941049a11
use AutoCompleteText in PluginIndicator, ProcessKiller plugins
makes hitting Tab from the results of those plugins less weird
2022-01-13 04:52:13 +02:00
Ioannis G
a0bb995643
PluginsManager: refactor sub-commands
Rename them to something more accurate, switch them to be const
2022-01-12 23:48:16 +02:00
Hongtao Zhang
77f3788539 Add null check before enumerating the enumerable 2022-01-12 15:21:21 -06:00
Ioannis G
d6bca894ff
PluginsManager: remove IAsyncReloadable
no point for it, anymore
2022-01-12 19:25:42 +02:00
Ioannis G
bc5a9710b3
PluginsManager: fetch plugins on init 2022-01-12 19:22:55 +02:00
Ioannis G
d95010697d
PluginsManager: simplify passing down of queries 2022-01-11 08:55:59 +02:00
Ioannis G
658ddb2cf6
PluginsManager: improve query navigation 2022-01-11 08:21:15 +02:00
Ioannis G
daedc03008
PluginsManager: fix "new issue" URL for some plugins
since the `UrlSourceCode` field is inconsistent in the manifest file
2022-01-11 06:49:56 +02:00
Ioannis G
35e043859c
pass CancellationToken to PluginsManifest.UpdateManifestAsync 2022-01-11 06:12:10 +02:00
Ioannis G
33fb0ddee6
refactor PluginsManifest to use conditional requests 2022-01-11 06:00:14 +02:00
Jeremy Wu
de97cd4e52
Merge pull request #953 from Flow-Launcher/disableshellwinr
stop trigger global hotkey when shell plugin is not enabled
2022-01-10 20:11:13 +11:00
Jeremy
88b4ce5bb6 Shell plugin version bump 2022-01-10 20:05:05 +11:00
Hongtao Zhang
26c4650cfc Remove WindowsSetting resource not found warning 2022-01-09 18:27:28 -06:00
Hongtao Zhang
af68cb5093 detect browserbookmark file change 2022-01-08 16:58:12 -06:00
Hongtao Zhang
50144ea8f4 Remove firefox bookmark with no title 2022-01-08 16:31:28 -06:00
Hongtao Zhang
9fc0e03b3d detect windows version 2022-01-08 16:03:53 -06:00
Hongtao Zhang
73056534bb Reindex when app install or deleted (and uwp update). 2022-01-08 15:50:27 -06:00
Jeremy
21775c7bed bump PluginsManager version 2022-01-05 20:56:34 +11:00
Hongtao Zhang
3298194a45 stop trigger global hotkey when shell plugin is not enabled 2022-01-03 10:26:18 -06:00
Ioannis G
845d9e51d9
stop using obsolete SearchWeb methods internally 2022-01-03 15:25:38 +02:00
Jeremy Wu
7dd5c12b36
Merge pull request #941 from Flow-Launcher/release_version_bump
Release 1.9.1 version bump
2022-01-01 22:00:55 +11:00
Jeremy Wu
c2d992d49e
Merge pull request #890 from onesounds/RemovePathHighlight
Remove Subtitle Highlight
2022-01-01 22:00:02 +11:00
Jeremy
288bf4ce09 version bump plugins 2022-01-01 21:49:53 +11:00
Jeremy
65d88076ad bump plugin versions 2021-12-31 18:25:40 +11:00
Kevin Zhang
701a5d444b
Update translations from Crowdin(#880)
* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Chinese Simplified)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Slovak)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]

* New translations en.xaml (Portuguese)
[ci skip]

* New translations en.xaml (Korean)
[ci skip]
2021-12-31 18:07:05 +11:00
Kevin Zhang
f9d608840d Upgrade to .net 6 2021-12-28 11:36:28 -06:00
Jeremy
6f9a879f58 remove subtitle highlighting code 2021-12-21 07:19:31 +11:00
Jeremy
7e1f041cde Merge remote-tracking branch 'origin/dev' into fixSourceString 2021-12-20 08:47:43 +11:00
Jeremy
99ba1b7440 fix key name 2021-12-20 08:47:05 +11:00
Jeremy Wu
3b2ab46af2
Merge pull request #920 from Flow-Launcher/remove-startup-notification
Remove Startup Error notification for updating manifest and update check
2021-12-20 08:40:23 +11:00
Jeremy
7d9bd3ae48 version bump PluginsManager 2021-12-20 08:35:09 +11:00
Hongtao Zhang
60ee43d704 fix bookmark string 2021-12-19 15:25:25 -06:00
Jeremy Wu
7841b6faae
Merge pull request #922 from onesounds/FixPrivateText
Correct the typo (private, bookmark)
2021-12-20 07:29:57 +11:00
DB p
8fc027496e Fix Bookmmark to Bookmark 2021-12-20 03:33:40 +09:00
Hongtao Zhang
5ae9ee46c0 Suppress Startup Manifest Download Error Notification 2021-12-19 11:37:38 -06:00
Jeremy
6911cadcf3 version bump plugins 2021-12-19 19:58:31 +11:00
DB p
f8eafb4d2b Adjust Shell plugin layout 2021-12-17 11:59:32 +09:00
DB p
d7d567e22b Change Searchsource Window layout to responsive (in WebSearch Plugin) 2021-12-16 00:28:35 +09:00
DB p
2ce526005b Adjust Korean String in WindowsSetting 2021-12-15 19:48:33 +09:00
DB p
979c89d14b Adjust Calculator layout to responsive 2021-12-15 13:51:39 +09:00
DB p
3b5b3abf21 Add BookmarkData Window Title String in portugee 2021-12-15 12:51:50 +09:00
DB p
968315aabd Adjust Layout custombrowsersetting in bookmark plugin 2021-12-15 12:21:56 +09:00
DB p
bf6fbf7f5d Adjust Layout in CustomBrowserSetting in Bookmark Plugin 2021-12-15 12:20:49 +09:00
DB p
3f1f23bbe9 Change Bookmark layout to responsive 2021-12-14 18:23:45 +09:00
DB p
6095d0b1be - Change Hardcoded text to string
- Adjust Button size to responsive
- Add Accent Button Color
2021-12-14 17:35:32 +09:00
DB p
0b5c77eba2 Change Button Sizes in Explorer Setting Panel 2021-12-14 17:23:08 +09:00
DB p
405a33c26a Fix Shell Plugin Checkbox 2021-12-14 17:19:08 +09:00
DB p
64c2373ecf Merge branch 'dev' into pluginmanagercheckbox 2021-12-10 11:28:50 +09:00
DB p
fac1b3a7ad Change Checkbox position right to left 2021-12-10 10:44:46 +09:00
Jeremy Wu
037e0f83bc
Merge pull request #800 from onesounds/GlobalBrowserSetting
Global browser setting / Private mode option
2021-12-09 20:01:06 +11:00
Hongtao Zhang
27d1796e48 Fix Suggestion Result Action 2021-12-08 21:48:27 -06:00
Jeremy Wu
2855c6c317
Merge pull request #834 from Flow-Launcher/GlobalHotkeyRefactor
[dev] Global hotkey refactor
2021-12-08 20:56:03 +11:00
DB p
d952950894 remove comment 2021-12-08 17:56:06 +09:00
Kevin Zhang
7bf6a7d141
Update crowdin translations (#871)
Update crowdin translations (#871)
2021-12-08 19:49:32 +11:00
Kevin Zhang
b286762062
Update Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-07 23:21:03 -06:00
Garulf
efd2b78e38
Merge pull request #863 from Garulf/add-auto-complete-to-file-explorer 2021-12-07 21:52:21 -05:00
Jeremy
f741420f95 retrieve path with action keywrod 2021-12-08 08:01:16 +11:00
Jeremy Wu
b11f72866d
Merge pull request #867 from onesounds/AdjustExplorerPlugin
[dev] Adjust popup in explorer plugin with string
2021-12-07 21:09:54 +11:00
Jeremy
e84e5b1d9f remove obsolete new tab/window methods 2021-12-07 20:44:19 +11:00
Jeremy
00f514fad5 version bump plugins 2021-12-07 20:40:12 +11:00
Kevin Zhang
e62f6d98df Remove contextmenu of windowsseting plugin 2021-12-06 22:50:22 -06:00
DB p
ee224aa02c Change Icons
Add icons8.com link in about
2021-12-07 08:56:57 +09:00
Garulf
b201d789d2 Prepend folder action keyword 2021-12-06 16:57:06 -05:00
Jeremy
6468b14d11 Merge remote-tracking branch 'origin/dev' into GlobalBrowserSetting 2021-12-07 08:17:15 +11:00
Garulf
74f97f1b95
Update Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:09:14 -05:00
Garulf
34fd11a411
Update Plugins/Flow.Launcher.Plugin.Explorer/plugin.json
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
2021-12-06 16:08:57 -05:00