Commit Graph

6353 Commits

Author SHA1 Message Date
Dustin L. Howett
44aaf5560a Migrate spelling-0.0.21 changes from main 2022-10-26 21:44:18 +01:00
Dustin L. Howett
8499a44dfe Cherry-pick the check-spelling v0.0.21 changes to the oldest merge base 2022-11-29 11:50:57 -08:00
Jaime Bernardo
970a0b0433 Use additional package sources instead of nuget.config 2022-10-26 21:44:18 +01:00
Jaime Bernardo
a42bfb1616 Try to delete nuget.config after checkout 2022-10-26 21:00:03 +01:00
Jaime Bernardo
d663464c13 Revert changes to feed 2022-10-26 19:12:15 +01:00
Jaime Bernardo
70bedc5242 [CI]Another try for the labs source 2022-10-26 18:58:47 +01:00
Jaime Bernardo
3955c72387 [CI]Use azure package feed for Nuget in release 2022-10-26 18:43:52 +01:00
Jaime Bernardo
57622e001f [CI]Get CommunityToolkit.Labs from BigPark feed 2022-10-26 18:13:33 +01:00
Jaime Bernardo
71c8a40a18 Add some logs 2022-10-26 17:54:23 +01:00
Jaime Bernardo
032748e2fe Merge remote-tracking branch 'origin/ivan/file-locksmith' into ivan/file-locksmith 2022-10-26 16:41:27 +01:00
Jaime Bernardo
b34bdcd4bb Add GPO 2022-10-26 16:19:56 +01:00
Ivan Stošić
01e2e69b36 Added new, wider gif 2022-10-26 17:03:49 +02:00
Ivan Stošić
6ae9598760 Tweak path list 2022-10-26 16:51:56 +02:00
Ivan Stošić
f791c314cb Showing selected paths in the header 2022-10-26 16:51:47 +02:00
Jaime Bernardo
36ac5de722 Merge branch 'main' into ivan/file-locksmith 2022-10-26 15:31:31 +01:00
Jaime Bernardo
041c9c80b0 Add OOBE page 2022-10-26 15:20:23 +01:00
Jaime Bernardo
a63288009a
[GPO] Add policies for configuring utilities enabled states (#21411)
* Add GPOWrapper headers and C++/WinRT library

* Check GPO before starting utilities

* Show message on GPO having disabled preview panes.

* Don't generate thumbnails if GPO disabled

* Fix FancyZonesEditor unable to recognize GPOWrapper

* Move settings view models to the settings project

* Use GPO to block enabling utilities in Settings

* Hide context menu entries when gpo disables utilities

* Apply gpo policies when enabling PowerToys on runner

* Add version and metadata to dll

* Add GPOWrapper to the installer

* Fix MSBuild errors on WPF apps by using Projection

* Signing

* Add gpo files and publish them

* Add GPO policies to the bug report tool

* Add some documentation for using GPO

* Mention support to actual lowest supported version of Windows

* Move PowerToys to the root of administrative templates tree

* Save policies on Software\Policies\PowerToys

* Support both machine and user scopes

* Fix documentation to reference computer and user scopes

* Mention incompatibility with outlook in gpo

* Set a better folder structure for gpo assets

* Move PDF Handler warning to the description

* Update doc/gpo/README.md

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>

* Add actual minimum version of PowerToys to gpo files

* Fix identation

* Remove GPOWrapper Readme

* Add Active Directory instructions to doc

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2022-10-26 14:02:31 +01:00
Ivan Stošić
fd31c0cc8e Add new files to the installer 2022-10-26 14:00:41 +02:00
Ivan Stošić
c7f758458b Add screenshot of File Locksmith for Settings 2022-10-26 13:29:44 +02:00
Ivan Stošić
bcc8695f0d Add gif showcasing FL 2022-10-26 13:14:46 +02:00
Davide Giacometti
1ff5fa8794
fix for thread prevent process being closed (#21311) 2022-10-26 12:19:58 +03:00
Henrik Lau Eriksson
460f242967
[PTRun] Fix always show after executing context menu result (#21291)
* fix always show

* add tests

* remove workaround
2022-10-25 22:27:18 +01:00
Andrey Nekrasov
a3042b8435
[VCM] fix ToolbarHide behavior (#21348) 2022-10-25 22:25:53 +01:00
Seraphima Zykova
e171264dc2
[FZEditor][Accessibility] Replace NumberBox with Slider (#21382)
* replaced number boxes

* rename resource

* correct announcement

* Remove NumberBox again
2022-10-25 21:09:25 +01:00
Henrik Lau Eriksson
aa6910acb1
[PTRun]Fix always hiding even when an action fails (#21259)
Hide PowerToys Run if the result action returns true, otherwise keep it open
2022-10-25 20:46:40 +01:00
Laszlo Nemeth
778bb7ad9f
[PTRun]Release default image files after loading (#21327) 2022-10-25 20:27:27 +01:00
Davide Giacometti
d73fae4f95
[Settings][Backup/Restore]Honor user documents directory (#21312) 2022-10-25 20:24:24 +01:00
Laszlo Nemeth
d1f55bb9ea
[QuickAccent]Fix positioning on scaled desktop (#21200) 2022-10-25 19:44:17 +01:00
Rose
76b4237cf1
[Tests]Fix Unit Test to compile under .NET 5 and up (#21229)
.NET Framework has the previous function, but .NET Core does not support it. This is so we can keep compiling this code under new frameworks.
2022-10-25 17:35:40 +01:00
sosssego
19c4255c7d
[Analyzers][CPP]Turn on C26451 and fix code (#21230)
* Turn on rule as error and fixing code

* Add packages to external include paths

* Disable warrnings on external code.
2022-10-25 17:33:23 +01:00
Jay
a8ee7c58ea
[GitHub]Edit issue templates (#21171)
* Update bug_report.yml

* fix quotes

* Update feature_request.yml

* quotes

* Update feature_request.yml

* Update feature_request.yml

* Update feature_request.yml

* Update translation_issue.yml

* Create enhancement.yml

* Rename enhancement.yml to feature-enhancement.yml

* Update feature_request.yml

* detailed steps

* re-write Explorer items

* File Explorer

* reverse

* Delete feature-enhancement.yml

* reverse

* Update feature_request.yml

* Update feature_request.yml

* Microsoft Store
2022-10-25 16:56:39 +01:00
Seraphima Zykova
10bfb014eb
[FancyZones] Customize default layouts (#21156) 2022-10-25 17:55:36 +02:00
Jaime Bernardo
9d7d4b1146 Code clean-up and spaces instead of tabs 2022-10-25 14:26:42 +01:00
Jaime Bernardo
ad33c50a09 Windows 10 icon and fallback for UI 2022-10-25 14:07:24 +01:00
Jaime Bernardo
bcb724db99 Fix default nuget source 2022-10-25 13:49:38 +01:00
Ivan Stošić
a0335e3b45 Fix incorrect results when running 2 instances 2022-10-25 13:23:01 +02:00
Jaime Bernardo
07cb61177a Fix path for resources 2022-10-25 12:06:42 +01:00
Jaime Bernardo
867eccd9ab Fix version and signing 2022-10-25 12:03:30 +01:00
Jaime Bernardo
dd9d1961cf Fix nuget for release CI 2022-10-25 09:50:56 +01:00
Ivan Stošić
26337d76d8 Fix module reference counting 2022-10-25 10:42:35 +02:00
Jaime Bernardo
d14628313a [CI] Add clear to nuget packages 2022-10-25 09:11:14 +01:00
Jaime Bernardo
809c3ea9e9 Fix installer build issues
Remove old projects from solution so MSBuild doesn't build them.
Downgrade target framework to what most other projects are using.
Fix publishing profile and project runtimes.
Remove unused CsWinRT references.
2022-10-24 23:06:28 +01:00
Davide Giacometti
2add9db780
[Hosts] Open hosts file in default editor (#21284)
* open hosts file

* open with default editor
2022-10-24 19:09:00 +01:00
Ivan Stošić
86cdad8220 Change build output folder 2022-10-24 16:52:25 +02:00
Ivan Stošić
7f73bebf8f Add .pubxml file in FileLocksmith 2022-10-24 15:47:39 +02:00
Ivan Stošić
66120b8dbf Add File Locksmith UI for publishing 2022-10-24 13:09:39 +02:00
Seraphima Zykova
4da866aaa3
[AlwaysOnTop] Return topmost if it was lost (#21297) 2022-10-21 18:56:51 +02:00
Ivan Stošić
35000e9f3f Fix copy-paste blunder 2022-10-21 11:52:59 +02:00
Ivan Stošić
ce1dc64ead Try updating nuget.config 2022-10-21 10:45:11 +02:00
Davide Giacometti
9c21e2dc14
run hosts tests (#21372) 2022-10-21 07:55:21 +02:00