Clare DuVal
0a6de4561f
[PowerRename] Add option for Capitalization ( #10213 )
...
* Add camelcase instances + helper translation
* Add camel case testing
* Update Helpers.cpp
* Update PowerRenameUI.cpp
* Update src/modules/powerrename/ui/PowerRenameUI.cpp
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com >
* Change camel case to capitalized, move ui
* Update PowerRenameManagerTests.cpp
* Update PowerRenameUI.base.rc
* Update PowerRenameUI.base.rc
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com >
2021-04-09 14:24:06 +02:00
Den Delimarsky
cd647eb352
Adding the option to have timed keep-awake
2021-04-08 16:30:56 -07:00
Den Delimarsky
18f94fc0e6
Adding functionality to not sleep
2021-04-08 16:09:59 -07:00
Den Delimarsky
c141e4eec3
Update Espresso managed application with proper command line parsing
2021-04-08 15:12:09 -07:00
Den Delimarsky
a178ad7524
Settings work properly now
2021-04-08 14:00:07 -07:00
Den Delimarsky
162f7498a4
Update project so that it finally compiles.
2021-04-08 13:39:13 -07:00
Den Delimarsky
d74f2406b7
Setting compiler flag
...
Without this change, the project is throwing WinRT errors.
2021-04-08 10:56:20 -07:00
Den Delimarsky
afbddfc23b
Updating proper references.
2021-04-08 10:47:28 -07: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
Den Delimarsky
59b4e29be9
Cleanup of old content
...
The old EspressoUI project was misplaced and is no longer necessary.
2021-04-08 08:22:35 -07:00
Enrico Giordani
aa5ff65b54
[runner, color picker, run] remove os dection ( #10648 )
2021-04-08 16:10:05 +02:00
Mykhailo Pylyp
97fdf10cea
Divide load and initialize of plugins into two stages ( #10650 )
2021-04-08 16:07:26 +03:00
Den Delimarsky
2afa653eff
Latest round of changes
...
Now that I figured out why the settings were not propagated, I started working on integrating the proper modules in the stack.
2021-04-07 20:58:53 -07:00
Den Delimarsky
4cec34d014
Merge branch 'master' of https://github.com/microsoft/PowerToys into microsoft-master
2021-04-07 17:12:51 -07:00
Den Delimarsky
15677cef4a
Update settings
2021-04-07 17:05:45 -07:00
Den Delimarsky
0e0bae0198
Update settings configuration
...
There is a non-zero amount of settings that I need to set up for Espresso to work properly. This change is all about updating the view model and its binding to the UI.
2021-04-07 10:38:17 -07:00
Seraphima Zykova
55a851e5f2
[FancyZones] Place log files in subfolders with the version number. ( #10549 )
2021-04-07 14:43:35 +01:00
Ivan Stošić
675ae91c29
[ColorPicker] Ensure that the hotkey always works ( #10542 )
...
* Fix multiple instances running
* Make ColorPicker invokable from the runner
* Use a local mutex
* Enable running ColorPicker as standalone as well as a in PT
* Add some logging
* Remove newline
This will happen sooner or later and is not needed in the PR
* Update mutex name
* Update names
* Add logging
2021-04-07 11:59:41 +02:00
Clint Rutkas
353ca842ad
Shift to detect nullable ( #10627 )
2021-04-07 02:54:15 -07:00
Clint Rutkas
304ba8c6bb
file explorer comments ( #10628 )
2021-04-07 02:53:45 -07:00
Ivan Stošić
bb5d4dfbf0
Fixed an issue with zone sizes ( #10609 )
2021-04-07 09:30:35 +02:00
Clint Rutkas
e36f08db3a
More targetted links ( #10604 )
2021-04-05 12:48:02 -07: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
csigs
8e78892712
LEGO: check in for master to temporary branch. ( #10588 )
2021-04-05 15:23:18 +02:00
Niels Laute
38bc0bab3d
[FZ Editor] Added resolution to monitor ( #10567 )
...
* Added resolution
* Added resolution
* Fontsize fix
Co-authored-by: Niels Laute <niels9001@hotmail.com >
2021-04-05 11:35:33 +02:00
Enrico Giordani
927e947385
[old settings] deprecate old settings ( #10548 )
...
* [old settings] deprecate old settings
* removed old settings from the pipeline signing process
2021-04-05 11:32:48 +02:00
Niels Laute
b0465bb500
[OOBE] UX fixes ( #10583 )
...
* Updated OOBE
* String fix
Co-authored-by: Niels Laute <niels9001@hotmail.com >
2021-04-05 11:15:08 +02:00
Niels Laute
0ee034a084
[OOBE] Bolded shortcuts / instructions ( #10574 )
...
* Colorpicker keys
* Key visuals added
* Added highlighted text
* Undo comment
Co-authored-by: Niels Laute <niels9001@hotmail.com >
2021-04-05 10:52:44 +02:00
Davide Giacometti
bc28a3f5e3
disable apps for shortcut guide ( #10123 )
2021-04-02 16:29:48 +02:00
ricardosantos9521
2b9ecf75b6
fix workspaces not showing in vscode plugin #10530 ( #10533 )
2021-04-02 15:06:14 +02:00
Chris Davis
d128939227
Show progress dialog during startup ( #9255 )
...
* Show progress dialog during startup for selection enumeration that can take a long time.
* Updated with better code organization and a timer to ensure the progress dialog does not appear in most cases.
* Update based on PR feedback
* Change progress dialog delay from 1500ms to 2500ms
* Move progress dialog invocation off the main UI thread
Co-authored-by: Chris Davis (EDGE) <chrdavis@microsoft.com >
2021-04-02 12:07:12 +02:00
Mykhailo Pylyp
a91f74d648
fix glitch ( #10517 )
2021-03-31 21:54:10 +03:00
Ivan Stošić
9cf3b9f91d
Disable forwarding the scroll event ( #10513 )
2021-03-31 14:54:32 +02:00
dependabot[bot]
667e38fea0
Bump y18n from 4.0.0 to 4.0.1 in /src/settings-web ( #10508 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 09:58:38 +02:00
Seraphima Zykova
38b9ce3aa2
[FZ Editor] Crash with malformed layout data fix. ( #10500 )
...
* check values on json parsing
* comments
* invalidate malformed canvas layouts
* changed error message
* simplify error message
* removed exception message
2021-03-30 20:42:10 +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
Ivan Stošić
31fa9475da
[FancyZones] Fix deadlocks in ZoneWindowDrawing ( #10461 )
...
* Fixed deadlocks in ZoneWindowDrawing
Moved all possibly reentrant or blocking calls to ShowWindow out of critical sections.
* Initialize bools
* Tune flashing visuals
* Address PR comments
* Use = true; to initialize bools
* Remove tracing from GetAnimationAlpha
* Use member initialization when constructing AnimationInfo
* Refactor rendering
* Whitespace
* Hide window on render failure
2021-03-29 13:39:16 +02:00
Enrico Giordani
ccc380f11c
[telemetry][ColorPicker] add event name support ( #10476 )
...
Allow to set a custom name for the event instead of just using the
class name.
2021-03-29 11:20:49 +02:00
Mykhailo Pylyp
9a3896f48a
logs ( #10462 )
2021-03-26 19:17:26 +02:00
Ivan Stošić
5baf11dada
Fix a vector<bool> subscript out of range crash ( #10458 )
2021-03-26 14:44:03 +01:00
Mykhailo Pylyp
1c46e6b72b
Added more logging ( #10445 )
2021-03-26 14:21:29 +02:00
Andrey Nekrasov
aac479f58c
[Log] Remove log_settings.json during installation and set default level to trace ( #10438 )
2021-03-25 17:28:29 +03:00
Mykhailo Pylyp
718289c115
Settings telemetry for ColorPicker ( #10417 )
2021-03-25 16:04:56 +02:00
Seraphima Zykova
13c4c188fa
[FancyZones Editor] Quick layout switch hotkeys ( #10437 )
...
Co-authored-by: Ivan Stošić <ivan100sic@gmail.com >
2021-03-25 15:44:55 +03:00
Mykhailo Pylyp
7ba03ed24f
Add telemetry to ColorPicker ( #10413 )
2021-03-25 13:11:36 +02:00
Andrey Nekrasov
6229ea4559
[Runner] verify the existence of Launcher assets ( #10416 )
2021-03-25 12:26:11 +03:00
Seraphima Zykova
fd55026fba
[ColorPicker] Order colors with up/down buttons. ( #10392 )
2021-03-24 19:36:25 +03:00
Den Delimarsky
ee932450df
Update to settings logic.
...
Also making sure that the proper headers are set, and that all extraneous content is removed where not necessary. This should get the foundation going for the initial set of settings, and enables me to connect the view model to the settings UI.
2021-03-24 08:10:37 -07:00