summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Settings.cpp
AgeCommit message (Expand)Author
2026-04-18Merge pull request #14604 from cristian64/fusion_qgroupbox_style_qt660Dentomologist
2026-04-18Merge pull request #14565 from SuperSamus/cpp-argument-move-referenceJosJuice
2026-04-18DolphinQt: Use custom style for `QGroupBox` only with Qt 6.6.0+.cristian64
2026-04-17Improve usage of std::move and const references parametersMartino Fontana
2026-04-03DolphinQt: Custom style for QGroupBox in Fusion.cristian64
2026-03-13GameList: Add status bar with game countDentomologist
2026-01-25Remove unused importsMartino Fontana
2026-01-17Fix various typos and spelling mistakesSintendo
2025-11-16Merge pull request #13689 from JosJuice/lock-core-any-threadJosJuice
2025-11-14DolphinQt: Add Fusion-based styles.cristian64
2025-11-14DolphinQt: Define tool tip padding as factor of font size.cristian64
2025-11-10Core: Remove IsHostThreadJosJuice
2025-11-09Core: Make AddOnStateChangedCallback use HookableEvent.Jordan Woyak
2025-11-06Common: Remove the string parameters from the HookableEvent interface.Jordan Woyak
2025-11-05InputCommon: Make ControllerInterface RegisterDevicesChangedCallback use Comm...Jordan Woyak
2025-10-27WiiPane: Use ConfigControls where applicableJoshua Vandaƫle
2025-08-01Merge pull request #13776 from jordan-woyak/win-dark-mode-stylesAdmiral H. Curtiss
2025-07-21DolphinQt: Stop re-enabling Code widget when toggling debug modeAmphitryon
2025-06-25DolphinQt: Fix Windows dark theme when using external stylesheets.Jordan Woyak
2025-05-07HotkeyManager: Add HK_TOGGLE_WII_SPEAK_MUTESepalani
2025-04-25Settings: Remove ConfigChangedCallback on shutdownDentomologist
2025-03-26AudioPanel: Refactor to use Config system. Some options were changed to a di...TryTwo
2025-01-30DolphinQt: Use global settings object also for debugger settings.cristian64
2025-01-01Simplify `std::find` with `Common::Contains`mitaclaw
2024-10-17Simplify `std::remove` with `std::erase`mitaclaw
2024-09-27DolphinQt: Remove unneeded Win32 coderobxnano
2024-07-29GeneralPane: Add BalloonTip to cheats checkboxDentomologist
2024-06-26FrameAdvance: Fix continuous frame advancing while the debug UI is open. Bl...TryTwo
2024-06-23DolphinQt: fix two -Wunused-lambda-capture warningsTillmann Karras
2024-06-06Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't definedJosJuice
2024-05-31InterfacePane: Add BalloonTip to cursor visible radio buttonsDentomologist
2024-05-31InterfacePane: Add BalloonTip to lock mouse checkboxDentomologist
2024-05-31InterfacePane: Add BalloonTip to top window checkboxDentomologist
2024-05-31InterfacePane: Add BalloonTip to theme comboboxDentomologist
2024-05-02Disabled Hardcore Mode when Achievements disabledLillyJadeKatrin
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-13Parser and Assembler implementationsvyuuui
2023-12-02Disable Debug Mode in hardcore modeLillyJadeKatrin
2023-11-05DolphinQt/Settings: Add option to force the light or dark style on Windows.Admiral H. Curtiss
2023-11-05DolphinQt/Settings: Split setting of the user style into two functions.Admiral H. Curtiss
2023-08-12DolphinQt: Adjust panel-specific colors and syntax highlighting for dark theme.Admiral H. Curtiss
2023-08-12DolphinQt: Set the application palette to a matching one when the Windows dar...Admiral H. Curtiss
2023-08-12DolphinQt: Switch dark/light theme when Windows theme changes.Admiral H. Curtiss
2023-08-12DolphinQt: Auto-load embedded dark theme on Windows if the user uses a system...Admiral H. Curtiss
2023-08-12DolphinQt: On Windows, detect whether the system is using a dark theme.Admiral H. Curtiss
2023-06-02Core: Assert that only the Host thread may call PauseAndLock().Admiral H. Curtiss
2023-04-17Only force-show the code widget when first enabling the debuggerPokechu22
2023-01-31Cleanup headersScott Mansell
2022-11-06AudioCommon: Pass Core::System to AudioCommon functions.Admiral H. Curtiss
2022-06-27DolphinQt: add warning if graphics mods are not enablediwubcode