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
Andrey Nekrasov
88e24263cf
[Setup] Don't force default installer location when it wasn't specified ( #13397 )
2021-09-23 18:09:52 +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
Heiko
a0ebe5ed54
[Code refactoring] Make code comment and NullOrEmpty check more clear ( #13352 )
...
* Clarify code
* grammar fix
* comment change
2021-09-22 22:43:28 +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
Heiko
f9bb7ba270
[ImageResizer] Default values for new size ( #13285 )
...
* Code changes
* small fix in unittests
* Add new Unit Test
* Fix tests
* fix typo
* remove unused code from unit test
* Update resource string name
* Add name counter
* comment update
* Update tests
2021-09-21 23:55:42 +01:00
Clint Rutkas
4bc2de7b7b
Store readme update ( #13267 )
...
* Update README.md
* Update README.md
* Update README.md
* Update akaLinks.md
* Update excludes.txt
ignoring aka link page
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2021-09-21 10:07:01 -07: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
Andrey Nekrasov
7fe63cdb50
[Setup] add support for embedded MSIX packages ( #13263 )
2021-09-21 15:15:59 +03: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
Niels Laute
2c44cc9cd2
[Settings] UI bugfixes ( #13260 )
...
* Fixed HyperlinkButton style
* Bugfixes to NavView
* Update ShellPage.xaml
* Replaced Windows 10 with Windows
* Updated strings
* Tweaks
* Reducing gif file sizes
* Add InfoBadge
* Updated ImageResizer UI
* Updated strings
* Updated string
* Update KBM.gif
* Updated icons
* Update KeyVisual.xaml
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-09-19 16:22:39 +02:00
Jaime Bernardo
739737dc2b
Adding in Heiko to community.md ( #13251 )
...
* Adding in Heiko to community.md
* fix spellchecker
2021-09-17 15:50:21 +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
Jaime Bernardo
8115a709e9
[Settings] Upgrade WinUI to 2.7.0 ( #13226 )
2021-09-16 17:16:01 +01:00
Heiko
b0344f1426
[PT Run][Installer] Add loc files for settings plugin ( #13241 )
2021-09-16 15:31:30 +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
Dustin L. Howett
881b1da6a7
Move away from the legacy windevbuildagents pool ( #13218 )
...
There is an internal requirement that we move to build agents that we
don't run ourselves. This discharges us of that requirement!
We're switching between the WinDevPool pool and the WinDevPoolOSS pool
based on whether this code is being built in the open-source tenant or
the internal/private one.
2021-09-15 18:30:01 -05: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
Deondre Davis
a0a355c3a7
Update README.md for v0.46 release ( #13210 )
...
* Update README.md
* Update README.md
2021-09-14 10:00:28 -07: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
7e22f26b52
LEGO: check in for master to temporary branch. ( #13193 )
2021-09-14 11:17:16 +01:00
csigs
4f02795c60
LEGO: check in for master to temporary branch. ( #13192 )
2021-09-14 11:17:07 +01:00
csigs
f430aff4af
LEGO: check in for master to temporary branch. ( #13191 )
2021-09-14 11:16:56 +01:00
csigs
f05d64b01e
LEGO: check in for master to temporary branch. ( #13190 )
2021-09-14 11:16:47 +01:00
csigs
cae6bdf437
LEGO: check in for master to temporary branch. ( #13189 )
2021-09-14 11:16:34 +01:00
csigs
7d8f7aafdd
LEGO: check in for master to temporary branch. ( #13188 )
2021-09-14 11:16:17 +01:00
Jaime Bernardo
5d279ed22c
[ci] restore bootstrapper nuget packages ( #13201 )
2021-09-14 11:11:22 +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
Andrey Nekrasov
7c2a807278
[VCM] add comment how to enable the corresponding OOBE page ( #13145 )
2021-09-10 14:15:16 +03:00
Franky Chen
21c7374177
Fix typo #13117 ( #13128 )
...
* Fix typo #13117
* Fix typo in comments
2021-09-09 14:34:19 +01:00
lcjh
1495285a6a
fix typo ( #13116 )
2021-09-09 14:32:54 +01:00
Andrey Nekrasov
bdeb96d0a7
[CI] Sign VCM x86 module dll ( #13129 )
2021-09-09 14:32:08 +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
csigs
2c58bdbfb2
LEGO: check in for master to temporary branch. ( #13073 )
2021-09-08 17:27:48 +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
Niels Laute
a6cca7cfb0
[Settings] Shortcut UX redesign ( #12977 )
...
* Added dialog
* Added virtualkey logic
* Key logic in place
* Styling
* Updated layout
* Updated foreground
* Refactor
* Catching error handling
* Hotkey UI handling
* Spell check
* Adding shortcut visuals to OOBE
* INtroducing shortcutcontrol for OOBE
* Removed unneccasry comments
* OOBE fixes
* Fix
* Visual updates
* Update Product.wxs
* Updated UI
* Update Product.wxs
* Changes
* Changed installer file
* Fixed warner banner height
* Added visual key to KBR
* Updated margin
* pr 12977: fix installer issue (#13075 )
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2021-09-06 20:21:18 +02: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