PrzemyslawTusinski
585c66a4d0
PowerRename settings bugfix ( #2796 )
...
* PowerRename settings bugfix
* Changed visibility to enability of PowerRename_Toggle_MaxDispListNum
* Added unit tests and changed maximum value
2020-05-11 14:37:29 +02:00
Arjun Balgovind
1ecedd5566
Hide xaml island loading icon for Settings and Launcher ( #2827 )
...
* Hide xaml island window
* Remove using WUC statement
2020-05-09 14:10:57 -07:00
Arjun Balgovind
3a0a5a7754
KBM - UI Tweaks ( #2798 )
...
* Fixed foreground issue and added arrow
* Tweaked Remap Keyboard UI
* Fix errors in warning handling and update UI layout
* Tweaked sizes and centered to screen
* Changed size to scale based on resolution
* Fixed comments
2020-05-08 17:34:24 -07:00
ryanbodrug-microsoft
d329406eb8
Adding Telemetry Events for svg and markdown enable/disable ( #2814 )
...
* Raising Telemetry events when svg and markdown preview pane is turned off
* Properly serializing Bool property. This allows us to be backwards compatible with .17 settings but interact with the properties as boolean elements, and fire events on property changed notification
2020-05-08 16:12:37 -07:00
Divyansh Srivastava
e654999fdf
Add support for win32 packaged apps to run as admin ( #2812 )
...
* Updated UWP app to set entry point type for each app
* Working run as admin for packaged app with permission
* Updated UWP to allow apps with mediumIl trust level to be run as admin
* cleanup variables not required
2020-05-08 14:31:15 -07:00
Clint Rutkas
efe98f7fad
Fixing ordering in settings and text tweaks ( #2809 )
...
* ordering alphabetically.
* test tweaks
2020-05-08 14:13:48 -07:00
Clint Rutkas
87bc957662
adding in ignore for alt-space ( #2799 )
2020-05-08 13:59:49 -07:00
Tomas Agustin Raies
15e93d6304
[Launcher] Replace default app icons with MDL2 EB3B ( #2797 )
2020-05-08 13:34:21 -07:00
Arjun Balgovind
5471735419
Fix double compile issue for Launcher and Settings ( #2759 )
...
* Fix double compile issue
* Removed debugging code
* added prebuild event
* Updated output folders
2020-05-08 09:07:18 -07:00
Lavius Motileng
6b2955f135
[settings] loading powerpreview module from subfolder ( #2709 )
...
* loading module in sub-folders
* reverted un-related change
2020-05-08 08:23:18 -07:00
Lavius Motileng
1ab0a5182f
[Settings V2] Upated Fancy Zone and Shortcut Guid default values. ( #2786 )
...
* upated Fancy Zone and Shortcut Guid default values.
* upated fz tests
2020-05-08 08:22:57 -07:00
Ivan Stošić
dad65998cc
Update ImageResizerPage.xaml ( #2794 )
2020-05-08 13:32:13 +02:00
Tomas Agustin Raies
abd30f3e41
Change build order in build.cmd ( #2787 )
...
This seems to fix the missing Generated Files\version_gen.h error
2020-05-07 16:37:00 -07:00
Seraphima Zykova
7f42d9784e
updated FancyZones checkboxes corresponding to settings ( #2785 )
2020-05-07 23:29:02 +03:00
Tomas Agustin Raies
1056dac070
Add WIL to common-md-flag nuget packages ( #2780 )
2020-05-07 12:02:37 -07:00
Andrey Nekrasov
c05622484d
chore: add common project as a dependency for some C++ projects, so we have version_gen.h ( #2781 )
2020-05-07 21:31:00 +03:00
PrzemyslawTusinski
59659a13f1
Fancy zones settings - Color pickers saved ARGB value fix (now saves RGB) ( #2776 )
2020-05-07 20:24:19 +02:00
Andrey Nekrasov
73c6cbb562
wix: install dotnet 3 after installation if needed ( #2775 )
2020-05-07 17:39:32 +03:00
Ivan Stošić
9f724221fa
Removed unsupported platforms in Visual Studio ( #2768 )
2020-05-07 15:12:57 +02:00
Seraphima Zykova
dfcd86ea09
multi-line input for excluded apps ( #2770 )
2020-05-07 16:11:10 +03:00
Seraphima Zykova
555393d328
Close Shortcut Guide on right Win release ( #2751 )
2020-05-07 12:21:29 +03:00
Yevhenii Holovachov
febacfcb79
Added informaton to notifications dll ( #2687 )
...
Added informaton to notifications dll
2020-05-07 12:01:01 +03:00
ryanbodrug-microsoft
1891bd494c
Merge pull request #2760 from ryanbodrug-microsoft/merge/build-features-to-master-05062020
...
Merge/build features to master 05062020
2020-05-06 20:02:09 -07:00
ryanbodrug-microsoft
ba5d53914e
Merge branch 'dev/build-features' into merge/build-features-to-master-05062020
2020-05-06 19:32:10 -07:00
ryanbodrug-microsoft
2ae38e20ab
Merge pull request #2711 from ryanbodrug-microsoft/merge/build-features-to-master
...
Mege build features to master
2020-05-06 19:25:15 -07:00
ryanbodrug-microsoft
5f14b2e738
Merge branch 'master' into merge/build-features-to-master
2020-05-06 18:39:25 -07:00
Yevhenii Holovachov
bc53951648
Option to disable zones activation by mouse ( #2717 )
...
* Added option to enable/disable mouse to activate zones, added telemetry and unit tests
2020-05-07 02:21:32 +03:00
Tomas Agustin Raies
9a323e3387
[Launcher] Remove ASP .NET dependencies ( #2697 )
...
* Remove ASP .NET dependencies
* Replaced NLog.Web.AspNetCore with NLog.Extensions.Logging
* Remove NLog.Web.AspNetCore.dll from installer
* Add missing dlls
2020-05-06 15:55:53 -07:00
ryanbodrug-microsoft
72fe972cc0
fixing nit: comments
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
88dfd90e3b
Removing unecessary event name from SettingsEnabledModuleEvent
2020-05-06 15:10:22 -07:00
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
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