PowerToys/src/modules/keyboardmanager/common
Arjun Balgovind f2cfd90c46
[Localization] Move rc files to resx (#6057)
* Added localization code to pipeline and created one LocProject json for Settings

* Fixed typo

* Reordered nuget source

* Moved nuget install to restore step

* Added FZ.rc file to LocProj

* Added FZ resx file and modified rc file

* Fixed file names

* Changed to check folder for LocProject files

* Updated folder

* Changed directory

* Changed to src directory

* Changed language set and name format, removed rc file localization

* Added all projects with resx/resw files

* Added newline to end of file

* Removed nuget source as it is not used

* Updated comments

* Updated keyboard manager to use resx file

* Tweaked resources.resx and added it to project files

* Added comments and added in string table to resx script

* Remove change from bad merge

* Fix syntax error in convert stringtable

* Changed file type to None

* Migrated color picker's resources

* Migrated resources for Microsoft.Launcher

* Migrated resources for fancy zones

* Revert fancyzones changes

* Migrated resources for ImageResizer and modified script to add language specific code

* Added try catch and checks for modification to avoid unnecessary file creation

* Changed tab insertion to 4 spaces to avoid mixed file types in rc file

* Migrated resources for power preview project

* Added LocProject.json file for 5 projects

* added resgen exception check

* Moved non-localizable strings out of resx for powerpreview
2020-08-24 15:10:50 -07:00
..
Helpers.cpp [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
Helpers.h Move hardcoded strings in Keyboard Manager projects to rc file (#5921) 2020-08-17 13:46:50 -07:00
InputInterface.h [Keyboard Manager] Cleanup header file references to improve incremental build time (#4880) 2020-07-13 11:49:09 -07:00
KeyboardManagerCommon.vcxproj updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
KeyboardManagerCommon.vcxproj.filters [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00
KeyboardManagerConstants.h [Localization] Move rc files to resx (#6057) 2020-08-24 15:10:50 -07:00
KeyboardManagerState.cpp [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00
KeyboardManagerState.h PowerToys interface: remove powertoys events and system_menu_helper functionality (#5323) 2020-07-31 14:06:13 +03:00
KeyDelay.cpp Enable code analysis on Keyboard Manager projects (#4455) 2020-06-24 14:55:02 -07:00
KeyDelay.h PowerToys interface: remove powertoys events and system_menu_helper functionality (#5323) 2020-07-31 14:06:13 +03:00
ModifierKey.h [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00
packages.config updated to Microsoft.Windows.CppWinRT.2.0.200729.8 (#5306) 2020-07-30 11:37:15 -07:00
pch.cpp Edit Shortcuts UI (dev/keyboardManager) (#1647) 2020-04-08 14:35:52 -07:00
pch.h [Keyboard Manager] Cleanup header file references to improve incremental build time (#4880) 2020-07-13 11:49:09 -07:00
RemapShortcut.cpp Refactor Shortcut remaps to distinguish modifiers and action keys (#1927) 2020-04-08 14:49:00 -07:00
RemapShortcut.h Refactored Keyboard Manager UI code and added unit tests for Keyboard Manager UI (#5718) 2020-08-13 16:32:15 -07:00
Shortcut.cpp Refactored Keyboard Manager UI code and added unit tests for Keyboard Manager UI (#5718) 2020-08-13 16:32:15 -07:00
Shortcut.h Refactored Keyboard Manager UI code and added unit tests for Keyboard Manager UI (#5718) 2020-08-13 16:32:15 -07:00
trace.cpp [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00
trace.h [Keyboard Manager] Added in Shortcut to Key and Key to Shortcut remapping (#5070) 2020-07-23 16:43:49 -07:00