ryanbodrug-microsoft
1f9c1ce8e4
Removing unecceary EventName requirement. EventSource<T>.Write will use the type name of T if null is passed in. This saves us passing an extra string uneccesarily as the public property would be serialized into the event data as well as being specified as the EventName
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
b4d75e3240
Adding telemetry events for Settings Enabled or Disabled Modules
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
def0d7a519
Small refactor to use common powertoys telemetry event source accross modules.
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
a9cc4dabb7
Adding launcher telemetry for context buttons clicked.
2020-05-06 15:10:22 -07:00
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
2b158c2b4e
Removing unused reader namespace from telemetrybase.
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
Niels Laute
d881fc2fe0
Merge pull request #2700 from niels9001/users/niels9001/settingsV2UXtweaks
...
[Settings v2] UX tweaks
2020-05-06 21:12:39 +02: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
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
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
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
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