Niels Laute
5baa0b1904
[Settings] Bump settingscontrols version number ( #24874 )
...
* Bump settingscontrols version number
* Replace Experiment bitmap icon with path
* Fix build
* Update notice.md
* Update manifests
* Bump WinAppSDK for c++ project
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-20 14:27:29 +01:00
Jaime Bernardo
35e8d04f66
[PTRun]Asynchronously load image and thumbnails ( #24736 )
...
* [PTRun]Asynchronously load image and thumbnails
* Bring back check for Adobe PDF generated thumbnails
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-20 14:22:51 +01:00
Tudor Croitoru
41997eb599
Fix ColorPicker detecting grid ( #24413 )
...
* Fix ColorPicker sampling colour from the grid
Addresses #13831 . The sampled pixel is now completely avoided by the grid.
Also, this should address the timing issue from the sampling being done
every 10ms, which overlaps strangely with monitor refresh rates at 16.6ms,
13.3ms, etc.
* Forgot extra library
* Revert rounding in GetPixelColor
* Ensure EnumDisplaySettingsW returns true
Assigning refreshRate only if EnumDisplaySettingsW returns true,
otherwise defaulting to 60.0Hz.
* Run spellchecker
* Spellcheck again
---------
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
2023-03-17 22:25:03 +01:00
sosssego
9d7373467d
[Power Rename] Select all while filter is active ( #24598 )
...
* Check if the result from find item returns a valid item
and repopulate ExplorerItems()
* Call all the clean and populate methods only
when showRenamed is checked.
2023-03-17 19:13:16 +01:00
Michael Clayton
e6767c8e8b
[Mouse Jump] - screenshot performance ( #24607 ) ( #24630 )
...
* [Mouse Jump] - screenshot performance (#24607 )
* [Mouse Jump] - add words to spellchecker (#24607 )
* [Mouse Jump] - progressive activation (#24607 )
* [Mouse Jump] - fixing build (#24607 )
* [Mouse Jump] - fixing jump location, add unit tests, refactor (#24607 )
* [Mouse Jump] - removed testing code (#24607 )
* [Mouse Jump] added failing tests for
* [Mouse Jump] - fix problem with some monitor layouts (#24607 )
* [Mouse Jump] - cleaning up some comments and namepsaces
* [Mouse Jump] - added another screen layout test (#24607 )
2023-03-17 19:12:27 +01:00
Davide Giacometti
5cbe9dd911
[Build] Upgraded NetAnalyzers to 7.0.1 ( #24792 )
...
* upgraded NetAnalyzers to 7.0.1
* fix spellcheck
* Microsoft.CodeAnalysis.NetAnalyzers 7.0.1
* rebase and fix
2023-03-16 15:51:31 +01:00
Jaime Bernardo
5492b4ae62
[MouseJump]Also simulate mouse input event ( #24527 )
...
* [MouseJump]Also simulate mouse input event
* fix spellchecker
2023-03-16 14:54:38 +01:00
Den
466252745d
Awake vNext - NOBLE_SIX_02162023
( #24183 )
...
* Initial scaffolding for expiration configuration
* Simplifying the code and adding support for expiration events
* Bit more cleanup
* Initial support for expirable keep-awake
* Update some of the threading logic
* Logging and timing consistency
* Initial UI scaffolding
* Fix pathing issue for the icon when using config file
* Add missing definitions
* Update with basic interface
* Cleanup redundant calls
* Update name per convention
* Simplify declaration
* Proper binding to secondary Time property
* Cleanup the terminology use
* Standardize naming conventions.
* More Awake cleanup
* Ability to update the UI when the tray icon updates
* Small tweaks before ViewModel refactor
* Refactor the view model logic
* Some consistency fixes
* Remove the build props change
* Add settings scaffolding when a file does not exist
* Update expect.txt
* Fix typos
* Update build in logs
* Updating based on discussion in #24183 .
This specifically addresses the fact that the `ExpirationDateTime` property was incorrectly auto-initialized to `DateTime.MinValue` when it should've been set to `DateTimeOffset.MinValue` to be consistent with the underlying type and assumptions around date/time.
---------
Co-authored-by: Clint Rutkas <clint@rutkas.com>
2023-03-15 09:42:47 +01:00
Davide Giacometti
13cb52763d
fix fail with comma as decimal separator ( #24793 )
2023-03-15 08:36:07 +01:00
José Javier Rodríguez Zas (JJ)
cc708e7ac5
Calculator - Human multiplication expressions ( #24655 )
...
* fixes #20187
* handles PR reviews
- fix some typos
- updated dev docs
- added PR examples to tests
- improve method naming style
* Fix typo
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
---------
Co-authored-by: José Javier Rodríguez Zas <jj.jobs2live@outlook.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
2023-03-10 21:48:04 +01:00
Jaime Bernardo
c72a6cb9d4
[VCM]Support dpi scaling on the toolbar ( #24411 )
...
* [VCM]Support dpi scaling on the toolbar
2023-03-10 12:27:20 +00:00
Stefan Markovic
58015feb3a
[PowerRename] Add PowerRename to directory background context menu ( #24522 )
...
* Add PowerRename to directory background context menu
* Fix analyzer error
* Add more checks
2023-03-08 14:51:33 +01:00
Jaime Bernardo
65378200c6
[PTRun]Add setting to disable thumbnails ( #24600 )
2023-03-06 22:57:52 +00:00
Jaime Bernardo
07029ff4c0
[PastePlain]Set default shortcut to Ctrl+Win+Alt+V ( #24599 )
2023-03-06 22:35:59 +00:00
Koen van Staveren
48e5c69c43
[PastePlain]Repress modifier keys after plain paste ( #24462 )
2023-03-03 11:26:10 +00:00
Jaime Bernardo
fa98fbd9f1
[PastePlain]Support Ctrl+V as activation ( #24448 )
2023-03-03 09:52:49 +00:00
Seraphima Zykova
f85fc98352
[FancyZones] Move windows to the app last zone fix ( #24290 )
2023-02-27 21:15:52 +01:00
Davide Giacometti
3e651b8de6
[Hosts] Improved duplicate hosts finding ( #24294 )
...
* improved duplicate hosts finding
* improved filters with AdvancedCollectionView
* cancel FindDuplicates when file is reloaded
2023-02-27 18:11:57 +00:00
Jaime Bernardo
d08fcd85a0
[PTRun]Remove the timezone plugin ( #24306 )
2023-02-27 09:47:57 +00:00
Michael Clayton
0524a4bddd
[New Utility]Mouse Jump( #23566 )
...
* #23216 - initial MouseJump commit
* #23216 - Mouse Jump - fix spelling, removing Interop folder
* #23216 - Mouse Jump - removed orphaned project guids from PowerToys.sln
* #23216 - Mouse Jump - removed orphaned project guids from PowerToys.sln
* #23216 - Mouse Jump - switch MS Logger to NLog for nuget package allow-listing
* #23216 added MouseJumpUI.UnitTests.dll to "MS Tests" step in build-powertoys-steps.yml
* [MouseJump] fixed screenshot coords (x & y were transposed) (#23216 )
* [MouseJump] close form rather than hide on deactivate (#23216 )
* [MouseJump] added UI dll for signing (#23216 )
* [MouseJump] close form rather than hide on deactivate (#23216 )
* [MouseJump] removed redundant line
* [MouseJump] configure dpi awareness, add NLog.config (microsoft#23216)
* [MouseJump] fix spellchecker errors (microsoft#23216)
* [MouseJump] fixing comment style warning (microsoft#23216)
* [MouseJump] simplified dpi config (microsoft#23216)
* [MouseJump] fixed edge case issue with moving cursor (microsoft#23216)
* [MouseJump] fixed typo (microsoft#23216)
* [MouseJump] added attribution (microsoft#23216)
* [Mouse Jump] fix attribution link and spelling (microsoft#23216)
* Add MouseJump to installer
* Fix centralized version control
* Add Quick Access enable/disable entry
* Fix analyzer error in GPO
* Fix botched merge
* Disabled by default and remove boilerplate code
* Add GPO definitions
* Add GPO implications when starting standalone
* Update hotkey when it's changed in Settings
* Use standard Logger
* Add OOBE strings for Mouse Jump
* Add telemetry
* Update installer
* Add signing
* Add to bug report tool
* Address PR feedback
2023-02-24 13:30:30 +00:00
ChaseKnowlden
8cdb8c8dff
Add new chinese characters ( #24289 )
2023-02-23 19:56:55 +01:00
Carlos Zamora
1e1429177b
[PastePlain] Introduce Paste as Plain Text module ( #23645 )
...
* [PastePlain] Introduce Paste as Plain Text module
* fix build
* add telemetry
* update settings UI
* spell
* Add navigation items to Settings and OOBE
* Add PastePlain to the Quick Access flyout
* try to fix PastePlain not being enabled from runner/settings
* load dll properly
* installer files
* Add PastePlain project name
* Use win32 APIs in the module interface instead
* Fix spellcheck
* Fix build errors
* Add success, error and invoke telemetry
* Add Settings Telemetry
* Add GPO definitions
* Fix analyzer errors
* Use static_cast instead of reinterpret_cast
* Add images to Settings
* Add note about replacing clipboard contents
* Fix learn more text
* Add link to readme
* Remove unneeded C# app
* Fix installer
* Fix spellchecker
---------
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
2023-02-23 14:59:49 +00:00
Clint Rutkas
d122f7ff99
Adjustments ( #24254 )
2023-02-22 14:55:25 -08:00
Alvin Meng
429e19615c
[Settings][PTRun]Show icons of user-installed plugins ( #24194 )
2023-02-22 22:25:43 +00:00
RickLuiken
3828ac6ecf
[PTRun][Calculator]Add support for log2 and log10 ( #24137 )
...
* Add support for log2 and log10 in run
* Remove test case as it did not make much sense
2023-02-22 16:25:48 +00:00
Davide Giacometti
c819b287f3
[Hosts]Big hosts file loading fix and feedback ( #24091 )
2023-02-22 16:19:01 +00:00
Heiko
12ce7e7674
[PT Run] System plugin: Setting for separate "Empty Recycle Bin" result ( #24057 )
...
* Split results and setting
* smalöl fixes
* fixes
2023-02-22 15:40:02 +00:00
Davide Giacometti
320cc56b7e
[Shotcut Guide]Dismiss with mouse click ( #23991 )
...
* dismiss with mouse
* fix spellcheck
2023-02-22 15:23:49 +00:00
Stefan Markovic
0b281677df
[Dev files Preview] Handle access denied error and properly show error messages ( #23970 )
2023-02-22 12:59:30 +01:00
Clint Rutkas
aceffe3212
Revert "Fixing policheck flags"
...
This reverts commit 0e41684cf0
.
2023-02-21 20:50:33 -08:00
Clint Rutkas
7fda4229c3
Revert "few more adjustmnets"
...
This reverts commit e3b7038003
.
2023-02-21 20:50:29 -08:00
Clint Rutkas
e3b7038003
few more adjustmnets
2023-02-21 20:40:40 -08:00
Clint Rutkas
0e41684cf0
Fixing policheck flags
2023-02-21 20:19:04 -08:00
Heiko
44e28886d7
[PTRun][Settings]Add missing cpl names and MMC/MSC commands ( #23695 )
...
* add msc files and mmc
* add missing cpl names
* spell checker
* spell checker 2
* Update Main.cs
* Update ResultHelper.cs
* review feedback and remove ActiveX
* Show mmc note in subtitle
* update docs for mmc note
* fix typo
2023-02-14 15:42:17 +00:00
Heiko
e4e1b5b43d
[PTRun][Program]Run commands: Support for MSC and CPL ( #23668 )
...
* code changes
* spell fix
* dev docs
* update tests
* Code improvement
2023-02-13 19:15:25 +00:00
Aaron Junker
00e10d38c2
[Dev file previewer]Add option to set custom max file size and fix styling issue ( #23689 )
...
* [Dev file previewer] Add option to set costum max file size and fix style issue
2023-02-13 18:57:33 +00:00
Jeremy Sinclair
483e37c8b0
[Build]Centralize .NET NuGet Package Versions ( #23727 )
...
* Add populated Directory.Packages.props
* Add package source mapping for community toolkit
* Remove package versions from Settings projects
* Remove package versions from PT Run plugin projects
* Remove package versions from PreviewPane projects
* Remove package versions from Launcher projects
* Remove package versions from Common projects
* Remove package versions from Hosts
* Remove package versions from PowerAccent projects
* Remove package versions from ImageResizer projects
* Remove package versions from Awake
* Remove package versions from ColorPicker projects
* Remove package versions from FancyZones
* Remove package versions from FileLocksmith
* Remove package versions from MeasureToolUI
* Remove package versions from PowerOCR
* Remove package versions from Analyzers entries
* Try fix release CI with packageSourceMapping
* Actually use PowerToys dependencies source for labs
2023-02-13 17:10:33 +00:00
Heiko
6e4a2898ab
[PT Run] Localized file paths (Part 1): Update helper class and Program plugin ( #20024 )
...
* make helper non-static and add cache
* uwp app: add localized path
* Win32Program: Rename variable
* spell fix
* Win32Program: Localized paths
* fix invalid var name
* spell fix
* fix build
* test new shell localization helper
* fixes
* fix crash
* replace old helper class
* replace old helper class 2
* Helper improvements
* last changes
* add docs info
* remove left-over
* remove second left-over
2023-02-13 16:30:18 +00:00
Saulius Kazokas
8bcabe17e0
[QuickAccent]Add support for Lithuanian ( #23793 )
2023-02-13 16:24:36 +00:00
Christian L.W
5e56412e1e
Fix typo in keyboard manager ( #23819 )
2023-02-09 15:29:59 -08:00
Jaime Bernardo
45ba48498d
[PTRun][Program]Show Steam open shortcuts ( #23911 )
2023-02-08 22:05:10 +00:00
sosssego
c7f761a589
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (P) ( #23604 )
...
* Changes to fix warning 26493 on src/modules/
2023-02-08 13:10:28 +00:00
sosssego
17475ec705
[Analyzers][CPP] Turn on warning 26492 ( #23492 )
2023-02-08 11:54:16 +00:00
sosssego
49b2823056
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (S to V) ( #23625 )
...
Modules starting with S to V
2023-02-08 11:15:16 +00:00
sosssego
b13f74c089
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (L to M) ( #23486 )
...
starting with letter L to Letter M
2023-02-08 11:01:35 +00:00
sosssego
0c5b528c54
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (H to K) ( #23484 )
...
* Changes to fix warning 26493 on src/modules/
starting with letter H to Letter K
* change from PR comments
2023-02-08 11:01:13 +00:00
sosssego
fb531139c8
[Analyzers][CPP]Changes to fix warning 26493 on src/modules/ (A to F) ( #23482 )
...
starting with letter A to Letter F
2023-02-08 11:00:45 +00:00
sosssego
956eb98125
[Analyzers][CPP] Turn on rule 26497 ( #23119 )
...
* Turn on warning 26497
This function function-name could be marked constexpr if compile-time evaluation is desired.
* C++20 has constexpr swap
* as constexpr is not only for compile time,
make all functions that can be constexpr constexpr
* constexpr functions are implicity inline
2023-02-08 10:59:34 +00:00
Stefan Markovic
53f0b00328
[Thumbnail providers] Cover errors and edge cases ( #23947 )
...
* [Thumbnail providers] Cover errors and edge cases
* Add TODO comment
* Fix tests
2023-02-07 20:11:31 +00:00
Seraphima Zykova
c180150d54
[FancyZones] Keep the same layouts on the new virtual desktops. ( #23927 )
2023-02-07 13:02:22 +01:00