Commit Graph

7093 Commits

Author SHA1 Message Date
Stefan Markovic
dae659218c WIP 2024-01-03 10:55:18 +01:00
Stefan Markovic
eaa385b5b3 Remove global.json 2024-01-02 22:21:04 +01:00
Niels Laute
86931076ee Updating icon 2024-01-02 14:33:16 +01:00
Stefan Markovic
fc1d1b80c9 minor fixes 2024-01-02 14:05:31 +01:00
Stefan Markovic
07545de686 Fix build 2024-01-02 13:01:13 +01:00
Stefan Markovic
c7903dce17 Fix sln file 2024-01-02 12:39:46 +01:00
Stefan Markovic
6e682d3a27 Merge remote-tracking branch 'origin/main' into dev/cazamor/cmd-not-found 2024-01-02 12:11:28 +01:00
Stefan Markovic
433733d815 Merge branch 'dev/cazamor/cmd-not-found' of https://github.com/microsoft/PowerToys into dev/cazamor/cmd-not-found 2024-01-02 12:07:54 +01:00
Stefan Markovic
15326f8621 Add telemetry for suggestions and feedbacks 2024-01-02 09:44:04 +01:00
Niels Laute
274cc2fab1 Update settings UI and strings 2023-12-29 21:17:26 +01:00
Niels Laute
4e2d8d5d98 Adding icons 2023-12-29 20:35:50 +01:00
Stefan Markovic
7d3451101c If GPO is set, disable Settings page logic 2023-12-29 12:23:44 +01:00
Stefan Markovic
c674fee8f7 Cleanup settings code 2023-12-29 12:23:10 +01:00
Stefan Markovic
a988f5597c Cleanup module interface 2023-12-29 12:22:45 +01:00
Stefan Markovic
797a645f93 If GPO is set, enable/disable module on PT start depending on gpo value 2023-12-29 12:22:19 +01:00
Stefan Markovic
7e438a7e12 Fix gpo files 2023-12-29 12:21:25 +01:00
Stefan Markovic
cf7850dbfa Add telemetry events 2023-12-28 17:51:55 +01:00
gokcekantarci
a94b3eec39 .NET 8 Upgrade Silenced Errors Fix (#30469)
* [Dev][Build] .NET 8 Upgrade Silenced errors first fix.

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1859

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1854.

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1860

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1861

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1862

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1863

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1864

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1865

* [Dev][Build] .NET 8 Upgrade Silenced errors. CA2208

* [Dev][Build] .NET 8 Upgrade Silenced errors. CS9191

* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check

* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check

* [Dev][Build] .NET 8 Upgrade Silenced errors.
- CompositeFormat variables used more than once in the same file were assigned to a single variable.
- GetProcessesByName logic fix.
- String comparion fix.
- ArgumentOutOfRangeException message change.

* [Dev][Build] .NET 8 Upgrade Silenced errors.
- Null check added.
- static readonly CompositeFormat added for all fields.
2023-12-28 13:37:13 +03:00
gokcekantarci
cd57659ef6 [Common] Move Elevated Apps Warning and Add Warning for AlwaysOnTop (#30607)
* [Common] - Elevated apps warning moved to common notifications
- Warning added to AoT

* [Common] Build fix.

* [Common] Moved strings from common to AoT.

* [Common] Show notification fix.

* [Common] String name changed.

* [Common] Remove blank space

* [Common] Remove blank space

* [Common] Remove blank space
2023-12-28 13:33:04 +03:00
Davide Giacometti
740299189a [Run] Fix plugins selection style (#30546)
* fix plugin selection style

* addressed feedbacks and tweaks
2023-12-27 18:26:54 +01:00
Niels Laute
ccd401fc16 [Run] Adding configurable fontsizes (#30541)
* Adding configurable fontsize for result titles

* Update src/settings-ui/Settings.UI/SettingsXAML/Views/PowerLauncherPage.xaml

Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>

* Updating strings

* XAML styler

* CI fix

* PowerLauncher images

* update results height on font change

* Revert "update results height on font change"

This reverts commit 459f57c647.

---------

Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-12-26 14:49:50 +01:00
coreyH
c098cfb193 [PTRun] PowerToys Run - plugin dependency loading (#30513)
* Updated the Wox.Plugin to correctly load and resolve plugin dependecies

* Included new plugin.props in all plugins to enable dynamic dependecy loading

* Updated dev docs to include new plugin.props in plugins

* Fixed double dependecy loading bug

* - Updated to only use dynamic loading when explicitly set by the plugin.
- Removed no longer required props from default plugins which do not need dynamic loading.
- Updated dev-docs to align with latest changes

* Removed line spacing changes in plugins csproj

* fixed spelling

* csproj cleanup

* removed unnecessary null checking

---------

Co-authored-by: Corey Hayward <coreyh@tigereyeconsulting.com>
2023-12-26 10:19:15 +01:00
Niels Laute
3e45392274 [Settings] Fix "What's new" icon (#30557)
* Fixing order and icon

* XAML styler

* Fix expect
2023-12-25 18:31:07 +01:00
Jaime Bernardo
b39d60a906 Fix spellcheck 2023-12-22 23:41:19 +00:00
Jaime Bernardo
881364fa0a Fix psd1 file resolution when installed 2023-12-22 23:36:43 +00:00
Jaime Bernardo
19d409afec installer: Avoid messageboxes and hide powershell on uninstalling CmdNotFound 2023-12-22 22:46:46 +00:00
Jaime Bernardo
36e2417390 Consistent install module scripts location on debug and installed 2023-12-22 22:46:10 +00:00
Jaime Bernardo
5cb395b1d4 Don't remove CmdNotFound on upgrade and don't fail on uninstall of
CmdNotFound
2023-12-22 22:04:36 +00:00
Jaime Bernardo
1604287fbb Fix image files and placeholders 2023-12-22 22:01:23 +00:00
Jaime Bernardo
b4615ab75d Fix spellcheck 2023-12-22 21:13:02 +00:00
Jaime Bernardo
91aaa938c1 Make module enable and disable scripts give better information 2023-12-22 17:05:59 +00:00
Jaime Bernardo
da05364b78 Fix PowerShell 7 output 2023-12-22 15:44:34 +00:00
Jaime Bernardo
26f5a4c9c6 Fix Settings Assets paths 2023-12-22 15:21:19 +00:00
Jaime Bernardo
7150aa3788 Add button to check PowerShell 7's version 2023-12-22 15:11:54 +00:00
Jaime Bernardo
2796799e51 Prettify the Settings controls 2023-12-22 15:05:11 +00:00
Jaime Bernardo
5fa7b73305 Give the user some output from installing 2023-12-22 14:06:21 +00:00
Jaime Bernardo
411121c7b6 Fix styling 2023-12-21 20:59:59 +00:00
Davide Giacometti
ae21b0dc09 [Run] Switch to WPF UI theme manager (#30520)
* Switch to WPF UI theme manager

* fix

* add theme manager

* fix

* fix

* update error icon

* moved image initialization

* cleanup
2023-12-21 13:56:48 +01:00
Davide Giacometti
e73e73fa6c [PTRun]Allow interaction with plugin hints (#30531) 2023-12-20 15:19:58 +00:00
Clint Rutkas
0e01314bbd [Docs]Add code comment to not upgrade Moq due to behavior change (#30506) 2023-12-20 11:13:06 +00:00
Quriz
451607e412 [Docs]Add Scoop plugin to thirdPartyRunPlugins.md (#30493)
* Add Scoop plugin to thirdPartyRunPlugins.md
2023-12-19 18:51:11 +00:00
Jaime Bernardo
e47f1b8cec [ci]Update sdl baselines after boost upgrade (#30526) 2023-12-19 16:33:59 +00:00
Niels Laute
af099737b8 [Run] UI improvements + ability to show/hide plugins overview panel (#30258)
* Add setting to show/hide plugin keywords in Run

* Increasing fontsize and spacing

* Removing tooltip prefixes

* Tweaks and making sure the window gets smaller when plugins overview is disabled

* Label updates for Settings

* Updating UI

* Fix number of results height

* Centering textbox

* Adding tooltip to keyword

* Selection highlight + dark theme tweaks

* Change order and fix CI

* Update expect.txt

* Add option to select only non-global plugins preview

* Fix typos

---------

Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-12-19 14:11:35 +01:00
Stefan Markovic
b390484fd8 Installer. Add DisableModule.ps1 2023-12-19 00:22:59 +01:00
Clint Rutkas
545f901492 [Deps]Upgrading STL Thumbnail provider to latest (Helix package) (#30505)
* upgraded to latest

* Fix NOTICE.md

* Fix dependency conflict

* Actually reference abstractions dependency
2023-12-18 22:30:48 +00:00
Quyen Le Van
3299ecfece [FancyZones]Keep maximized state when moving new window to active monitor (#28688) 2023-12-18 16:04:46 +00:00
Pedro Lamas
4c3e5348f0 [Peek]Adds QOI file support (#29919)
* Adds QOI support to Peek

* Reduce allocations on QoiImage

* Add to QOI to Peek's NOTICE as well.

* Ensure file stream is closed after reading QOI
2023-12-18 15:54:17 +00:00
Clint Rutkas
ee22581913 [Deps]Upgrade boost to 1.84 (#30504)
* Upgrading boost
2023-12-18 13:32:27 +00:00
Clint Rutkas
f28f52015e [Deps]Consolidate Microsoft.Windows.SDK.BuildTools(#30503) 2023-12-18 11:09:08 +00:00
Clint Rutkas
1d1bac0b3b [Docs]Update README.md to directly state x64 & ARM64 requirement (#30476) 2023-12-18 11:07:59 +00:00