ryanbodrug-microsoft
e29e8ca0a3
Add launcher telemetry for show / hide, and query (elapsed time, num chars, num results).
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
5cda4135b1
Add telemetry event for when the user presses delete within the first 2 seconds of showing the launcher.
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
221e153f4c
Adding BootEvent for load time telemetry
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
3a24e4703d
Adding PowerLauncherTelemetry events
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
8b715ad9cd
Link including telemetry base, to preview pane.
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
07cf527ddf
Moving TelemetryBase to common/Telemetry to be referenced for all Managed Telemtry hooks.
2020-05-06 15:10:22 -07:00
Alekhya
63f1429a69
Fix incorrect merge which had reverted some parts of the Microsoft.Launcher.rc file ( #2728 )
...
* Had reverted the changes made in the Microsoft.Launcher.rc file by mistake while resolving merge conflicts
* reverted company name to how it was before
2020-05-06 12:49:34 -07:00
Arjun Balgovind
d5090ee24b
KBM - Fix all descriptions and text and minor UI tweaks ( #2705 )
...
* Add new text for Remap Keyboard
* Added text in KBM windows
* Tweaked KBM landing page view
* Changed to transparent background
* Tweaked text
* Tweaked text
2020-05-06 08:34:26 -07:00
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
640fade438
merge master
2020-05-06 00:49:46 -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
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
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
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
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
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
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
grahamaj
cbe20d9c96
Grammar update for the FZ README ( #2592 )
2020-05-01 18:21:52 +02:00
stefansjfw
e6b74b10eb
[FancyZones] Make snapping windows using Windows Snap Hotkeys across monitors optional ( #2583 )
...
* Make moving window across monitors optional
* Update tests
* Address PR comment: Update description of the toggle
2020-05-01 16:17:16 +02:00
Andrey Nekrasov
8c4dbbfbec
FZ: run AnimateWindow and InvalidateRect in a dedicated thread ( #2582 )
2020-05-01 17:14:35 +03:00
Andrey Nekrasov
9bde15d4ac
FancyZones: subscribe only to handled WinHook events ( #2584 )
...
* FancyZones: subscribe only to handled WinHook events
* formatting fix
2020-05-01 17:13:52 +03:00
vldmr11080
fd32dad7eb
[FancyZones] Send message from VirtualDesktopUpdates thread to FZ thread when update happens ( #2568 )
...
* Move part of the virtual desktops related logic from FancyZones to VirtualDesktopUtils.
* Post WM message from vritual desktop tracker thread to FZ thread.
* Minor improvements in RegisterVirtualDesktopUpdates method.
* Close registry key after HandleVirtualDesktopUpdates thread finishes execution.
* Remove comment explaining workaround to VirtualDesktopUtils namespace.
* Move HandleVirtualDesktopUpdates to VirtualDesktopUtils namespace. Resolve PR comments.
* Fix typos in window messages description.
* Remove lock from OnKeyDown method to avoid deadlock.
2020-05-01 16:13:16 +02:00
vldmr11080
64df515c63
[PowerRename] Use int type instead of long in PowerRename Settings ( #2502 )
...
* Fix signed/unsigned comparison in power rename Settings.
* Use int instead of long (same on 64-bit windows).
2020-05-01 13:26:38 +02:00
stefansjfw
8908bd9889
Remove unused ZoneSetPersistedDataOLD struct ( #2581 )
2020-05-01 12:35:37 +02:00
Divyansh Srivastava
5c3159cbca
Update plugin ID for WW ( #2512 )
2020-04-30 18:47:03 -07:00
Tomas Agustin Raies
c002d2c99f
Merge pull request #2510 from microsoft/dev/traies/merge-powerlauncher
...
Merge missing commits from power launcher
2020-04-30 10:19:45 -07:00
Seraphima Zykova
7903fe52b4
FancyZones decomposition ( #2485 )
...
* FancyZones refactoring
Co-Authored-By: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com >
2020-04-30 13:16:08 +03:00
Ivan Stošić
313b1b39a7
FancyZones now does its own event processing ( #2347 )
...
* FancyZones now does its own event processing
* Removed temporary variable
2020-04-30 11:40:13 +02:00
vldmr11080
648f3abcbd
Handle scenario with only primary desktop and no desktop switch in current session. ( #2339 )
...
* Handle scenario with only primary desktop and no desktop swithc in current session.
* Add scoped lock when changing current desktop id. Address PR comments.
* Explain purpose of UpdatePrimaryDesktopData method.
* Fix typo in documentation.
2020-04-30 11:16:25 +02:00