Jaime Bernardo
af8366f0fe
[FindMyMouse]Do not activate on game mode ( #13990 )
...
* [FindMyMouse] Do not activate on game mode
* Add settings scaffolding
* fix spellchecker
* Address PR comments
* Adress UI feedback
2021-10-25 19:39:48 +01:00
Davide Giacometti
db90802e6e
[Settings]restore window size and position ( #13912 )
2021-10-25 19:23:36 +01:00
Niels Laute
399df8ab68
[Settings] Fixing ColorPickerButton a11y bugs ( #13961 )
...
* Added ColorPickerButton control
* Updated styles
* Narrator support
* Update IsEnabledTextBlock.xaml
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-22 17:15:17 +02:00
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
Niels Laute
0e5c654d5b
[Settings] Reduce ambiguity of some settings ( #13882 )
...
* Improved FancyZones setting
* Image Resizer update
* PowerRename
* Update Resources.resw
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-19 15:54:44 +02:00
Stefan Markovic
de446c4240
Don't focus InfoBar if not open ( #13895 )
2021-10-19 15:09:34 +02:00
Niels Laute
4f335b9471
[Settings][Chore] Add CheckBoxWithDescriptionControl ( #13866 )
...
* Added new control
* Update Microsoft.PowerToys.Settings.UI.csproj
* Added styling
* Add enableableTextBlock
* Update EnableableTextBlock.xaml
* Updated styles
* Updates styles
* Updated margins
* Name change and typo fix
* Update App.xaml
* Control name change
* Update expect.txt
* More name changes
* Even more name changes
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-19 13:44:13 +02:00
csigs
35ca90b8f2
LEGO: check in for master to temporary branch. ( #13739 )
2021-10-12 15:33:27 +01:00
Andrey Nekrasov
a381a64b31
[VCM] Activate the module ( #13662 )
2021-10-07 16:48:45 +03:00
Davide Giacometti
805d8d81c5
Fix ColorPicker editor and OOBE FancyZones snap ( #13598 )
2021-10-06 14:37:33 +01:00
csigs
9d3c5e50d6
LEGO: check in for master to temporary branch. ( #13610 )
2021-10-04 18:16:09 +01:00
Niels Laute
fe1ee08df4
[Settings] A11y fixes (2) ( #13534 )
...
* Replace radiobuttons with combobox
* Update Resources.resw
* Replaced radiobuttons with ComboBox
* Update ColorPickerPage.xaml
* Updates
* Typo fixes
* PR feedback
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-03 16:48:50 +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
Niels Laute
d646edee08
[Settings] A11y fixes ( #13533 )
...
* Added support for headers narrator announcement
* Added name to info button
* Added tabstop support to Infobars
* Adding TabStop
* Added headinglevels
* Replace radiobuttons with combobox
* Revert "Replace radiobuttons with combobox"
This reverts commit 4e57795409
.
Co-authored-by: Laute <Niels.Laute@philips.com>
2021-10-01 15:11:09 +02:00
Stefan Markovic
8853adda62
[runner] Enable opening specific settings page ( #13476 )
...
* [runner] Enable opening specific settings page
* Error handling
* Spellcheck
* Address PR comments
2021-09-29 12:54:05 +02:00
csigs
6e4a5a4bb6
LEGO: check in for master to temporary branch. ( #13461 )
2021-09-27 15:20:23 +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
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
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
csigs
f4531130b6
LEGO: check in for master to temporary branch. ( #13317 )
2021-09-20 21:50:10 +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
8115a709e9
[Settings] Upgrade WinUI to 2.7.0 ( #13226 )
2021-09-16 17:16:01 +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
1edd52014e
LEGO: check in for master to temporary branch. ( #13183 )
2021-09-13 14:22:43 +01:00
Andrey Nekrasov
7c2a807278
[VCM] add comment how to enable the corresponding OOBE page ( #13145 )
2021-09-10 14:15:16 +03:00
csigs
2c58bdbfb2
LEGO: check in for master to temporary branch. ( #13073 )
2021-09-08 17:27:48 +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
csigs
ee69dc5e44
LEGO: check in for master to temporary branch. ( #12952 )
2021-09-03 10:56:44 +01:00
Seraphima Zykova
f7333c89bb
[FancyZones][Settings] "Allow zones to span across monitors" prerequisites description. ( #12913 )
2021-08-31 16:23:00 +01:00
Seraphima Zykova
45b5545cf7
[OOBE] Updated KBM preview gif ( #12932 )
2021-08-27 18:41:09 +01:00
Niels Laute
e881043787
Updated strings for powerrename ( #12927 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-08-27 16:40:53 +02:00
R. de Veen
4177708e49
Enable PDF files in preview pane ( #9088 )
...
## Summary of the Pull Request
This PR enables user to preview PDF files in the Explorer preview pane
and in Outlook.
**What is this about:**
Windows does not support out of the box experience for previewing PDF
files in the preview pane. Users need to install third-party software
like Adobe Acrobat reader. The PdfPreviewHandler module enbales the user
to preview PDF files.
**How does someone test / validate:**
Run the installer, open Explorer and select a PDF file, enable the
preview pane. Maybe need to remove third-party PDF software.
## Quality Checklist
- [X] **Linked issue:** #3548
- [ ] **Communication:** I've discussed this with core contributors in the issue.
- [X] **Tests:** Added/updated and all pass
- [X] **Installer:** Added/updated and all pass
- [X] **Localization:** All end user facing strings can be localized
- [ ] **Docs:** Added/ updated
- [x] **Binaries:** Any new files are added to WXS / YML
- [ ] No new binaries
- [x] YML for signing
- [x] WXS for installer
2021-08-26 16:43:26 -05:00
Niels Laute
da46b90457
[Settings] Settings UX enhancements ( #12912 )
...
* Update Colors.xaml
* Added warning icon to Run plugin
* Removed redundant name
* Added border
* Removed unused converter
* Update GeneralPage.xaml
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-08-26 19:53:25 +02:00
Niels Laute
c1127b3667
[Docs/Settings] Updated images ( #12903 )
...
* KBM img updates
* Awake image updates
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-08-26 13:28:38 +02:00
Niels Laute
fce3864784
Remove ModuleImageLink ( #12873 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-08-25 09:22:12 +02:00
Jay
99ec79fe6b
Update PowerRenamePage.xaml ( #12870 )
...
One image was incorrect
2021-08-24 19:25:09 +02:00
Jay
44fd8aa8a8
Update KeyboardManagerPage.xaml ( #12866 )
...
1 incorrect link (missed a letter) and two icons because of #10331
2021-08-24 19:21:48 +02:00
Jay
0c81d5afc4
Update VideoConference.xaml ( #12868 )
...
* Update VideoConference.xaml
Changed one incorrect icon (color picker was used) and two MDL2 icons because of #10331 .
* Update VideoConference.xaml
fixed typo
2021-08-24 17:51:09 +01:00
Niels Laute
eb2ef7070b
[Settings] New UX ( #12470 )
...
* Removed hardcoded background
* Background
* Updated pages
* Added OOBE to shellpage
* Margin fixes
* Fix
* Resource update
* Resource string update
* Removed reference from installer file
* Updated UI fixes and remove conflicts
* Adding new settings control
* PowerRename
* Sidepanel updates
* Shortcut Guide
* Updates screeens
* General page updates
* Awake UX update
* Changed order for power preview note
* Fixes
* UI fixes
* KBM
* IsEnabled state support
* Added new controls
* Update
* Updated nugest packages
* Replaced itemscontrol
* Introducing setting button style
* FancyZones page
* Plugin page
* Switch case
* Fixed typo
* Plugin manager update
* Introducing SettingExpander
* Setting automation properties
* Accesibility improvements
* VCM and cleanup
* Refactoring OOBE pages part 1
* OOBE XAML refactoring
* Added MinWidth to actioncontent controls
* Updates to various settings
* Spell update
* Update to author label
* Clean up
* Removing redunant files
* Move file
* Updated files
* Revert "Updated files"
This reverts commit 1a5c887eae
.
* Revert "Move file"
This reverts commit 2b06c75c1f
.
* Revert "Removing redunant files"
This reverts commit fe79ec1701
.
* Revert "Clean up"
This reverts commit 028e15fab6
.
* Removed redundant styles
* Revert "Removed redundant styles"
This reverts commit dfdfd65021
.
* Files cleanup
* Removing converter, updating background and paddings
* Styling updates
* Unit test updates
* Fixes
* Installer fixes
* Update Resources.resw
* Shell page updates
* Updated pagelinks
* Styles re-ordering
* Updated converter
* Updated ToggleSwitch style
* Bugfixes
* Typo fix
* [Settings] New UX - installer dll fixes (#12818 )
* [Settings] New UX - Fix some failing tests (#12822 )
* Bugfixes
* Typo fix
* Hiding VCM
* Bugfixes
* Download button fix
* Remove Newtonsoft.Json from installer file
* Updated visuals
* Bugfixes
* Syntax fix
* Updated installer file
* Bugfixes
* New label
* Theming support for OOBE
* Put back in Documentation hyperlink
* Right uid
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2021-08-23 19:48:52 +02: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
Ben Constable
44ef29ca39
Add documentation links ( #12598 )
...
* Add documentation links
* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update src/runner/Resources.resx
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Swap order of repo and documentation
* Fix potential security issue
* Add seperator
* Fix failing test and build
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2021-08-19 15:32:03 +01:00
Davide Giacometti
e96c0da265
Test frameworks consolidated ( #12672 )
2021-08-16 14:25:06 +01:00
csigs
c3a51f9227
LEGO: check in for master to temporary branch. ( #12785 )
2021-08-16 14:19:55 +01:00
Davide Giacometti
29d3f47d47
plugin manager search ( #12560 )
2021-08-12 13:53:12 +01:00
Andrey Nekrasov
05f12dcdf1
[Updating] Add versioning to UpdateState.json ( #12744 )
...
- fix "Check for updates" hang if UpdateState.json was deleted while the page is open
2021-08-12 14:53:51 +03:00
csigs
3116cb073c
LEGO: check in for master to temporary branch. ( #12700 )
2021-08-12 12:28:34 +01:00
Jaime Bernardo
7278d62307
[Settings] Announces open/close navigation pane ( #12648 )
...
* [Settings] Announces open/close navigation pane
* Add localization support
2021-08-10 15:03:04 +01:00
Andrey Nekrasov
5a97db8992
[CDPX] Fix build: move dll imports to NativeMethods ( #12544 )
2021-07-28 17:26:06 +03:00
Chris
04636339ce
[Powertoys Run] Add setting to confirm system commands ( #12427 )
...
* 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
2021-07-28 14:37:30 +01:00