Commit graph

1814 commits

Author SHA1 Message Date
Jeremy Wu
3ee8aa3db0 New translations en.xaml (Turkish)
[ci skip]
2022-04-01 06:14:47 +11:00
Jeremy Wu
17a9e8b902 New translations en.xaml (Slovak)
[ci skip]
2022-04-01 06:14:46 +11:00
Jeremy Wu
4a3461cd01 New translations en.xaml (Russian)
[ci skip]
2022-04-01 06:14:45 +11:00
Jeremy Wu
ef8fe5ee2b New translations en.xaml (Norwegian Bokmal)
[ci skip]
2022-04-01 06:14:44 +11:00
Jeremy Wu
6810a98793 New translations en.xaml (Portuguese)
[ci skip]
2022-04-01 06:14:44 +11:00
Jeremy Wu
bc5dd6694d New translations en.xaml (Dutch)
[ci skip]
2022-04-01 06:14:42 +11:00
Jeremy Wu
7fabbb4bda New translations en.xaml (Korean)
[ci skip]
2022-04-01 06:14:42 +11:00
Jeremy Wu
171c1e59a3 New translations en.xaml (Japanese)
[ci skip]
2022-04-01 06:14:41 +11:00
Jeremy Wu
d3a9512bb9 New translations en.xaml (Italian)
[ci skip]
2022-04-01 06:14:40 +11:00
Jeremy Wu
e22b7885fd New translations en.xaml (German)
[ci skip]
2022-04-01 06:14:39 +11:00
Jeremy Wu
5c861f541e New translations en.xaml (Danish)
[ci skip]
2022-04-01 06:14:38 +11:00
Jeremy Wu
026b9bd9ac New translations en.xaml (French)
[ci skip]
2022-04-01 06:14:38 +11:00
Jeremy Wu
058c9513e8 New translations en.xaml (Spanish, Latin America)
[ci skip]
2022-04-01 06:14:37 +11:00
Jeremy Wu
d519ec8749 New translations en.xaml (Spanish (Modern))
[ci skip]
2022-04-01 06:14:36 +11:00
Jeremy Wu
db1a18ec9a New translations en.xaml (Polish)
[ci skip]
2022-04-01 06:14:36 +11:00
Jeremy Wu
38664960e1 New translations en.xaml (Russian)
[ci skip]
2022-04-01 06:14:34 +11:00
Jeremy Wu
ffc8f2705e New translations en.xaml (French)
[ci skip]
2022-04-01 06:14:25 +11:00
Jeremy Wu
38dc0b05b5 New translations en.xaml (Danish)
[ci skip]
2022-04-01 06:14:24 +11:00
Jeremy Wu
ffcb3f95a8 New translations en.xaml (German)
[ci skip]
2022-04-01 06:14:24 +11:00
Jeremy Wu
f02c8c2ff5 New translations en.xaml (Italian)
[ci skip]
2022-04-01 06:14:23 +11:00
Jeremy Wu
3aa0c05036 New translations en.xaml (Japanese)
[ci skip]
2022-04-01 06:14:22 +11:00
Jeremy Wu
9511f5429b New translations en.xaml (Korean)
[ci skip]
2022-04-01 06:14:22 +11:00
Jeremy Wu
c91f495c7d New translations en.xaml (Dutch)
[ci skip]
2022-04-01 06:14:21 +11:00
Jeremy Wu
8c625a577a New translations en.xaml (Polish)
[ci skip]
2022-04-01 06:14:20 +11:00
Jeremy Wu
3f175de130 New translations en.xaml (Portuguese)
[ci skip]
2022-04-01 06:14:19 +11:00
Jeremy
347fe5a3f9 set Shell plugin's default replace Win R hotkey 2022-03-19 20:04:10 +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
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
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
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
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
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
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
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
Garulf
3618979774 Bump version 2021-12-06 15:59:36 -05:00
Kevin Zhang
4affa2ed4a
Add Crowdin Integration (#826)
* Create crowdin.yml
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (German)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (German)
* New translations en.xaml (Korean)
* New translations en.xaml (Polish)
* New translations en.xaml (Slovak)
* New translations en.xaml (Turkish)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Traditional)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Korean)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Chinese Simplified)
* New translations en.xaml (Slovak)
* New translations en.xaml (Korean)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Slovak)
* New translations en.xaml (Chinese Simplified)
* Add Portuguese (Portugal) Language
* Update Crowdin configuration file
* Update Crowdin configuration file
* Apply suggestions from code review

Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
Co-authored-by: Vladimír Kubala <37414585+kubalav@users.noreply.github.com>
2021-12-06 22:21:43 +11:00
Jeremy
6fdfbe3263 version bump Shell plugin 2021-12-06 20:51:52 +11:00
Kevin Zhang
ec96028f55 change query after showing window to make it not selectable 2021-12-05 21:14:01 -06:00
DB p
b38a662fe6 Remove Color String 2021-12-06 12:06:53 +09:00
Kevin Zhang
6565b55746 Use API mainwindow show 2021-12-05 21:06:33 -06:00
DB p
b83bbb5923 Adjust popup in explorer plugin with string
Fix Color
2021-12-06 11:59:21 +09:00
Kevin Zhang
b3155bcfed Merge remote-tracking branch 'upstream/dev' into GlobalHotkeyRefactor 2021-12-05 17:41:17 -06:00
DB p
ef959d2539 Remove BrowserSetting item in bookmark / Url / Websearch
Remove Releated code (just for build)
Adjust Bookmark plugin popup layout and add string
2021-12-06 07:03:34 +09:00
Kevin Zhang
9c86af7c86 Align Bookmark plugin into global browser 2021-12-05 15:31:39 -06:00
Garulf
ff867d22a1 Initial commit
Fix misaligned suggestion text
2021-12-05 15:07:32 -05:00
Kevin Zhang
d8eef69e21 Use Global Browser Setting around flow 2021-12-05 13:34:23 -06:00
Jeremy
a4fd337856 remove unused icon image WindowsSettings.dark.png 2021-12-02 22:05:27 +11:00
Jeremy
7297c1be39 remove ControlPanel plugin 2021-12-02 22:00:21 +11:00
Jeremy
0250a28c9f update typo 2021-12-02 21:53:56 +11:00
Jeremy
b497f7bf52 remove WindowsSettings.json duplicate taskbar entry, update description 2021-12-02 21:44:13 +11:00
Jeremy
aad4fc1973 update subtitle's setting type display to System settings/Control Panel 2021-12-02 21:33:05 +11:00
Jeremy
0b725eb02c change project to .Net SDK, Any CPU build, remove Platform targeted, 2021-12-01 22:15:22 +11:00
Jeremy
8fc5776efe update plugin description 2021-12-01 21:25:36 +11:00
Jeremy
acb697cba7 update project file, plugin.json and comments 2021-12-01 21:20:13 +11:00
Jeremy
0d152f5ee7 change default action keyword to global 2021-12-01 20:21:26 +11:00
Kevin Zhang
9d26eb995e Merge branch 'add_windows_settings_plugin' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-11-30 15:37:59 -06:00
Kevin Zhang
e66af0f605 Add ControlPanelIcon
Add Control Panel Icon to separate control panel setting and windows setting item

Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-30 15:37:45 -06:00
Jeremy
c88af8a4c6 include WindowsSettings project in build 2021-12-01 06:54:11 +11:00
Jeremy
bf1e9397b8 rename WindowsSettings project 2021-12-01 06:27:51 +11:00
Jeremy
0a5e636bab remove git ignore from WindowsSettings 2021-12-01 06:17:58 +11:00
Jeremy
a701b48511 Merge remote-tracking branch 'origin/dev' into add_windows_settings_plugin 2021-12-01 05:56:36 +11:00
DB p
594075deba Adjust Button Size 2021-11-30 10:01:44 +09:00
Kevin Zhang
dafd7d2544 Adjust program setting listview style 2021-11-29 18:39:52 -06:00
Kevin Zhang
505bbb94c8 Rename setting and reset cache when results are chosen 2021-11-29 18:31:48 -06:00
Kevin Zhang
1990a7edfd Merge remote-tracking branch 'upstream/dev' into add_windows_settings_plugin 2021-11-29 17:53:31 -06:00
Kevin Zhang
9fac7cc77f Update WindowsSettings.light.png
Co-Authored-By: Dobin Park <6903107+onesounds@users.noreply.github.com>
2021-11-29 17:47:49 -06:00
DB p
582fe6c193 Change EnableHideLnkPath Name to EnableHideAppsPath 2021-11-30 02:41:10 +09:00
Jeremy
3d8ed6038e Program plugin version bump 2021-11-29 20:37:27 +11:00
Jeremy
51481d7766 simplify if condition for hide app path 2021-11-29 20:36:34 +11:00
Jeremy
dbf3f1e159 Merge remote-tracking branch 'origin/dev' into AdjustProgramPlugin 2021-11-29 20:18:18 +11:00
Jeremy
b826090bca Merge remote-tracking branch 'origin/dev' into GlobalHotkeyRefactor 2021-11-29 20:02:26 +11:00
Jeremy
84fed734b9 Shell plugin version bump 2021-11-29 19:55:35 +11:00
Jeremy Wu
e7198c6d79
Merge pull request #742 from spedrickson/JsonRPCShellRun
add initial ShellRun support for JsonRPC
2021-11-29 08:43:59 +11:00
Jeremy Wu
2ebdead706
Merge pull request #817 from onesounds/DarkMode
Dark mode
2021-11-29 08:39:11 +11:00
Jeremy Wu
52046431ea
Merge pull request #829 from taooceros/ShellNotClose
Refactor Shell Command
2021-11-29 06:39:54 +11:00
Jeremy
056bffeda9 Shell version bump 2021-11-29 06:34:58 +11:00
Jeremy
07aebaeeaa Merge branch 'dev' into install-from-url 2021-11-29 06:18:16 +11:00
Jeremy
ea179e5455 shorten version compare logic 2021-11-29 06:06:08 +11:00
DB p
1b0fa24096 Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-29 00:42:51 +09:00
DB p
9297bac72f Adjust Color in SearchSourceSetting/ Remove Comment in SelectFileManager 2021-11-29 00:24:56 +09:00
DB p
ea4ae0cbf2 Add Listview Style Comment & Adjust button margin 2021-11-28 08:18:44 +09:00
DB p
12fdeffddd Adjust Popup Layout
Adjust Button Size
2021-11-28 07:37:08 +09:00
DB p
cb77fbfd7b Merge branch 'DarkMode' into AdjustProgramPlugin 2021-11-28 06:11:05 +09:00
DB p
113f15487a Adjust SettingPanel Layout 2021-11-28 06:09:36 +09:00
Kevin Zhang
d3d1f6faa7 Fix Unexpected Intercept result when multiple plugin register the global hotkey event 2021-11-27 14:26:20 -06:00
DB p
8343bc761d Add hide uwp/lnk path setting 2021-11-28 05:05:25 +09:00
DB p
16c6e8b4d2 Merge Dev 2021-11-27 14:04:32 +09:00
Jeremy
091b4afe4e switch to use main window's Show method 2021-11-27 13:51:45 +11:00
Kevin Zhang
16c30e9803 Refactor Shell Command 2021-11-25 15:47:11 -06:00
DB p
b1bbe8aaac Add TextBlock Color / Adjust BookMarkPlugin Input Height 2021-11-25 12:14:20 +09:00
Garulf
2edc345892 Fix or condition 2021-11-24 02:06:39 -05:00
Jeremy
76efdfcff0 version bump PluginsManager 2021-11-22 19:45:21 +11:00
Jeremy
48c0f21a24 only msg plugin download & install succes/failure 2021-11-22 19:43:14 +11:00
Jeremy
a07252cc04 add ability to switch off warning when unknown source
fixed search terms to show with out to lower
2021-11-21 16:09:49 +11:00
Jeremy
ebf9ef1d80 add check downloaded plugin zip has same or lesser version 2021-11-21 13:31:43 +11:00
Jeremy
4eeaaec3c7 fix naming when installed from url source 2021-11-20 21:26:56 +11:00
Jeremy
73c1031e0f append new guid as zip and file name, update error messaging 2021-11-20 20:01:57 +11:00
Jeremy
99405395ec add plugin installation notifications 2021-11-20 18:47:10 +11:00
Garulf
2e2d2591d7 Block install if manual install exists 2021-11-19 10:59:32 -05:00
Garulf
cf056a92c0 Filename as title for result 2021-11-18 11:47:21 -05:00
Garulf
8c50d13aa5 Use correct icon 2021-11-18 11:40:06 -05:00
Garulf
092b4593f8
Detect URL and install 2021-11-18 10:35:45 -05:00
Jeremy
3e38a9035c version bump plugins 2021-11-17 21:07:44 +11:00
Jeremy
a6ddaf9ff9 Merge branch 'dev' into JsonRPCShellRun 2021-11-17 21:02:32 +11:00
Jeremy
ae7de8db09 refactor to use ShellCommand 2021-11-17 21:00:36 +11:00
DB p
7333b57109 - remove Bookmark/websearch setting panel hardcoded bgcolor
- Adjust Colors in settingwindow
2021-11-17 15:04:57 +09:00
Jeremy
e09248fe0a bump version for plugins 2021-11-11 08:50:02 +11:00
DB p
7d18c3e10c - Add Height Program Plugin Setting Panel
- Disable Done Button when Null in TextBoxes
- Adjust Dopus Arguments
2021-11-09 23:02:33 -06:00
Kevin Zhang
2c1e07065c migrate explorer open containing folder to new api 2021-11-09 23:02:00 -06:00
Kevin Zhang
a3b62bc4d8 Fix rename issue 2021-11-09 23:01:59 -06:00
Kevin Zhang
5ee6c4b6a5 Migrate Program Plugin Custom Explorer 2021-11-09 23:01:59 -06:00
Kevin Zhang
8a312d4874 Implement the API call to custom explorer via ipublicapi, and migrate the exist call to explorer to the api call. 2021-11-09 23:01:59 -06:00
Jeremy Wu
17f8ffed2d
version bump BrowserBookmarks plugin 2021-11-05 08:00:01 +11:00
kubalav
58ee77f40f Removed extra spaces before chevrons 2021-11-03 09:29:33 +01:00
kubalav
ad88e3fb34 Update Slovak translation + bump version 2021-11-03 09:21:10 +01:00
Jeremy Wu
ddda425e7f
Merge pull request #779 from onesounds/AdjustWebsearchPlugin
Adjust websearch plugin & Small Fix for pluginstore PR & Setting Popup Redesign
2021-11-03 09:21:36 +11:00
Jeremy
c2a633097b update wording and bump WebSearch version 2021-11-03 08:17:57 +11:00
DB p
4e5975ccf7 - Remove URL
- Add Icon
2021-10-31 08:09:12 +09:00
Kevin Zhang
304fb90c5d Expand EnvironmentVariable in Command 2021-10-30 00:11:17 -05:00
Kevin Zhang
fac8b76485
Merge pull request #780 from Flow-Launcher/FixBookmarkIssueWhen
quick exit when children property is not found
2021-10-30 00:10:43 -05:00
Kevin Zhang
7cfb71df35 Change WindowsSettings class to record and use with to create translated setting 2021-10-29 23:08:59 -05:00
Kevin Zhang
255f8091a5 Add OnCultureInfoChanged to IPluginI18n to allow plugin do action when culture change 2021-10-29 22:16:13 -05:00
Kevin Zhang
582e29658b Update Translation Mechamism in Flow 2021-10-29 21:53:52 -05:00
Kevin Zhang
02bb75fac4 Include WindowsSettings in Flow Project 2021-10-29 21:53:22 -05:00
DB p
43a62d0d12 - add netflix / youtube music
- add netflix / youtube music icon
- change list array order
- remove findicon.com
- add search source setting guide string
2021-10-30 05:31:13 +09:00
Kevin Zhang
47e074ca2a Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into add_windows_settings_plugin 2021-10-29 15:00:22 -05:00
Kevin Zhang
4c10208008 quick exit when children property is not found 2021-10-29 14:09:58 -05:00
DB p
89e2edb12f Add Noresize property in setting search source popup 2021-10-30 02:58:29 +09:00
DB p
0edbcfde2b - Adjust Priority Change Popup Window Design
- Adjust Websearch setting layout
- Change and add Websearch String
- Change Websearch popup design
2021-10-30 02:31:11 +09:00
Jeremy
63ffb3a3c3 plugin version bumps 2021-10-27 21:56:20 +11:00
Jeremy
a7ac7b183a remove GroupName attribute from Url plugin's open url behaviour
fixes the new tab/window selection binding not working with the new ui
2021-10-27 21:30:42 +11:00
Kevin Zhang
8a59e87f99 Fix unselected issue for bookmark plugin by using binding (Don't understand Reason it doesn't work before) 2021-10-25 18:51:34 -05:00
Kevin Zhang
fd70326b2d Merge branch 'dev' of github.com:Flow-Launcher/Flow.Launcher into PluginStore 2021-10-21 12:21:00 -05:00
Jeremy Wu
f6f306efe4
Merge pull request #751 from Flow-Launcher/fix_bookmark_plugin_window_size
Dev: Fix Bookmark plugin settings browser edit
2021-10-19 06:02:14 +11:00
Jeremy Wu
2a68a41ef0
Merge pull request #681 from Flow-Launcher/QueryTermsRefactor
Fixes Typo TermSeparator & remove the actionkeyword in Terms
2021-10-18 08:10:03 +11:00
Kevin Zhang
1ce31505a6 Merge remote-tracking branch 'upstream/dev' into PluginStore 2021-10-16 21:09:32 -05:00
Vladimír Kubala
32cb242821
Update Slovak translation Brower Bookmark plugin 2021-10-13 13:37:19 +02:00
kubalav
9e3861ce67 version bump Browser Bookmark plugin 2021-10-13 13:10:44 +02:00
kubalav
6ffcdfe7d6 Update Slovak translation for Browser Bookmark plugin 2021-10-13 13:06:57 +02:00
Jeremy
c7c5990c2e fix edge bookmark loading 2021-10-13 21:49:26 +11:00
Jeremy
db3099ed0e fix bookmark plugin browser edit button logic 2021-10-13 09:07:27 +11:00
Jeremy
7b70386936 fix bookmark plugin settings button width 2021-10-13 08:27:10 +11:00
Jeremy
e85a99f8d6 fix custom browser setting window positioning of controls 2021-10-13 08:22:12 +11:00
Jeremy Wu
8a33bf4a33
Merge pull request #695 from Flow-Launcher/BrowserBookmarkRefactor
Refactor Bookmark plugin
2021-10-12 08:43:13 +11:00
Kevin Zhang
c4f9dcbe90 Merge Dev (Conflict PluginsManifest Move) 2021-10-10 16:53:38 -05:00
Kevin Zhang
3d06404614 Move PluginsManifest to Flow.Launcher.Core & Change PluginStore Binding to PluginsManifest 2021-10-10 16:46:54 -05:00
Dobin Park
e6c4ca1d49 - Adjust Content Control Margin
- Adjust Calc/webseearch plugin setting Margin
2021-10-10 03:28:14 +09:00
Dobin Park
0d11b79ee3 - Adjust Shell, Calc, WebSearch Setting Margin 2021-10-10 00:02:41 +09:00
Jeremy
0b60d3d0df move to plugins folder 2021-10-09 15:25:57 +11:00
Kevin Zhang
3baaa2d406
Merge pull request #704 from onesounds/ModernTheme
Modern Design
2021-10-08 20:37:00 -05:00
Jeremy
04a10ed62d add glyph option to settings 2021-10-07 21:58:54 +11:00
Jeremy
5f0df980bf adjust Program plugin width 2021-10-07 07:03:17 +11:00
Jeremy
54145d7604 revert subtitle change 2021-10-07 07:02:56 +11:00
Dobin Park
66e722bc53 - Change context icon to glyph in some plugin
- Add Glyph property in themes
2021-10-06 13:21:19 +09:00
Dobin Park
8aaeb85d69 - item of *.lnk remove subtitle (for test) 2021-10-06 02:25:37 +09:00
Dobin Park
88a9767975 - delete csproj 2021-10-05 11:10:54 +09:00
Kevin Zhang
309006e754 Align setting control and allow localization and version bump 2021-10-04 17:11:44 -05:00
Jeremy
4941f346a5 fix explorer crash on square brackets 2021-10-01 07:44:59 +10:00
Jeremy
1b69d27ea9 fix Explorer plugin crash on semicolon 2021-09-29 22:18:01 +10:00
Dobin Park
3a0594f99b - Changing Result item and hotkey layout
- Add Hightlight Styling
- Add New Themes and adjust classic themes
2021-09-27 20:00:46 +09:00
Jeremy Wu
9a488dc896
version bump PluginsManager 2021-09-27 07:39:49 +10:00
Kevin Zhang
e5e8c48d51 Implement editing 2021-09-23 13:32:10 -05:00
Kevin Zhang
672616ef62 Rename Variable & adjust window size 2021-09-23 13:13:01 -05:00
Kevin Zhang
eac61fb40c Add setting for Custom Browser Bookmark 2021-09-23 13:07:40 -05:00
Kevin Zhang
f64821eb1f Use CDN for PluginManifest 2021-09-23 12:16:48 -05:00