dolphin/Source/Core/DolphinQt/Config
Filoppi 93e3e691f9 Expose Control Expression variables to mappings UI
-add a way to reset their value (from the mappings UI)
-fix "memory leak" where they would never be cleaned,
one would be created every time you wrote a character after a "$"
-fix ability to create variables with an empty string by just writing "$" (+added error for it)
-Add $ operator to the UI operators list, to expose this functionality even more
2021-05-24 02:38:06 +03:00
..
ControllerInterface DolphinQt: resolve Qt5.15 deprecations 2020-08-23 13:57:05 -07:00
Graphics Merge pull request #9687 from Dentomologist/fix_config_descriptions_grammar 2021-05-20 11:15:25 -04:00
Mapping Expose Control Expression variables to mappings UI 2021-05-24 02:38:06 +03:00
ToolTipControls Add mixed comments to input code, make some tooltip clearer 2021-05-12 18:27:23 +03:00
ARCodeWidget.cpp Core: Allow overriding the enabling of a code 2020-12-11 10:02:14 +01:00
ARCodeWidget.h DolphinQt/Config/ARCodeWidget: Use forward declarations where applicable 2019-07-31 09:48:45 -04:00
CheatCodeEditor.cpp DolphinQt: Replace QStringLiteral with alternatives where applicable 2019-07-30 09:06:03 -04:00
CheatCodeEditor.h
CheatWarningWidget.cpp Connect numerous QPushButtons to use clicked signal instead of pressed. This unifies UI behaviour more. 2019-07-24 00:18:58 +02:00
CheatWarningWidget.h Mark files as non-executable 2019-06-02 12:31:40 +01:00
CommonControllersWidget.cpp DolphinQt: Move common controller interface logic to its own widget 2021-01-23 15:17:38 -06:00
CommonControllersWidget.h DolphinQt: Move common controller interface logic to its own widget 2021-01-23 15:17:38 -06:00
ControllersWindow.cpp DolphinQt: Move gamecube controller ui logic to its own widget 2021-01-27 12:02:39 -06:00
ControllersWindow.h DolphinQt: Move gamecube controller ui logic to its own widget 2021-01-27 12:02:39 -06:00
FilesystemWidget.cpp DiscIO: Move some code from DiscExtractor to new file DiscUtils 2021-03-09 20:34:24 +01:00
FilesystemWidget.h VolumeVerifier: Check hashes in Wii partitions 2019-04-09 14:18:45 +02:00
FreeLookWidget.cpp DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
FreeLookWidget.h DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
FreeLookWindow.cpp DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
FreeLookWindow.h DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configuration window. Launched from a new menu option - "Free Look Settings". The HotKeyScheduler still calls the Free Look functionality to reduce the total number of threads 2020-12-24 13:49:25 -06:00
GameConfigEdit.cpp DolphinQt: Migrate QRegExp over to QRegularExpression 2021-01-13 05:07:29 -05:00
GameConfigEdit.h DolphinQt/GameConfigEdit: Remove unimplemented SetReadOnly() member function 2020-01-27 15:44:52 -05:00
GameConfigHighlighter.cpp Qt/GameConfigWidget: Complete overhaul 2019-01-26 00:41:22 +01:00
GameConfigHighlighter.h Qt/GameConfigWidget: Complete overhaul 2019-01-26 00:41:22 +01:00
GameConfigWidget.cpp Remove redundant "Emulation" from "DSP HLE Emulation" 2020-05-03 17:54:05 +02:00
GameConfigWidget.h DolphinQt/GameConfigWidget: Remove unimplemented EditUserConfig() member function 2020-01-27 15:46:52 -05:00
GamecubeControllersWidget.cpp DolphinQt: Move gamecube controller ui logic to its own widget 2021-01-27 12:02:39 -06:00
GamecubeControllersWidget.h DolphinQt: Move gamecube controller ui logic to its own widget 2021-01-27 12:02:39 -06:00
GeckoCodeWidget.cpp Remove double space in GeckoCodeWidget code view 2019-09-01 11:22:42 -07:00
GeckoCodeWidget.h DolphinQt/Config/GeckoCodeWidget: Use forward declarations where applicable 2019-07-31 09:54:54 -04:00
InfoWidget.cpp Qt: Re-add IOS version to the game info tab 2021-02-15 18:34:09 +01:00
InfoWidget.h Qt: Re-add IOS version to the game info tab 2021-02-15 18:34:09 +01:00
LogConfigWidget.cpp Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
LogConfigWidget.h DolphinQt: Add debug log option in GUI for debug builds 2019-05-08 14:47:34 +02:00
LogWidget.cpp Qt: Use better method of getting default monospace font 2020-09-15 04:48:44 -04:00
LogWidget.h Common: Unify logging namespace with Common 2019-11-28 05:13:21 -05:00
NewPatchDialog.cpp Fix bad memory references in NewPatchDialog 2020-12-29 14:31:05 -08:00
NewPatchDialog.h Fix bad memory references in NewPatchDialog 2020-12-29 14:31:05 -08:00
PatchesWidget.cpp Patches for Resident Evil 2/3 audio issues 2020-12-29 14:24:46 -08:00
PatchesWidget.h DolphinQt/PatchesWidget: Remove unused private member variable m_game 2018-07-06 19:58:51 -04:00
PropertiesDialog.cpp DiscIO: Add functions CreateDisc and CreateWAD 2019-07-18 22:29:04 +02:00
PropertiesDialog.h
SettingsWindow.cpp DolphinQt: Make WiiPane connect itself to EmulationStateChanged 2019-10-27 21:26:35 +01:00
SettingsWindow.h
VerifyWidget.cpp DolphinQt: Disable verify button when emulation is running 2021-04-28 21:58:07 +02:00
VerifyWidget.h DolphinQt: Disable verify button when emulation is running 2021-04-28 21:58:07 +02:00
WiimoteControllersWidget.cpp WiiUtils: Add helper functions to get emulated/real Bluetooth device 2021-04-12 18:16:56 +02:00
WiimoteControllersWidget.h DolphinQt: Move wiimote controller ui logic to its own widget 2021-01-27 11:27:05 -06:00