repo_name stringlengths 8 38 | pr_number int64 3 47.1k | pr_title stringlengths 8 175 | pr_description stringlengths 2 19.8k ⌀ | author null | date_created stringlengths 25 25 | date_merged stringlengths 25 25 | filepath stringlengths 6 136 | before_content stringlengths 54 884k ⌀ | after_content stringlengths 56 884k | pr_author stringlengths 3 21 | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | comment stringlengths 2 25.4k | comment_author stringlengths 3 29 | __index_level_0__ int64 0 5.1k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
microsoft/PowerToys | 28,775 | 0.74 changelogs | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Readme update for the 0.74 release.
This will be copy / pasted for release notes.
| null | 2023-09-26 11:20:42+00:00 | 2023-09-26 21:36:51+00:00 | README.md | # Microsoft PowerToys

[How to use PowerToys][usingPowerToys-docs-link] | [Downloads & Release notes][github-release-link] | [Contributing to PowerToys](#contributing) | [What's Happening](#whats-happening) | [Roadmap](#powertoys-roadmap)
##... | # Microsoft PowerToys

[How to use PowerToys][usingPowerToys-docs-link] | [Downloads & Release notes][github-release-link] | [Contributing to PowerToys](#contributing) | [What's Happening](#whats-happening) | [Roadmap](#powertoys-roadmap)
##... | jaimecbernardo | a1e0bd51617b2bea189cb16324eecd0e13fa7b86 | 77063e0767a0619abfc339db3a2a564d27310b6c | Should we have all the text italic for a nlbetter layout? | htcfreek | 436 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | Why remove "VSCodium"? Isn't that still used by some versions? | jaimecbernardo | 437 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | Think it is to widen the search | crutkas | 438 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | The question here is if this won't break support for older versions that use "codium" instead of "VSCodium". I don't think there's a reason to remove that support. | jaimecbernardo | 439 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | @eternalphane , mentioning you just in case the notification didn't reach you. | jaimecbernardo | 440 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | It's IgnoreCase search. It is widening the search, so should be ok | stefansjfw | 441 |
microsoft/PowerToys | 28,742 | [PT Run] [VSCodeWorkspaces] Fix support for VSCodium & add support for Remote - Tunnels | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
- Fix support for VSCodium Stable
- Add support for VSCodium Insider
- Add support for Remote - Tunnels workspace
- Minor code changes:
... | null | 2023-09-24 13:31:43+00:00 | 2023-10-24 16:03:03+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | eternalphane | d1e5a57b37beda832a1662bde33bea59a47e6649 | cd7a9cc696d6521f27c97abd054a38a245cc16da | Misread these lines. Sorry. | jaimecbernardo | 442 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/PowerToys.admx | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | Needs to be changed to `0.75.0` | htcfreek | 443 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/PowerToys.admx | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | Needs to be changed to `0.75.0` | htcfreek | 444 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/PowerToys.admx | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | Needs to be changed to `0.75.0` | htcfreek | 445 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/PowerToys.admx | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | ```suggestion
<resources minRequiredRevision="1.4"/><!-- Last changed with PowerToys v0.75.0 -->
```
Needs to be upped since there are new strings. And policyDefinitionResources revision in adml also needs to be upped to 1.4. | jaimecbernardo | 446 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/PowerToys.admx | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPoli... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | fixed | htcfreek | 447 |
microsoft/PowerToys | 28,731 | [Enterprise] Global enabled state for all utilities GPO | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds a "global enabled state for all utilities" policy. It can be overridden using the individual utility policies.
<!-- Please ... | null | 2023-09-23 15:12:03+00:00 | 2023-10-06 10:28:50+00:00 | src/gpo/assets/en-US/PowerToys.adml | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.3" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/G... | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft Corporation.
Licensed under the MIT License. -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.4" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/G... | htcfreek | 99882508bcdfdec568a2a5efaf25f7a719453aed | 2d3e11a7079d93241ba641b0cd1fce8fc19a77ca | Needs to be changed to `0.75.0` | htcfreek | 448 |
microsoft/PowerToys | 28,722 | 🚧 [new module] Environment variables editor | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Co-authored very much by @niels9001
Environment Variables app offers a nice and easy way to manage environment variables. Also, you can... | null | 2023-09-22 21:42:08+00:00 | 2023-10-20 14:28:08+00:00 | .github/actions/spell-check/expect.txt | aaaa
abcdefghjkmnpqrstuvxyz
abgr
abi
ABlocked
ABOUTBOX
Abug
accctrl
Acceleratorkeys
ACCEPTFILES
ACCESSDENIED
accessibilityinsights
Acl
aclapi
AClient
AColumn
acrt
activatable
ACTIVATEAPP
activationaction
ADDUNDORECORD
ADifferent
adio
administra
ADMINS
adml
admx
advapi
advfirewall
AFeature
AFFINETRANSFORM
AFX
AGGREGATAB... | aaaa
abcdefghjkmnpqrstuvxyz
abgr
abi
ABlocked
ABOUTBOX
Abug
accctrl
Acceleratorkeys
ACCEPTFILES
ACCESSDENIED
accessibilityinsights
Acl
aclapi
AClient
AColumn
acrt
activatable
ACTIVATEAPP
activationaction
ADDUNDORECORD
ADifferent
adio
administra
ADMINS
adml
admx
advapi
advfirewall
AFeature
AFFINETRANSFORM
AFX
AGGREGATAB... | stefansjfw | 1f936df3ebce73b726ed11c9fa38fd477b4b0fbd | 812b343776b5f0cbda734182e4996571803c35d8 | This entry shouldn't be needed. There's an issue in some file. Let's remove it and the issue in the file too. | jaimecbernardo | 449 |
microsoft/PowerToys | 28,722 | 🚧 [new module] Environment variables editor | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Co-authored very much by @niels9001
Environment Variables app offers a nice and easy way to manage environment variables. Also, you can... | null | 2023-09-22 21:42:08+00:00 | 2023-10-20 14:28:08+00:00 | src/common/utils/gpo.h | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | stefansjfw | 1f936df3ebce73b726ed11c9fa38fd477b4b0fbd | 812b343776b5f0cbda734182e4996571803c35d8 | If https://github.com/microsoft/PowerToys/pull/28731 gets merged the way of implementing the utility policies changes a bit. Please be aware of this change. | htcfreek | 450 |
microsoft/PowerToys | 28,722 | 🚧 [new module] Environment variables editor | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Co-authored very much by @niels9001
Environment Variables app offers a nice and easy way to manage environment variables. Also, you can... | null | 2023-09-22 21:42:08+00:00 | 2023-10-20 14:28:08+00:00 | src/common/utils/gpo.h | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | stefansjfw | 1f936df3ebce73b726ed11c9fa38fd477b4b0fbd | 812b343776b5f0cbda734182e4996571803c35d8 | PR is merged. Please update your new code. | htcfreek | 451 |
microsoft/PowerToys | 28,722 | 🚧 [new module] Environment variables editor | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Co-authored very much by @niels9001
Environment Variables app offers a nice and easy way to manage environment variables. Also, you can... | null | 2023-09-22 21:42:08+00:00 | 2023-10-20 14:28:08+00:00 | src/common/utils/gpo.h | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | stefansjfw | 1f936df3ebce73b726ed11c9fa38fd477b4b0fbd | 812b343776b5f0cbda734182e4996571803c35d8 | thanks. I'll update it
| stefansjfw | 452 |
microsoft/PowerToys | 28,722 | 🚧 [new module] Environment variables editor | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Co-authored very much by @niels9001
Environment Variables app offers a nice and easy way to manage environment variables. Also, you can... | null | 2023-09-22 21:42:08+00:00 | 2023-10-20 14:28:08+00:00 | src/common/utils/gpo.h | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | #pragma once
#include <Windows.h>
#include <optional>
namespace powertoys_gpo {
enum gpo_rule_configured_t {
gpo_rule_configured_wrong_value = -3, // The policy is set to an unrecognized value
gpo_rule_configured_unavailable = -2, // Couldn't access registry
gpo_rule_configured_not_configu... | stefansjfw | 1f936df3ebce73b726ed11c9fa38fd477b4b0fbd | 812b343776b5f0cbda734182e4996571803c35d8 | done | stefansjfw | 453 |
microsoft/PowerToys | 28,690 | [Peek] Add support for preview handlers | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds support for [preview handlers](https://learn.microsoft.com/en-us/windows/win32/shell/preview-handlers) that displays previews fr... | null | 2023-09-21 19:35:33+00:00 | 2023-10-10 14:51:37+00:00 | src/modules/peek/Peek.FilePreviewer/FilePreview.xaml | <!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<UserControl
x:Class="Peek.FilePreviewer.FilePreview"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="usi... | <!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<UserControl
x:Class="Peek.FilePreviewer.FilePreview"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="usi... | dillydylann | e1a2d18d5d424819af499ab2ea878cf7dce5fc62 | e1944df89af4576d2bf383e7772091beccf47702 | Is it always visible? Should it have a toggle for visibility? | SamChaps | 454 |
microsoft/PowerToys | 28,690 | [Peek] Add support for preview handlers | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR adds support for [preview handlers](https://learn.microsoft.com/en-us/windows/win32/shell/preview-handlers) that displays previews fr... | null | 2023-09-21 19:35:33+00:00 | 2023-10-10 14:51:37+00:00 | src/modules/peek/Peek.FilePreviewer/FilePreview.xaml | <!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<UserControl
x:Class="Peek.FilePreviewer.FilePreview"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="usi... | <!-- Copyright (c) Microsoft Corporation and Contributors. -->
<!-- Licensed under the MIT License. -->
<UserControl
x:Class="Peek.FilePreviewer.FilePreview"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="usi... | dillydylann | e1a2d18d5d424819af499ab2ea878cf7dce5fc62 | e1944df89af4576d2bf383e7772091beccf47702 | It has its own way of handling visibility so resize events would work, but I could add another visibility property for consistency. | dillydylann | 455 |
microsoft/PowerToys | 28,688 | [FancyZones] Fix moved to the current active monitor when maximized | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
- [x] **Closes:** #29209
- [ ] **Communication:*... | null | 2023-09-21 18:53:00+00:00 | 2023-12-18 16:04:47+00:00 | src/modules/fancyzones/FancyZonesLib/MonitorUtils.cpp | #include "pch.h"
#include "MonitorUtils.h"
#include <WbemCli.h>
#include <comutil.h>
#include <FancyZonesLib/WindowUtils.h>
#include <FancyZonesLib/util.h>
#include <common/logger/logger.h>
#include <common/utils/winapi_error.h>
namespace MonitorUtils
{
constexpr int CUSTOM_POSITIONING_LEFT_TOP_PADDING = 16;
... | #include "pch.h"
#include "MonitorUtils.h"
#include <WbemCli.h>
#include <comutil.h>
#include <FancyZonesLib/WindowUtils.h>
#include <FancyZonesLib/util.h>
#include <common/logger/logger.h>
#include <common/utils/winapi_error.h>
namespace MonitorUtils
{
constexpr int CUSTOM_POSITIONING_LEFT_TOP_PADDING = 16;
... | quyenvsp | 4c3e5348f08b7ae7b8b8ba3af2dc9b61b9f27e78 | 3299ecfece9128cfd6791bacee1351b1c9a32c73 | I don't see the need to change the window size. With this code, when you restore the window from a maximized state, it keeps its size equal to the work area size. But if we use just `rcNormalPosition,` it will return to the previous size when restored.
So I think this change should be reverted. | SeraphimaZykova | 456 |
microsoft/PowerToys | 28,688 | [FancyZones] Fix moved to the current active monitor when maximized | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist
- [x] **Closes:** #29209
- [ ] **Communication:*... | null | 2023-09-21 18:53:00+00:00 | 2023-12-18 16:04:47+00:00 | src/modules/fancyzones/FancyZonesLib/MonitorUtils.cpp | #include "pch.h"
#include "MonitorUtils.h"
#include <WbemCli.h>
#include <comutil.h>
#include <FancyZonesLib/WindowUtils.h>
#include <FancyZonesLib/util.h>
#include <common/logger/logger.h>
#include <common/utils/winapi_error.h>
namespace MonitorUtils
{
constexpr int CUSTOM_POSITIONING_LEFT_TOP_PADDING = 16;
... | #include "pch.h"
#include "MonitorUtils.h"
#include <WbemCli.h>
#include <comutil.h>
#include <FancyZonesLib/WindowUtils.h>
#include <FancyZonesLib/util.h>
#include <common/logger/logger.h>
#include <common/utils/winapi_error.h>
namespace MonitorUtils
{
constexpr int CUSTOM_POSITIONING_LEFT_TOP_PADDING = 16;
... | quyenvsp | 4c3e5348f08b7ae7b8b8ba3af2dc9b61b9f27e78 | 3299ecfece9128cfd6791bacee1351b1c9a32c73 | yes you are right, I have updated. This logic is for smooth UI animation, avoid flash window when quick change size to maximized, but it better to keep `rcNormalPosition`. | quyenvsp | 457 |
microsoft/PowerToys | 28,657 | [QuickAccent]Cache computed all language characters | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
After https://github.com/microsoft/PowerToys/pull/28164, were adding computation effort for each character when "All languages" is selected... | null | 2023-09-20 17:26:24+00:00 | 2023-09-21 12:52:08+00:00 | src/modules/poweraccent/PowerAccent.Core/Languages.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
{
ALL,
CA,
... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
... | jaimecbernardo | 890b7f4286a95ced04d7da140b474f90fd4351ed | 422813044d5b5caf62deed3e545111ed947ba6a7 | Does it have to be concurrent? 🤔 | stefansjfw | 458 |
microsoft/PowerToys | 28,657 | [QuickAccent]Cache computed all language characters | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
After https://github.com/microsoft/PowerToys/pull/28164, were adding computation effort for each character when "All languages" is selected... | null | 2023-09-20 17:26:24+00:00 | 2023-09-21 12:52:08+00:00 | src/modules/poweraccent/PowerAccent.Core/Languages.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
{
ALL,
CA,
... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
... | jaimecbernardo | 890b7f4286a95ced04d7da140b474f90fd4351ed | 422813044d5b5caf62deed3e545111ed947ba6a7 | not part of this PR. should we add .OrderBy() here, to have letters sorted? That way similar letters would end up next to each other and not ordered by lang | stefansjfw | 459 |
microsoft/PowerToys | 28,657 | [QuickAccent]Cache computed all language characters | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
After https://github.com/microsoft/PowerToys/pull/28164, were adding computation effort for each character when "All languages" is selected... | null | 2023-09-20 17:26:24+00:00 | 2023-09-21 12:52:08+00:00 | src/modules/poweraccent/PowerAccent.Core/Languages.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
{
ALL,
CA,
... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
... | jaimecbernardo | 890b7f4286a95ced04d7da140b474f90fd4351ed | 422813044d5b5caf62deed3e545111ed947ba6a7 | I'm looking at it and this seems to be used in two different places. One to verify if this is a key that might have an accent, and another to show in the menu. Just sounds safer this way. Do you think it's overkill? | jaimecbernardo | 460 |
microsoft/PowerToys | 28,657 | [QuickAccent]Cache computed all language characters | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
After https://github.com/microsoft/PowerToys/pull/28164, were adding computation effort for each character when "All languages" is selected... | null | 2023-09-20 17:26:24+00:00 | 2023-09-21 12:52:08+00:00 | src/modules/poweraccent/PowerAccent.Core/Languages.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
{
ALL,
CA,
... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
... | jaimecbernardo | 890b7f4286a95ced04d7da140b474f90fd4351ed | 422813044d5b5caf62deed3e545111ed947ba6a7 | Users have a order by use frequency option so they get the ones they use the most first :) | jaimecbernardo | 461 |
microsoft/PowerToys | 28,657 | [QuickAccent]Cache computed all language characters | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
After https://github.com/microsoft/PowerToys/pull/28164, were adding computation effort for each character when "All languages" is selected... | null | 2023-09-20 17:26:24+00:00 | 2023-09-21 12:52:08+00:00 | src/modules/poweraccent/PowerAccent.Core/Languages.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
{
ALL,
CA,
... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using PowerToys.PowerAccentKeyboardService;
namespace PowerAccent.Core
{
public enum Language
... | jaimecbernardo | 890b7f4286a95ced04d7da140b474f90fd4351ed | 422813044d5b5caf62deed3e545111ed947ba6a7 | Not sure. I'd have to take a better look into the code. anyway, better be safe than sorry I guess :) so fine by me | stefansjfw | 462 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/ci/templates/build-powertoys-steps.yml | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sourcesdirectory)\.pipelines\applyXamlStyling.ps1'
arguments: -Passive
pwsh: true
- task: PowerShell@... | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK'
inputs:
packageType: sdk
version: '6.x'
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sources... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | Why are we using .NET 6 and then .NET 8 after? | jaimecbernardo | 463 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/ci/templates/build-powertoys-steps.yml | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sourcesdirectory)\.pipelines\applyXamlStyling.ps1'
arguments: -Passive
pwsh: true
- task: PowerShell@... | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK'
inputs:
packageType: sdk
version: '6.x'
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sources... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | The dotnet tool for the XamlStyler requires .NET 6 to run. Otherwise it all blows up :) | snickler | 464 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/ci/templates/build-powertoys-steps.yml | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sourcesdirectory)\.pipelines\applyXamlStyling.ps1'
arguments: -Passive
pwsh: true
- task: PowerShell@... | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK'
inputs:
packageType: sdk
version: '6.x'
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sources... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | Verify and set? :) | stefansjfw | 465 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/ci/templates/build-powertoys-steps.yml | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sourcesdirectory)\.pipelines\applyXamlStyling.ps1'
arguments: -Passive
pwsh: true
- task: PowerShell@... | parameters:
additionalBuildArguments: ''
steps:
- checkout: self
fetchDepth: 1
submodules: true
clean: true
- task: UseDotNet@2
displayName: 'Use .NET 6 SDK'
inputs:
packageType: sdk
version: '6.x'
- task: PowerShell@2
displayName: Verify XAML formatting
inputs:
filePath: '$(build.sources... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | I've added a commit to address the feedback. Thank you! | jaimecbernardo | 466 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/release.yml | # This build should never run as CI or against a pull request.
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
trigger: none
pr: none
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
parameters:
... | # This build should never run as CI or against a pull request.
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
trigger: none
pr: none
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
parameters:
... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | same here. Also script name | stefansjfw | 467 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | .pipelines/release.yml | # This build should never run as CI or against a pull request.
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
trigger: none
pr: none
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
parameters:
... | # This build should never run as CI or against a pull request.
name: $(BuildDefinitionName)_$(date:yyMM).$(date:dd)$(rev:rrr)
trigger: none
pr: none
resources:
repositories:
- repository: 1ESPipelineTemplates
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
parameters:
... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | I've added a commit to address the feedback. Thank you! | jaimecbernardo | 468 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | Directory.Packages.props | <Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Appium.WebDriver" Version="4.2.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageVersion Include="CommunityToolkit.Wi... | <Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Appium.WebDriver" Version="4.2.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageVersion Include="CommunityToolkit.Wi... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | Using preview analyzers? I'm guessing we can use a released version now? | jaimecbernardo | 469 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | Directory.Packages.props | <Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Appium.WebDriver" Version="4.2.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageVersion Include="CommunityToolkit.Wi... | <Project>
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Appium.WebDriver" Version="4.2.1" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageVersion Include="CommunityToolkit.Wi... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | Oh I see they updated it to release version now! I can fix that | snickler | 470 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | src/.editorconfig | [*.cs]
file_header_template = Copyright (c) Microsoft Corporation\r\nThe Microsoft Corporation licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.
# SA1201: Elements should appear in the correct order
dotnet_diagnostic.SA1201.severity = none
# CA1303: Do... | [*.cs]
file_header_template = Copyright (c) Microsoft Corporation\r\nThe Microsoft Corporation licenses this file to you under the MIT license.\r\nSee the LICENSE file in the project root for more information.
# SA1201: Elements should appear in the correct order
dotnet_diagnostic.SA1201.severity = none
# CA1303: Do... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | The changes on this file sound like things we want to tackle. Let's not block the PR on it, but let's create an issue to review these afterwards. | jaimecbernardo | 471 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | src/modules/poweraccent/PowerAccentKeyboardService/KeyboardListener.h | #pragma once
#include "KeyboardListener.g.h"
#include <spdlog/stopwatch.h>
#include <mutex>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
Power... | #pragma once
#include "KeyboardListener.g.h"
#include <mutex>
#include <spdlog/stopwatch.h>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
PowerA... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | duplicate include. there is one 2 lines below :) | stefansjfw | 472 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | src/modules/poweraccent/PowerAccentKeyboardService/KeyboardListener.h | #pragma once
#include "KeyboardListener.g.h"
#include <spdlog/stopwatch.h>
#include <mutex>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
Power... | #pragma once
#include "KeyboardListener.g.h"
#include <mutex>
#include <spdlog/stopwatch.h>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
PowerA... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | I think this was fixed in the pr and in main in parallel 😆 | jaimecbernardo | 473 |
microsoft/PowerToys | 28,655 | 🚧 [Dev][Build] .NET 8 Upgrade | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
Initial .NET 8 Upgrade. As of now this is targeting .NET 8 RC1 and requires Visual Studio 17.8 to build.
<!-- Please review the items on ... | null | 2023-09-20 15:57:30+00:00 | 2023-11-22 17:47:00+00:00 | src/modules/poweraccent/PowerAccentKeyboardService/KeyboardListener.h | #pragma once
#include "KeyboardListener.g.h"
#include <spdlog/stopwatch.h>
#include <mutex>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
Power... | #pragma once
#include "KeyboardListener.g.h"
#include <mutex>
#include <spdlog/stopwatch.h>
namespace winrt::PowerToys::PowerAccentKeyboardService::implementation
{
enum PowerAccentActivationKey
{
LeftRightArrow,
Space,
Both,
};
struct PowerAccentSettings
{
PowerA... | snickler | b41129d4890ea694325e56e55d776a06fb190d8f | b2b2856e5292767214239c2fb0517a9083129ac2 | I've added a commit to address the feedback. Thank you! | jaimecbernardo | 474 |
microsoft/PowerToys | 28,601 | [PT Run > PluginAdditionalOptions] Refactoring and more settings types | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR ...
- refactors the class to make things more simple.
- fixes the layout of combo box settings in UI.
- adds the types TextBox a... | null | 2023-09-17 17:29:01+00:00 | 2023-09-20 17:31:41+00:00 | src/settings-ui/Settings.UI/SettingsXAML/Views/PowerLauncherPage.xaml | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | htcfreek | 5ddd8d72ddd2fb488ae517f190a967b36f681504 | 59f0ccebc7b360735b72651a733f9fffc7b85135 | Note to me: For combined version in seperate settings card group update left padding to match with checkbox text and top padding to zero.
(Same on TextBox and NumberBox.) | htcfreek | 475 |
microsoft/PowerToys | 28,601 | [PT Run > PluginAdditionalOptions] Refactoring and more settings types | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR ...
- refactors the class to make things more simple.
- fixes the layout of combo box settings in UI.
- adds the types TextBox a... | null | 2023-09-17 17:29:01+00:00 | 2023-09-20 17:31:41+00:00 | src/settings-ui/Settings.UI/SettingsXAML/Views/PowerLauncherPage.xaml | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | htcfreek | 5ddd8d72ddd2fb488ae517f190a967b36f681504 | 59f0ccebc7b360735b72651a733f9fffc7b85135 | Note to me: Comment which settings type follows.
(Same for the other ones.) | htcfreek | 476 |
microsoft/PowerToys | 28,601 | [PT Run > PluginAdditionalOptions] Refactoring and more settings types | <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
## Summary of the Pull Request
This PR ...
- refactors the class to make things more simple.
- fixes the layout of combo box settings in UI.
- adds the types TextBox a... | null | 2023-09-17 17:29:01+00:00 | 2023-09-20 17:31:41+00:00 | src/settings-ui/Settings.UI/SettingsXAML/Views/PowerLauncherPage.xaml | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | <Page
x:Class="Microsoft.PowerToys.Settings.UI.Views.PowerLauncherPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ViewModels="using:Microsoft.PowerToys.Settings.UI.ViewModels"
xmlns:controls="using:CommunityToolkit.... | htcfreek | 5ddd8d72ddd2fb488ae517f190a967b36f681504 | 59f0ccebc7b360735b72651a733f9fffc7b85135 | @niels9001
Maybe we should do this for all TextBox controls. | htcfreek | 477 |
microsoft/PowerToys | 28,538 | [Run] Fluent UX | ## Summary of the Pull Request
This PR moves Run from `ModernWpf` to `WpfUI`, and introduces the following changes:
- Brand new UX that is more inline with the Windows 11 Design Language. (#12182)
- Acrylic backdrop!
- When the searchbox is empty (+ zero state) an overview is shown with all activated plugins and ... | null | 2023-09-13 13:27:08+00:00 | 2023-11-20 10:23:27+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
... | niels9001 | 67b18d0e987cf0be9dec6d2bb260c066036e4b2d | c095cdde4ed1c10a8cc753a2a2d32b44d50668b9 | @jaimecbernardo This would need to be theme aware.. hardcoded it now as these were colored icons, but not sure why? | niels9001 | 478 |
microsoft/PowerToys | 28,538 | [Run] Fluent UX | ## Summary of the Pull Request
This PR moves Run from `ModernWpf` to `WpfUI`, and introduces the following changes:
- Brand new UX that is more inline with the Windows 11 Design Language. (#12182)
- Acrylic backdrop!
- When the searchbox is empty (+ zero state) an overview is shown with all activated plugins and ... | null | 2023-09-13 13:27:08+00:00 | 2023-11-20 10:23:27+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
... | niels9001 | 67b18d0e987cf0be9dec6d2bb260c066036e4b2d | c095cdde4ed1c10a8cc753a2a2d32b44d50668b9 | I see, perhaps we need to do it like on other plugins. Return depending on theme, like in https://github.com/microsoft/PowerToys/commit/4d48677ad71faa4c9ddbffa39ed1314e3f1b08b4 | jaimecbernardo | 479 |
microsoft/PowerToys | 28,538 | [Run] Fluent UX | ## Summary of the Pull Request
This PR moves Run from `ModernWpf` to `WpfUI`, and introduces the following changes:
- Brand new UX that is more inline with the Windows 11 Design Language. (#12182)
- Acrylic backdrop!
- When the searchbox is empty (+ zero state) an overview is shown with all activated plugins and ... | null | 2023-09-13 13:27:08+00:00 | 2023-11-20 10:23:27+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
... | niels9001 | 67b18d0e987cf0be9dec6d2bb260c066036e4b2d | c095cdde4ed1c10a8cc753a2a2d32b44d50668b9 | When I compare to the old icon, this looks somewhat worse:


Comparing to the old one:

- Acrylic backdrop!
- When the searchbox is empty (+ zero state) an overview is shown with all activated plugins and ... | null | 2023-09-13 13:27:08+00:00 | 2023-11-20 10:23:27+00:00 | src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/VSCodeHelper/VSCodeInstances.cs | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;... | // Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
... | niels9001 | 67b18d0e987cf0be9dec6d2bb260c066036e4b2d | c095cdde4ed1c10a8cc753a2a2d32b44d50668b9 | @jaimecbernardo Thanks! I have reverted back to colored icons, but I have updated them with assets used by W11 and decreased the dimensions (from 240px to 48px) to be similiar to all the other icon plugins.

| niels9001 | 481 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.