Davide Giacometti
55923f2790
[Run] ViewModels Cleanup ( #12209 )
...
* view models cleanup
* removed unused commands
2021-07-15 17:34:27 +03:00
Davide Giacometti
3c04111483
improve first PT Run call performance ( #12352 )
2021-07-15 11:51:41 +03:00
Mykhailo Pylyp
a90c738c10
Fix clicking on text ( #11968 )
2021-06-30 13:05:12 +03:00
Mykhailo Pylyp
d7e09e83c2
Register the hotkey after PT Run is initialized ( #11858 )
2021-06-24 17:50:34 +03:00
Mykhailo Pylyp
cf9f0ce6a9
[PowerToys Run] Issues with elevation ( #11775 )
...
* Delegate creation of non elevated process
* Error handling
* nits
* Fix potential race condition
* Fix spelling
* Fix spelling
* Fix build
2021-06-22 15:24:03 +03:00
Mykhailo Pylyp
c953f10c21
Don't crash if UserSelectedRecord.json
can not be updated ( #11789 )
2021-06-18 13:38:23 +03:00
Roy
9eae6cc6f2
Update mages to V2 (.NET Standard 2.0) ( #11681 )
2021-06-10 06:40:20 -07:00
ThiefZero
fc9d7e4f1b
[PT Run][New Plugin] Unit Converter ( #9800 ) ( #11406 )
2021-06-09 12:30:57 +01:00
Jaime Bernardo
27e609f6eb
Revert "[PT Run][New Plugin] Unit Converter ( #9800 ) ( #11406 )"
...
This reverts commit 1dabd761e1
,
to give proper attribution to the author.
2021-06-09 12:30:57 +01:00
Niels Laute
884a313f3c
[Run] Highlight search text ( #11635 )
...
* Add bolded type
* Inline get set
* Fix
* Update expect.txt
IMulti
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2021-06-08 11:23:27 -07:00
Clint Rutkas
0f19d675f5
moving apps to 0.9.4 that were not. ( #11604 )
...
Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
2021-06-08 10:16:04 -07:00
Enrico Giordani
1dabd761e1
[PT Run][New Plugin] Unit Converter ( #9800 ) ( #11406 )
2021-06-08 18:53:11 +03:00
Mykhailo Pylyp
cecf6fb089
Save relative path to settings ( #11543 )
2021-06-01 10:57:53 +03:00
Mykhailo Pylyp
3807673574
[PowerToys Run] Crash on exit, logs ( #11509 )
2021-05-31 13:00:06 +03:00
Mykhailo Pylyp
aecabc0372
[PowerToys Run] Settings watcher logging ( #11469 )
2021-05-26 18:07:32 +03:00
Mykhailo Pylyp
d537280454
Kill PowerToys Run process if it is already running ( #11407 )
2021-05-24 12:05:17 +03:00
Mykhailo Pylyp
50c6a1de8a
[PowerToys Run] Logging ( #11378 )
2021-05-21 17:24:33 +03:00
csigs
34f371aeae
LEGO: check in for master to temporary branch. ( #10819 )
2021-04-19 13:07:20 -07:00
Mykhailo Pylyp
a92c18f80c
Log a warning if a plugin search takes more than 50 milliseconds ( #10772 )
2021-04-19 11:43:24 +03:00
Ivan Stošić
c08be14919
Use local mutexes ( #10651 )
...
* Update file config mutex code in KeyboardManager
* Update runner instance mutex names and logic
* Update Launcher mutex
* Update a mutex in the Runner
* Restored a mutex used in the installer
* Update src/modules/launcher/PowerLauncher/App.xaml.cs
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2021-04-08 19:42:46 +02:00
Mykhailo Pylyp
97fdf10cea
Divide load and initialize of plugins into two stages ( #10650 )
2021-04-08 16:07:26 +03:00
Mykhailo Pylyp
1c8b7a5ae5
Do not load plugin when it is disabled ( #10515 )
2021-04-05 17:57:22 +03:00
Niels Laute
ed21dba8f0
Removed manual cleartype ( #10568 )
...
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-04-05 16:26:24 +02:00
Clint Rutkas
fba4fd91a1
Updating nugets ( #10493 )
...
* Update System.Text.Json and Newtsoft.json
* update newtson.json
* Updating testing only items.
2021-03-30 09:52:00 -07:00
csigs
49fb838175
LEGO: check in for master to temporary branch. ( #10480 )
2021-03-29 15:46:38 +02:00
Mykhailo Pylyp
612e9f8b99
Settings telemetry for PT Run ( #10328 )
2021-03-19 19:03:12 +02:00
Mykhailo Pylyp
3a15276668
"Clear the previous query on launch" has a flicker ( #10291 )
2021-03-18 20:04:04 +02:00
Adam Short
5c45f2c7b8
[PT Run] Run dialog now has monitor positioning options ( #9492 )
...
* Run dialog now has monitor positioning options
* add monitor index validation in window position calculation
* correct path in page
* change how radio buttons are declared to resolve them not being set based on setting
* Change "follow mouse" wording
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
* PowerLauncher -> PowerToysRun for new variables/resources
* correct header label id and update wording to PowerToys Run
* only enable custom index if BOTH custom position radio checked and Run is enabled
* retrieve list count of detected monitors to limit selection of MonitorToDisplayOn
* add a link to Windows Display settings
* fix display settings link
* change how we get the number of connected monitors so we're not relying on presentation core, windowsbase etc which seem to fail the build
* combine position and appearance headers
* change references for custom position to "focus"
* restore accidentally removed files
* remove unused directives
* hook up "active window" position with the launcher window
* remove left overs
* remove uneeded itemgroup
* make resource prefixes consistent; using "Run_"
* add etcoreapp to spell check
* undo change to file not modified in the end
* remove unused checkbox post rebase
* remove change to reduce diff size
* changes according to review
* revert whitespace changes post rebase
* revert resources
* add changes back
* Update src/settings-ui/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw
Add comment
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
* remove unneeded resource string
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
2021-03-09 18:20:49 +01:00
Mykhailo Pylyp
964286ab99
Makes AllPlugins single tone thread safe ( #10121 )
2021-03-09 18:31:30 +02:00
Mykhailo Pylyp
0c3f8af4d9
update plugins settings with changes ( #10064 )
2021-03-05 15:43:08 +02:00
Niels Laute
f09b3e2dae
[Run] Add Fluent icon for PT Run ( #9962 )
...
* Add run ico
* Updated ico
* Add icon as resource and also as asset
Co-authored-by: Niels Laute <niels9001@hotmail.com>
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
2021-03-05 12:01:36 +01:00
Mykhailo Pylyp
4a9e920a1c
[PowerToys Run] Plugin manager ( #9872 )
2021-02-26 13:21:58 +02:00
Davide Giacometti
571bceb386
common helper for execute shell process from run plugins ( #9538 )
2021-02-23 09:53:08 +01:00
csigs
a786fd308a
LEGO: check in for master to temporary branch. ( #9835 )
2021-02-22 18:20:25 +01:00
Davide Giacometti
ff4a78a7f9
PT Run Service notification improvements ( #9772 )
2021-02-19 18:17:52 +01:00
Niels Laute
df5f5ba1b5
[Run] Fix context menu ( #9712 )
...
* Added modern context menu
* Context menu fix
Co-authored-by: Niels Laute <niels9001@hotmail.com>
2021-02-15 20:27:39 +01:00
Mykhailo Pylyp
d92ff6d45d
tweak plugin settings ( #9522 )
2021-02-10 15:12:42 +02:00
Davide Giacometti
ec6b9acad9
[FanzyZones] Common ThemeManager ( #9576 )
...
* common ThemeManager in FancyZones editor
* fix high contrast theme
2021-02-10 14:10:42 +01:00
Ivan Stošić
c8f0492353
[PT Run] Improve logs ( #9518 )
...
* Improved some aspects, more work left
* Fix Log being called instead of building a string
* Address PR comments
* Okay, spell checker
2021-02-09 14:54:39 +01:00
Clint Rutkas
fffb26f558
small tweak but helps boost build time locally. https://github.com/mrlacey/DontCopyAlways/blob/main/explanation.md ( #9475 )
2021-02-04 04:18:50 -08:00
Clint Rutkas
2b449e0850
Consolidate nuget packages ( #9458 )
...
* TestFramework to 2.1.2
* TestAdapter to 2.1.2
* ModernUI to 0.9.3 which is used by FancyZones
2021-02-04 04:18:24 -08:00
Mykhailo Pylyp
700e1a1c6f
Deleted unused resources ( #9392 )
2021-02-02 17:20:28 +02:00
Mykhailo Pylyp
433e2e57ed
Delete Fody and PropertyChanged.Fody ( #9120 )
2021-01-20 11:23:56 +02:00
Mykhailo Pylyp
2311c3fc18
Save QueryHistory, UserSelectedRecord after each update ( #9165 )
2021-01-19 18:43:28 +02:00
Davide Giacometti
990c27718a
black icons with light windows theme ( #9091 )
2021-01-15 13:19:52 +02:00
Mykhailo Pylyp
11a569b113
Added localization to default sizes ( #8928 )
2021-01-14 14:14:29 +02:00
Niels Laute
17b40aa10a
[Run] Fixing UI issues ( #8681 )
...
* UI fixes
* Added dlls to installer
* Accent color tweaks + sync
* Added cornerradius to selection highlight border
* Increase icon's radius
Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
2021-01-06 19:00:36 +01:00
Davide Giacometti
3a87c4909c
[PT Run] Service Plugin ( #8076 )
...
* PT Run service plugin
* icon, localization and fixes
* basic toast notification
* service start mode
* improved keys
* fixed setup
* improvements
* added _ keyword
* better shortcuts
* action for open services.msc
* pt run service plugin dll signing
* renamed Microsoft.Plugin.Service
* changed output dir
* set ! action keyword
* launcher dll
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2021-01-06 11:40:07 +01:00
Davide Giacometti
b590437ca1
Moved ThemeManager in common project ( #8835 )
...
* moved theme manager in common project
* added analyzers
* renamed CommonUI project
2021-01-05 06:54:32 -08:00
csigs
295fc7c0dc
LEGO: check in for master to temporary branch. ( #8690 )
2020-12-21 15:57:32 +01:00