Jeremy Sinclair
f188a558a4
Fix typo
2023-09-22 19:58:48 -04:00
Jeremy Sinclair
de0f8a7bc2
[Analyzers] Disable CA1854
2023-09-22 19:56:43 -04:00
Jeremy Sinclair
ffbc981029
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-22 18:59:54 -04:00
Davide Giacometti
b24ae12c5a
[ColorPicker][Settings]Fix duplicate name crash and cleanup ( #28713 )
2023-09-22 14:57:48 +01:00
Jaime Bernardo
8d5aa9fe6c
[Settings]Fix FancyZones switch windows shortcuts UI ( #28712 )
2023-09-22 14:34:35 +01:00
Jeremy Sinclair
2a9788bbbe
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-21 21:09:08 -04:00
Dylan Briedis
1de6c7d19b
[Registry Preview] Better preview in data grid like in Regedit ( #28488 )
...
* Fix typo
* Better data grid preview like regedit
* Fix sorting of resource strings
* Add error icons back in
* Remove comments then trim whitespace
* Better string detection
2023-09-21 08:04:02 -07:00
Jaime Bernardo
e545291461
[Deps]Upgrade Windows App SDK to 1.4.1 ( #28676 )
2023-09-21 15:18:22 +01:00
Jaime Bernardo
422813044d
[QuickAccent]Cache computed all language characters ( #28657 )
2023-09-21 13:52:08 +01:00
Seraphima Zykova
890b7f4286
[FancyZones]Fix for the scenario of layout reset when opening the FZEditor ( #28556 )
...
* rename
* moved applied layouts tests
* changed work area id comparison
* changed save
* changed apply
* changed clone
* sync applied layouts
* save last used vd
* replace parent work area ids
* proper time for sync
* sync layouts considering last used virtual desktop
* use ids from work areas on editor opening
* update applied layouts tests
* sync app zone history vd
* fix test
* release build fix
* app zone history comparison
* pass last used vd to sync
* clean up unused
* dpi unaware values
* update GUID_NULL
* use registry values only
* added more tests
* fix failing scenario
* added replace condition to zone history
* sync time
* log
* spellcheck
* fix pch in project
* fixed cloning layout
2023-09-21 11:47:56 +01:00
Seraphima Zykova
8cd2b7cdc3
[FancyZones] Fix handling newly created windows on Windows 11 ( #28646 )
2023-09-21 10:11:51 +02:00
Heiko
59f0ccebc7
[PT Run > PluginAdditionalOptions] Refactoring and more settings types ( #28601 )
...
* refactor existing code
* fixes
* fix combo box layout
* improve layout
* add more settings types
* combined setting
* enabled state
* fix spelling
* improve settings.json handling on null values
* textbox improvements
* rework xaml code
* fix xaml style
* spell fixes
* spell fixes
* update comment
2023-09-20 18:31:40 +01:00
gokcekantarci
5ddd8d72dd
[Peek]Always use default white background for HTML files( #28557 )
...
* [Peek] A check for color of body element in html and change it based on theme is added.
* [Peek] WebView2 solution is added instead of javascript injection
* [Peek] Detailed comments are added.
2023-09-20 18:30:32 +01:00
Jeremy Sinclair
26c8e1b1bf
[FileLocksmith] Update TFM to .NET 8
2023-09-20 12:46:40 -04:00
Jeremy Sinclair
97f601aac6
[Analyzers] Disable CS1615, CS9191
2023-09-20 09:58:52 -04:00
Jeremy Sinclair
a626272bde
[Analyzers] Fix for C26495
2023-09-20 09:49:03 -04:00
Davide Giacometti
0a1759028d
[Hosts]Fix move up/down not being disabled when filtering ( #28615 )
2023-09-20 11:46:36 +01:00
Jeremy Sinclair
5867b12d67
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-19 12:04:24 -04:00
Jeremy Sinclair
3dbf3a6ba7
[Analyzers] Remove CA1309, CA1860-CA1865, CA1869, CA2208 from warning.
2023-09-19 11:43:56 -04:00
Jeremy Sinclair
731613b8c4
[Build] Update TFM to .NET 8 for publish profiles
2023-09-19 11:23:55 -04:00
Seraphima Zykova
bdf9a44717
[FancyZones]Set FancyZones process and main thread priority to Normal ( #28581 )
2023-09-19 15:47:05 +01:00
Jaime Bernardo
e09839dd6e
[PreviewHandlers]Ignore telemetry exceptions ( #28612 )
2023-09-19 15:41:17 +01:00
Jaime Bernardo
b471c98f7e
[FileLocksmith]Avoid GDI object leak on context menu ( #28611 )
2023-09-19 15:40:58 +01:00
Jaime Bernardo
c31211241d
[MWB]Fix thread suspend crash on process restart ( #28609 )
2023-09-19 15:40:41 +01:00
Pedro Lamas
4ba1d83cf5
[FileExplorerAddOns]Improves handling of Gcode Thumbnails ( #27947 )
...
* Improves handling of Gcode Thumbnails
* Remove Peek support
* Moves GcodeHelper to PreviewHandlerCommon
* Reverts minor change
* Skip unknown data on GcodeHelper.GetBestThumbnail
* Replaces QOI.Core with QoiImage
* Fixes spellchecker
* Reverts changes to NOTICE.md
* Minor QoiImage improvements
* Use custom QoiPixel struct
* Add MIT notice for the QOI reference code
* Fix spellcheck for the MIT notice
* Update NOTICE.md
tweaked notice a bit
2023-09-19 15:33:55 +01:00
ChaseKnowlden
cc454701b8
[PTRun]UI for turning on Pinyin on Settings ( #24293 )
...
* Conflict resolving Part 1
* Conflict resolving Part 2
* Conflict resolving Part 3
* Conflict resolving part 4
* fix usepinyin
* Add test and fix setting
* Fix whitespace
* Fix prefix name
* Add mention that it doesn't work for every plugin
2023-09-19 15:31:33 +01:00
Jeremy Sinclair
390e0e5781
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-15 23:17:40 -04: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
51906e68a4
[Hosts]Fix content dialogs overlapping title bar ( #28547 )
...
* fix content dialogs overlapping title bar
* fix spellcheck
2023-09-15 07:23:20 +01:00
gokcekantarci
368ed68271
[PTRun][Program]Exception handling and checks at startup thumbnail generation ( #28534 )
...
* [PTRun] Exception handling and other checks are added.
* [PTRun] Revert lines
2023-09-15 06:49:23 +01:00
Niels Laute
6af6f4f43f
[Deps]Upgrading to CommunityToolkit.WinUI v8.0 ( #28205 )
...
* Adding new package references
* Updating namespaces and controls
* Fixing GridSplitter
* Bump up version numbers
* Fix namespaces for Settings
* Fixing FontIcon extensions
* Use Toolkit converters
* Update notice
* Remove unused reference
* Namespace fixes
* Update MainPage.xaml
* Upgrading packages to latest
* Resolve CI issues
* Fix Hosts merge
2023-09-14 17:41:31 +01:00
Jeremy Sinclair
40a9b51ebb
CA1854: Use TryGetValue instead of ContainsKey
2023-09-13 19:44:25 -04:00
Jeremy Sinclair
c1dca857c2
Update RIDs to reflect breaking changes in .NET 8
2023-09-12 23:12:20 -04:00
Jeremy Sinclair
fdb25f5855
Merge remote-tracking branch 'origin/main' into dev/snickler/net8-upgrade
2023-09-12 23:03:52 -04:00
Jeremy Sinclair
ed9e20a5fc
Disabled CA1859, CA1716, SYSLIB1096 analyzers
2023-09-12 23:03:25 -04:00
Stefan Markovic
43549eba77
[RegistryPreview]Fix showing in the background on start ( #28452 )
...
* [RegistryPreview] Fix showing in the background on start
* Use existing window handle
2023-09-12 14:50:02 +01:00
Jaime Bernardo
67a2dc0d6f
[PTRun][Calc]Keep leading zeroes on languages where . is not a separator ( #28451 )
...
* [PTRun][Calc]Keep leading zeroes on languages where . is not a separator
* Adapt tests
2023-09-12 11:22:34 +01:00
Davide Giacometti
3253df782a
[Dev]Automatically add header to .cs files ( #28427 )
2023-09-12 11:21:22 +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
Stefan Markovic
63975600f1
[HostsModuleInterface]Check correct event for error ( #28412 )
2023-09-12 10:45:29 +01:00
Davide Giacometti
184c618398
[Hosts]Entries context menu refactoring ( #28367 )
2023-09-12 10:28:25 +01:00
gokcekantarci
e856e05fad
[PTRun][Shell]Select which shell is used ( #28121 )
...
* [PTRun] LeaveShellOpen condition added to run command
* [PTRun] Keep shell open added to shell plugin settings.
* [PTRun] Unnecessary variable deleted. Formatting.
* [PTRun] Variable name changed.
* [PTRun] Shell selection
* [PTRun] Bugfix
* [PTRun] Review comments.
* [PTRun] Revert commit
* [PTRun] An enumaration is added to PluginAdditionalOption for selection types.
2023-09-11 11:54:06 +01:00
Joseph Finney
6ee326beb4
[TextExtractor]Version 2.0 with table scan and many QOL improvements ( #28358 )
...
* Remove unsed code and organize.
* If clicking a word hide the overlay to do the OCR
Code formatting
* spelling
* Add ResultTable
* Result Table working
* Spelling Fixes
* Initial Get UX for new Overlay UX working
* Basic top buttons working and loading correctly
* use Single Line and Table Toggle buttons when doing OCR
* Code style and error and warning removal
* Dispose Wrapping Stream as much as possible
* Fix spelling catches
* Use WPF UI 3.0.0-Preview.4
* Revert changes to ColorPicker UI
* Add Settings DeepLink
* Use Accent Color where possible
* Remove redundant button styles,
fix table click event
* Fix disposing too early
2023-09-11 10:32:49 +01:00
Davide Giacometti
6c09565244
[Hosts]Improved save error handling ( #28215 )
2023-09-08 16:25:36 +01:00
gokcekantarci
5e353640d7
[OOBE]SetTheme function added for oobe in HandleThemeChange function. ( #28345 )
2023-09-07 16:44:42 +01:00
peerpalo
ef56dcacf0
[ColorPicker]Scroll color history to top after choosing new color ( #28291 )
2023-09-07 16:32:45 +01:00
Andrey Nekrasov
16e105106b
[SVGThumbnail]Optimize CPU usage ( #28286 )
...
* [SVG Thumbnail] Optimize CPU usage
* add missing zero
2023-09-07 16:06:49 +01:00
poke30744
4d95adc6fc
[FileLocksmith]Detect files opened by processes with PID > 65535 ( #28265 )
...
It is to fix the bug that FileLocksmith cannot detect a process with a PID greater than 65535.
2023-09-07 15:56:10 +01:00
Andrey Nekrasov
380895a2ca
[PowerRename] Do not crash with big counter values and bound max padd… ( #28249 )
2023-09-07 16:33:07 +02:00
Aaron Junker
2ecf5f41c2
[QuickAccent]Add é to Norwegian and Swedish ( #28225 )
2023-09-07 11:34:15 +01:00