PowerToys/src/modules/shortcut_guide
Divyansh Srivastava 280d1907d8
Non localized module name (#7170)
* Added get_key to powertoysmodule interface

* Replace get_name with get_key

* Implement get_key function in modules

* Make key global constant in each module

* Update settings v1 to use key to load and save files

* Fixed fancyzones and preview pane unit tests

* Removed setings unit test as the case is not covered anymore

* Add constant files for modules and use it to reference module key

* Add constant string files to colorpicker, launcher and shortcut guide

* correct sunction signature in settings helper

* Fix powerpreview merge conflicts

* nit fix with include statement location

* add check for fields in from_json_string

* Updated preview pane tests with correct from_json_string signature

* Correct Image resizer naming

* Roll back changes for adding check for property and version

* Fix image resizer not working
2020-10-19 16:07:02 -07:00
..
loc LEGO: check in for master to temporary branch. (#7246) 2020-10-12 21:44:15 -07:00
dllmain.cpp Format shortcut_guide according to .clang-format 2019-12-06 14:16:24 +03:00
keyboard_state.cpp [Shortcut Guide] fix Virtual-Key codes range (#6025) 2020-08-20 12:24:06 +02:00
keyboard_state.h FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
LocProject.json [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
overlay_window.cpp [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
overlay_window.h Shortcut guide: add support for hotkeys + comments (#4517) 2020-07-01 12:37:50 +03:00
packages.config updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
pch.cpp FancyZones and Shortcut Guide initial commit 2019-09-05 18:12:40 +02:00
pch.h Move from sdk-provided cppwinrt-1.x to cppwinrt-2.x nuget package (#2246) 2020-04-29 22:02:18 +02:00
README.md Safeguarding end user links in settings (#4226) 2020-06-11 10:16:39 -07:00
resource.base.h [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
Resources.resx [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.base.rc [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
shortcut_guide.cpp Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
shortcut_guide.h Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
shortcut_guide.vcxproj Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
shortcut_guide.vcxproj.filters [Localization] Migrate resources to resx for Shortcut Guide (#6104) 2020-08-24 17:49:28 -07:00
ShortcutGuideConstants.h Non localized module name (#7170) 2020-10-19 16:07:02 -07:00
target_state.cpp [SG] change suppress key code (#6750) 2020-09-22 13:12:19 +02:00
target_state.h Shortcut guide: add support for hotkeys + comments (#4517) 2020-07-01 12:37:50 +03:00
trace.cpp Add in verbose error message and telemetry for SetWindowsHookEx failure (#6454) 2020-09-09 14:27:40 -07:00
trace.h Add in verbose error message and telemetry for SetWindowsHookEx failure (#6454) 2020-09-09 14:27:40 -07:00