Jaime Bernardo
be89da899c
[Deps]Upgrade WinAppSDK to 1.5.3 ( #32809 )
2024-05-31 09:50:21 +01:00
Heiko
420e097e24
[Hosts]Add horizontal scroll on additional lines dialog ( #32790 )
2024-05-31 09:45:56 +01:00
Heiko
92e8b06068
[Hosts]Improve Resizing behavior, don't hide host names ( #32788 )
...
* ui improvements
* ui improvements
* feedback
2024-05-31 09:45:20 +01:00
HydroH
4c9e18116c
[PTRun]Remove full stops in plugin descriptions ( #32613 )
2024-05-31 09:44:21 +01:00
Stefan Markovic
d0d2f3cd9c
[GPO][AdvPaste]Online AI models GPO ( #33045 )
...
* [Advanced Paste] AI gpo
* address PR comments
* XAML format
* Fix showing Enable Paste with AI with module disabled
* Rename variable in ViewModel for clarity
* Update adml revision
* Move policy registry key around
* Update src/modules/AdvancedPaste/AdvancedPaste/Strings/en-us/Resources.resw
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
2024-05-26 12:22:50 +01:00
Jaime Bernardo
8bb5a33572
[PTRun]Fix accent on title bar bleed into UI ( #33046 )
...
* [PTRun]Fix accent on title bar bleed into UI
* Fix XAML style
2024-05-26 12:20:41 +01:00
Craig Loewen
483f7aa464
[NewUtility]Advanced Paste ( #23 )
...
Advanced Paste V1 implementation
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Niels Laute <niels.laute@live.nl >
Co-authored-by: Jordi Adoumie <98557455+joadoumie@users.noreply.github.com >
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-05-17 23:43:59 +01:00
Carlos Zamora
e1832a0a4a
[CommandNotFound]Upgrade to use PSGallery release and support arm64 ( #32766 )
...
* [CommandNotFound] Add support for upgrading the module
* upgrade module as a part of upgrade installation; actually set content in EnableModule.ps1
* Fix XAML style to pass CI
* Remove CmdNotFound project from sln as well
* Remove CmdNotFound psd1 file from installer
* More installer fixes
* UpgradeCommandNotFound runs after InstallFiles
* Fix NOTICE.md
* Fix custom action condition
* Pass install folder to the custom action
* Upgrade-Module --> Update-Module
* actually install the module
* spell
* verify updated scripts work; make necessary changes
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-05-16 13:45:06 +01:00
PesBandi
28df82f19b
[QuickAccent]Add ǽ and ϑ ( #32816 )
2024-05-14 10:24:58 +01:00
gokcekantarci
d9ef1357c9
[Peek]Fix image aliasing ( #32669 )
2024-05-10 14:17:08 +01:00
gokcekantarci
72bd90b6d0
[PTRun][Accessibility]Add border on mouse over and selection to action buttons ( #32774 )
2024-05-09 09:55:34 +01:00
Laszlo Nemeth
f9d16fdde2
[ColorPicker][Accessibility] adding feature control ColorPicker with keyboard ( #32371 )
...
* [ColorPicker] Accessibility: adding feature move ColorPicker with arrow keys
* Removing shortcut for Esc, catching Esc, Enter and Space with low level keyboard hook.
Starting and disposing the hook only when ColorPicker is active.
* Remove code which allows disposing the keyboard hook only once
2024-05-08 11:39:03 +01:00
Jaime Bernardo
b9da1e6abf
[PTRun]Use Mica backdrop to fix crashes with WPFUI ( #32118 )
...
* [PTRun]Use Mica backdrop to fix crashes with WPFUI
* Update MainWindow.xaml
---------
Co-authored-by: Niels Laute <niels.laute@live.nl >
2024-05-07 22:20:55 +01:00
Davide Giacometti
3046d1e3e1
[Peek]Upgrade SharpCompress and minor ArchivePreviewer changes ( #32637 )
2024-05-07 22:17:18 +01:00
Calascibetta Nomen
77d3071fb3
[QuickAccent]Add support for Esperanto ( #32605 )
...
* Add support for Esperanto for PowerAccent
* Add missing UI part
* Add `EPO` to the exception list
* Remove multiple blank lines
* Add Strings
---------
Co-authored-by: ccmywish <ccmywish@qq.com >
2024-05-07 21:55:13 +01:00
Jaime Bernardo
ee27bc813c
[Hosts][EnvVar][RegPreview]improve nuget packages ( #32697 )
...
- Add missing metadata to the packages.
-Build for any CPU, so the nuget packages can be used for any architecture.
-Remove the WinUIEx from the UI libraries, since it's unneeded. (It's only used by the app that consumes the libraries in our case).
- Remove the xbf files, which are unneeded.
- Release CI packs and signs the nuget packages.
2024-05-03 15:27:13 +01:00
Stefan Markovic
41a0114efe
[EnvVar][Hosts][RegPrev]Decouple and refactor to make it "packable" as nuget package ( #32604 )
...
* WIP Hosts - remove deps
* Add consumer app
* Move App and MainWindow to Consumer app. Make Hosts dll
* Try consume it
* Fix errors
* Make it work with custom build targets
* Dependency injection
Refactor
Explicit page creation
Wire missing dependencies
* Fix installer
* Remove unneeded stuff
* Fix build again
* Extract UI and logic from MainWindow to RegistryPreviewMainPage
* Convert to lib
Change namespace to RegistryPreviewUILib
Remove PT deps
* Add exe app and move App.xaml and MainWindow.xaml
* Consume the lib
* Update Hosts package creation
* Fix RegistryPreview package creation
* Rename RegistryPreviewUI back to RegistryPreview
* Back to consuming lib
* Ship icons and assets in nuget packages
* Rename to EnvironmentVariablesUILib and convert to lib
* Add app and consume
* Telemetry
* GPO
* nuget
* Rename HostsPackageConsumer to Hosts and Hosts lib to HostsUILib
* Assets cleanup
* nuget struct
* v0
* assets
* [Hosts] Re-add AppList to Lib Assets, [RegPrev] Copy lib assets to out dir
* Sign UI dlls
* Revert WinUIEx bump
* Cleanup
* Align deps
* version exception dll
* Fix RegistryPreview crashes
* XAML format
* XAML format 2
* Pack .pri files in lib/ dir
---------
Co-authored-by: Darshak Bhatti <dabhatti@microsoft.com >
2024-04-26 18:41:44 +01:00
Aaron Junker-Wildi
d9008186cf
[Monaco]Add option to set font size ( #32559 )
...
* Add setting to enable/disable it and add Peek support
* Add ability to set font size
2024-04-24 13:17:29 +01:00
Stefan Markovic
5b4da37a43
[ImageResizer][Accessibility] Fix combo box text color ( #32573 )
...
* [ImageResizer][Accessibility] Fix combo box text color
* Update src/modules/imageresizer/ui/Views/InputPage.xaml
Co-authored-by: Niels Laute <niels.laute@live.nl >
* Update src/modules/imageresizer/ui/Views/InputPage.xaml
Co-authored-by: Niels Laute <niels.laute@live.nl >
* XAML format
---------
Co-authored-by: Niels Laute <niels.laute@live.nl >
2024-04-23 16:43:22 +02:00
Stefan Markovic
5c352a3bf3
[ColorPicker][Accessibility] Make OpenSettings and Copy to clipboard buttons focusable ( #32588 )
2024-04-23 16:15:10 +02:00
Stefan Markovic
18e4379632
[FZ Editor][Accessibility]List keyboard shortcuts in CanvasEditorWindow ( #32578 )
...
* [FZ Editor][Accessibility] List keyboard shortcuts in CanvasEditorWindow
* spellcheck
* XAML format
* Updated fontsizes and colors
* Remove brackets
---------
Co-authored-by: Niels Laute <niels.laute@live.nl >
2024-04-23 14:57:33 +01:00
Ewan Green
5d5e56ef55
[AlwaysOnTop]Enable anti-aliasing for the border ( #32555 )
2024-04-23 13:47:25 +01:00
HydroH
e2de521c1e
[Run][Program]Update icons for MSIX packages on package update ( #32428 )
...
* ptrun: update msix package icons on update
* extract duplicate code to functions
2024-04-22 21:59:00 +01:00
HydroH
88b709bef3
[KBM]Expand environment variables in program arguments ( #32427 )
2024-04-22 21:43:43 +01:00
Laszlo Nemeth
dbff697fca
[KBMEditor]Focus first button after adding a new key/shortcut row in the editor ( #32487 )
2024-04-19 14:55:23 +01:00
Aaron Junker-Wildi
05249ac432
[DevFiles]Update Monaco dependency to 0.47, new sticky scroll setting ( #32410 )
...
* Update Monaco dependency to 0.47
* Add setting to enable/disable it and add Peek support
* Fix Xaml styling
2024-04-19 14:09:46 +01:00
Laszlo Nemeth
af5293cfb4
[PowerRename]Fix \S and \w regex help strings ( #32400 )
2024-04-18 16:10:56 +01:00
Lambert Clara
49ba587021
[PTRun]Fix description in popup when plugins failed to load ( #32366 )
...
Format string to use was the wrong one, title instead of description
2024-04-17 15:44:49 +01:00
Masaru Iritani
fba5f6f002
[KBM][CQ]Replace make_pair with RemapBufferRow ( #32003 )
2024-04-17 13:45:58 +01:00
Davide Giacometti
daae8f22de
[ImageResizer]Make narrator announce sizes ComboBox and CheckBoxes ( #32311 )
2024-04-16 11:33:00 +01:00
Jay
8a210865ff
[Peek]Fix icons, removed unneeded RTL code, ui tweaks and code suggestions ( #32087 )
...
* Force file pickers to open modal
* remove unneeded RTL code
* better icons and analyzer suggestions
* additions for preview controls
* more code improvs
* two nits in strings
* Adressing feedback
icon margin, drive usage bar, TitleBarHeightOption
2024-04-16 10:04:46 +01:00
Davide Giacometti
83aecff13b
[PTRun][Folder]Allow UNC starting with // ( #32309 )
2024-04-15 17:21:02 +01:00
Dan Rosenberry
406c49bdba
[FancyZones]Fix wrap-around Fancy Zone hotkey support on single monitor ( #32011 )
2024-04-15 15:57:30 +01:00
Jaime Bernardo
b0c8e8b90c
[ColorPicker]Revert turning the main window into a FluentWindow ( #32209 )
...
This reverts commit 62d278b23e .
Making the Color Picker windows be a Fluent Windows is making it not be drawn on very specific configuration. Yanking it out for release until we can figure it out.
2024-04-03 19:00:03 +01:00
Stefan Markovic
7b89482b94
[FileLocksmith][PowerRename]Fix regression by reloading module settings ( #32192 )
2024-04-02 21:18:41 +01:00
David Federman
ffb4ece774
Opt into Microsoft.Build.RunVSTest to run tests within MSBuild ( #32166 )
2024-04-02 11:47:58 -07:00
Andrey Nekrasov
f23fa3f592
[DSC] Implement Microsoft.PowerToys.Configure DSCResource & winget support ( #30918 )
...
* [DSC] Microsoft.PowerToys.Configure module + winget configuration file support
* f: fix for an incorrect directory id reference
* f: update comment
* f: address review comments
* f: file locksmith bug fix
* f: add explorer preview switches in samples
* f: remove debug
* Sign DSC files
* f: implement docs/samples generator
* [ci]Sign FancyZonesEditorCommon.dll
* Sign DSC files in the Generated folder
* f: address review comments
* f: update usable options
* f: add autogenerated sample
* [Installer] Don't use same GUID for different components
* [Installer]Don't remove folders shared by other modules
* Allow configuring PTRun MaximumNumberOfResults
* Remove all settings DSC sample. Just random data
* Allow configuring Hosts Run as Administrator
* Revert "[Installer]Don't remove folders shared by other modules"
This reverts commit 6da3d6cfd5 .
* Add all PTRun plugins and Global and keyboard to DSC sample
* Fix issues with context menu modules not disabling
* Fix default enabled values when setting with DSC
* Fix tests regarding default modules in Settings
* Fix merge error
* Restart PowerToys process if we stopped it
---------
Co-authored-by: Andrey Nekrasov <1828123+yuyoyuppe@users.noreply.github.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2024-04-02 00:09:47 +01:00
Seraphima Zykova
6333e3157e
[FancyZones]Use RawInput to detect Shift key, fix locking out Shift key ( #32116 )
...
* init RawInputDevice
* static
* handle input
* replace keyboard hooks (ctrl, shift)
* keep ctrl hook
* spellcheck
2024-03-28 16:53:17 +00:00
Laszlo Nemeth
baba63542d
[FEThumbnails]Add cleanup code to avoid locking files ( #32108 )
2024-03-28 15:10:39 +00:00
Laszlo Nemeth
fc3c421735
[ShortcutGuide]Show windows key + dot for opening emoji panel ( #32095 )
2024-03-28 14:43:22 +00:00
Jaime Bernardo
054c5c833b
[VCM]Add enabled telemetry ( #32094 )
2024-03-28 14:35:12 +00:00
Seraphima Zykova
88c2f3022a
[FZEditor]Fix missing file error message regression ( #32088 )
2024-03-26 21:11:18 +00:00
Davide Giacometti
0a316370d8
[Peek]Fix preview for folders with dot in the name( #32085 )
2024-03-26 16:50:08 +00:00
Randy
0110d7d244
[RegistryPreview]Fix duplicate file pickers, open modal ( #32025 )
2024-03-26 16:24:03 +00:00
Laszlo Nemeth
3dc0ed100c
[Text Extractor] Restructuring Screen scale handling ( #31646 )
...
* [Text Extractor] Restructuring Screen scale handling
* spell checker
* Update src/modules/PowerOCR/PowerOCR/Helpers/WPFExtensionMethods.cs
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com >
* Update src/modules/PowerOCR/PowerOCR/Helpers/WPFExtensionMethods.cs
* Adding a workaround to move the window in the desired position
* Restructure coordinate calculations.
---------
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com >
2024-03-22 10:02:30 -05:00
Seraphima Zykova
f6e7635a4e
[FancyZones]UI testing that works in CI ( #29453 )
...
* added test project
* run fz test
* rename proj
* editor test project
* check if FZ is running
* rename
* added assert messages
* spelling
* dev docs
* spelling
* update to latest stable
* exclude ui tests deps
* update packages list in notice.md
* added sample tests
* added file for tests run
* removed unrecognized
* removed run
* fix test configuration
* rename job
* change dependance
* run test template
* removed condition
* tabulation fix
* removed arg
* removed dependance
* removed log
* removed parameters
* test
* test
* added parameters
* pool
* pool
* vs test
* dependance
* download artifact
* publish artifact
* artifact publish conditions
* artifact name, default download path
* set folders
* prepare dotnet and vstest platform
* copy all
* target dotnet8
* test build agents
* set vs test version
* spellcheck
* set test platform version
* package feed selector
* hardcoded vstest location
* are other tests running?
* location
* vstest.console
* upd command
* script path
* search vstest.console
* vs path
* tools dir
* check files
* try full path
* try vstest task
* try full path in vstest task
* change path, remove unnecessary
* test with full vsconsole path
* winappdriver task
* changed args and condition
* default address
* added start operation type
* task name
* remove resolution
* Update run-ui-tests-ci.yml
* Update run-ui-tests-ci.yml
* Update run-ui-tests-ci.yml
* Update run-ui-tests-ci.yml
* AgentResolution should be a string
* Update run-ui-tests-ci.yml
testing against what WinUI gallery has for agent
* Update run-ui-tests-ci.yml
* Update run-ui-tests-ci.yml
* added WinAppDriver.exe
* spellcheck
* remove task
* checkout
* path
* src dir variable
* added init to the second project
* set longer timeout
* try waiting
* rerun
* log session info
* exclude WinAppDriver files from spell-check
* split io class: editor params
* remove unnecessary
* move data to the common project
* io test helper
* write retry
* Moved constants
* file utils
* prepare editor files before launch
* remove unused file
* spellcheck
* create directory
* fixed cleaning up
* remove WinAppDriver from deps
* start WinAppDriver from the default installation path
* installation script
* Revert "spellcheck"
This reverts commit 4bdc395730 .
* Revert "exclude WinAppDriver files from spell-check"
This reverts commit 21ee6db3f5 .
* install
* installation argument
* spellcheck
* change winappdriver path in fz tests
* delete iohelper
* update docs
* deleted obsolete winappdriver tests
* net version
* try without vstest location
* spellcheck
* Revert "try without vstest location"
This reverts commit 7cd39f3ae6 .
* moved json tag constants to the common project
2024-03-22 12:10:10 +00:00
David Federman
c39e306784
[Build]Unify PCH usage ( #31055 )
...
* Unify PCH usage
* Add back CIBuild property
* Add back CIBuild property
2024-03-22 10:29:14 +00:00
Heiko
79a7987874
[PTRun]Add CheckboxAndMultilineTextBox type and improvements to multiline text handling ( #31967 )
...
* code improvements and adding CheckboxAndMultilineTextBox type
* Update xaml code
* add alias property for multiline text box content
* improve comments
* final improvements
2024-03-21 12:02:57 +00:00
Davide Giacometti
d67b02bae3
[Peek]Fix TitleBar Drag Region and unclickable open button issues ( #32004 )
2024-03-20 18:17:24 +00:00
Davide Giacometti
42fb394bf3
[Peek] Add Audio Previewer ( #31619 )
...
* add audio previewer
* fix button on activation
* revert change
2024-03-20 15:50:48 +01:00