vldmr11080
56c0a78c64
[FancyZones] Only process windows located on currently active work area when moving them ( #2691 )
...
* Only process windows located on currently active work area when moving them.
* Move all editor exit handling into dedicated method.
2020-05-06 17:16:16 +02:00
ryanbodrug-microsoft
47037220e0
fix compile issues for missing <thread>. I'm not sure why this wasn't needed before or in master.
2020-05-06 00:54:06 -07:00
ryanbodrug-microsoft
640fade438
merge master
2020-05-06 00:49:46 -07:00
Clint Rutkas
98ede836d4
Merge branch 'dev/build-features' into users/niels9001/settingsV2UXtweaks
2020-05-05 21:28:44 -07:00
Arjun Balgovind
e75916fd92
Fixed SettingsV2 crash ( #2704 )
...
* Fixed crash
* Initialize theme string
2020-05-05 21:17:43 -07:00
Divyansh Srivastava
e01ed8ad3c
Fix for indexer symbol error ( #2702 )
...
* Removed error sent as result in indexer plugin
* Added code to filter query based on reserved keyword regex
2020-05-05 16:07:32 -07:00
Tomas Agustin Raies
3beea79b38
Workaround for Settings ViewModel tests ( #2693 )
2020-05-05 16:01:55 -07:00
Alekhya
1a29870958
OS Detection and setting the old or new settings UI page accordingly ( #2674 )
...
* Added code to detect os build number
* To set the settings.exe according to the powerToys version that is running
* Modified the description of old UI for launcher and keyboard remapper
* Using API contracts instead of registry
* Removing file that was included by mistake
2020-05-05 15:53:30 -07:00
Niels Laute
7f3fae5a02
Re-order of the autocomplete setting (for Image resizer) under the right section
2020-05-05 23:43:56 +02:00
Lavius Motileng
c2adf56b2f
updated header text and tests for PowerRename ( #2607 )
2020-05-05 14:28:44 -07:00
Niels Laute
7a8f5a606c
Removed underline of the attribution links
2020-05-05 23:19:21 +02:00
Tomas Agustin Raies
462c17a0c3
Close Settings Window on runner exit ( #2695 )
2020-05-05 14:13:52 -07:00
Niels Laute
e59e3019e3
Typo fix
2020-05-05 23:03:34 +02:00
Lavius Motileng
d65e2ab2d4
FIX : [Settings] - Can start multiple settings dialogs ( #2421 )
...
* Launch new wpf process with same/old ipc names
* updated bring window to front
* reverted change
* removed unused string
2020-05-05 14:02:55 -07:00
Niels Laute
3f6120e122
Tweaked the vertical spacing of the module description so the module toggle switch stands out a bit more.
2020-05-05 22:58:48 +02:00
Niels Laute
e66e5e6f6e
Fixed visual inconsistency for the image resizer sizes listview
2020-05-05 22:47:59 +02:00
Niels Laute
b0bc57466e
Fixed inconsistency of the Image Resizer enable toggleswitch
2020-05-05 22:13:19 +02:00
Niels Laute
154dc555c5
Remove underline from sidepanel hyperlink buttons
2020-05-05 22:03:48 +02:00
Arjun Balgovind
36559d0264
Added telemetry to KBM ( #2670 )
...
* Added telemetry to KBM
* Reverted set_config change
* resolving comments
2020-05-05 12:30:50 -07:00
Lavius Motileng
a722ce460c
[Settings UI] Updated General Settings ( #2676 )
...
* updated general settings view
* moved text to string resource
* Update App.xaml.cs
* set run-elevated as a start-up argument
2020-05-05 10:02:31 -07:00
Divyansh Srivastava
67b2f28064
Added code to sanitize folder path ( #2673 )
2020-05-05 09:41:11 -07:00
yuyoyuppe
8b988409e2
FancyZones: LowLevelKeyboardProc & other improvements
2020-05-05 15:16:37 +03:00
yuyoyuppe
57c4658021
FancyZones: prevent WinHookEventProc reentrancy bugs by serializing events to FancyZones::WndProc
2020-05-05 15:16:37 +03:00
Davide Giacometti
283bfde3d9
better layout alignment for image resizer ( #2611 )
...
Co-authored-by: Davide Giacometti <davide.giacometti@softwareuno.it>
2020-05-05 13:15:47 +02:00
vldmr11080
41935aa9aa
Split general module settings and UI flags to separate files. ( #2613 )
2020-05-05 12:39:15 +02:00
stefansjfw
9206d1f5f1
Make transforming struct field names to dash case region invariant ( #2679 )
2020-05-05 11:39:18 +02:00
vldmr11080
f5381ae3e3
[FancyZones] Clean up resources taken by closed virtual desktops on module startup ( #2616 )
...
* Clean up resources taken by closed virtual desktops on FancyZones module startup.
* Overload GetVirtualDesktopIds to return wide string.
* Refactor OnDisplayChange method.
2020-05-05 10:13:50 +02:00
theaquamarine
95c4bf5854
Enable FancyZones to react to right Windows key ( #2624 )
...
Check the status of VK_RWIN as well as VK_LWIN
Fixes #436
2020-05-05 09:21:55 +02:00
vldmr11080
2b4b23f726
[ImageResizer] Migrate settings from registry to JSON. ( #2604 )
...
* Migrate ImageResizer settings from registry to JSON.
* Update last loaded time read/write IO operations.
* Rename registry helper functions.
2020-05-05 09:00:50 +02:00
ryanbodrug-microsoft
64c17767ed
Reading correct json property for "Run" program. This prevents the Run (Previously PowerLauncher) from being opened when settings has it disabled.
2020-05-04 20:34:34 -07:00
ryanbodrug-microsoft
32d75749a0
Updating MSI installer to use Microsoft.Plugin.* directory paths.
2020-05-04 20:34:34 -07:00
ryanbodrug-microsoft
e776f9c7d8
Moving Plugins from Wox.Plugin.* to Microsoft.Plugin.*. This is to rename the assemblies that get saved to the settings directory. External plugins will get saved to their on assembly folder in the future.
2020-05-04 20:34:34 -07:00
ryanbodrug-microsoft
3bdcf1077b
Updating wox infrastructure to save to "AppData\\Local\\Microsoft\\PowerToys\\Run" directory.
2020-05-04 20:34:34 -07:00
ryanbodrug-microsoft
da550a4a67
Moving launcher save settings under AppData/Local/Microsoft/PowerToys/Run
2020-05-04 20:34:34 -07:00
ryanbodrug-microsoft
1655594514
fix for crash when tabbing with no selected item
2020-05-04 20:33:52 -07:00
Arjun Balgovind
c4f884f104
Change behavior on Edit Keyboard screen to be physical keys ( #2666 )
...
* Commented out ToggleToMod and AppSpecific function calls
* Added logic to make sure key remaps don't occur on Edit Keyboard Window
* Changed behavior such that remappings only apply after window is closed
2020-05-04 15:49:37 -07:00
Divyansh Srivastava
855f3d74fe
Remove WW module ( #2664 )
...
* Removed WW module from sln file
* Remove WW from product.wxs
* Removed WW from runner
2020-05-04 15:40:15 -07:00
Tomas Agustin Raies
7fc140af01
[Settings] Update version in General Settings ( #2601 )
...
* Update version in General Settings
* Set version in settings.json file
* Only overwrite the settings.json file if it is newer than the old version.
* Fix tests
* Fix test names and added comment
2020-05-04 14:40:32 -07:00
Arjun Balgovind
d401474981
Add post-build event for publishing Launcher ( #2561 )
...
* Added post build script
* Added comments
* Added unset statement
* Added debug checks
* added more debug statements
* Added dir and cat statements to check pipeline output
* revert installer change
* Moved nuget package reference from update to include
* Removed debug cat command
* Removed debugging statements
* Added build script for launcher
* Added launcher scripts
* Removed launcher scripts
* Fixed interop folder and added hacked powerlauncher script
* Added publish only for Release
2020-05-04 13:30:38 -07:00
Tomas Agustin Raies
0f6563e8e0
Fix crashing in Windows Insiders builds ( #2562 )
...
Added missing initialization of winrt apartment
2020-05-04 11:36:57 -07:00
Alekhya
6cd0f83496
Fix FancyZones issue of dlls being overwritten by PreviewPane's MarkDig ( #2589 )
...
* Added output folder
* Added FileExplorerPreview output folder for all projects
* Added extra dlls and FileExplorerPreview to path
* Added folder and modified path for registry setup of preview handlers
2020-05-04 07:42:05 -07:00
Lavius Motileng
b428fc97e9
fix: Start as Admin Error: Unable to open app when running elevated ( #2411 )
...
* fixed run-elevated error and powerpreview settings not working
* removed EXTENDED_STARTUPINFO_PRESENT flag
* removed test string
* Update Microsoft.PowerToys.Settings.UnitTest.csproj
* Rename PowerLauncher.cs to PowerLauncherViewModelTest.cs
2020-05-03 03:17:06 -07:00
Tom Dörr
c14c51f551
Fix license file ( #2626 )
...
By removing `(MIT)` from the `LICENSE` file, the license type is displayed on the PowerToys start page.
2020-05-02 15:59:18 -07:00
Arjun Balgovind
8e18104f38
[KBM] Constrain the buttons such that only one of the windows can be opened ( #2566 )
...
* Bypass XamlBridge Window focus handling
* Constrain only one window can be opened at a time
* Revert changes on files changed in another PR
* Changed WM_DESTROY to WM_NCDESTROY
Co-authored-by: Tomas Raies <tomas.raies@gmail.com>
2020-05-01 17:34:42 -07:00
Divyansh Srivastava
06fcc2bf46
Updated file path/description of plugins ( #2593 )
...
* Updated file path/description of plugins
* Updated file paths to include plugin tag
* Code cleanup
2020-05-01 17:26:02 -07:00
Tomas Agustin Raies
1656b4c5b9
[Launcher] Remove Win+R checkbox ( #2513 )
...
* Remove Win+R
* Comment out all unused options
* Fix PowerLauncherViewModel tests
2020-05-01 15:58:55 -07:00
Clint Rutkas
431f7ab37c
Adjusting text for 2564 ( #2606 )
2020-05-01 15:25:56 -07:00
Divyansh Srivastava
f44109abae
[launcher] Location and multi monitor support ( #2446 )
...
* Fixed left and top window
* Added dpi Aware launcher positioning code
* Code cleanup
* Added support to drag window
* Multi monitor support added
Remaining fix : Launcher doesn't open first time on changing monitor
* removed code handling change in DPI manually
* Code cleanup
* Fix to support multimonitor display
* Code cleanup
* Revert "Code cleanup"
This reverts commit 38f39924f0
.
* Revert back to WOX helper for calculating normalized DPI
2020-05-01 14:25:06 -07:00
Arjun Balgovind
8cb134f56b
Add post-build event for publishing SettingsV2 ( #2473 )
...
* Added post build script
* Added comments
* Added unset statement
* Added debug checks
* added more debug statements
* Added dir and cat statements to check pipeline output
* revert installer change
* Moved nuget package reference from update to include
* Removed debug cat command
* Removed debugging statements
* Added build script for launcher
* Added launcher scripts
* Removed launcher scripts
* Changed taskkill to throw error
* Added back old config properties
2020-05-01 13:17:30 -07:00
Clint Rutkas
032aa2d1d6
making teams launch, not updater. this will also fix a lot of cmd style lnks too. Made null ref on boot fix too. ( #2598 )
2020-05-01 10:55:01 -07:00