Jaime Bernardo
6ccc059d7a
[ci]Remove CodeQL workflow ( #19013 )
2022-06-28 14:37:45 +01:00
Stefan Markovic
de3f6f9fff
[PowerRename] Fix files enumeration logic ( #19057 )
2022-06-28 15:33:36 +02:00
Jaime Bernardo
62c9594584
[chore]Consolidate nuget packages ( #19063 )
2022-06-28 14:30:57 +01:00
Jaime Bernardo
548678bf44
[MouseCrosshairs]Change default shortcut ( #19061 )
2022-06-28 14:30:25 +01:00
Jaime Bernardo
f8c624a62d
[test][chore]Update test sdk to 17.2.0 ( #19059 )
...
* [test][chore]Update test sdk to 17.2.0
* Add timezone unit tests to CI
2022-06-28 14:30:03 +01:00
Jaime Bernardo
fcdf79f7e9
[ci][test]Disable tests that depend on WebView2 ( #19078 )
...
* [ci][test]Disable tests that depend on WebView2
* Add actual dll name for markdown tests
* Random commit to trigger CI again
2022-06-28 12:03:09 +01:00
Dustin L. Howett
31e3c46641
Make sure we run CG component detection on main ( #19060 )
...
* Make sure we run CG component detection on main
I believe that there is a hidden "default branch" setting in Azure
DevOps, and ours is set to "master". CG only attempts to automatically
inject to builds off the default branch... and because we're a GitHub
repo running builds in AzDO we _can't change what the default branch
is_. Oops.
Copied from microsoft/terminal#e0bd76b30
* spellbot got mad at me
2022-06-27 09:25:25 -07:00
Jaime Bernardo
eeda2ec985
[ci][build]Sign PowerToysSetupCustomActions.dll ( #18992 )
...
* [ci]Sign PowerToysSetupCustomActions.dll
* Specifically sign the Custom Actions dll
* Proper dll build path
* Verify if dll inside msi is really signed
2022-06-24 13:06:44 +01:00
Tobias Sekan
7af8b930be
[PTRun][TimeZone]Fix empty subtiles and missing results ( #18632 )
...
* Fix for #16627 , Partial fixers for #16695 and #17349
* remove none related PR changes
* more PR related fixes
2022-06-24 13:00:46 +01:00
Mahdi Hosseini
6f5429ec49
[Settings]Fix description property type for checkbox controls ( #18796 )
2022-06-23 16:21:44 +01:00
Zetaspace
22f9629174
[FZEditor]UI minor fixes ( #18749 )
...
* Fix UI
* Maybe Trim is better?
2022-06-23 16:09:02 +01:00
Davide Giacometti
301f26aca1
[AOT] Low level keyboard hook ( #18643 )
...
* low level keyboard hook for always on top
* fix for message loop
* fix spellcheck
* refactoring and cleanup
* spellcheck
2022-06-23 15:29:53 +01:00
Stefan Markovic
2159e2722e
[FileExplorer][SVG preview] Swap order of default and svg namespace if default comes first ( #18825 )
...
* [FileExplorer Add-ons][SVG preview] Swap order of default and svg namespace if default comes first
Inkscape v1.1 swapped order of default and svg namespaces in svg file (default first, svg after).
That resulted in parser being unable to parse it correctly and instead of svg, text was previewed.
MS Edge and Firefox also couldn't preview svg files with mentioned order of namespaces definitions.
* expect.txt
* Update comment
* Minor fixes
* Use full namespace definition instead of prefix
2022-06-19 11:21:51 +01:00
lncubus
759ea40b22
[OOBE]Hide "x64 ARM64 Installer Hash" lines in "What's New" ( #18835 )
2022-06-19 11:16:40 +01:00
Clint Rutkas
35c1438514
Update pull_request_template.md ( #17891 )
...
* Update pull_request_template.md
* Update .github/pull_request_template.md
Co-authored-by: Aaron Junker <aaron.junker@outlook.com>
* Update pull_request_template.md
Co-authored-by: Aaron Junker <aaron.junker@outlook.com>
2022-06-17 12:06:22 -07:00
Jaime Bernardo
d9e8b3e9c3
[ci]Fix PTRun OneNote plugin signing ( #18906 )
2022-06-17 15:10:27 +01:00
Stefan Markovic
18cb5639a8
[FileExplorer Add-ons][SVGthumbnails] Dispose WebView resources ( #18904 )
2022-06-17 15:01:13 +02:00
Union Palenshus
9b7a7f93b7
Adding OneNote plugin for PowerToys Run ( #18558 )
...
* Adding OneNote plugin for PowerToys Run
* Updating to 3.0.1 dependency, updating md, spellcheck, ready for PR
* Updating spelling and using localized string
* Adding OneNote link to readme
* Adding OneNote requirement to description
* removing 'open' from description
* Updating interop version, PR feedback
2022-06-15 19:15:58 +02:00
Clint Rutkas
b6ff870549
Update package-submissions.yml
2022-06-15 09:59:44 -07:00
Clint Rutkas
8be1c86223
Update README.md
2022-06-15 09:52:06 -07:00
Jaime Bernardo
43e658f388
[WinUI]Upgrade Windows App SDK to 1.1.1 ( #18842 )
2022-06-15 01:13:14 +01:00
Jaime Bernardo
fdc813a5ca
[Test]Fix flaky markdown preview test ( #18840 )
2022-06-15 00:30:33 +01:00
Jaime Bernardo
244394865f
[PTRun]Add logs to check Web Browser detection ( #18831 )
...
* [PTRun]Add logs to check Web Browser detection
* Use proper initial value
* Add punctuation to the end of the log message
2022-06-14 13:04:30 -07:00
Seraphima Zykova
f5f8861eac
[FancyZones] Update windows positions after changing the layout fix ( #18805 )
...
* removed IWorkArea interface
* split work area initialization
* changed rect type in zoneset
* tests
upd work area tests
removed obsolete, update others
updated work area tests
* get current vd windows
* update windows positions
* removed unused flag
* moved update window positions to work area
* check monitor
* refactoring
2022-06-14 15:45:45 +01:00
lncubus
e8bb2de8b6
[OOBE] Get "What's New" behind authenticated proxy and strict firewall. ( #18695 )
...
* Attempt to get username and password for proxy authentication. We should not use it.
* Using default credentials for system proxy authentication.
2022-06-14 11:44:07 +01:00
Seraphima Zykova
b5531a1f6b
[FancyZones][Tool]Monitor id tool ( #18589 )
...
* tool
* log ccd and wmi/cimv2
* rename
* spell
* clean up
* spellcheck
2022-06-13 15:37:52 +01:00
Alexandre Zollinger Chohfi
55f38016d7
[CI]Added Arm64 support on the store submission task. ( #18655 )
...
* Added Arm64 support on the store submission task.
* Apply suggestions from code review
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2022-06-12 14:13:23 +01:00
Jaime Bernardo
1490fb300c
[PTRun]Add setting to disable input delay ( #18724 )
...
* [PTRun]Add setting to disable input delay
* Address feedback and allow configuring delay
* Address PR feedback
2022-06-12 14:12:10 +01:00
Davide Giacometti
b33bc2ecd0
[NetAnalyzers]CA1031 suppressions cleanup ( #18706 )
2022-06-12 14:11:52 +01:00
Stefan Markovic
33072c7ee3
[Tests][MD preview] Don't target image on the internet in helper file ( #18731 )
2022-06-12 13:21:58 +01:00
Stefan Markovic
db881ceeb0
[FileExplorer-Add-ons][SVG] Preprocess svg thumbnail before previewing ( #18685 )
...
* [FileExplorer-Add-ons][SVG Thumbnail] Preprocess svg thumbnail before previewing
same logic is usedas for preview handler
* Fix build
2022-06-12 13:20:23 +01:00
Stefan Markovic
9335705389
[OOBE]Make OOBE window resizable ( #18727 )
2022-06-12 13:19:32 +01:00
Davide Giacometti
04b37fffd5
[PT Run][Program] Search linked programs by real executable name ( #18601 )
2022-06-12 13:18:10 +01:00
Andrey Nekrasov
e5c3b15a45
[Updater]Handle up-to-date from PowerToys.Update.exe ( #18684 )
2022-06-09 13:36:22 +01:00
Seraphima Zykova
5c8742e557
[FancyZones] Process windows with "Show windows from this app on all desktops" option fix ( #18675 )
...
* changed current vd check
* removed include
2022-06-09 13:34:22 +01:00
Jaime Bernardo
a11f9ab4c9
0.59 changelog ( #18575 )
...
* 0.59 changelog
* Fix spellcheck
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Clint Rutkas <clint@rutkas.com>
* Update README.md
Co-authored-by: Clint Rutkas <clint@rutkas.com>
* Update README.md
Co-authored-by: Clint Rutkas <clint@rutkas.com>
* Fix spellcheck
* Fix spellcheck
* Address PR feedback
* Add recently merged fixes
* Fix spellcheck
* Address feedback
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Update README.md
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
* Mention Windows App SDK upgrade
* Reword
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
* Add self-contained winappsdk changes
* Remove mention to doing self-contained next release
* Update README.md
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
2022-06-07 09:39:21 -07:00
Jaime Bernardo
65df14036c
[Installer]Ship Windows App SDK runtime self contained ( #18644 )
...
* [Installer]Ship Windows App SDK as self-contained
* Include windows app sdk localization files
* fix spellcheck
* Upgrade Win3.14 version
* Add RunWixToolsOutOfProc to try fixing wix hang
* fix spellcheck
* Try to get more information from wix build
* Remove unneeded flags
* Fix spellchecker
* Add version check exception for dll with 1.0.0.0
2022-06-07 09:58:32 +01:00
Stefan Markovic
97be8dbd14
[Installer]Upgrade to Windows App SDK 1.1.0 ( #18603 )
...
* Move to WinAppSDK-1.1.0
* expect.txt
* Revert "[Settings]Don't launch if explorer is running elevated"
This reverts commit c485da2816
.
* Make copyright header analyze suppression module scope
2022-06-04 23:31:27 +01:00
Stefan Markovic
7a7d025956
[Installer]Upgrade to Windows App SDK 1.1.0 ( #18603 )
...
* Move to WinAppSDK-1.1.0
* expect.txt
* Revert "[Settings]Don't launch if explorer is running elevated"
This reverts commit c485da2816
.
* Make copyright header analyze suppression module scope
2022-06-04 23:30:34 +01:00
Davide Giacometti
29f0ae0395
[Settings][PTRun]Fix plugin disabled error with search ( #18534 )
2022-06-02 10:47:53 +01:00
Davide Giacometti
6f306e1259
[PT Run][Folder]Support for paths with / ( #18520 )
2022-06-02 10:44:52 +01:00
Heiko
465df35d27
[PT Run] Calculator plugin: Various improvements ( #18159 )
...
* crash fixes and error result
* small changes and test fixes
* improve exceptions and message
* double array crash fix
* overflowexception
* improve error handling
* varous improvements
* varous improvements
* fix spelling
* fix spelling
* Revert #16980
* add description
* error improvemenet
* Update tests
* spelling fixes
* small changes
* add settings
* last changes
* fix description
* update dev docs
* spell check
2022-06-02 10:44:12 +01:00
lncubus
9e4a58ee95
[Settings][KBM] Fix re-reading loop on non-existing file ( #18374 )
...
* [KBM]
* [KBM] Keyboard Manager profile loading should not expect the profile to exist
2022-06-02 10:42:10 +01:00
Lara Maia
6f0e2f9994
Typo ( #18538 )
2022-06-01 09:21:47 -07:00
Jaime Bernardo
368c7756ef
[installer]Add version to the winappsdk filename ( #18543 )
2022-05-30 11:53:28 +01: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
Andrey Nekrasov
ba4b9cf549
[ARM64][Installer]Install vcredist and upgrade wix to 3.14( #18500 )
...
* [ARM64] Install VCRedist using bootstrapper and fix autoupdate
* [ARM64] Use system-wide WiX toolset instead of a nuget package
* [CI] Install WiX 3.14
* [CI] add wix install script for release.yml
* [Doc] Update WiX install steps
* [CI]Fix Wix path
* Double quotes for full wix path
* fixup: verify wix hashes
* ignore sha256s
* spellcheck
* updated vcredist name
* norestart for vcredist
2022-05-30 10:38:36 +01:00
Clint Rutkas
25cfd07ae1
readmeWithArm64BuildStatus ( #18509 )
2022-05-27 15:47:40 -07: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