dolphin/Source/Core/DolphinQt/Config/Mapping
Filippo Tarpini a99932da12
Preserve spaces in mapping preview of control names
PR https://github.com/dolphin-emu/dolphin/pull/9700 removed spaces from within control names, which some user complained about, and their point of view is kind of understandable:
https://bugs.dolphin-emu.org/issues/12605
with this change, only spaces outside (between) control names are trimmed, which are the ones we wanted to trim in the first place.
This will still retain the major advantages from 9700.

Basically, "`Button 1`   +  `Button 2`" was showing as "`Button1`+`Button2`", while it will now show as "`Button 1`+`Button 2`".
2021-08-03 00:04:22 +03:00
..
FreeLookGeneral.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookGeneral.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookRotation.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookRotation.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GBAPadEmu.cpp Qt: GBA Pad config 2021-07-13 16:43:00 +02:00
GBAPadEmu.h Qt: GBA Pad config 2021-07-13 16:43:00 +02:00
GCKeyboardEmu.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCKeyboardEmu.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCMicrophone.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCMicrophone.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCPadEmu.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCPadEmu.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCPadWiiUConfigDialog.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCPadWiiUConfigDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Hotkey3D.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Hotkey3D.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyControllerProfile.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyControllerProfile.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyDebugging.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyDebugging.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyGBA.cpp Qt/Core: Implement GBA Hotkeys 2021-07-13 16:43:42 +02:00
HotkeyGBA.h Qt/Core: Implement GBA Hotkeys 2021-07-13 16:43:42 +02:00
HotkeyGeneral.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyGeneral.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyGraphics.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyGraphics.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyStates.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyStates.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyStatesOther.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyStatesOther.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyTAS.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyTAS.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyWii.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
HotkeyWii.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
IOWindow.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
IOWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingButton.cpp Preserve spaces in mapping preview of control names 2021-08-03 00:04:22 +03:00
MappingButton.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingCommon.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingCommon.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingIndicator.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingIndicator.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingNumeric.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingNumeric.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MappingWidget.cpp MappingWidget: Support for boxes with multiple columns 2021-07-13 16:42:31 +02:00
MappingWidget.h MappingWidget: Support for boxes with multiple columns 2021-07-13 16:42:31 +02:00
MappingWindow.cpp Qt/Core: Implement GBA Hotkeys 2021-07-13 16:43:42 +02:00
MappingWindow.h Qt: GBA Pad config 2021-07-13 16:43:00 +02:00
WiimoteEmuExtension.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuExtension.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuExtensionMotionInput.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuExtensionMotionInput.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuExtensionMotionSimulation.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuExtensionMotionSimulation.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuGeneral.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuGeneral.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuMotionControl.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuMotionControl.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuMotionControlIMU.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteEmuMotionControlIMU.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00