damienleroy
|
d9c0af232b
|
[New PowerToy] PowerAccent (#19212)
* add poweraccent (draft) for PR
* removing french text for Spell checking job
* add 'poweraccent' to spell checker
* add 'damienleroy' to spell checker file
* adding RuntimeIdentifiers for PowerAccent project
* duplicate image for settings
* update commandline arguments for launch settings
* Removing WndProc for testing with inter-process connection
* add PowerAccent sources for PowerToys
* fix spellcheck
* fixing stylecop conventions
* Remove StyleCop.Analyzers because of duplicate
* fixing command line reference
* Fixing CS8012 for PowerAccent.
* ARM64 processor
* - Modify PowerAccent fluenticon for dark mode
- Try fix arm64 release
* Remove taskbar
* init Oobe view
* - added POwerAccent to App.xaml.cs
- change style to markdown in Oobe display
* - fixing poweraccent crash
- change Oobe LearnMore link
* Installer and signing
* Cleanup
Add settings
* Issue template
* Add some more characters
* Disabled by default
* Proper ToUnicodeEx calling and remove hacks
* Fix spellcheck
* Remove CommandLine dependency and debug prints. Add logs
* fix signing
* Fix binary metadata with version
* Fix the added space bug
* Only type space if it was the trigger method
* Take account of InputTime for displaying UI
* Fix code styling
* Remove the Trace WriteLine hack and add a delay instead
* Reinstate logs
* Better explanations
* Add telemetry for showing the menu
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
* Update src/modules/poweraccent/PowerAccent.Core/Tools/KeyboardListener.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Add accented characters for S
* Default to both activation methods
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
* Update src/modules/poweraccent/PowerAccent.Core/Services/SettingsService.cs
Co-authored-by: Damien LEROY <dleroy@veepee.com>
|
2022-08-26 17:01:50 +01:00 |
|
Mahdi Hosseini
|
6f5429ec49
|
[Settings]Fix description property type for checkbox controls (#18796)
|
2022-06-23 16:21:44 +01:00 |
|
Niels Laute
|
ab4328310c
|
[Settings] Minor UI fixes (#18227)
* Fix wrapping
* Fix margin
* Fix IsEnabled
* Update ShortcutGuidePage.xaml
|
2022-05-19 14:07:45 +01:00 |
|
Stefan Markovic
|
27c4b1be0e
|
[settings-ui] Settings WinUI3 (#17797)
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791)
* Move back to WinAppSdk 1.0.1
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791)
* Move back to WinAppSdk 1.0.1
* Revert merge conflict ARM64 removal
* Fix KBM Browse overlay image button
* Bring back settings publish profile
* Update release.yml
* Change target frameworkd windows version
* [Setup] Add Windows Application Runtime SDK (#17809)
* Update requirements doc
* Update compiling docs
* Fix signing
* Fix Settings exe and dll versions
* Add exception for dlls that have version 1.0.0.0
* Fix powershell condition
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
|
2022-04-19 21:00:28 +01:00 |
|
Heiko
|
380add882c
|
[Settings] Run Plugin additional options: description (#17108)
* last changes
* update ww settings
* feedbvack and TimeDate plugin
* Add property description
|
2022-03-21 12:47:09 +00:00 |
|
Niels Laute
|
9cf39654d9
|
[OOBE] Refactor UI code, minor UI tweaks (#16578)
* Move content to dedicated XAML
* Select modules enum
* Remove redundant code, UI fixes
* Markdown rendering tweaks
* Address feedback
|
2022-03-08 15:27:17 +00:00 |
|
Niels Laute
|
7ac7e48e66
|
[Settings] Added disabled state to FZ preview control (#15166)
* Added Disabled state
* Added wallpaper image to installer file
|
2021-12-27 14:29:31 +01:00 |
|
Niels Laute
|
226b04e014
|
Adding secondary style for IsEnabledTextBlock (#15160)
|
2021-12-27 14:29:01 +01:00 |
|
Davide Giacometti
|
288e0487a0
|
[FancyZones] Zone Number Settings (#14910)
|
2021-12-20 16:50:51 +00:00 |
|
Niels Laute
|
d724f6de70
|
Update Setting.xaml (#15046)
|
2021-12-19 14:28:09 +01: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 |
|