Commit graph

25 commits

Author SHA1 Message Date
Kevin Zhang
b0cf10012c change output link to flow output directory 2021-10-04 23:51:57 -05:00
Kevin Zhang
0a7ca4f5fe Let WindowsSettings Plugin become built-in plugin.
1. Reference directly to Flow.Launcher.Plugin Project
2021-10-04 18:10:00 -05:00
Kevin Zhang
e981139fa4
Merge pull request #2 from Flow-Launcher/add-some-icons-glyph
Add some icons glyph
2021-10-04 17:44:39 -05:00
Kevin Zhang
83a8c6c1c2
Merge pull request #6 from Flow-Launcher/AddLocalizationResx
add other localization resources
2021-10-04 17:43:18 -05:00
Kevin Zhang
5731719592 add other localization resources 2021-09-29 14:37:44 -05:00
Kevin Zhang
cfbb884032
Merge pull request #3 from pc223/add-task-link
Add task links directly to WindowsSettings.json
2021-09-26 18:36:19 -05:00
Kevin Zhang
a69221622d Merge branch 'main' into pr/pc223/3 2021-09-26 18:33:00 -05:00
Kevin Zhang
3ae9e161b2 Allow keyword search 2021-09-26 18:28:22 -05:00
pc223
b7df39307f
Add FontFamily 2021-07-31 22:50:11 +07:00
pc223
ccb01d85d6
Add some more glyphs 2021-07-26 13:50:46 +07:00
pc223
7f5b9b7ccd
Add task links 2021-07-24 18:46:27 +07:00
pc223
6308a67fc9
Add some icons glyph 2021-07-22 02:51:10 +07:00
Kevin Zhang
75346f1ed8 Change ExecuteFileName 2021-07-21 15:51:57 +08:00
Kevin Zhang
9b1ee61f37 Make SubTitleToolTip the same as TitleToolTip 2021-07-20 11:12:46 +08:00
Kevin Zhang
1e673d9cf7 Adjust Scoring 2021-07-20 11:11:36 +08:00
Kevin Zhang
228bbe2c37 Change NameSpace Name 2021-07-20 10:59:05 +08:00
Kevin Zhang
dd31f1a34a
Create README.md 2021-07-19 17:28:41 +08:00
Kevin Zhang
bac446d40d subtitle highlight 2021-07-19 17:24:13 +08:00
Kevin Zhang
4f0e679596 fix json 2021-07-19 17:21:43 +08:00
Kevin Zhang
2c45ec61f5 Use Flow API to search 2021-07-19 17:17:09 +08:00
Kevin Zhang
9e9820bce9 fix JsonFormat 2021-07-19 17:16:48 +08:00
Kevin Zhang
89ef3a97bf Porting to Flow 2021-07-19 16:32:57 +08:00
张弘韬
e223d13f24 Initial Refactor 2021-07-18 22:42:58 +08:00
Mykhailo Pylyp
9836c19dd5 [Run-Plugin][Program] Fix null reference exception on Dispose (#11785) 2021-06-18 13:40:10 +03: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