Clint Rutkas
68e00ed208
Tweaking bug report template ( #10558 )
...
* Tweaking bug report template
Tracking #10450
* Update bug_report.yml
* Update bug_report.yml
2021-04-05 10:44:16 -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
Enrico Giordani
fa92f2e581
[msi] remove old settings from installer ( #10546 )
2021-04-02 16:44:12 +02:00
Davide Giacometti
bc28a3f5e3
disable apps for shortcut guide ( #10123 )
2021-04-02 16:29:48 +02:00
Enrico Giordani
6561290bde
[spell checker] Add expected terms ( #10544 )
2021-04-02 15:58:43 +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
Clint Rutkas
6613522e53
Readme 0.35 ( #10504 )
...
* Update README.md
* Update README.md
shifting to WinGet
* Update expect.txt
* Update README.md
* Update README.md
* Update README.md
* Update expect.txt
* Update README.md
* Update README.md
* Update expect.txt
addrum
* Update README.md
* Update README.md
* Update README.md
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
* Update README.md
Co-authored-by: Deondre Davis <dedavis@microsoft.com>
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
2021-04-01 09:52:13 -07:00
Enrico Giordani
5de2c3dc22
[msi] add FancyZonesEditor.deps.json ( #10519 )
2021-03-31 21:45:23 +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
Enrico Giordani
1728857ca1
[CI build] exclude WebcamReportTool from build ( #10510 )
2021-03-31 09:37:18 +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
Andrey Nekrasov
ffda6a51bb
[Tools] Add DShow webcam report tool ( #10502 )
2021-03-30 18:27:42 +03: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
Clint Rutkas
ccaa98513c
Update bug_report.yml
2021-03-25 13:16:57 -07: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
Clint Rutkas
3ae5135f67
GitHub issue template ( #10401 )
...
* Create bug_report.yml
adding in yml version for bug report
* Update bug_report.yml
* Update bug_report.yml
* Delete bug_report.md
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
* Update .github/ISSUE_TEMPLATE/bug_report.yml
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
Co-authored-by: Enrico Giordani <enricogior@users.noreply.github.com>
Co-authored-by: htcfreek <61519853+htcfreek@users.noreply.github.com>
2021-03-24 09:03:30 -07: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
Den Delimarsky
32984dc126
Add property storage capabilities
2021-03-24 07:42:15 -07:00
Mykhailo Pylyp
aba97a419c
Don't update view if settings were not changed ( #10407 )
2021-03-24 16:13:33 +02:00
Andrey Nekrasov
3601492ce1
[PowerLauncher] Immediately releases AppxManifest stream objects ( #10394 )
2021-03-23 18:32:33 +03:00
Den Delimarsky
2304eff3ca
Fiddling with settings to make sure I can connect them to the app
2021-03-23 08:11:49 -07:00
ricardosantos9521
55cfaaf929
add tooltips to vscode workspaces plugin ( #10348 )
2021-03-23 10:32:55 +01:00
Mykhailo Pylyp
730e5f299f
fix null reference exception ( #10372 )
2021-03-22 17:47:23 +02:00
csigs
2698585018
LEGO: check in for master to temporary branch. ( #10374 )
2021-03-22 16:45:56 +01:00
Mykhailo Pylyp
acbabbe13d
Color picker logs path ( #10375 )
2021-03-22 17:23:39 +02:00
Ben Constable
77d67f3599
[Color Picker] Use escape key to exit colour editor UI ( #10325 )
...
* Use escape key to exit color editor UI
* Logic handling formatting
2021-03-22 10:15:47 +01:00
Mykhailo Pylyp
612e9f8b99
Settings telemetry for PT Run ( #10328 )
2021-03-19 19:03:12 +02:00
Andrey Nekrasov
057e92afb8
[Old Settings] Warn the user on Windows < 1903 that next version won't be supported ( #10313 )
2021-03-19 12:39:18 +03:00
Mykhailo Pylyp
3a15276668
"Clear the previous query on launch" has a flicker ( #10291 )
2021-03-18 20:04:04 +02:00
Mykhailo Pylyp
5e9a31eaa7
fix versions for registry and vscode workspaces plugins ( #10314 )
2021-03-18 18:19:09 +02:00