Davide Giacometti
d7e36079fc
[PTRun][Window]PowerLauncher removed from results ( #14786 )
2021-12-06 19:27:10 +00:00
Stefan Markovic
88ec74d81e
Unify dll/exe naming - interop ( #14795 )
2021-12-06 16:27:54 +01:00
Clint Rutkas
35d328964f
Update Resources.resx ( #14707 )
2021-12-03 06:53:57 -08:00
Niels Laute
287bc99a0f
[Run] Removing unused icons ( #14631 )
...
* Removing unused icons
* Update Product.wxs
* Update Product.wxs
* Update PowerLauncher.csproj
* Update PowerLauncher.csproj
* Revert "Update PowerLauncher.csproj"
This reverts commit 45011bd1e0
.
* Revert "Update PowerLauncher.csproj"
This reverts commit c6d6298034
.
* Update PowerLauncher.csproj
* Revert "Update PowerLauncher.csproj"
This reverts commit 60d30f30df
.
* Update PowerLauncher.csproj
2021-12-03 00:02:56 +01:00
Jaime Bernardo
f92bfc62f1
[PTRun][Hotfix]Don't load duplicate plugins ( #14776 )
2021-12-02 16:41:15 +00:00
Stefan Markovic
c95fb78cf4
[PT Run - Calculator plugin] Allow single-digit factorial ( #14736 )
2021-12-02 15:07:47 +01:00
Davide Giacometti
ec11abbc52
[PT Run] [Program] Fix FileSystemWatcher Crash ( #14649 )
2021-11-30 14:41:09 +00:00
Jaime Bernardo
bf2c5d9ec0
[PTRun][Program]Avoid loops due to symlinks ( #14676 )
2021-11-30 11:25:01 +00:00
Franky Chen
c934127d84
[PT Run] Support for application URI ( #14391 )
...
* [RUN] Add support for uri with scheme only
* Fix typo
* Add full support for application URI
* Apply suggestions from code review and add tests
* [PT Run] Add support for application uri
* Update error message
* Adapt the icon if the result is web URI
* Update icons for application URI
* Update icons for application URI (dark mode)
* Update icon
2021-11-16 22:06:45 +00:00
Davide Giacometti
c7381cf1d5
PT Run plugins directories alignment ( #14462 )
2021-11-16 16:09:18 +00:00
Jacob Deuchert
0aa213a31d
[PT Run][VSCode] Add DevContainer workspaces to search results ( #14313 )
...
* [PT Run] (VSCode Workspaces Plugin) Added devcontainers
* [PT Run] (VSCode Workspaces Plugin) Added localization for dev container workspace type
* [PT Run] (VSCode Workspaces Plugin) Streamlined result title for different workspace types
2021-11-11 14:06:59 +00:00
Heiko
2c9b86d873
[PT Run] [Settings plugin] Add new settings ( #13746 )
...
* Add entries for settings tools (#13741 )
* Add UAC entry (#13743 )
* fix typo
* Add entries for environment vars (#13734 )
* fix typos
* fixes
* Improvements
* fix resource strings
* Fix merge conflicts
* update system env vars command
* fix json schema
* Update settings
* fix typo
* add firstResultScore
* fix typos
2021-11-10 16:38:27 +00:00
Heiko
fb97ce040b
[PT Run] Improvements on EnvironmentHelper and deletion of old env vars ( #13363 )
...
* Improve log message
* New method
* changes made so far
* code cleanup and new method
* fix method name
* final changes so far
* Code cleanup and typo fixes
* fix bugs and code cleanup
* fix typo
* rename Method
* fix cast exception
* fix type casting
* exception handling for testing
* Update path var name#
* make collections case insensitive
* fix spelling
* add code to update names
* improve comments
* exception handling and logging
* update comments
* final changes
* fix typo
* Update comments
* add summary to IsRunningAsSystem method
* update var and fix typos
* Update code
* add log warning for protected vars
* add comment
* fix bugs
* small change
* Update log text
* Skipp logging for USERNAME
2021-11-10 16:38:03 +00:00
Stefan Markovic
e6a7f9193b
[PT Run] If only delayed results available, select first ( #14209 )
2021-11-02 14:04:17 +01:00
Stefan Markovic
a881e6b3d5
Put UpdateResultsListViewAfterQuery calls logic with inside addResultLock blocks ( #14078 )
2021-11-01 17:16:57 +01:00
Franky Chen
3a48fa03a5
[Settings] Capitalize English word ( #14060 )
2021-10-29 14:16:43 +01:00
Davide Giacometti
64cc6b7af7
[PT Run] [Folder Plugin] Environment Variables With Autocomplete ( #13811 )
...
* search environment variables folders with autocomplete
* refactoring and tests
* fix
2021-10-20 14:27:15 +01:00
Tobias Sekan
da0b96a5ad
[WindowsSettings] DevDocs + JSON schema ( #13510 )
...
* #10997 - Added JSON schema and extra shell class
* #13510 - Address feedback and fix wrong typo for a member
* #13510 - Add DevDoc (first version)
* #13510 - make spellcheck happy
* #13510 Address feedback, add scores, replace todos
* Make build server happy
* #13510 - Address feedback - Extra table for keys
* #13510 - Address feedback
* #13510 -Address feedback, add language specified
Co-authored-by: Sekan, Tobias <tobias.sekan@axp-consulting.de>
2021-10-14 15:17:41 +01:00
Franky Chen
db1318fed1
[PTRun][URI]Add test case for #13760 ( #13795 )
2021-10-13 22:16:56 +01:00
Stefan Markovic
6cc8da120f
[PT Run] Align SelectedIndex and SelectedItem ( #13702 )
...
* Set SelectedIndex to 0 after delayed execution of plugins
* Revert "Set SelectedIndex to 0 after delayed execution of plugins"
This reverts commit 5397d0f1fa
.
* Align hovered and selected item
2021-10-12 18:10:52 +02:00
Jaime Bernardo
6705fb453e
[PTRun][Program] Avoid looping on folder cycles ( #13685 )
2021-10-11 10:43:56 +01: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
Davide Giacometti
cf2ec690db
[PT Run] Windows Terminal Plugin ( #13367 )
...
* run windows terminal plugin
* fixes
2021-10-04 23:45:41 +01:00
Franky Chen
7daf35d898
Https scheme fix, merging #12790 ( #13606 )
...
* HTTPS by default, HTTP only if specified
* Added/Updated unit tests;Added FTPS
* Added confirmation to system messages such as shutdown, reboot, and lock
* Corrected Typo
* Added confirmation to system messages such as shutdown, reboot, and lock
* Corrected Typo
* Made changes requested by @mykhailopylyp
* Further changes per review by mykhailopylyp
* Fixes per code review
* Changes per Mykhailopylyp
* Fix all schemes being replaced with HTTPS
Added new tests
* Merging conflicts
* Add ftp to fix spell-check
* Fix unit tests
Co-authored-by: chrisharris333 <60838650+chrisharris333@users.noreply.github.com>
Co-authored-by: Chris Harris <chris.harris@mytinycloud.com>
2021-10-04 18:56:27 +01: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
Jaime Bernardo
b0d35f5ef8
Fix for WPF DPI issue on .net 3.1.19 ( #13551 )
2021-10-01 14:03:04 +01:00
Jaime Bernardo
1984b3747e
[PTRun][Services] Search for result full title ( #13492 )
2021-09-29 11:50:40 +01:00
Jaime Bernardo
c85fa98bcc
[PT Run] Fix some keyboard issues on plugin ( #13490 )
...
* Don't use enter for accelerator keys in results
Enter is already used to select commands in the context menu in the
result entries.
* Don't crash when trying to show a tooltip
* Clear hanging tooltips when keyboard navigating
* Starting/stopping service on Enter
2021-09-28 15:30:44 +01:00
Jaime Bernardo
26e8d0d976
[OOBE] Fix starting PowerToys Run ( #13455 )
2021-09-27 15:55:00 +01:00
Jaime Bernardo
d7098e87ee
[PTRun] Fix crash when shutting Windows down ( #13401 )
2021-09-23 18:09:38 +01:00
csigs
f4531130b6
LEGO: check in for master to temporary branch. ( #13317 )
2021-09-20 21:50:10 +01:00
Davide Giacometti
c6a24b3907
[PT Run][Registry] handle invalid base keys ( #13284 )
2021-09-20 11:35:39 +01:00
Jaime Bernardo
6bd0840863
[PT Run][Registry] show no results on query fail ( #13244 )
2021-09-17 15:49:40 +01:00
Heiko
9fb663210d
[PT Run] EnvironmentHelper: Adding logging and error handling ( #13205 )
...
* Add error handling and logging
* improvements
* fix typos
* comment updates
* fix typos
2021-09-16 11:17:33 +01:00
Heiko
8e350ca4a7
[PT Run] Settings plugin: Settings path filter and bug fixes ( #13151 )
...
* Create filter method
* adding call of new method
* solve bug #13150
* fixes and comment updates
* fix typos
* Update filter method
* Improve performance on empty queries
* fix typos
2021-09-15 18:37:36 +01:00
csigs
7d8f7aafdd
LEGO: check in for master to temporary branch. ( #13188 )
2021-09-14 11:16:17 +01:00
csigs
1edd52014e
LEGO: check in for master to temporary branch. ( #13183 )
2021-09-13 14:22:43 +01:00
Jaime Bernardo
5963294b04
[PowerToys Run] Use global HotKey instead of low level keyboard hook ( #13114 )
...
* [PowerToys Run] Register global HotKey
Using low level keyboard hooks caused focus issues when invoking
PowerToys Run. Using a global HotKey solves this issue.
* Properly unregister hotkey on dispose
* fix spellchecker errors
2021-09-08 18:39:51 +01:00
Davide Giacometti
f00bf7cf19
[Settings] update additional options for launcher plugins ( #12920 )
2021-09-06 23:19:00 +01:00
Davide Giacometti
2fe6282157
[PT Run] Option for system commands localization ( #12939 )
2021-09-06 23:18:14 +01:00
Heiko
2bfc62d9a5
[PT Run] [WindowsSettings plugin] Translation improvements and LocProject.json ( #13078 )
...
* TranslationHelper: Update/add if conditions
* Resource strings: Update <ControlPanel>
* Creating <LocProject.json>
2021-09-06 18:17:20 +01:00
Heiko
dcc4563c8c
[WindowsSettings Plugin] Improve subtitle and area naming ( #12915 )
...
* Update WindowsSettings clas
* Update TranslationHelper
* Adding ToDos to code
* Adding ToDo notes
* Introduce AreaPathHelper
* Small improvement
* Improve helper class
* Update ResultHelper
* Fix spelling
* adding todo marker
* Improve calling of <WindowsSettingsPathHelper>: Update class <WindowsSetting>
* Improve calling of <WindowsSettingsPathHelper>: Update helper class
* Improve calling of <WindowsSettingsPathHelper>: Implement method call
* TranslationHelper: Small fixes
* Fix scoring for areas property
* Fix search filters for area property
* small fixes
* Update WindowsSettings.json
* adding todos
* Code cleanup, improvements and fixes
* Small changes
* Update resource strings
* Fix msitakes
* Update settings
* resolve review feedback
2021-09-06 11:46:14 +01:00
Jaime Bernardo
078cf2c22f
[PowerToys Run] Fix register notifications crash ( #12911 )
2021-08-26 17:35:28 +01:00
Roy
ea25bd91b0
Standardize .NET JSON on System.Text.Json ( #12805 )
...
* Implement System.Text.Json for Community.PowerToys.Run.Plugin.VSCodeWorkspaces (#11697 )
* Implement System.Text.Json for Community.PowerToys.Run.Plugin.VSCodeWorkspaces
* Cleanup property names
* Implement System.Text.Json for Microsoft.PowerToys.Settings.UI (#11702 )
* Implement System.Text.Json for Powerlauncher (#11699 )
* Implement System.Text.Json for Wox.Infrastructure
* Implement System.Text.Json for Powerlauncher
* Implement System.Text.Json for Microsoft.Plugin.Folder
* Implement System.Text.Json for Wox.Plugin
* Remove Newtonsoft.Json from launcherInstallComponent
* Update properties with private setter
Format JSON output
* Serialize Get with private set property
* Implement System.Text.Json for ImageResizerUI (#11847 )
* Implement System.Text.Json for ImageRezierUI
* Change Newtonsoft.Json.dll to System.Text.Json in ImageResizer
* Add writefile to spelling whitelist
* Fix installer
* Fix bad merge
Co-authored-by: mykhailopylyp <17161067+mykhailopylyp@users.noreply.github.com>
2021-08-20 14:36:29 +01:00
Derek Christensen
e87e06bae6
Update environment variables changed ( #12689 )
2021-08-18 16:43:24 +01:00
Jaime Bernardo
8639740e6c
[Telemetry] Fix show hide events on PT Run cold boot ( #12796 )
...
* [Telemetry] fix show hide events on PT Run boot
* Fix spellchecker error
2021-08-18 11:20:48 +01:00
Davide Giacometti
e96c0da265
Test frameworks consolidated ( #12672 )
2021-08-16 14:25:06 +01:00
Ben Constable
2df4b987ce
Check return is not null and if so get directory info ( #12763 )
2021-08-16 16:19:22 +03:00
Jaime Bernardo
d704aad162
[PowerToys Run] Keyboard shows command tooltips ( #12720 )
...
* [PowerToys Run] Keyboard shows command tooltips
* Fix spellchecker error
* Another try at fixing the spellcheck error
2021-08-12 14:17:27 +01:00
csigs
3116cb073c
LEGO: check in for master to temporary branch. ( #12700 )
2021-08-12 12:28:34 +01:00