dolphin/Source/Core/DolphinQt/Config
Michael Cook (mackal) e511718fbc DolphinQt: Fix leak in LogConfigWidget
The m_verbosity_debug button was only conditionally being added as
widget, this was done in order to hide the object, but this left it
unmanaged.

Unconditionally adding it to the layout and controlling it's visibility
will resolve these issues
2023-04-04 16:05:23 -04:00
..
ControllerInterface Add NonDefaultQPushButton to set autoDefault of buttons to false 2022-03-08 08:51:29 +01:00
Graphics Rename VI Skip to VBI Skip 2023-02-11 20:28:41 -08:00
Mapping Merge pull request #11268 from jordan-woyak/ascii-controller 2022-12-04 21:05:52 +00:00
ToolTipControls Qt: hide balloon tooltip when parent gets hidden 2022-05-08 00:48:30 -07:00
ARCodeWidget.cpp Add NonDefaultQPushButton to set autoDefault of buttons to false 2022-03-08 08:51:29 +01:00
ARCodeWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatCodeEditor.cpp Split out code for serializing/deserializing cheat lines 2021-08-28 19:31:27 +02:00
CheatCodeEditor.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatWarningWidget.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CheatWarningWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CommonControllersWidget.cpp Qt/CommonControllersWidget: Refresh GUI on settings change. 2022-09-20 23:46:36 +02:00
CommonControllersWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ControllersWindow.cpp Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
ControllersWindow.h Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
FilesystemWidget.cpp DolphinQt: Fix memory lkea in FilesystemWidget 2023-04-04 15:59:45 -04:00
FilesystemWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookWidget.cpp Free Look: Add background input setting (disabled by default) 2022-07-13 15:23:00 -07:00
FreeLookWidget.h Free Look: Add background input setting (disabled by default) 2022-07-13 15:23:00 -07:00
FreeLookWindow.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
FreeLookWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigEdit.cpp Rename Fast Disc Speed to Emulate Disc Speed and invert option 2023-02-12 16:20:38 -05:00
GameConfigEdit.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigHighlighter.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigHighlighter.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameConfigWidget.cpp Rename Fast Disc Speed to Emulate Disc Speed and invert option 2023-02-12 16:20:38 -05:00
GameConfigWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GamecubeControllersWidget.cpp HW/SerialInterface: Refactor to class. 2023-03-12 16:08:56 +01:00
GamecubeControllersWidget.h Qt/GamecubeControllersWidget: Disable dropdowns during netplay. 2022-10-02 23:10:43 +02:00
GeckoCodeWidget.cpp Add NonDefaultQPushButton to set autoDefault of buttons to false 2022-03-08 08:51:29 +01:00
GeckoCodeWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GraphicsModListWidget.cpp DolphinQt: Add button to open graphics mod folder on settings 2023-01-12 21:47:18 -05:00
GraphicsModListWidget.h DolphinQt: Add button to open graphics mod folder on settings 2023-01-12 21:47:18 -05:00
GraphicsModWarningWidget.cpp DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
GraphicsModWarningWidget.h DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
InfoWidget.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
InfoWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogConfigWidget.cpp DolphinQt: Fix leak in LogConfigWidget 2023-04-04 16:05:23 -04:00
LogConfigWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
LogWidget.cpp Qt/LogWidget: remove extra space 2022-07-18 09:52:54 -07:00
LogWidget.h Common: Move FixedSizeQueue into Common namespace 2023-03-22 01:23:15 -04:00
NewPatchDialog.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NewPatchDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PatchesWidget.cpp Move patch saving code to PatchEngine 2021-08-28 17:34:28 +02:00
PatchesWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PropertiesDialog.cpp DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
PropertiesDialog.h DolphinQt: add warning if graphics mods are not enabled 2022-06-27 18:28:28 -05:00
SettingsWindow.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
SettingsWindow.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VerifyWidget.cpp VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
VerifyWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiimoteControllersWidget.cpp Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00
WiimoteControllersWidget.h Qt/WiimoteControllersWidget: Add bluetooth unavailable message 2023-02-24 14:30:43 -08:00