Commit graph

9876 commits

Author SHA1 Message Date
Jeremy
596b5b803e update logic when content search is global 2021-06-13 17:27:44 +10:00
Jeremy Wu
6868544bfc
Merge pull request #472 from lzl1918/lzl1918/AddMarginForShadows
Add Margin When Enabling Box Shadows
2021-06-13 16:21:19 +10:00
Jeremy Wu
0fcceaef9d
Merge pull request #469 from taooceros/FixHideLogic
Fix hide logic
2021-06-13 16:05:18 +10:00
Zelin Liao
ef73c926d0 Add Margin When Enabling Box Shadows 2021-06-12 22:38:40 +08:00
Kevin Zhang
5cedf7084c Remove Unused Code 2021-06-10 15:08:10 +08:00
Kevin Zhang
be8abafdda fix another hardcode issue, and the JsonSerialization problem 2021-06-10 13:06:35 +08:00
Kevin Zhang
aa3e7decd8 Fix Don'tHideAfterAction logic for JsonRPCPlugin.cs 2021-06-10 11:28:45 +08:00
Mykhailo Pylyp
6c61f5ddec [Run-Plugin] Settings plugin (#11663)
* Current settings plugin state on fresh master

* typo fixes

* Add to YML

* Add to WXS

* Address feedback - highlight the note in the tool-tip a little bit

* Address feedback add extra note for "Manage known networks"

* Address feedback - Show type of settings in sub-line and remove extra ControlPanel prefix in json

* Add "WiFi" as alternative name for each Wi-Fi setting

* Add a few more alternative names

* Make RESX happy

* exclude WindowsSettings.json from spell checker because all entries are placeholders  for the translation

* Translate all alternative names

* Translate all notes

* fix for not find "wifi"

* fix typo

* typo fixes and remove debug

* Address feedback - correct author

* Address feedback - settings entries

* Address feedback - code changes

* Address feedback - RESX changes and tool-tip

* fix typo

* Address feedback - remove superfluous interface

* Address feedback - Update RESX

* Address feedback - simplification

* Address feedback - remove enumeration

* Address feedback - move big function in extra helper classes

* Address feedback - move big function in extra helper class

* Address feedback - correct namespace

* Address feedback - move translation to translation helper and make translation more robust

* fix typo

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Main.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Helper/ResultHelper.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Main.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* fix build

* Address feedback

* ups

* Address feedback - Correct windows update settings name

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/WindowsSettings.json

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* adding in dependencies so when you build Launcher, all plugins are included

* Address feedback - add optional updates

* Address feedback - use build numebr instaed of Windows version

* Address feedback - Log difference between registry values + fix wrong ValueType (ushort -> uint)

* Address feebdback - improved warning message on different registry values

* fix typo

* removed not need using

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsSettings/Helper/UnsupportedSettingsHelper.cs

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Addrress feedback, don't copy embed file

* Address feedback - Remove duplicated or not available settings

* Address feedback - Improve scoring

* Address feedback - Add extra filter

* Address feedback - replace the are filter sign with a better one

* Address feedback - fix unwanted behavior

* Address feedback - Change class name

* Address feedback - Rename settings type

* typo fix

* Fix installer

* Comment out localization support

Co-authored-by: Sekan, Tobias <tobias.sekan@startmail.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: crutkas <crutkas@microsoft.com>
2021-06-09 18:04:03 +03:00
Jeremy Wu
a5f5c091be
Merge pull request #466 from Flow-Launcher/fixFlowCallback
Add Customized Object Converter, fix Length issue
2021-06-08 21:09:04 +10:00
Kevin Zhang
c399a87279 Add Customized Object Converter, fix Length issue 2021-06-08 08:04:04 +08:00
Jeremy Wu
a75b883722
Merge pull request #465 from Flow-Launcher/DetectPythonPath
Use where.exe to detect pythonPath easily
2021-06-07 21:54:05 +10:00
Kevin Zhang
456016cdd8 Use where.exe to detect pythonPath easily 2021-06-07 19:17:46 +08:00
Jeremy Wu
c7358f0f4f
Merge pull request #464 from Flow-Launcher/FixPythonEscapeIssue
Use JsonLibrary to Parse object, and replace ProcessStartInfo.Arguments with ArgumentList
2021-06-07 19:56:35 +10:00
Kevin Zhang
18e21a8b19 Don't thown error when JsonRPCPlugin.cs don't return a JsonFeedBack when calling callback 2021-06-07 13:08:18 +08:00
Kevin Zhang
ffcaa02e31 Use JsonLibrary to Parse object, and replace direct argument with the new api to allow auto escape 2021-06-07 13:03:59 +08:00
Kevin Zhang
9557d7ea24 No need for the temp variable 2021-06-06 14:31:47 +08:00
Kevin Zhang
4d501ba3f7 Modify logic in RemoveOldQueryResults() MainViewModel.cs 2021-06-06 14:27:10 +08:00
Kevin Zhang
7854cf348b Finishing editing logic, and add a few interactive for ActionKeywordSetting.xaml
1. It will automatically focus on the textbox
2. Enter will trigger the done button
2021-06-06 11:01:50 +08:00
Jeremy
e5897853ee add backwards compatibility 2021-06-05 19:14:30 +10:00
Jeremy
ff404c5c5b update ActionKeywordSetting view logic 2021-06-05 18:44:16 +10:00
Jeremy
f13e24bd07 removed obsolete api object, updated search action keyword naming, 2021-06-05 14:07:13 +10:00
Jeremy
002c27fc12 Merge remote-tracking branch 'origin/dev' into ExplorerPathActionkeyword 2021-06-05 13:08:50 +10:00
Kevin Zhang
9d7ff0876e
Merge pull request #457 from Flow-Launcher/add_explorer_path
update to ExplorerPathActionkeyword branch
2021-06-04 23:29:48 +08:00
Jeremy Wu
04536c4fb5
Merge pull request #460 from Flow-Launcher/fixShellKeywordError
change sequence of loading for shell plugin to avoid null reference
2021-06-04 19:27:06 +10:00
Jeremy Wu
de9389b681
version bump Shell 2021-06-04 19:23:25 +10:00
Jeremy Wu
fc695c5650
Merge pull request #461 from Flow-Launcher/fixJsonRPCCallback
Fix unparsed property
2021-06-04 17:54:47 +10:00
Jeremy Wu
462baf4dfd
add_winget_install 2021-06-04 14:01:24 +10:00
Kevin Zhang
d3e704cc86 Fix unparsed property 2021-06-04 11:08:40 +08:00
Kevin Zhang
59f0a06cb3 change sequence of loading for shell plugin to avoid null reference 2021-06-03 14:14:27 +08:00
弘韬 张
5966ddc4d9 Refactor Code
1. Moving Property match to Settings.cs
2. Use Binding to avoid explicit Function Assign
3. Simplify ActionKeywordMatch
2021-06-01 18:10:24 -07:00
Jeremy Wu
2d381d69c0
Merge pull request #458 from kubalav/translation-sk
Update Slovak translation for Program plugin
2021-06-01 20:50:32 +10:00
kubalav
ecd6bf3043 Version bump for Program plugin 2021-06-01 10:20:12 +02:00
kubalav
5d4fa7aba9 Update Slovak translation for Program plugin 2021-06-01 10:19:40 +02:00
Jeremy Wu
ad98e8fa4b
Merge pull request #456 from Flow-Launcher/fix_duplicate_query_search
fix duplicate query searches from same global action keywords
2021-05-30 22:16:57 +10:00
Jeremy
995cf568ff option to allow action keywords to be disabled 2021-05-30 19:28:18 +10:00
Jeremy
e9abaf3f6c remove obsolete key 2021-05-30 15:19:32 +10:00
Jeremy
3bf3afc795 update action keyword match logic 2021-05-30 15:11:59 +10:00
Jeremy
e5fbfa24b4 replace action keyword when updating 2021-05-29 22:00:10 +10:00
Jeremy
7e799b5625 keep search activation, enable and disable path and index search 2021-05-29 20:08:34 +10:00
弘韬 张
e4a15b453b remove unexpected editor config 2021-05-28 17:43:06 +08:00
弘韬 张
efc45c76ac Use HashSet storing GlobalPlugins
Use HashSet instead of List to avoid duplicate global plugin
2021-05-28 17:06:58 +08:00
Jeremy
c5167cb5e5 fix duplicate query searches from same global action keywords 2021-05-28 08:44:06 +10:00
弘韬 张
8eecbfbed3 Use MemoryCache to control size 2021-05-27 19:28:17 +08:00
Jeremy Wu
08d428ea13
Merge pull request #455 from Flow-Launcher/fix_empty_actionkeywords
Fix loading when no action keywords present for a plugin in user plugin setting
2021-05-27 20:32:27 +10:00
Jeremy
3623f88374 remove obsolete delcaration of translator instance 2021-05-26 19:46:16 +10:00
Jeremy
0a6e338cc9 set to visible in settings panel only when one action keyword 2021-05-26 19:43:39 +10:00
Jeremy
e06cf9cf6f add tool tip to explain functionality 2021-05-26 08:38:55 +10:00
Jeremy
d024f8eff4 fix loading when no action keywords present for a plugin in userdata 2021-05-25 22:20:22 +10:00
Jeremy Wu
76159d6cd0
Merge pull request #452 from Flow-Launcher/releaseComObject
Avoid AppxManifest.xml leak
2021-05-24 21:12:23 +10:00
Jeremy Wu
89757de04e
version bump Program plugin 2021-05-24 21:04:50 +10:00