Davide Giacometti
7c91dada64
[Peek]Add Drive Previewer ( #31476 )
...
* Add drives previewer to Peek
* minor fixes
* fix spellcheck
2024-02-20 13:56:44 +00:00
Davide Giacometti
92c85630a9
[PTRun][Calculator]Replace input with result with '=' key ( #31391 )
...
* replace input with result
* fix and add test
* add options and use result property
2024-02-20 12:08:54 +00:00
Stefan Markovic
e573b7a1b1
[FileLocksmith]Add Windows11 (tier1) context menu ( #31388 )
...
* Add project
* Cleanup project file and add resource file
* Move common logic to FileLocksmithLib
* Cleanup interop vcxproj
* Implement handler, add assets and appx manifest
* Revert "Cleanup interop vcxproj"
This reverts commit 97bf991f2e
.
* Remove package on uninstall
Install package on enable
Fix launching app
Cleanup
* Revert non-related change
* Spellcheck
* Update src/modules/FileLocksmith/FileLocksmithContextMenu/Resources.resx
* Wire Show in extended context menu setting
2024-02-20 11:16:55 +00:00
Davide Giacometti
e607b26df6
[Settings]Remember maximized state ( #31424 )
...
* restore settings in maximized state
* fix using
2024-02-20 10:40:53 +00:00
aklemen
0afec7293b
[QuickAccent]Add support for Slovenian ( #31474 )
2024-02-19 17:12:01 +00:00
Aaron Junker-Wildi
6da03c86cc
[Monaco]Add ksh, zsh, and bsh as shell file extensions + .env support ( #31380 )
...
* Add ksh, zsh, and bsh as shell file extensions
* Add .env support
2024-02-16 15:18:36 +00:00
Aaron Junker-Wildi
184112e73a
[Monaco][Peek]Add .txt to Monaco description ( #31379 )
2024-02-16 15:00:14 +00:00
Davide Giacometti
37867e008b
[PTRun]Fix tooltip closing and improve Registry tooltip spacing ( #31361 )
2024-02-16 14:26:48 +00:00
Jay
3e58382637
[ImageResizer]Improve UI ( #31357 )
...
* update to v3
* SizeToContent="Height"
* unimportant code-behind
* UI and text
* finishing touch
* Update NOTICE.md
* Update Resources.resx
W to E
* Fix spellcheck
2024-02-15 18:36:36 +00:00
Niels Laute
319a0dd6c2
[ColorPicker]Fluent UX ( #28560 )
...
* Init
* UI tweaks
* Remaining UI tweaks
* Update ColorEditorView.xaml.cs
* Getting things up and running
* Tweaks
* Bump WPF version number
* UI tweaks
* Updated sliders styles
* Finalize colorslider styling
* Fix color
* Revert back to a default window
* Adding icon
* Address label feedback
* Correct wrong file change
* Update ColorEditorWindow.xaml.cs
* Tweaks
* Update MainView.xaml
* XAML styler
* Update MainWindow.xaml.cs
* Fix NOTICE.md
* UI tweaks
* Remove IsHitTestVisible
* Bump to WPFUI 3.0
* Fix scrollbars
* Replacing textblock with symbolicon
* Change size
* Update ColorEditorView.xaml
2024-02-15 14:24:27 +00:00
Jaime Bernardo
c75ac456d7
[RegistryPreview]Fix exit crash when flyout is open ( #31427 )
2024-02-14 16:56:40 +00:00
Stefan Markovic
1e47914ba0
[Hosts]Add delete entry button and fix focusing issue ( #31418 )
...
* [Hosts] Add delete entry button
Fix focusing issue when clicking toggle switch or delete button
* fix button accessibility
* address feedback
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
2024-02-14 15:12:59 +00:00
Jaime Bernardo
76de196ee6
[Hosts]Indicate when an entry input field is invalid ( #31407 )
...
* [Hosts]Indicate when an entry input field is invalid
* Minor styling fix
* Update src/modules/Hosts/Hosts/Strings/en-us/Resources.resw
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/modules/Hosts/Hosts/Strings/en-us/Resources.resw
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Change messages to "Has to be"
---------
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
2024-02-14 14:42:31 +00:00
Stefan Markovic
4e1aacbee2
[Hosts]UI to show when filters are applied ( #31406 )
...
* [WIP] Show UI when filter is applied
* Update MainPage.xaml
---------
Co-authored-by: Niels Laute <niels.laute@live.nl>
2024-02-14 13:31:34 +00:00
Jaime Bernardo
5b692438b7
[Deps]Upgrade CppWinRT to 2.0.240111.5 ( #31396 )
...
* [Deps]Update CppWinRT to 2.0.240111.5
* Apply fix for robmikh.common incompatibility with cppwinrt
* Add CppWinRT to projects that were missing it
* Fix spellcheck
2024-02-13 13:55:14 +00:00
Niels Laute
3d39107e02
[PowerRename]Update apply button style for a clearer enabled look ( #31353 )
...
* Updating SplitButtonStyle
* Remove unused brushes
2024-02-08 14:41:58 +00:00
Stefan Markovic
dec535e4c4
[PT Run][VSCodeWorkspaces] Do not check WSL paths existence ( #31351 )
2024-02-08 14:15:49 +00:00
Stefan Markovic
04f5147cde
[ImageResizer]Fix combo boxes bindings to hide height for percent( #31332 )
...
* [ImageResizer] Fix combo boxes bindings
* Fix exception
2024-02-08 14:06:27 +00:00
gokcekantarci
356db99bca
[Peek]Fix crashes on File Explorer alternatives ( #31211 )
...
* [Peek] Add check to ensure window class name matches File Explorer
* [Peek] Safe casting for IShellFolderViewDual2 compatibility.
2024-02-07 14:52:11 +00:00
Niels Laute
3f837f8c90
[Flyout]Fix icon center alignment bug ( #31142 )
2024-02-07 14:41:51 +00:00
gokcekantarci
1c7c100a42
[PTRun]Don't clear config data on upgrade ( #30187 )
...
* [PTRun] Implemented a new JSON storage method for PTRun settings files.
* [PTRun] Removed uncessary parts.
* [PTRun] Spell checks.
* [PTRun] New JsonSerializerOptions added for information files.
* [PTRun] Unnecessary null check is removed.
* [PT Run] - ExtractFields function removed.
- Creating instance is used instead of deserializing.
* [PTRun] Build fix
* [PTRun] Removed unncessary parts
* [PTRun] CheckWithInformationFileToClear reversed.
* [PTRun] Build fix.
* [PTRun] Deserialization is used instead of key by key comparison.
* [PTRun] Removed unncessary parts.
* [PTRun] Removed unncessary parts.
* [PTRun] Remove entry if query is null or empty.
2024-02-06 15:33:19 +00:00
Davide Giacometti
4426df671e
[Peek]Fix title bar glitch after maximizing window ( #31172 )
2024-02-05 17:05:02 +00:00
Clint Rutkas
cf23574c6b
[PTRun]Unify grammar in plugin descriptions ( #31263 )
...
* first pass
* adjusting the calc language to match other plugins
* including designer file now too
* Fixing E.G to E.G.
2024-02-05 16:41:35 +00:00
Stefan Markovic
ebc7860e5b
[Image Resizer]Localize units and resize mode ( #31140 )
...
* [Image Resizer] Do not use Culture when getting resources with ResourceLoader
* Localize fit and unit comboboxes
* Update font
* Address PR comments
2024-02-05 16:24:46 +00:00
Stefan Markovic
7ca476d6b0
[PTRun][Program]If win32 program redirection path is null, do not overwrite iconPath ( #31170 )
2024-02-02 16:30:25 +00:00
Jaime Bernardo
04623ec65b
[PowerRename]Bring back context menu accelerator key ( #31232 )
...
* [PowerRename]Bring back context menu accelerator key
---------
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
2024-02-02 09:50:15 +00:00
Clint Rutkas
c406a15099
getting files locked ( #31130 )
2024-01-26 17:54:46 -08:00
Niels Laute
52a23955ee
[OOBE]Update OOBE descriptions for context menu captions changes ( #31143 )
2024-01-26 17:37:19 +00:00
Niels Laute
a123b5c939
[Settings]Minor UI tweaks on update options ( #31141 )
...
* XAML tweaks
* XAML styling
* Remove border around infobar
2024-01-26 17:02:30 +00:00
Niels Laute
f470a19bb9
Updating module images ( #30699 )
...
* Updating PNGs
* Update PastePlain.gif
* CropAndLock
* Filelock smith
* More image updates
* Run
* Update CropAndLock.gif
* Mouse utils
* ImageResizer
* ScreenRuler name change
* Updates
* More changes and renames
* Create PowerLauncher.png
* Create CommandNotFound.png
* Delete FancyZones_MDL2.svg
* Updates
* Updated images
* More image updates
* Paste as plain text update
* Cmd Not Found and Quick Accent
* Fix PowerToys Run PowerToys plugin image paths
* Fix installer
* Change menu order
* Reinstate image names to avoid issues with aka.ms links
* Typo in rename
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2024-01-26 17:12:33 +01:00
Stefan Markovic
d37c124463
[PTRun]Wire plugin hints height to "max results to show" setting ( #31134 )
2024-01-26 14:10:45 +00:00
Stefan Markovic
421a8578e5
[PT Run][Calculator] Fix processing large hex numbers ( #31135 )
...
* [PT Run][Calculator] Fix processing large hex files
* Spellcheck
* Add tests
2024-01-26 15:09:38 +01:00
Heiko
400a592a3e
[Settings]Rework update settings in the general tab ( #31078 )
...
* changes
* fixes
* improve dev build checks
* improve dev build checks 2
* improve dev build checks 2 fix
* fix Resources.resw
* use itemsheader
* make var bool like before the changes
2024-01-26 14:00:11 +00:00
Stefan Markovic
ddeb856372
[OOBE]Fix msgMonitor to prevent window maximizing ( #31136 )
2024-01-26 13:29:18 +00:00
Davide Giacometti
6da7e3ae39
[Hosts]Duplicate an existing entry ( #31075 )
...
* clone an existing entry
* addressed feedbacks
2024-01-25 16:08:43 +00:00
Heiko
e6a1dd586a
[GPO][Settings]Improve UI messages and fixes ( #31073 )
...
* Changes Part 1
* Changes Part 2
* Changes Part 3
* General page
2024-01-25 13:59:00 +00:00
Niels Laute
fc214a80c5
[ContextMenus]Update context menu labels and improve localization calls ( #31000 )
...
* Update file locksmith
* ImageResizer
* Update imageresizer context menu
* Changes
* [PowerRename]Don't use app name for context menu caption
* [ImageResizer]Apply string to old context menu too
* Add localization to the PowerRenameContextMenu project
* Show actual context menu string in PowerRename
* New Ids for the resource strings
* Add do not loc comments
* Add fallback and cache resource values
* Update src/modules/imageresizer/dll/ContextMenuHandler.cpp
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Remove do not loc comments from Image Resizer
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
2024-01-25 12:27:25 +00:00
Jaime Bernardo
6f5a59b20d
[SVGThumbnails]Fix hanging loop and add logs ( #31116 )
2024-01-24 15:27:42 +00:00
Jaime Bernardo
172db3af63
[Deps]Upgrade Microsoft.Windows.Compatibility and SqlClient ( #31103 )
...
* [Deps]Upgrade Microsoft.Windows.Compatibility and SqlClient
* Update NOTICE.md
2024-01-23 15:27:10 +00:00
PesBandi
2b2660951d
[QuickAccent]Add E with breve and the pilcrow sign ( #31071 )
2024-01-23 14:51:14 +00:00
Jaime Bernardo
18608b21b8
[PTRun]Fix access crash when saving settings version ( #31104 )
2024-01-23 14:09:28 +00:00
Clint Rutkas
2fa4a489a1
Fixing accent brush and corner radius on dashboard ( #31031 )
...
* Removing background accent. It causes eye to target ones differently due to shading differences
* forcing radius
* Update DashboardPage.xaml
* Remove unused accent color from modules listing
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2024-01-22 11:24:34 -08:00
HydroH
769eb17d7f
[QuickAccent]Add option to not activate when in game mode ( #30983 )
...
* [Quick Accent] Do not activate on game mode
* Fix XAML styling
* Fix idl syntax error
* [Quick Accent] Fix game mode options not working
2024-01-22 17:54:35 +00:00
Heiko
94ee951917
[Dev]Remove prepared code for "Auto update" policy ( #31064 )
...
* Update PowerToys.admx
* Update PowerToys.adml
* Update UpdateUtils.cpp
* Update gpo.h
* Update ReportGPOValues.cpp
2024-01-22 16:50:01 +00:00
HydroH
2f367c579f
[Peek]Add tooltip for file size in the UI ( #30968 )
...
* Add tooltip for size in Peek
* Fix XAML styling
2024-01-22 16:23:40 +00:00
HydroH
084dd21815
[QuickAccent]Add the ellipses character to the period key ( #30967 )
2024-01-22 16:10:23 +00:00
Clint Rutkas
e95c3b495c
[Settings]Bring window to foreground on double click / right click ( #31034 )
2024-01-22 15:44:39 +00:00
Heiko
d7c7711518
[Updates] Toast notification for new updates: Add setting ( #30794 )
...
* code changes from #30606
* Update admx revision
2024-01-19 15:18:05 +00:00
Aaron Junker-Wildi
a2506dc0f4
[Chore]Update copyright and remove the year ( #30689 )
2024-01-18 17:47:54 +00:00
Stefan Markovic
c25232833b
Set StarDefinitionsCanExceedAvailableSpace switch to fix the crash ( #31022 )
2024-01-18 18:16:20 +01:00
Heiko
f07c2314a9
[Settings]Add setting and policy to disable Whats new after updates ( #30609 )
...
* add scoobe setting
* update comment
* fix spelling
* fix settings layout
* fix xaml formatting
* fix viewModel
* fix settings page
* fix general_settings.cpp
* Update policy name and description
* Update the settings name
2024-01-18 15:18:17 +00:00
Jaime Bernardo
ccc1ab828d
[Settings]Remove CmdNotFound from dashboard and flyout ( #31006 )
2024-01-18 10:26:42 +00:00
Conor Kirby
b173debb95
[AlwaysOnTop]Added icon to the base application ( #30953 )
2024-01-17 16:38:24 +00:00
anderspk
52e919925b
[PTRun][VSCode]Add path existence check for windows+wsl env ( #30821 )
2024-01-17 11:12:14 +00:00
Dub1shu
3802e91a05
[PTRun][UnitConverter]Support negative values ( #30776 )
2024-01-17 10:56:34 +00:00
Ani Betts
0be120d293
[PTRun]Detect full-screen games with QUNS_RUNNING_D3D_FULL_SCREEN ( #30797 )
...
* Add SHQueryUserNotificationState to NativeMethods
* Check for QUNS_RUNNING_D3D_FULL_SCREEN in IsWindowFullscreen
The current test for whether a window is full-screen (i.e. a movie or a game) is a bit of a heuristic. In certain cases however, we can *know* that a window is full-screen. Check that case first, then proceed with the existing logic
* Make spellchecker happier
2024-01-17 10:26:28 +00:00
Jeremy Sinclair
6522079736
[Deps]Update Windows App SDK to 1.4.4 (1.4.231219000) ( #30874 )
...
* [Deps] Update Windows App SDK to 1.4.4
* Update NOTICE.md
2024-01-16 21:48:30 +00:00
Jaime Bernardo
daafbe5432
[FindMyMouse]Add more shake sensitivity settings ( #30829 )
2024-01-16 17:35:54 +00:00
Clint Rutkas
6cd8753fe0
[Deps]Upgrade CommunityToolkit.Mvvm to 8.2.2 ( #30938 )
...
PR opened by Clint but authorship from Davide
* Upgrade MVVM with help from @davidegiacometti
* Fix nits in package versions
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
2024-01-16 17:05:06 +00:00
Clint Rutkas
1b2c971847
[Deps]Upgrade SDK Build Tools and Implementation library ( #30819 )
...
* Upgrading SDK Tools and Impliementation library
* updating implementation
* found a few more straglers
* fixing notice
* update wil version
* Remove unused file
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2024-01-16 10:51:45 +00:00
David Federman
5d1ce08963
[Build]Add Microsoft.MSBuildCache ( #30100 )
2024-01-15 21:45:28 +00:00
Clint Rutkas
b609cf614d
Remove Toolkit labs and leverage RTM toolkit ( #30783 )
...
* Settings control and segmented control should be in new kit.
* Update nuget.config
2024-01-12 09:35:44 -08:00
Jay
d2d9cc6bff
[Dev]Consolidate XAML Namespaces ( #30728 )
...
* xmlns CommunityToolkit.WinUI.UI.Controls
* remove unneeded tk7controls
* xmlns CommunityToolkit.WinUI.Controls
* xmlns Microsoft.PowerToys.Settings.UI.Converters
* remove unneeded Microsoft.PowerToys.Settings.UI.OOBE.Views
* xmlns Microsoft.PowerToys.Settings.UI.Controls
* xmlns CommunityToolkit.WinUI.Converters
* remove unneeded "controls"
* xmlns Microsoft.PowerToys.Settings.UI.Controls
* remove unneeded "controls"
* change WinUI.UI to WinUI
* Styler
* fixes
* Styler
* fixes
* fixes
* Update expect and MainPage
2024-01-12 17:01:40 +00:00
Davide Giacometti
4f06f2a659
[Common]Use folder_change_reader in file watcher to improve performance ( #30827 )
2024-01-12 15:23:00 +00:00
gokcekantarci
4ce38d192d
[AlwaysOnTop]Fix border visibility with black color ( #30868 )
2024-01-12 15:01:19 +00:00
Niels Laute
f8d075f1d6
[PTRun]Bump WPFUI version to preview-13 and fix scrollbar issue ( #30859 )
...
* Bump wpfui version to preview 13
* Fix margin for results list
* Fix margin on results listview as well
2024-01-12 12:21:14 +00:00
Davide Giacometti
1477983ee7
[PTRun]Remove unused settings from code ( #30865 )
2024-01-12 12:03:01 +00:00
Jaime Bernardo
50b24d0779
[Deps]Fix .NET 8.0.1 dependency version conflicts ( #30892 )
...
* Fix System.Drawing.Common version conflicts
* Fix System.Data.OleDb dependencies
* Fix System.Diagnostics.EventLog dll version incompatibility
* Fix System.CodeDom dll version incompatibility
* Update NOTICE.md
2024-01-11 16:11:32 +00:00
Clint Rutkas
831d1f2992
Upgrading Microsoft.Extensions.ObjectPool from v5 to v8 ( #30785 )
...
* lets get ready to upgrade!
* Update NOTICE.md
2024-01-07 06:12:49 -05:00
Stefan Markovic
f6a63582a2
[CmdNotFound]Disable on Arm64 as there is no MSI installer for PowerShell 7.4 yet ( #30759 )
...
* [Command Not Found] Disable on Arm64
* Hide deps
* Update src/settings-ui/Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
* Update Resources.resw
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2024-01-05 19:46:34 +00:00
Jaime Bernardo
a7907ff63a
[CmdNotFound]Improve installation workflow ( #30727 )
...
* [CmdNotFound]Improve installation workflow
* Fix typo
* Fix XAML styling
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/CmdNotFoundPage.xaml
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
* Don't create window for checking requirements
* Hide install/uninstall buttons for CmdNotFound module
* Also install winget before Powershell 7
* Better detect processor architecture
* Fix spellcheck
* [CMDNotFound] UX improvements (#30740 )
* UI improvements
* Updated label
* Update CmdNotFoundPage.xaml
* Update CmdNotFoundPage.xaml
* Update CmdNotFoundPage.xaml
* Better version detection
* Add some logging
* Add missing package install that's a prerequisite for winget
* Remove unused AllExperiments include
* Fix Logger library include
* Update PATH Environment variable after installing PS
* Fix OOBE UI spacing
* Use Invoke-WebRequest to get the deps and then install them from local path
* Spellcheck
* TEMP -> TMP
* User path is supposed to come after machine path
---------
Co-authored-by: Davide Giacometti <davide.giacometti@outlook.it>
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2024-01-05 09:26:49 +00:00
Davide Giacometti
5f2d8216ad
[CmdNotFound]Log and runtime error handling ( #30745 )
...
* log and error handling
* addressed feedbacks
2024-01-04 18:53:40 +00:00
Laszlo Nemeth
1712cd6c8a
[Hosts] Fix jsonProperty ( #30741 )
2024-01-04 18:58:27 +01:00
Andrey Nekrasov
b886e60774
[Settings] Handle ThemeListener ctor exceptions ( #30735 )
2024-01-04 17:20:57 +01:00
Stefan Markovic
9d7f642ba1
[gpo]Fix revision version numbers in gpo files ( #30723 )
...
* [gpo] Update revisions
* Update src/gpo/assets/PowerToys.admx
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
---------
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2024-01-03 17:47:05 +00:00
gokcekantarci
f60c4fd2f3
[General]Add setting to disable elevated apps warning ( #30628 )
2024-01-03 17:22:54 +00:00
Heiko
7c0f24df65
[PTRun][ValueGenerator]Add URI/URL features ( #30648 )
...
* move existing generator classes
* add new generators
* implement new generators
* fixes
* improvements
* shorten query tags
* make spellcheck happy
* add tests
* dev docs
* fix typos
* fix tests
2024-01-03 16:30:11 +00:00
Andrey Nekrasov
2a544583c0
[KBM] Do not register low level hook if there're no remappings ( #29708 )
...
* [KBM] Do not register low level hook if there're no remappings
* f: typo
* f: address review comment
2024-01-03 16:49:29 +01:00
Carlos Zamora
46f5316858
Introduce Command Not Found module ( #26319 )
...
* Introduce Command Not Found module
* rewrite module to depend on WinGet PowerShell module
* address Dongbo's feedback
* try and implement settings UI
* fix SUI build; try and store PowerShell object
* add and use object pool
* apply Dongbo's feedback
* add warm up; implement IPooledObjectPolicy
* Add module interface
* WIP trying to import module from settings
* Add EnableModule.ps1
* spellcheck
* spellcheck again
* Installer. Add DisableModule.ps1
* Fix styling
* Give the user some output from installing
* Prettify the Settings controls
* Add button to check PowerShell 7's version
* Fix Settings Assets paths
* Fix PowerShell 7 output
* Make module enable and disable scripts give better information
* Fix spellcheck
* Fix image files and placeholders
* Don't remove CmdNotFound on upgrade and don't fail on uninstall of
CmdNotFound
* Consistent install module scripts location on debug and installed
* installer: Avoid messageboxes and hide powershell on uninstalling CmdNotFound
* Fix psd1 file resolution when installed
* Fix spellcheck
* Add telemetry events
* Fix gpo files
* If GPO is set, enable/disable module on PT start depending on gpo value
* Cleanup module interface
* Cleanup settings code
* If GPO is set, disable Settings page logic
* Adding icons
* Update settings UI and strings
* Add telemetry for suggestions and feedbacks
* Fix sln file
* Fix build
* minor fixes
* Updating icon
* Remove global.json
* Remove unused PowerShell dependency
* Don't use preview version of Automation and fix NOTICE
* Fix signing
* Fix NOTICE.md
* Fix version checking for getfilesiginforedist.dll
* Fix spellchecker
* Fix README.md
* Fix false positives section in expect.txt
* Add logs to module interface
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Niels Laute <niels.laute@live.nl>
2024-01-03 16:43:42 +01:00
Jay
3b90f73bd0
[Refactor]XAML binding improvements ( #30675 )
2024-01-03 15:41:26 +00:00
Kevin Fu
b1bb27f35f
[Quick Accent] Add more Mathematical Symbols #28144 ( #29216 )
2024-01-03 15:21:26 +01:00
Jay
2d361bc0da
Welcome: UI improvements ( #30684 )
...
* UI improvements
* buttons back on one line
* fix Styler
* adjust margin in OOBE page
* Update src/settings-ui/Settings.UI/SettingsXAML/OOBE/Views/OobeOverview.xaml
---------
Co-authored-by: Niels Laute <niels.laute@live.nl>
2024-01-03 14:42:12 +01:00
Vignesh Dhanasekaran
114f1b45e2
[Run] Fix Scientific Notation Errors in Calculator Plugin ( #28884 )
...
* Parse scientific notation properly
After adding logic to replace `e` as a mathematical constant, there are bugs
when trying to use expressions like `5e3`. This change parses the
`<number>e<number>` format into expanded form to prevent replacement with
the constant.
Regex explanation: `(\d+\.*\d*)[eE](-*\d+)
`(\d+\.*\d*)`: Match any number of digits, followed by an optional `.` and
more optional digits. The expression is used to capture things
like: `5.0`, `1.`, `1` before the `e`
`[eE]`: Match either upper or lowercase `e`
`(-*\d+)`: Capture an optional `-` sign as well as a number of digits
* Update regex to be more tolerant of weird entries
The new regex captures a wider variety of numbers. See this post for details
on the regex used:
https://stackoverflow.com/a/23872060
* Fix regular expression failing unit tests
Using `[` didn't capture the expression properly. Had to use `(` instead.
* Allow only for uppercase E
* Only allow one decimal in second grouping
* Support various decimal separator types
Previous regular expression did not allow decimal separators that were not ".".
The new expression uses the culture info decimal separator instead, which
should work better.
* Only allow integers after `E`
* Remove single use variable
* Update regex to only accept integers after `E`
Missed this expression in my last update. Whoops
* Update src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.Calculator/CalculateHelper.cs
* Update NumberTranslator to parse hex as a whole
* Remove `hexRegex` as object member
The hex regex stuff is only used once, there's no need to keep track of it in
the object's state. Just create it during the translation process.
* Add unit tests for sci notation in other cultures
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
2024-01-03 12:22:09 +01:00
Jaime Bernardo
302abf7082
[Chore]Update copyright year for 2024 ( #30718 )
2024-01-03 10:45:23 +00:00
Jay
6ea1c039dc
remove obsolete UI Fonticon properties ( #30668 )
...
* remove obsolete UI Fonticon properties
* Update LaunchPage.xaml
* remove obsolete UI Fonticon properties
* Revert "Merge branch 'UI-Fonticon-properties' of https://github.com/Jay-o-Way/PowerToys into UI-Fonticon-properties"
This reverts commit 119ec3d79c
, reversing
changes made to 0692c2f4ff
.
2024-01-02 15:09:35 +01:00
gokcekantarci
a94b3eec39
.NET 8 Upgrade Silenced Errors Fix ( #30469 )
...
* [Dev][Build] .NET 8 Upgrade Silenced errors first fix.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1859
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1854.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1860
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1861
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1862
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1863
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1864
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1865
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA2208
* [Dev][Build] .NET 8 Upgrade Silenced errors. CS9191
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- CompositeFormat variables used more than once in the same file were assigned to a single variable.
- GetProcessesByName logic fix.
- String comparion fix.
- ArgumentOutOfRangeException message change.
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- Null check added.
- static readonly CompositeFormat added for all fields.
2023-12-28 13:37:13 +03:00
gokcekantarci
cd57659ef6
[Common] Move Elevated Apps Warning and Add Warning for AlwaysOnTop ( #30607 )
...
* [Common] - Elevated apps warning moved to common notifications
- Warning added to AoT
* [Common] Build fix.
* [Common] Moved strings from common to AoT.
* [Common] Show notification fix.
* [Common] String name changed.
* [Common] Remove blank space
* [Common] Remove blank space
* [Common] Remove blank space
2023-12-28 13:33:04 +03:00
Davide Giacometti
740299189a
[Run] Fix plugins selection style ( #30546 )
...
* fix plugin selection style
* addressed feedbacks and tweaks
2023-12-27 18:26:54 +01:00
Niels Laute
ccd401fc16
[Run] Adding configurable fontsizes ( #30541 )
...
* Adding configurable fontsize for result titles
* Update src/settings-ui/Settings.UI/SettingsXAML/Views/PowerLauncherPage.xaml
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Updating strings
* XAML styler
* CI fix
* PowerLauncher images
* update results height on font change
* Revert "update results height on font change"
This reverts commit 459f57c647
.
---------
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-12-26 14:49:50 +01:00
coreyH
c098cfb193
[PTRun] PowerToys Run - plugin dependency loading ( #30513 )
...
* Updated the Wox.Plugin to correctly load and resolve plugin dependecies
* Included new plugin.props in all plugins to enable dynamic dependecy loading
* Updated dev docs to include new plugin.props in plugins
* Fixed double dependecy loading bug
* - Updated to only use dynamic loading when explicitly set by the plugin.
- Removed no longer required props from default plugins which do not need dynamic loading.
- Updated dev-docs to align with latest changes
* Removed line spacing changes in plugins csproj
* fixed spelling
* csproj cleanup
* removed unnecessary null checking
---------
Co-authored-by: Corey Hayward <coreyh@tigereyeconsulting.com>
2023-12-26 10:19:15 +01:00
Niels Laute
3e45392274
[Settings] Fix "What's new" icon ( #30557 )
...
* Fixing order and icon
* XAML styler
* Fix expect
2023-12-25 18:31:07 +01:00
Davide Giacometti
ae21b0dc09
[Run] Switch to WPF UI theme manager ( #30520 )
...
* Switch to WPF UI theme manager
* fix
* add theme manager
* fix
* fix
* update error icon
* moved image initialization
* cleanup
2023-12-21 13:56:48 +01:00
Davide Giacometti
e73e73fa6c
[PTRun]Allow interaction with plugin hints ( #30531 )
2023-12-20 15:19:58 +00:00
Niels Laute
af099737b8
[Run] UI improvements + ability to show/hide plugins overview panel ( #30258 )
...
* Add setting to show/hide plugin keywords in Run
* Increasing fontsize and spacing
* Removing tooltip prefixes
* Tweaks and making sure the window gets smaller when plugins overview is disabled
* Label updates for Settings
* Updating UI
* Fix number of results height
* Centering textbox
* Adding tooltip to keyword
* Selection highlight + dark theme tweaks
* Change order and fix CI
* Update expect.txt
* Add option to select only non-global plugins preview
* Fix typos
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-12-19 14:11:35 +01:00
Clint Rutkas
545f901492
[Deps]Upgrading STL Thumbnail provider to latest (Helix package) ( #30505 )
...
* upgraded to latest
* Fix NOTICE.md
* Fix dependency conflict
* Actually reference abstractions dependency
2023-12-18 22:30:48 +00:00
Quyen Le Van
3299ecfece
[FancyZones]Keep maximized state when moving new window to active monitor ( #28688 )
2023-12-18 16:04:46 +00:00
Pedro Lamas
4c3e5348f0
[Peek]Adds QOI file support ( #29919 )
...
* Adds QOI support to Peek
* Reduce allocations on QoiImage
* Add to QOI to Peek's NOTICE as well.
* Ensure file stream is closed after reading QOI
2023-12-18 15:54:17 +00:00
Clint Rutkas
ee22581913
[Deps]Upgrade boost to 1.84 ( #30504 )
...
* Upgrading boost
2023-12-18 13:32:27 +00:00
Clint Rutkas
f28f52015e
[Deps]Consolidate Microsoft.Windows.SDK.BuildTools( #30503 )
2023-12-18 11:09:08 +00:00
PesBandi
bf7462b196
Update Resources.resx ( #30449 )
2023-12-15 13:33:04 +01:00