summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/GameConfigWidget.cpp
AgeCommit message (Collapse)Author
2025-11-12Improved stereoscopic 3D settingsAndrewGDX
2025-07-24GameConfigWidget: Unify tooltipsDentomologist
Use ToolTipWidget::SetDescription insead of QWidget::setTooltip to put the description in the BalloonTip with the title, instead of having the description be in a separate standard tooltip.
2025-06-14DolphinQt: Move graphics config to main Settings window.Jordan Woyak
2025-06-14Source: Remove redundant lambda parameter listsDr. Dystopia
2025-05-26DolphinQt: Make WrapInScrollArea and GetWrappedWidget less hacky.Jordan Woyak
2025-05-15DolphinQt: Add utility function for creating label text with a standard icon.Jordan Woyak
2024-12-10Add method to bold slider/spin labels when a user game ini setting is being usedTryTwo
2024-12-10EnhancementsWidget:: Move to using ConfigControls and add new control for ↵TryTwo
ComboBoxes that set two settings at once.
2024-12-10Add GFX property tabs to game properties window, allowing them to be set to ↵TryTwo
the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system. Creates a layer outside the game config layer system and passes it to the created gfx widows, so as to not interfere with the global config system. Supports multiple game properties being open at once. Supports editing while a game is playing, but the options only save and update the active game when the window is closed. Right-clicking will remove a property from the game ini.
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
qOverload is used to disambiguate pointers to overloaded functions, but most of the usages in the code base were with non-overloaded functions.
2023-07-25Qt/GameConfigWidget: Add Manual Texture SamplingMartino Fontana
2023-07-25Qt/GameConfigWidget: Rename `m_enable_fast_disc` to `m_emulate_disc_speed`Martino Fontana
2023-07-24Qt/GameConfigWidget: Add `reverse` argument for `{Save,Load}CheckBox`Martino Fontana
In order to not hard code `if (key == "FastDiscSpeed")`
2023-04-28Qt: Rename GraphicsSlider to ConfigSliderDentomologist
GraphicsSlider is used by the panes in the Graphics config window to create sliders that change their associated config setting, and update their own state when something else changes the config setting. Despite its current name nothing about this class is particular to the Graphics window, so renaming it to ConfigSlider better reflects its purpose. This should also make it less confusing when ConfigSliders are added to other config panes.
2023-02-12Rename Fast Disc Speed to Emulate Disc Speed and invert optionCharles Lombardo
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.
2020-05-03Remove redundant "Emulation" from "DSP HLE Emulation"Léo Lam
HLE stands for "high-level emulation", so "DSP HLE Emulation" would mean "DSP High-Level Emulation Emulation"
2020-04-28DolphinQt: Use qOverload where applicableLioncash
Provides the same behvaior, but in a much more concise manner.
2019-07-24Connect numerous QPushButtons to use clicked signal instead of pressed. This ↵Silent
unifies UI behaviour more.
2019-04-21Qt/GameConfigWidget: Show revision specific INIsspycrab
2019-01-26Qt/GameConfigWidget: Complete overhaulspycrab
2018-07-07Move DolphinQt2 to DolphinQtspycrab