Jaime Bernardo
8d383cba9d
Mouse Utils - Find My Mouse ( #13916 )
...
* Initial FindMyMouse implementation
* Proper enable/disable code
* Settings page
* Change FindMyMouse window name
* Add Oobe page.
* Add icons
* Change settings preview
* Fix mouse utilities aka.ms link spelling
* Remove right control exit behavior
* Remove dllmain boilerplate comments and code
* Add filters to vcxproj
* Add logging
* Add telemetry
* Add installer instructions
* Add dll to pipelines
* Fix Task Manager name for runner changing
* Add a description in dllmain
* Proper resource file creation
* Add reference of link to the docs
* Fix spellchecker errors
* Call DestroyWindow on correct thread
* Add attribution
* Proper ordering of module in Settings and Oobe
* Update Target Platform Version to 18362
* Fix project filters
* Add attribution to Community.md
* Lowercase "utilities"
* [Mouse utils] Adding icon (#13933 )
* Adding images to docs folder
* Updated imagery
Co-authored-by: Laute <Niels.Laute@philips.com >
* Add settings deeplink
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-10-22 13:30:18 +01:00
Stefan Markovic
5b76668cbe
Screen reader announces role and state for Awake tray menu items ( #13904 )
2021-10-21 17:08:58 +02: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
csigs
35ca90b8f2
LEGO: check in for master to temporary branch. ( #13739 )
2021-10-12 15:33:27 +01:00
Niels Laute
4803180bcf
[Image Resizer] Add settings button ( #13773 )
...
* Add deeplink
* Update InputPage.xaml
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-10-12 13:23:06 +02:00
Stefan Markovic
7e8e954de7
Move Settings deep link logic to Microsoft.PowerToys.Common.UI ( #13749 )
...
* Move Settings deep link logic to Microsoft.PowerToys.Common.UI
* Spellcheck
* Introduce enum
* Remove PT path arg
2021-10-12 10:35:52 +02:00
Niels Laute
0ca9b1be48
[Color Picker] Open settings ( #13747 )
...
* Add settings
* Added try catch and icon update
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-10-11 18:03:40 +02:00
Niels Laute
85eddfc536
[FZ Editor] Open settings ( #13727 )
...
* Deeplink support
* Fixes
* Typo fix
* Update MainWindow.xaml.cs
Co-authored-by: Laute <Niels.Laute@philips.com >
2021-10-11 17:39:01 +02:00
Seraphima Zykova
0ab0fb5dd4
[FancyZones] Reset layouts after screen locking fix ( #13703 )
2021-10-11 11:33:09 +01:00
Jaime Bernardo
6705fb453e
[PTRun][Program] Avoid looping on folder cycles ( #13685 )
2021-10-11 10:43:56 +01:00
Jaime Bernardo
68c199aa64
[KBM Editor] Catch UpdateLayout exceptions ( #13635 )
2021-10-06 15:54:15 +01:00
Davide Giacometti
805d8d81c5
Fix ColorPicker editor and OOBE FancyZones snap ( #13598 )
2021-10-06 14:37:33 +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
Seraphima Zykova
59aa9c5474
[FancyZones] Change layout using a shortcut ( #13616 )
2021-10-05 12:11:45 +01:00
Seraphima Zykova
bec0dc3c0b
[FancyZones Editor] Prevent opening content dialog twice ( #13621 )
2021-10-05 10:55:23 +01: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
csigs
9d3c5e50d6
LEGO: check in for master to temporary branch. ( #13610 )
2021-10-04 18:16:09 +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
Andrey Nekrasov
55054f1fa6
[ColorPicker] Accessibility: announce color format for "Copy to clipboard" button ( #13558 )
2021-10-01 16:53:56 +03:00
Jaime Bernardo
8aae821e59
[Shortcut Guide] Suppress Windows Menu appearing ( #13553 )
...
* Get the new settings values
* Suppress windows menu appearing
* Send new settings telemetry
* Address PR comments
2021-10-01 14:46:55 +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
Niels Laute
bc7d1bc7b2
[ColorPicker] Fix contrast issue ( #13450 )
...
* Update ColorFormatControl.xaml
* Update ColorFormatControl.xaml
2021-09-27 16:03:14 +01:00
Jaime Bernardo
26e8d0d976
[OOBE] Fix starting PowerToys Run ( #13455 )
2021-09-27 15:55:00 +01:00
Seraphima Zykova
acadd069e8
[FancyZones Editor] Fix the editor crash ( #13463 )
2021-09-27 15:35:33 +01:00
csigs
6e4a5a4bb6
LEGO: check in for master to temporary branch. ( #13461 )
2021-09-27 15:20:23 +01:00
Jaime Bernardo
6212c1bb80
[Color Picker] Increase width of editor window ( #13420 )
2021-09-24 16:54:58 +01:00
Ruben Fricke
3358fd9b02
[Color Picker] Feature/lab color representation ( #12935 )
...
* Created logic to convrt RGB to CIELAB (with intermediate step to CIEXYZ)
* Added CIELAB to the available color representation types
* Created tests for the color conversion from RGB to LAB (and for RGB to XYZ)
* Update ColorPickerViewModel to keep the L*a*b* format the same
* Improved variable names & comment
* Remove url from color converting website to avoid unnecessary license issues
* Removed typo of the wrong variable
* Added expected words into dictionary
* Added links to explain used formulas
* Added CIE XYZ color space
* Added 'SRGB' to the dictionary
* Updated the range for the X and Z value in the CIE XYZ color space comments
* Fixed XYZ to LAB calculations
* Changed output format for CIELAb
Changed L*a*b*(L,a,b) to CIELab(L,a,b)
* Changed output in tests
* Fixed tests
* Added extra accuracy
* Add decimal places to cielab and ciexyz formats
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2021-09-24 16:54:44 +01:00
Jaime Bernardo
d7098e87ee
[PTRun] Fix crash when shutting Windows down ( #13401 )
2021-09-23 18:09:38 +01:00
Seraphima Zykova
64ecb553e4
[CI] fix build for include sstream ( #13400 )
2021-09-23 18:09:24 +01:00
Seraphima Zykova
2130cef3a9
[FancyZones Editor] Fix crash on closing after deleting a custom layout. ( #13394 )
2021-09-23 16:24:24 +01:00
Jaime Bernardo
f647223e94
[Shortcut Guide] Activate with Windows key press ( #13342 )
...
* [Shortcut Guide] Activate with Windows key press
* fix spellchecker
* pr comments: fix search and add lock
* Add activation method combo box
* fix spellchecker issue for customized
* Standardize centralized hotkeys file names
* Add warning when using the long win key method
* Address PR feedback on text
* More PR feedback
2021-09-23 14:23:22 +01:00
Seraphima Zykova
b05378cdf7
[FancyZones] Reset zone settings after restart fix. ( #13322 )
...
* updated virtual desktop retrieving
* save with null-guid
* moved guid utils
* moved DeviceIdData related functions
* replaced strings with data structs
* default value
* clean up
* save app zone history with zones settings
* compare with null guid
* updated tests
* refactoring
* logs
* sync vd ids
* logs
* refactoring
* check virtual desktop id
* OnDisplayChange call
* compare device ids in editor
2021-09-22 22:39:48 +01:00
Seraphima Zykova
423faf7af1
[FZ Editor] "Save" and "Cancel" buttons are hidden in the grid layout editor ( #13337 )
...
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2021-09-22 14:38:46 +01:00
Niels Laute
d199b41937
[Image Resizer] ComboBox UI ( #13321 )
...
* UI updates
* Added combobox
* Updated UI
* Updated UI
Co-authored-by: Niels Laute <niels9001@hotmail.com >
2021-09-21 18:44:48 +02: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
Jaime Bernardo
323f41d14b
[ci] Fix pdf thumbnail unit tests flakiness ( #13248 )
...
* [ci] reduce pdf preview and thumbnail flakiness
* [ci] run pdf thumbnail tests
* [meta] add pdf modules to new issue template
2021-09-16 18:02:50 +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
R. de Veen
7ac1e00d01
[FileExplorer] Add PDF Thumbnail Provider for Windows Explorer ( #13058 )
...
* Add PdfPreviewHandler to build dependency of runner
* PDF Thumbnail Provider
* Remove using brackets
* Pdf Thumbnail - Settings and Unit Tests
* Removed resx
* Add PDF Thumbnail Provider binary
* Install Pdf Thumbnail Provider
* Fix pagee spelling error.
* Update Windows dependency to version 10.0.18362.0 because that is the minimal required version of the PowerToys.
* Add Pdf Preview Handler and Pdf Thumbnail Provider
2021-09-14 17:01:45 +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
Davide Giacometti
1f2f247c1d
Consolidate nuget packages ( #13122 )
...
* consolidate nuget packages
* updated wil nuget
2021-09-13 13:00:44 +01:00