Stefan Markovic
dfe9169e39
[modules] Unify exe & dll naming ( #14903 )
...
* Unify exe/dll naming - AwakeModuleInterface
* Unify exe/dll naming - ColorPicker.dll & ColorPickerUI.exe
* Unify exe/dll naming - FancyZones, FancyZonesEditor & FancyZonesModuleInterface
* Unify exe/dll naming - ImageResizerExt & ImageResizer.exe
* Unify exe/dll naming - KeyboardManager.dll
* Unify exe/dll naming - FindMyMouse & MouseHighlighter
* Unify exe/dll naming - PowerRename.dll, PowerRenameUIHost & PowerRenameUILib
* Unify exe/dll naming - File Explorer add-ons
* Unify exe/dll naming - ShortcutGuide
* Unify exe/dll naming - VCM
* Unify exe/dll naming - PT Run
* Unify exe/dll naming - *.resources.dll
* [Fix] Unify exe/dll naming - VideoConferenceProxyFilter_x86
2021-12-10 10:50:46 +01:00
Mykhailo Pylyp
612e9f8b99
Settings telemetry for PT Run ( #10328 )
2021-03-19 19:03:12 +02:00
Andrey Nekrasov
212ea2de30
common: refactor common library pt2 ( #8588 )
...
- remove common lib
- split settings, remove common-md
- move ipc interop/kb_layout to interop
- rename core -> settings, settings -> old_settings
- os-detect header-only; interop -> PowerToysInterop
- split notifications, move single-use headers where they're used
- winstore lib
- rename com utils
- rename Updating and Telemetry projects
- rename core -> settings-ui and remove examples folder
- rename settings-ui folder + consisent common/version include
2020-12-15 15:16:09 +03:00
ryanbodrug-microsoft
6ce47e5cd9
Adding fxcop to PowerLauncher.TelemetryProject ( #6259 )
2020-09-03 10:44:51 -07:00
Clint Rutkas
315caaba1c
[WarningsAsErrors] Getting Most online ( #6005 )
...
* Enabling errors as warnings.
* removing plugin since it throws an error for release mode, WIll fix in other release
2020-08-17 13:11:40 -07:00
Clint Rutkas
d055ba1c3b
whitespace forced changes ( #6002 )
2020-08-17 10:00:56 -07:00
Clint Rutkas
ff69f6ed7f
fixing most whitespace issues, reordering namespaces and adding in headers ( #5677 )
2020-08-05 14:06:55 -07:00
Clint Rutkas
b87d14cd61
Proper fix for MSB3052. ( #5618 )
...
* fixing MSB3052
* adding back in to unblock build
* More agressive refactor. Moved the define constant to wixproj and actual version into src file version prop
Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
2020-08-05 00:04:18 -07:00
ryanbodrug-microsoft
d98d1193fc
Removing hardcoded version numbers from c# telemetry events. ( #5283 )
...
* Removing hardcoded version numbers from c# telemetry events.
* Removing dependency on powertoysInterop for getting version string.
* Defensive checks around getting assembly version
2020-07-29 11:18:21 -07:00
Arjun Balgovind
39ec10cbba
Add telemetry event for measuring time taken to display PT Run ( #5201 )
...
* Added LauncherHotkeyEvent
* Split into cold state and warm state events
2020-07-24 12:38:16 -07:00
Enrico Giordani
c035bf2d37
Update version to 0.19.3 ( #5033 )
2020-07-16 17:15:05 +02:00
Enrico Giordani
b13e719ab3
Update version to 0.19.2 ( #4896 )
2020-07-09 18:17:30 +02:00
Enrico Giordani
17343210c0
Now working on 0.19.1 ( #4602 )
2020-06-30 18:40:16 +02:00
Enrico Giordani
d98cb50d7a
Update version to 0.19.0 ( #4518 )
2020-06-26 19:00:27 +02:00
Yevhenii Holovachov
147c08bd71
Added info to FancyZones, KeyboardManager and PowerLauncher projects ( #4445 )
2020-06-23 18:36:39 +03:00
Yevhenii Holovachov
e56c2eb6ca
Fixed version property to pull from Version.props in C# projects ( #4382 )
2020-06-22 12:14:00 +03:00
Enrico Giordani
ee31813a0d
Now working on 0.18.3
2020-06-05 07:27:45 +02:00
Enrico Giordani
8995f0af55
Now working on 0.18.2 ( #3542 )
2020-05-22 20:28:49 +02:00
Enrico Giordani
6801190180
Now working on 0.18.1 ( #3141 )
2020-05-19 18:20:35 +02:00
ryanbodrug-microsoft
34f814717b
Adding privacy event tags to each telemetry event. ( #2879 )
...
* Adding privacy event tags to each telemetry event.
* Moving Privacy events to Telemetry base, Removing tag values, and fixing namespaces.
* Adding documentation comments to fix style cop errors in release
* UTCReplace_AppSessionGuid boolean property to all C# telemetry events.
* Adding hardcoded version number to boot events.
* Adding reference to telemetry in settings unittest
* Adding Preview Pane events for loading w/ hardcoded version number
* Adding telemetry.h to msi for svg and markdown events
* removing unused explicit interface exception
2020-05-15 09:08:39 -07:00
Andrey Nekrasov
69cde6092b
build: use x64 platform for *Telemetry projects ( #2895 )
2020-05-12 15:27:19 +03: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
def0d7a519
Small refactor to use common powertoys telemetry event source accross modules.
2020-05-06 15:10:22 -07:00
ryanbodrug-microsoft
3a24e4703d
Adding PowerLauncherTelemetry events
2020-05-06 15:10:22 -07:00