dolphin/Source/Core/DolphinQt2/Config/Mapping
JosJuice 3f13dbe087 Translate certain button names but not all
Some button names should be translated, for instance Up, Left and such.
At the same time, some other button names shouldn't be translated,
for reasons that might be less obvious. In 0146456af, I removed the
_trans markers for button names that never need to be translated
(such as A and B), but that isn't actually enough to ensure that
DolphinWX won't try to translate them anyway. This commit adds a bool
that explicitly tells the GUI whether a button name should be translated.
Otherwise we'll have problems like the GUI treating the button name "B"
(which isn't supposed to be translated) as matching the translatable
string "B" (being an abbreviation of "bytes"), meaning that the button
"B" will be labeled "o" when running Dolphin in French (after
translations get pulled from Transifex the next time).

By the way, while it turned out that DolphinWX translated all button
names, it also turned out that DolphinQt2 translated *no* button names.
Go figure. This commit makes them consistent with each other.
2018-04-13 13:04:26 +02:00
..
GCKeyboardEmu.cpp Qt: Fix games crashing on start 2017-05-23 22:12:01 +02:00
GCKeyboardEmu.h Merge pull request #5830 from lioncash/prototypes 2017-07-27 15:01:29 +08:00
GCMicrophone.cpp Qt/Mapping: Implement Microphone widget 2018-01-04 18:42:42 +00:00
GCMicrophone.h Qt/Mapping: Implement Microphone widget 2018-01-04 18:42:42 +00:00
GCPadEmu.cpp Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
GCPadEmu.h Qt/Config: Remove unused members 2017-07-27 17:26:28 +08:00
GCPadWiiUConfigDialog.cpp Rename GCPadWiiU -> GCPadWiiUConfigDialog 2017-11-05 08:04:16 -08:00
GCPadWiiUConfigDialog.h Rename GCPadWiiU -> GCPadWiiUConfigDialog 2017-11-05 08:04:16 -08:00
Hotkey3D.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
Hotkey3D.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyDebugging.cpp Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
HotkeyDebugging.h Qt/Debugger: Implement "Code" widget 2018-02-28 19:47:56 +01:00
HotkeyGeneral.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyGeneral.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyGraphics.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyGraphics.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyStates.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyStates.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyTAS.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyTAS.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyWii.cpp Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
HotkeyWii.h Qt: Implement hotkeys (+ configuration) 2017-06-06 13:49:49 +02:00
IOWindow.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
IOWindow.h Merge pull request #5703 from ligfx/blockuserinputfilter 2017-08-02 12:13:56 +08:00
MappingBool.cpp Translate certain button names but not all 2018-04-13 13:04:26 +02:00
MappingBool.h Qt2: remove unused variables 2017-05-28 23:01:41 +01:00
MappingButton.cpp Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
MappingButton.h Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
MappingCommon.cpp MappingWindow: don't store devq separately from controller default device 2017-11-19 12:46:39 -08:00
MappingCommon.h MappingWindow: don't store devq separately from controller default device 2017-11-19 12:46:39 -08:00
MappingIndicator.cpp Qt: Fix warning about parentheses 2018-02-22 17:55:16 +01:00
MappingIndicator.h Qt/Mapping: Implement indicators 2018-02-15 05:01:44 +01:00
MappingNumeric.cpp Qt Mapping*: make logic around setting/loading settings more consistent 2017-11-05 11:32:23 -08:00
MappingNumeric.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
MappingWidget.cpp Translate certain button names but not all 2018-04-13 13:04:26 +02:00
MappingWidget.h Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
MappingWindow.cpp Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
MappingWindow.h Qt: Implement "Iterative Input" 2018-04-04 21:51:51 +02:00
WiimoteEmuExtension.cpp Make DolphinQt2 strings more like DolphinWX strings 2017-07-26 08:04:10 +02:00
WiimoteEmuExtension.h DolphinQt2: Add missing include guards 2017-07-26 16:31:58 -04:00
WiimoteEmuGeneral.cpp Qt: Fix games crashing on start 2017-05-23 22:12:01 +02:00
WiimoteEmuGeneral.h DolphinQt2: Add missing include guards 2017-07-26 16:31:58 -04:00
WiimoteEmuMotionControl.cpp Qt: Fix games crashing on start 2017-05-23 22:12:01 +02:00
WiimoteEmuMotionControl.h DolphinQt2: Add missing include guards 2017-07-26 16:31:58 -04:00