Stefan Markovic
94b3d098d7
Try to test signing
2022-06-01 16:16:09 +02:00
Stefan Markovic
2492517113
Test win11 tier1 context menu
2022-05-31 15:09:22 +02:00
Seraphima Zykova
3cf6685eeb
[FancyZones]Fix not shown layout on window dragging( #18542 )
...
* log
* check if current vd id null
2022-05-30 11:16:33 +01:00
Jaime Bernardo
1c3bc1ee20
[KBM]Fix concurrent shortcut remap locking key ( #18499 )
2022-05-27 14:01:26 +01:00
Jaime Bernardo
a9181a0184
[PTRun][WebSearch]Fix empty browser pattern crash ( #18480 )
2022-05-25 16:46:55 +01:00
Stefan Markovic
f9e967973e
[File Explorer Add-ons] Hide scrollbar when previewing svg thumbnails ( #18436 )
2022-05-24 18:49:43 +02:00
Stefan Markovic
93dcf71fc7
[File Explorer Add-ons] Add viewBox attribute to svgs that don't have one ( #18434 )
...
This alows svg previewer to show full svg, not just a part of it
2022-05-24 17:55:10 +02:00
Adam Childers
61805aada2
[ImageResizer]Don't update metadata if image wasn't changed ( #17880 )
...
* Update ResizeOperation.cs
Add a new boolean to check if the image was resized, skip modifying the metadata if the image was not modified.
* Simplify code to prevent un-needed metadata work when the image isn't changed
Simplify code to prevent un-needed metadata work when the image isn't changed. Thanks Crutkas for the guidance.
2022-05-24 15:58:38 +01:00
Seraphima Zykova
251ea6ded9
[FancyZones] Popup behavior fix ( #18270 )
...
* virtual desktop check
* refactoring
* unified check
2022-05-20 09:51:15 +01:00
Jason Shands
be1ed8c0d4
Add small delay to the search query before displaying results ( #18290 )
...
* Add small delay to the search query before displaying results
* Reduce user input throttle to 150ms and fix issue with autocomplete text updating
* Add System.Reactive.dll to Launcher installer
2022-05-19 11:23:24 -07:00
Stefan Markovic
1552e75df2
If markdown file > 1.5MB write it to file and navigate to file instead of string ( #18382 )
...
Reason: WebView2.NavigateToString() limitation
2022-05-19 16:57:07 +02:00
Seraphima Zykova
3751642782
[AlwaysOnTop]Fix borders staying after Win+D ( #18313 )
2022-05-19 14:35:47 +01:00
Stefan Markovic
871b456be3
Fix regression: Open PowerRename on current monitor ( #18311 )
...
Add missing reference to Version proj
Minor cleanup
2022-05-19 14:17:29 +01:00
Jaime Bernardo
ffa20c0073
[KBM] Allow 4 modifier keys in shortcuts ( #18365 )
...
* [KBM] Allow 4 modifier keys for shortcuts
* Update tests
2022-05-19 14:06:03 +01:00
Jaime Bernardo
13750188fd
[ARM64]CI and build pipelines ( #18337 )
...
* [ARM64]Build pipelines
* Fix localization in pipelines (no arm64 al.exe)
* Use lowercase arm64 for CI
* Build installer to arm64 folder and arm64 name
* Don't run arm64 tests, as there's no agent for it
* Fix pipeline conditions
* Divide symbol files by platform
2022-05-19 14:02:08 +01:00
harvastum
a5be152b87
[PTRun][VSCode]case insensitive binary detection ( #18308 )
...
* make instance finding case insensitive
* remove trailing whitespace
2022-05-18 15:28:35 +01:00
Heiko
181b1e45da
[PTRun][TimeDate] Change global query setting to ignore number input too ( #18157 )
...
* add new setting
* fix spelling
* update/fix setting
* fixes
* make setting default true and update tests
* fix spelling
* change settings/behavior
* docs and tests
* fix condition
2022-05-18 15:27:02 +01:00
Jaime Bernardo
6e6f474df7
[KBM][Telemetry]Remove garrulous events ( #18261 )
2022-05-16 10:10:56 +01:00
Stefan Markovic
3548e6820e
[FileExplorer Add-ons] If SVG file is bigger than 2MB save it as html page and preview the page ( #18186 )
...
* If SVG file is bigger than 2MB save it as html page and navigate WebView2 to it
Reason: WebView2.NavigateToString() has 2MB string limitation
* Cleanup and add limitation link to comment
* Lower the limit after testing it
2022-05-15 21:35:15 +01:00
Andrey Nekrasov
3443c73d0e
[ARM64] Installer Bootstrapper ( #18241 )
...
* [ARM64] Cleanup PowerToys solution configuration
* [ARM64] Add Bootstrapper support
known issues:
- wix doesn't have arm platform -> using x86 instead, resulting in wrong default installation dir and inability to detect 605
- current winappsdk 1.0.3 installer is corrupted -> contains x64 packages
- we're still using hardcoded vcredist for some modules
* Remove duplicate Stylecop PackageReference
* [ARM64] Cleanup StylesReportTool configuration
* [ARM64] fix configurations for bootstrapper
* fixes
* [ARM64] VCM fix
* [ARM64] Fix LinkIncremental conditional in StylesReportTool
* fix #2
* perfect forwarding
* [ARM64] Switch to call vformat to compile with later MSVC toolkits
* Updated expect
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com >
2022-05-13 16:55:39 +01:00
Seraphima Zykova
5f4a26ebba
[FancyZones] Open window in a zone fix ( #18193 )
...
* removed background thread monitoring virtual desktops
* removed virtual desktop callbacks
* centralize work with virtual desktops
* updated virtual desktops sync
* app zone history logs
* logs
* get uwp process path
* spell
2022-05-13 14:06:11 +01:00
Ikko Ashimine
d15ff6da8d
[spelling]Fix typo in EventHandler.cs ( #18216 )
...
occurence -> occurrence
2022-05-13 13:26:00 +01:00
Jaime Bernardo
2555203da8
[ARM64] Preview pane changes ( #18222 )
...
* [ARM64] Fix Preview Handlers
* Publish power preview at release pipelines
* Add ARM64 to the solution
* Fix preview pane paths for pipelines
2022-05-11 16:49:28 +01:00
Stefan Markovic
90ecd5e10f
[PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support ( #18171 )
...
* Migrate PowerRename to Unpackaged WinUI3
* [ARM64] PowerRename (#18002 )
* Migrate PowerRename to Unpackaged WinUI3
* Removed Project Config and update PlatformToolset to v143
* Updated solution config
* Migrate PowerRename to Unpackaged WinUI3
* Fixed configs changed from ARM64 build
* Left one project out of fix
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com >
* Minor fixes
* Remove PowerRenameUILib from signing list - doesn't exist anymore
* Remove PowerRenameUILib from move_uwp_resources.ps1
* Bring back old dir name to see if localization is preserved
Remove move_uwp_resources.ps1 - not needed anymore
* Remove UWP localization docs part
* Fix minor UI quirk
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com >
2022-05-11 16:38:12 +02:00
Andrey Nekrasov
6a2d9e4e39
Arm64 pending modules ( #17972 )
...
* [ARM64] Add arm64 configurations to tools projects
* [ARM64] Add arm64 configurations to FZ projects
* [ARM64] Add arm64 configurations to Awake project
* [ARM64] Add arm64 configurations to PowerRename projects
* [ARM64] Add arm64 configurations to update-related projects
* [ARM64] Add arm64 configurations to VCM projects
* [ARM64] Add arm64 configurations to ShortcutGuide project
* [ARM64] Add arm64 configurations to PreviewPane projects
* [ARM64] Add arm64 configurations to FindMyMouse projects
* [ARM64] Add arm64 configurations to KBM projects
* Project cleanup
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com >
2022-05-11 11:35:18 +01:00
Davide Giacometti
336de6a7db
[PTRun][TimeZone]Removed fxcop ( #18146 )
2022-05-10 17:15:41 +01:00
Andrey Nekrasov
c485da2816
[Settings]Don't launch if explorer is running elevated ( #18124 )
2022-05-10 17:13:56 +01:00
Heiko
741457ffa5
[PT Run] Services plugin: Various improvements ( #17985 )
...
* search for contains too
* fix startup types & new filter
* fix spelling
* small fixes
* fix spacing
* Improve order and layout
* clean up
* switch to nullable int32
2022-05-10 17:07:39 +01:00
Seraphima Zykova
22786a6bdc
[FancyZones]Fix reapplying default layout ( #18106 )
2022-05-06 13:55:25 +01:00
lncubus
44fb9caf6b
[ColorPicker] CIEXYZ values should be labeled in upper case ( #17926 )
...
* CIEXYZ values should be labeled in upper case "XYZ" instead of "xyz"
* CIEXYZ values should be labeled in upper case "XYZ" instead of "xyz"
Updated example in settings UI
2022-04-27 12:47:28 +01:00
Andrey Nekrasov
7cd061be6d
[ARM64] Add Awake module ( #17857 )
2022-04-21 17:51:55 +02:00
Andrey Nekrasov
658f85b85a
[ARM64] add arm64 configurations to FZE project ( #17860 )
2022-04-21 15:53:07 +01:00
Jeremy Sinclair
b463cb11aa
[ARM64] AlwaysOnTop ( #17847 )
...
* AlwaysOnTop project cleanup
* Updated PowerToys solution config
2022-04-21 10:00:13 +01:00
Jeremy Sinclair
5bcd767d49
[ARM64] ImageResizer ( #17846 )
...
* ImageResizer project cleanup
* Updated PowerToys solution
* Added Platforms and PlatformTarget
2022-04-21 10:00:04 +01:00
Jeremy Sinclair
2de1a51b78
[ARM64] ColorPicker ( #17844 )
...
* ColorPicker normalization
* Updated PowerToys solution
* Fixed OutputPath in UnitTest
2022-04-21 09:59:55 +01:00
Jeremy Sinclair
3e6a297b34
[ARM64] PTRun and Plugins ( #17841 )
...
* Removed x64 specific config from Launcher project
* Microsoft.Plugin.Program normalization
* UnitConverter projects
* VSCodeWorkspaces project normalization
* Websearch plugin project normalization
* Folder plugin normalization
* Indexer plugin project normalization
* Plugin Program UnitTest project normalization
* Shell plugin project normalization
* Uri Plugin projects normalization
* WindowWalker plugin projects normalization
* Calculator plugin projects normalization
* Registry plugin projects normalization
* Service plugin project normalization
* System plugin projects normalization
* TimeDate and TimeZone plugin projects normalization
* Windows Settings plugin project normalization
* Windows Terminal plugin projects normalization
* PowerLauncher and PowerLauncher.Telemetry project normalization
* Wox projects normalization
* Updated PowerToys solution config
* Added Platforms/PlatformTarget and updated RID
* Remove merge text
* Remove SolutionDir from path
* Adding Platform and PlatformTarget back into Unit Tests
* Update PowerLauncher.csproj
Set RID back to win-
* Fixed OutputPath in Plugins
2022-04-21 09:59:43 +01:00
harvastum
b5aa55d172
[PTRun][VSCode]Detect portable installations of VS Code ( #17749 )
...
* Make launcher detect portable installations of VS Code in system PATH
This should fix #13362
* Move closing parenthesis
* remove trailing whitespace characters
2022-04-20 17:28:15 +01:00
Seraphima Zykova
032c917493
[FancyZones] Apply default on switching virtual desktop ( #17823 )
2022-04-20 16:23:49 +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
Davide Giacometti
42afc4f4fc
[PowerPreview]Dark mode for markdown preview ( #17777 )
2022-04-19 11:40:33 +01:00
lncubus
da0aac2a18
[PTRun][UnitConverter]Increase float number precision ( #17758 )
...
* [PT Run] UnitConverter float number precision is not enough
Introduced rounding to significant digits, not to digits after decimal separator
Added conversion to string to fix last digit errors
* [PT Run] UnitConverter float number precision is not enough
spell check fixes
* [PT Run] UnitConverter float number precision is not enough
renamed test method to HandleNanometerToKilometer
* [PT Run] UnitConverter float number precision is not enough
result copied to clipboard will not have unit, just a number
2022-04-19 11:20:12 +01:00
Jacob Deuchert
9a77bcadb2
[PTRun][VsCode] fix no results showing for latest insider build ( #17557 )
...
* [PTRun][VsCode] fix no results showing for latest insider build
* [PTRun][VsCode] improved sql error handling
Co-authored-by: Jacob Carl Deuchert <j.deuchert@narz.net >
2022-04-18 10:42:58 +01:00
Stefan Markovic
88517bfdf7
[FileExplorerPreview] Move everything from WebBrowser to WebView2 ( #17588 )
...
* Move MarkdownPreviewHandler from WebBrowser to WebView2
* Disable context menu
Open links in default browser
* Update expect.txt
* Move SvgPreviewHandler from WebBrowser to WebView2
* Migrate SvgThumbnailProvider from WebBrowser to WebView2
* Migrate CustomControlTest to WebView2
Remove WebBrowser related stuff
* Update tests
* Revert GetThumbnail return value
Disable javascript dialogs in WebView2 for Svg thumbnail and preview
* expect.txt
* Increase timeout for Markdown tests
* Add sleeps
* Add zero check
2022-04-14 16:27:22 +01:00
Aaron Junker
cbd362cef1
[DeveloperPreview]Fix case issue and file in use issue ( #17732 )
2022-04-14 15:11:51 +01:00
Aaron Junker
d9c8d8d4e2
[Preview]Adding new filetypes for developer file preview ( #17183 )
...
* push
* push
* push
* Adressed comments and adjusted a thing
* Added xslt
* push
* push. Ready to review
* Spellcheck adjustments
* Add installer stuff
* Changed reg and removed xsl
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com >
* Fixed tab
* Updated monaco_languages.json
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com >
2022-04-14 15:09:49 +01:00
Seraphima Zykova
038e8e1510
[FancyZones Editor] Scale canvas layout on editing ( #17668 )
...
* canvas scaling
* zero check
2022-04-14 15:08:15 +01:00
Jaime Bernardo
1727f2b813
[MouseUtils]Fix for breaking Windows shortcuts ( #17681 )
2022-04-14 13:21:02 +01:00
Davide Giacometti
e530968a9a
[PTRun][Terminal]Array settings parsing ( #17707 )
2022-04-13 15:24:02 +01:00
Davide Giacometti
a5323b75d9
[PTRun][Service]Fix service name with spaces ( #17708 )
2022-04-13 10:44:51 +01:00
Josh Soref
52709ddc4a
[spellchecker] Spelling fixes ( #17655 )
...
* spelling: microphone
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: property
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: serialization
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: settings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* spelling: testprocess
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
* Ignore rotating
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com >
2022-04-12 16:13:22 +01:00