pekvasnovsky
f5797a065a
[Runner]Add 'Quick Access' menu entry to the tray icon ( #30087 )
2024-03-15 22:31:43 +00:00
Davide Giacometti
b8a83fba1b
[BugReport]Fix hang when bug report is launched ( #28506 )
...
* fix hang when bug report is launched from flyout
* Normalize output dir for release
2023-09-15 07:34:17 +01:00
Davide Giacometti
ebd051ff61
[General]Display in titlebar/tray if running as admin ( #28425 )
...
* display in titlebar if running as admin
* show run as admin in tray tooltip
2023-09-12 11:11:26 +01:00
Anders
b54a7c3b0b
[Runner] Unnecessary RegisterWindowMessage ( #27728 )
2023-08-03 19:43:55 +02:00
Stefan Markovic
a80bc8afe1
Revert "Use guid to identify icon ( #27570 )" ( #27669 )
...
This reverts commit 4bf031d28f .
2023-07-28 13:43:32 +02:00
Stefan Markovic
4bf031d28f
Use guid to identify icon ( #27570 )
2023-07-24 13:50:30 +02:00
gokcekantarci
4d5152f78a
[Runner]Check for updates and bug report on background thread ( #25978 )
...
* [Runner] CheckForUpdatesCallback function and ID_REPORT_BUG_COMMAND case in tray_icon moved to threads.
* [Runner] Bool flag added to bug report thread.
* [Runner] Bool flag added to CheckForUpdatesCallback thread.
* [Runner] Review comments added. Uncessary mutex removed. compare_exchange_strong is used for atomic_bool variable checks.
2023-06-05 11:42:06 +01:00
sosssego
9168f871af
[Analyzers][CPP]Changes to fix warning 26493 on src/runner ( #23672 )
...
* Changes to fix warning 26493 on src/runner
* formating
2023-02-08 11:17:33 +00:00
Jaime Bernardo
fc8ee435e6
[Flyout][Hotfix]Appear next to the tray icon position ( #23772 )
...
* [Flyout]Appear next to the tray icon position
* fix spellchecker
2023-02-03 15:10:14 +00:00
Niels Laute
c1c14b4f2e
[Settings][runner]Quick access system tray launcher ( #22408 )
...
* Init
* Fix running settings
* UI design
* Left click trigger
Wire up colorpicker and pt run
* Wire up others
* Update FlyoutWindow.xaml.cs
* Removed comments
* Update FlyoutWindow.xaml
* More work
* Open Settings page
* More UI work
* Resolve conflicts
* [General] SystemTray Flyout: Add update on tray items' visibility when module gets enabled/disabled
Also remove context menu opening on tray icon.
* Adding app list
* Adding more buttons, resolving conflicts
* [General] Flyout: improving opening, closing flyout/settings window. Implementing basic bahaviour on enabling/disabling modules.
* [General] FlyoutWindow: proceed with implementation. GPO works. Main functionallity works (launching and enabling apps).
* [general] flyout: fix exit button
* [general] flyout: implement double click handling
* Localization
* [Generel] Flyout: Re-implement flyout launching, add workaround: disable flyout hiding in case the user switches on modules on the all apps page
+ minor changes
* [general] flyout: restore the context menu when right clicking on system tray icon
* Fix spellchecker
* [installer] fixing missing dll files + suppress error on not signed script
* Fix spell checker
* Fix flyout not focusing when activated
* Refresh Settings UI enabled state when flyout changes
* fix spellcheck
* Remove VCM from the list
* [General] flyout: fix settings window opening. Switch to general page only if there is no page opened
* [general] flyout: add launching hosts app
* Fix CI build
* adding check on elevation when launching hosts
* Use localization strings that already exist
* Remove dll not present in arm64 build
* Adding GPO policy check for the launcher page items
* fix hosts launching
* Add telemetry
* Also hide from all apps list when gpo is force enabling
* fix spellchecker
* Improve focus issues
* Fix flickering Bitmap Icons
* Fix telemetry error
* Fix telemetry call
* Fix wrong comment
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com >
Co-authored-by: Laszlo Nemeth <laszlo.nemeth.hu@gmail.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2023-01-30 23:00:11 +00: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
Stefan Markovic
79d4782b23
[runner]Open settings only on tray icon double click ( #17061 )
2022-03-16 11:36:30 +00:00
Stefan Markovic
127cf4e412
[Unify dll/exe naming] Tools ( #15254 )
2022-01-12 13:00:23 +01:00
Stefan Markovic
8853adda62
[runner] Enable opening specific settings page ( #13476 )
...
* [runner] Enable opening specific settings page
* Error handling
* Spellcheck
* Address PR comments
2021-09-29 12:54:05 +02:00
Jaime Bernardo
f647223e94
[Shortcut Guide] Activate with Windows key press ( #13342 )
...
* [Shortcut Guide] Activate with Windows key press
* fix spellchecker
* pr comments: fix search and add lock
* Add activation method combo box
* fix spellchecker issue for customized
* Standardize centralized hotkeys file names
* Add warning when using the long win key method
* Address PR feedback on text
* More PR feedback
2021-09-23 14:23:22 +01:00
Ben Constable
44ef29ca39
Add documentation links ( #12598 )
...
* Add documentation links
* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Update src/runner/Resources.resx
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
* Swap order of repo and documentation
* Fix potential security issue
* Add seperator
* Fix failing test and build
Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com >
2021-08-19 15:32:03 +01:00
Davide Giacometti
cc6a8d30b3
[Runner] Open settings when runner is elevated ( #12597 )
2021-08-04 18:54:09 +01:00
Andrey Nekrasov
323a12a44a
[Runner] Place tooltip text for tray icon on a single line ( #12308 )
2021-07-12 13:36:27 +03:00
Mykhailo Pylyp
601da71f15
[Shortcut Guide] Move into separate process ( #11359 )
2021-05-20 15:07:34 +03:00
Andrey Nekrasov
da6fc54d1c
[runner] bug report could be created from tray ( #9191 )
2021-01-21 11:55:58 +03:00
Andrey Nekrasov
212ea2de30
common: refactor common library pt2 ( #8588 )
...
- remove common lib
- split settings, remove common-md
- move ipc interop/kb_layout to interop
- rename core -> settings, settings -> old_settings
- os-detect header-only; interop -> PowerToysInterop
- split notifications, move single-use headers where they're used
- winstore lib
- rename com utils
- rename Updating and Telemetry projects
- rename core -> settings-ui and remove examples folder
- rename settings-ui folder + consisent common/version include
2020-12-15 15:16:09 +03:00
Andrey Nekrasov
48cf167a3c
runner: localize tray menu item labels ( #7959 )
...
* runner: localize tray menu item labels
* fixup: please the electronic machinery
* Update src/runner/Resources.resx
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com >
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com >
2020-11-10 15:56:05 +03:00
yuyoyuppe
d414d52156
localization: move localizable strings to .resw for runner/bootstrapper
2020-09-17 20:32:18 +03:00
Tomas Agustin Raies
462c17a0c3
Close Settings Window on runner exit ( #2695 )
2020-05-05 14:13:52 -07:00
Andrey Nekrasov
0354026292
runner: initial automatic update ( #2141 )
2020-04-21 10:30:12 +03:00
Nghia M. Luong
5cfa8889f4
Fix for issue #1532 - [PowerToys tray icon] Show version on tooltip ( #2117 )
...
* Fix for issue #1532
[PowerToys] Show version on tooltip
* Update src/runner/tray_icon.cpp
Co-Authored-By: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
2020-04-17 11:47:24 +03:00
Andrey Nekrasov
cf1b53831f
Formatting chores ( #1441 )
...
* format_sources: exclude 3rd party sources
* format common project
* format leftovers in runner & settings projects
* move source formatting-related files according to #939
2020-03-05 13:07:06 +03:00
Enrico Giordani
415a0cdf28
Coding style (runner) ( #1013 )
2019-12-26 17:26:11 +01:00
yuyoyuppe
303d1fef6b
PCH: remove headers which are actually could be changed ( #950 )
2019-12-17 11:21:46 +03:00
Bartosz Sosnowski
619ed234a9
Do not run elevated by default ( #884 )
...
Make the runner not run as elevated by default. Add a setting for
"run PowerToys as elevated" and buttons to restart the process
with the different elevation levels.
2019-12-16 18:36:52 +01:00
yuyoyuppe
221df3d26d
Fix lack of tray icon #268 by handling initial Shell_NotifyIcon failure ( #789 )
...
* Fix lack of tray icon #268 by handling initial Shell_NotifyIcon failure
2019-11-27 17:19:10 +03:00
Enrico Giordani
f9be71eca5
Add version number to telemetry event
...
use defines from version.h in .rc files and other places.
2019-10-14 19:22:14 +02:00
Bartosz Sosnowski
8431b80e48
FancyZones and Shortcut Guide initial commit
...
Co-authored-by: Alexis Campailla <alexis@janeasystems.com >
Co-authored-by: Bret Anderson <bretan@microsoft.com >
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
Co-authored-by: Jeff Bogdan <jeffbog@microsoft.com >
Co-authored-by: March Rogers <marchr@microsoft.com >
Co-authored-by: Mike Harsh <mharsh@microsoft.com >
Co-authored-by: Nachum Bundak <Nachum.Bundak@microsoft.com >
Co-authored-by: Oliver Jones <ojones@microsoft.com >
Co-authored-by: Patrick Little <plittle@microsoft.com >
2019-09-05 18:12:40 +02:00