Michael Nadeau
cded4efff7
[PTRun][Dev]Fix additional option default values not taking settings values ( #29480 )
2023-10-31 09:24:54 +00:00
Heiko
602a3ff090
[PTRun][Enterprise]GPO for plugin enabled state ( #27468 )
...
* try code for gpo with pluginID param
* fix typo
* fixes
* update admx
* Add second policy to admx
* spelling fixes
* admx clean up
* add gpo code
* small fixes
* fixes
* fix cast
* update settings code
* bug fixes
* fix plugins disabled warning
* Info bar in settings
* settings ui fixes
* code clean up
* fix spelling
* fix spelling
* code optimization
* changes
* fix code
* switch to char*
* update comments
* validate plugin ID
* spell fixes
* spell fixes
* fix IPlugin interface
* Update Directory.Packages.props
hopefully fixes unit tests
* revert change of nuget pkg
* fixes
* fix spell check
* add todo comment
* improve gpo.h
* improve gpo.h
* update gpo.h
* clean up code in gpo.h
* fix build
* try to fix build
* xaml fix
* Fix getting string value from the registry
* communicate policy state suing settings.json
* various changes and gpo docs
* spell fixes
* PT Run: Policy handling
* spell fix
* fix logging
* fix admx revision
* revision fix 2
* review feedback 1
* review feedback 2
* dev docs update
* fix typo
2023-10-11 15:37:15 +01:00
ChaseKnowlden
cc454701b8
[PTRun]UI for turning on Pinyin on Settings ( #24293 )
...
* Conflict resolving Part 1
* Conflict resolving Part 2
* Conflict resolving Part 3
* Conflict resolving part 4
* fix usepinyin
* Add test and fix setting
* Fix whitespace
* Fix prefix name
* Add mention that it doesn't work for every plugin
2023-09-19 15:31:33 +01:00
Davide Giacometti
5cbe9dd911
[Build] Upgraded NetAnalyzers to 7.0.1 ( #24792 )
...
* upgraded NetAnalyzers to 7.0.1
* fix spellcheck
* Microsoft.CodeAnalysis.NetAnalyzers 7.0.1
* rebase and fix
2023-03-16 15:51:31 +01:00
Jaime Bernardo
65378200c6
[PTRun]Add setting to disable thumbnails ( #24600 )
2023-03-06 22:57:52 +00:00
Alvin Meng
429e19615c
[Settings][PTRun]Show icons of user-installed plugins ( #24194 )
2023-02-22 22:25:43 +00:00
Aditya Goturu
25e9241d42
[PTRun]Add option to tab through results only ( #22965 )
...
* Added option to tab through results directly instead of context menu options
With reference to #22964
* Move setting to search results group
2023-01-10 14:04:50 +00:00
Jeff Lord
7f4a2ca6db
[PTRun]Fix cutting off and using previous input ( #19215 )
...
* Deselect previous selected item because it might not be valid.
* fast execute non-delayed queries
* Speling fixxes.
* Fixed _isTextSetProgrammatically check for when PTRSearchQueryFastResultsWithDelay = false
* Resoved some comments.
* Added partial delay for fast plugins
* Updates settings UI for second throttle value. Changed text.
* 'Verbiage' update
2022-08-10 11:07:53 +01:00
Jeff Lord
0da616f917
[PTRun]Settings for result order tuning ( #18978 )
...
* Change to allow new settings for results tuning.
* Change to allow new settings for results tuning.
* Added WeightBoost
* Fixed null-ref crash in QueryResults
* Change based on stefansjfw review. Remove PowerLauncher_PluginWeightBoost.Content
* Fixed another of my dumb null-refs...
* Updated some text
* Moved global sort order and set enable/disabled as needed.
* Fixed enabled-state of "Global sort order score modifier" setting.
2022-07-04 15:12:56 +01:00
Jaime Bernardo
1490fb300c
[PTRun]Add setting to disable input delay ( #18724 )
...
* [PTRun]Add setting to disable input delay
* Address feedback and allow configuring delay
* Address PR feedback
2022-06-12 14:12:10 +01:00
Josh Soref
bad435bb26
[spellcheck]Spelling cleanup ( #17099 )
...
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com >
2022-03-17 17:19:16 +00:00
Stefan Markovic
073caffef4
[Settings, Common.UI, runner exe] Unify exe/dll naming ( #15005 )
...
* Unify exe/dll naming - PowerToys.Runner
Align naming with other exes - PowerToys Runner -> PowerToys.Runner
* Unify exe/dll naming - Microsoft.PowerToys.Common.UI
Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll
* Unify exe/dll naming - Settings
Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll
* Revert file autoformat
* [Docs] Update paths to settings projects/files
* Fix tests - Update path
2021-12-15 12:56:52 +01:00
Davide Giacometti
3b89e6f5a4
[PTRun]update icons and author on startup ( #14828 )
2021-12-06 19:28:04 +00:00
Stefan Markovic
063beddb01
[PT Run] Check for invalid plugin additional option ( #13632 )
...
* Check for dictionary null key value
* Combine condition in a single if statement
2021-10-05 15:18:45 +02:00
Jaime Bernardo
84b2ae3e8f
[PT Run] Add setting to use centralized keyboard hook ( #13557 )
...
* [PT Run] Add setting to use centralized hook
* Add UI separator
2021-10-01 14:59:52 +01:00
Davide Giacometti
f00bf7cf19
[Settings] update additional options for launcher plugins ( #12920 )
2021-09-06 23:19:00 +01:00
Mykhailo Pylyp
cecf6fb089
Save relative path to settings ( #11543 )
2021-06-01 10:57:53 +03:00
Mykhailo Pylyp
aecabc0372
[PowerToys Run] Settings watcher logging ( #11469 )
2021-05-26 18:07:32 +03:00
Mykhailo Pylyp
97fdf10cea
Divide load and initialize of plugins into two stages ( #10650 )
2021-04-08 16:07:26 +03:00
Mykhailo Pylyp
1c8b7a5ae5
Do not load plugin when it is disabled ( #10515 )
2021-04-05 17:57:22 +03:00