summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/SettingsWindow.cpp
AgeCommit message (Collapse)Author
2026-03-04DolphinQt: Save when closing settings windowJosJuice
If Dolphin crashes, changes that have been made to settings are often lost. This has been a minor annoyance for me when developing, but it has become a much bigger issue recently due to the problem where Dolphin freezes on shutdown for ROG Ally users. Instead of saving the config when certain arbitrary settings are changed, let's save the config when the user closes the settings window.
2026-02-15DolphinQt: Add Triforce tab to main settings window.Jordan Woyak
2026-01-09c++23: Replace Common::ToUnderlying with std::to_underlyingJoshua Vandaële
Requires at least GCC 11, Clang 13, MSVC 19.30 (VS2022 17.0), or AppleClang 13.1.6 (XCode 13.3).
2025-11-09SettingsWindow: Set navigation list stylesheet in constructorOatmealDome
2025-11-04macOS: UI fixes for dark modeSimonx22
2025-10-10Qt: Add OnScreenDisplayPane to settings window. Transfer OSD options to pane.TryTwo
2025-09-09DolphinQt: Clean up some of the style sheet hacks in StackedSettingsWindow.Jordan Woyak
2025-06-14DolphinQt: Move graphics config to main Settings window.Jordan Woyak
2025-06-06DolphinQt: Remove redundant window hintsDentomologist
Remove window hints clearing the flag Qt::WindowContextHelpButtonHint, which is already off by default in Qt 6. In Qt 5 this flag was set by default for QDialogs, and on Windows put a ? button in the corner of the title bar allowing users to activate Qt's QWhatsThis help system for a given widget. Since we don't set that text the ? button was useless and so we hid it manually.
2025-06-04DolphinQt: Move "Controllers" to main settings window.Jordan Woyak
2025-05-26DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.Jordan Woyak
2025-05-26DolphinQt: Change main settings window QTabWidget into a QListWidget and ↵Jordan Woyak
QStackedWidget.
2021-12-10Treewide: Adjust order of includesPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2019-10-27DolphinQt: Make WiiPane connect itself to EmulationStateChangedJosJuice
2019-10-16Change from radio buttons to combobox, sizing fix and slight reorganizationEthan Roseman
2018-07-15DolphinQt/MainWindow: Replace includes with forward declarationsLioncash
Reduces the amount of dependencies dragged in by the main window's header. This also removes MainWindow.h includes elsewhere where they aren't necessary, reducing the amount of UI files that need to be recompiled if the main window's header changes.
2018-07-07Move DolphinQt2 to DolphinQtspycrab