Davide Giacometti
28751d2d36
NetAnalyzers and StyleCop centralized ( #19476 )
...
* NetAnalyzers and StyleCop centralized
* removed code analysis from devdocs
2022-07-19 22:40:40 +02:00
Davide Giacometti
915663e7db
revert for QueryHistory and UserSelectedRecord saved on search ( #19164 )
2022-07-19 13:56:27 +02:00
rohanrdy
31fd6258e0
Fix Typo ( #19488 )
...
* Update Resources.resx
Fixed a typo (From 'Klick' --> 'Click')
* Update src/modules/launcher/Plugins/Microsoft.Plugin.WindowWalker/Properties/Resources.resx
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
2022-07-18 16:23:57 -07:00
Davide Giacometti
996a235e12
[PTRun]Don't show results from other plugins when using keyword ( #19206 )
2022-07-15 10:38:11 +01:00
Davide Giacometti
e6be44623a
[General]Consolidate to language version C# 10 ( #19209 )
2022-07-15 09:06:00 +01:00
Jeff Lord
0ad71815bb
[PTRun]Fix null reference issue when clean previous query is on ( #19167 )
2022-07-04 18:38:29 +01:00
Heiko
202abd351b
[PT Run] [Terminal Plugin] Use GetAppListEntires and add scoring ( #19148 )
...
* use GetAppListEntires() method
* add scoring
2022-07-04 15:19:40 +01:00
Jeff Lord
0da616f917
[PTRun]Settings for result order tuning ( #18978 )
...
* Change to allow new settings for results tuning.
* Change to allow new settings for results tuning.
* Added WeightBoost
* Fixed null-ref crash in QueryResults
* Change based on stefansjfw review. Remove PowerLauncher_PluginWeightBoost.Content
* Fixed another of my dumb null-refs...
* Updated some text
* Moved global sort order and set enable/disabled as needed.
* Fixed enabled-state of "Global sort order score modifier" setting.
2022-07-04 15:12:56 +01:00
Josh Soref
3cb0638c7e
[ci]Upgrade to check-spelling 0.0.20alpha7 ( #19127 )
...
* spelling: added
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: and
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: another
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: color
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: file
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: github
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: not
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: occurrences
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: stamp
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: suppressions
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: the
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: up to
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: whether
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: whichdoes
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Upgrade check-spelling to v0.0.20-alpha7
Config based on:
a5001170a7
* Adding duplicate detection to patterns.txt
* Adding line_forbidden.patterns
* Adding reject.txt
* Updated excludes (and sorted)
* Switching to unified workflow
* moving `wil` to allow.txt to clarify that it's a term of art
(https://github.com/microsoft/wil ), whereas often it's a typo for `will`.
* Update src/runner/main.cpp
Co-authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-07-01 15:09:41 +01:00
Davide Giacometti
f4dbdbdd7a
[PTRun]Remove BinaryFormatter ( #19036 )
2022-07-01 14:44:24 +01:00
Stefan Markovic
e637902892
[PowerRename][ImageResizer] Tier1 Win11 Context menu ( #19000 )
...
* Test win11 tier1 context menu
* Try to test signing
* Cleanup
* Cleanup project file
* Sign dll
Add PowerToys preffix
Add assets to installer
* expect.txt
* Switch to named pipes
Unregister package on uninstall
Remove unneeded files
Cleanup
* Bring back check if package registered but use per-user method
* Fix win11 check
* expect.txt
* Check if package already registered
* Revert "Check if package already registered"
FindPackages() method needs admin privileges.
This reverts commit 5af584fed4
.
* Fix PowerRename args checking
* Cleanup assets
* Tier1 context menu ImageResizer
Minor cleanups
Move logic to package.h
* [WIP] Signing and installer
Expect.txt
* Localized context menu title
* Retarget everything 10.0.18362.0 -> 10.0.19041.0
* Address PR comments
- check if selection renamable
- minor cleanup
- struct initialization
* Fix ImageResizerLib project configuration
* More Windows version updates
* Remove unneeded file & try fix resource build error
* Add Microsoft.PowerToys prefix to packages
* Test
* Fix convert-resx-to-rc.ps1 script issue causing resource files compile error
Don't generate empty STRINGTABLE for resx files without data
* Avoid duplicate context menu items
* [BugReportTool] Report installed context menu packages
2022-06-30 22:10:14 +02:00
Union Palenshus
28eb4c80f6
[PTRun][OneNote]Add query caching and delayedExecution ( #18919 )
...
* Adding OneNote plugin for PowerToys Run
* Updating to 3.0.1 dependency, updating md, spellcheck, ready for PR
* Updating spelling and using localized string
* Adding OneNote link to readme
* Adding OneNote requirement to description
* removing 'open' from description
* Updating interop version, PR feedback
* Adding query caching and delayedExecution to PT Run OneNote plugin
* Adding binaries to signing, and updating doc
* Adding dependency nuget package binaries to installer
* PR feedback and .editorconfig fix to ignore IDE rules that conflict with repo styling
* Fixing spelling
2022-06-29 14:56:55 +01:00
Jeff Lord
19bf2e3614
[PTRun][Settings]Allow "Search Settings" to work and find the correct item. ( #19030 )
...
* Update for PTRun-Window-Search-Settings-19023
* Fixed xml formatting.
2022-06-29 14:51:59 +01:00
Jaime Bernardo
3b542d2fdf
[chore]Force specific Newtonsoft.Json version ( #19093 )
2022-06-28 20:47:53 +01:00
Heiko
46cf9a2334
[PTRun][Plugins]Translation fixes and improvements ( #19037 )
...
* add resx comment to sys plugin (#18843 )
* number examples calc plugin (#18934 )
* TD description fix (#17377 )
* small fixes
* add comments
* make spell checker happy
2022-06-28 19:21:08 +01:00
Jaime Bernardo
a81bc2e7b5
[PTRun][Calculator]Update Mages to 2.0.1 ( #19087 )
...
* [PTRun][Calculator]Update Mages to 2.0.1
* Fix tests for the new precision
2022-06-28 17:25:06 +01:00
Heiko
5d6f1ba676
[PT Run][Settings plugin]Update sharing settings ( #19035 )
...
* update share settings
* Spelling fix
2022-06-28 14:42:32 +01:00
Davide Giacometti
27c52bebc7
[PTRun]removed obsolete Wox code based on WebRequest ( #19038 )
2022-06-28 14:41:13 +01:00
Jaime Bernardo
62c9594584
[chore]Consolidate nuget packages ( #19063 )
2022-06-28 14:30:57 +01:00
Jaime Bernardo
f8c624a62d
[test][chore]Update test sdk to 17.2.0 ( #19059 )
...
* [test][chore]Update test sdk to 17.2.0
* Add timezone unit tests to CI
2022-06-28 14:30:03 +01:00
Tobias Sekan
7af8b930be
[PTRun][TimeZone]Fix empty subtiles and missing results ( #18632 )
...
* Fix for #16627 , Partial fixers for #16695 and #17349
* remove none related PR changes
* more PR related fixes
2022-06-24 13:00:46 +01:00
Union Palenshus
9b7a7f93b7
Adding OneNote plugin for PowerToys Run ( #18558 )
...
* Adding OneNote plugin for PowerToys Run
* Updating to 3.0.1 dependency, updating md, spellcheck, ready for PR
* Updating spelling and using localized string
* Adding OneNote link to readme
* Adding OneNote requirement to description
* removing 'open' from description
* Updating interop version, PR feedback
2022-06-15 19:15:58 +02:00
Jaime Bernardo
244394865f
[PTRun]Add logs to check Web Browser detection ( #18831 )
...
* [PTRun]Add logs to check Web Browser detection
* Use proper initial value
* Add punctuation to the end of the log message
2022-06-14 13:04:30 -07:00
Jaime Bernardo
1490fb300c
[PTRun]Add setting to disable input delay ( #18724 )
...
* [PTRun]Add setting to disable input delay
* Address feedback and allow configuring delay
* Address PR feedback
2022-06-12 14:12:10 +01:00
Davide Giacometti
b33bc2ecd0
[NetAnalyzers]CA1031 suppressions cleanup ( #18706 )
2022-06-12 14:11:52 +01:00
Davide Giacometti
04b37fffd5
[PT Run][Program] Search linked programs by real executable name ( #18601 )
2022-06-12 13:18:10 +01:00
Davide Giacometti
6f306e1259
[PT Run][Folder]Support for paths with / ( #18520 )
2022-06-02 10:44:52 +01:00
Heiko
465df35d27
[PT Run] Calculator plugin: Various improvements ( #18159 )
...
* crash fixes and error result
* small changes and test fixes
* improve exceptions and message
* double array crash fix
* overflowexception
* improve error handling
* varous improvements
* varous improvements
* fix spelling
* fix spelling
* Revert #16980
* add description
* error improvemenet
* Update tests
* spelling fixes
* small changes
* add settings
* last changes
* fix description
* update dev docs
* spell check
2022-06-02 10:44:12 +01:00
Lara Maia
6f0e2f9994
Typo ( #18538 )
2022-06-01 09:21:47 -07:00
Jaime Bernardo
a9181a0184
[PTRun][WebSearch]Fix empty browser pattern crash ( #18480 )
2022-05-25 16:46:55 +01:00
Jason Shands
be1ed8c0d4
Add small delay to the search query before displaying results ( #18290 )
...
* Add small delay to the search query before displaying results
* Reduce user input throttle to 150ms and fix issue with autocomplete text updating
* Add System.Reactive.dll to Launcher installer
2022-05-19 11:23:24 -07:00
Jaime Bernardo
13750188fd
[ARM64]CI and build pipelines ( #18337 )
...
* [ARM64]Build pipelines
* Fix localization in pipelines (no arm64 al.exe)
* Use lowercase arm64 for CI
* Build installer to arm64 folder and arm64 name
* Don't run arm64 tests, as there's no agent for it
* Fix pipeline conditions
* Divide symbol files by platform
2022-05-19 14:02:08 +01:00
harvastum
a5be152b87
[PTRun][VSCode]case insensitive binary detection ( #18308 )
...
* make instance finding case insensitive
* remove trailing whitespace
2022-05-18 15:28:35 +01:00
Heiko
181b1e45da
[PTRun][TimeDate] Change global query setting to ignore number input too ( #18157 )
...
* add new setting
* fix spelling
* update/fix setting
* fixes
* make setting default true and update tests
* fix spelling
* change settings/behavior
* docs and tests
* fix condition
2022-05-18 15:27:02 +01:00
Andrey Nekrasov
3443c73d0e
[ARM64] Installer Bootstrapper ( #18241 )
...
* [ARM64] Cleanup PowerToys solution configuration
* [ARM64] Add Bootstrapper support
known issues:
- wix doesn't have arm platform -> using x86 instead, resulting in wrong default installation dir and inability to detect 605
- current winappsdk 1.0.3 installer is corrupted -> contains x64 packages
- we're still using hardcoded vcredist for some modules
* Remove duplicate Stylecop PackageReference
* [ARM64] Cleanup StylesReportTool configuration
* [ARM64] fix configurations for bootstrapper
* fixes
* [ARM64] VCM fix
* [ARM64] Fix LinkIncremental conditional in StylesReportTool
* fix #2
* perfect forwarding
* [ARM64] Switch to call vformat to compile with later MSVC toolkits
* Updated expect
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-13 16:55:39 +01:00
Ikko Ashimine
d15ff6da8d
[spelling]Fix typo in EventHandler.cs ( #18216 )
...
occurence -> occurrence
2022-05-13 13:26:00 +01:00
Stefan Markovic
90ecd5e10f
[PowerRename] Move to WinAppSDK WinUI3 Unpackaged & ARM64 Support ( #18171 )
...
* Migrate PowerRename to Unpackaged WinUI3
* [ARM64] PowerRename (#18002 )
* Migrate PowerRename to Unpackaged WinUI3
* Removed Project Config and update PlatformToolset to v143
* Updated solution config
* Migrate PowerRename to Unpackaged WinUI3
* Fixed configs changed from ARM64 build
* Left one project out of fix
Co-authored-by: Stefan Markovic <stefan@janeasystems.com>
Co-authored-by: Stefan Markovic <57057282+stefansjfw@users.noreply.github.com>
* Minor fixes
* Remove PowerRenameUILib from signing list - doesn't exist anymore
* Remove PowerRenameUILib from move_uwp_resources.ps1
* Bring back old dir name to see if localization is preserved
Remove move_uwp_resources.ps1 - not needed anymore
* Remove UWP localization docs part
* Fix minor UI quirk
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-11 16:38:12 +02:00
Andrey Nekrasov
6a2d9e4e39
Arm64 pending modules ( #17972 )
...
* [ARM64] Add arm64 configurations to tools projects
* [ARM64] Add arm64 configurations to FZ projects
* [ARM64] Add arm64 configurations to Awake project
* [ARM64] Add arm64 configurations to PowerRename projects
* [ARM64] Add arm64 configurations to update-related projects
* [ARM64] Add arm64 configurations to VCM projects
* [ARM64] Add arm64 configurations to ShortcutGuide project
* [ARM64] Add arm64 configurations to PreviewPane projects
* [ARM64] Add arm64 configurations to FindMyMouse projects
* [ARM64] Add arm64 configurations to KBM projects
* Project cleanup
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-11 11:35:18 +01:00
Davide Giacometti
336de6a7db
[PTRun][TimeZone]Removed fxcop ( #18146 )
2022-05-10 17:15:41 +01:00
Heiko
741457ffa5
[PT Run] Services plugin: Various improvements ( #17985 )
...
* search for contains too
* fix startup types & new filter
* fix spelling
* small fixes
* fix spacing
* Improve order and layout
* clean up
* switch to nullable int32
2022-05-10 17:07:39 +01:00
Jeremy Sinclair
3e6a297b34
[ARM64] PTRun and Plugins ( #17841 )
...
* Removed x64 specific config from Launcher project
* Microsoft.Plugin.Program normalization
* UnitConverter projects
* VSCodeWorkspaces project normalization
* Websearch plugin project normalization
* Folder plugin normalization
* Indexer plugin project normalization
* Plugin Program UnitTest project normalization
* Shell plugin project normalization
* Uri Plugin projects normalization
* WindowWalker plugin projects normalization
* Calculator plugin projects normalization
* Registry plugin projects normalization
* Service plugin project normalization
* System plugin projects normalization
* TimeDate and TimeZone plugin projects normalization
* Windows Settings plugin project normalization
* Windows Terminal plugin projects normalization
* PowerLauncher and PowerLauncher.Telemetry project normalization
* Wox projects normalization
* Updated PowerToys solution config
* Added Platforms/PlatformTarget and updated RID
* Remove merge text
* Remove SolutionDir from path
* Adding Platform and PlatformTarget back into Unit Tests
* Update PowerLauncher.csproj
Set RID back to win-
* Fixed OutputPath in Plugins
2022-04-21 09:59:43 +01:00
harvastum
b5aa55d172
[PTRun][VSCode]Detect portable installations of VS Code ( #17749 )
...
* Make launcher detect portable installations of VS Code in system PATH
This should fix #13362
* Move closing parenthesis
* remove trailing whitespace characters
2022-04-20 17:28:15 +01:00
Stefan Markovic
27c4b1be0e
[settings-ui] Settings WinUI3 ( #17797 )
...
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Add Settings.WinUI3 project
* New namespace
* Activation and Services
* Assets and Behaviors
* Converters and Helpers
* Controls
* View and ViewModels
* Styles and Themes
* OOBE
* Strings
* Small App moves
* [check] Project files - publish profiles and launchSettings.json
* [using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name workaround
* [WIP] Workarounds to make it work
* Fix suppressed warnings - naming
* Add code analysis
* Fix KBMPage and App dispatcher
Fix MessageBox - replace with MessageDialog
* Fix ImageResizerPage & mark ColorPickerButton with TODO
* Add icon to windows
Cleanup MainWindow.xaml.cs and OobeWindow.xaml.cs
MainWindows and OobeWindow management
* App Icon
No framework and runtime subdirs
* Remove PowerToys.Settings and Settings.UI from solution
Update output paths
* Installer work & publish.cmd
* Fix dispatcher crashes
* Fix crashes
* Add all dlls to installer
Cleanup installer
Add OpenOOBE and OpenScoobe logic
Fix minor issues
Fix update scenario - REINSTALLMODE
* Rename back namespaces, project name and project dir
* [wip] move to winappsdk 1.1
* Fix propagating isElevated & installer runtimes dlls
* Remove obsolete dir/file
* PowerToys.Interop to netstandard2.0
* Move everything to .Net6
* [Settings] Always launch settings process non-elevated (#17791 )
* Move back to WinAppSdk 1.0.1
* Revert merge conflict ARM64 removal
* Fix KBM Browse overlay image button
* Bring back settings publish profile
* Update release.yml
* Change target frameworkd windows version
* [Setup] Add Windows Application Runtime SDK (#17809 )
* Update requirements doc
* Update compiling docs
* Fix signing
* Fix Settings exe and dll versions
* Add exception for dlls that have version 1.0.0.0
* Fix powershell condition
Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com>
2022-04-19 21:00:28 +01:00
lncubus
da0aac2a18
[PTRun][UnitConverter]Increase float number precision ( #17758 )
...
* [PT Run] UnitConverter float number precision is not enough
Introduced rounding to significant digits, not to digits after decimal separator
Added conversion to string to fix last digit errors
* [PT Run] UnitConverter float number precision is not enough
spell check fixes
* [PT Run] UnitConverter float number precision is not enough
renamed test method to HandleNanometerToKilometer
* [PT Run] UnitConverter float number precision is not enough
result copied to clipboard will not have unit, just a number
2022-04-19 11:20:12 +01:00
Jacob Deuchert
9a77bcadb2
[PTRun][VsCode] fix no results showing for latest insider build ( #17557 )
...
* [PTRun][VsCode] fix no results showing for latest insider build
* [PTRun][VsCode] improved sql error handling
Co-authored-by: Jacob Carl Deuchert <j.deuchert@narz.net>
2022-04-18 10:42:58 +01:00
Davide Giacometti
e530968a9a
[PTRun][Terminal]Array settings parsing ( #17707 )
2022-04-13 15:24:02 +01:00
Davide Giacometti
a5323b75d9
[PTRun][Service]Fix service name with spaces ( #17708 )
2022-04-13 10:44:51 +01:00
Josh Soref
52709ddc4a
[spellchecker] Spelling fixes ( #17655 )
...
* spelling: microphone
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: position
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: property
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: serialization
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: settings
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* spelling: testprocess
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
* Ignore rotating
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2022-04-12 16:13:22 +01:00
lncubus
86783e9815
[PT Run] Web search should use user's default browser ( #17304 )
...
* Web search does not use my default browser #16549
updated DefaultBrowserInfo logic to get program location from shell open command not icon location
* Refactored DefaultBrowserInfo to start default browser with arguments specified in shell/open/command value for the browser.
Added fallback to Microsoft Edge if no browser information available.
#16549 Web search does not use my default browser
* fixed comment
#16549 Web search does not use my default browser
2022-04-12 16:10:05 +01:00
Davide Giacometti
5dd9049810
[PTRun][Terminal] additional logging ( #17570 )
2022-04-07 11:22:34 +01:00