| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-04 | DolphinQt: Save when closing settings window | JosJuice | |
| 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-15 | DolphinQt: Add Triforce tab to main settings window. | Jordan Woyak | |
| 2026-01-09 | c++23: Replace Common::ToUnderlying with std::to_underlying | Joshua 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-09 | SettingsWindow: Set navigation list stylesheet in constructor | OatmealDome | |
| 2025-11-04 | macOS: UI fixes for dark mode | Simonx22 | |
| 2025-10-10 | Qt: Add OnScreenDisplayPane to settings window. Transfer OSD options to pane. | TryTwo | |
| 2025-09-09 | DolphinQt: Clean up some of the style sheet hacks in StackedSettingsWindow. | Jordan Woyak | |
| 2025-06-14 | DolphinQt: Move graphics config to main Settings window. | Jordan Woyak | |
| 2025-06-06 | DolphinQt: Remove redundant window hints | Dentomologist | |
| 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-04 | DolphinQt: Move "Controllers" to main settings window. | Jordan Woyak | |
| 2025-05-26 | DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky. | Jordan Woyak | |
| 2025-05-26 | DolphinQt: Change main settings window QTabWidget into a QListWidget and ↵ | Jordan Woyak | |
| QStackedWidget. | |||
| 2021-12-10 | Treewide: Adjust order of includes | Pokechu22 | |
| 2021-07-05 | treewide: convert GPLv2+ license info to SPDX tags | Pierre 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-27 | DolphinQt: Make WiiPane connect itself to EmulationStateChanged | JosJuice | |
| 2019-10-16 | Change from radio buttons to combobox, sizing fix and slight reorganization | Ethan Roseman | |
| 2018-07-15 | DolphinQt/MainWindow: Replace includes with forward declarations | Lioncash | |
| 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-07 | Move DolphinQt2 to DolphinQt | spycrab | |
