<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/Graphics/HacksWidget.h, branch master</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>HacksWidget: Merge BoundingBox disabled tooltip into BalloonTip</title>
<updated>2026-04-16T20:39:52+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-13T20:34:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=518f5f458f16f54c5c3af4b6c49d11d9dec65db0'/>
<id>518f5f458f16f54c5c3af4b6c49d11d9dec65db0</id>
<content type='text'>
When a backend doesn't support BoundingBox, show that information in the
BalloonTip instead of spawning a separate tooltip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a backend doesn't support BoundingBox, show that information in the
BalloonTip instead of spawning a separate tooltip.
</pre>
</div>
</content>
</entry>
<entry>
<title>HacksWidget: Merge GPU Texture Decoding disabled tooltip with BalloonTip</title>
<updated>2026-04-16T20:29:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-13T20:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=b35223e0f361cafef844913cecd9fbe01061539b'/>
<id>b35223e0f361cafef844913cecd9fbe01061539b</id>
<content type='text'>
When GPU Texture Decoding is disabled, explain why in the BalloonTip
instead of spawning a separate tooltip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When GPU Texture Decoding is disabled, explain why in the BalloonTip
instead of spawning a separate tooltip.
</pre>
</div>
</content>
</entry>
<entry>
<title>HacksWidget: Move function declarations to match convention</title>
<updated>2026-04-13T22:45:06+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2026-04-13T19:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=908ddf359337b858cb2dc7a411c4845b9b8fc890'/>
<id>908ddf359337b858cb2dc7a411c4845b9b8fc890</id>
<content type='text'>
Move function declarations before variable declarations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move function declarations before variable declarations.
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Fixup #14336</title>
<updated>2026-04-13T20:47:52+00:00</updated>
<author>
<name>Martino Fontana</name>
<email>tinozzo123@gmail.com</email>
</author>
<published>2026-04-13T20:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=8971b3b67aa6d753ee056c592b074adbd92a51d1'/>
<id>8971b3b67aa6d753ee056c592b074adbd92a51d1</id>
<content type='text'>
whoops

Closes https://bugs.dolphin-emu.org/issues/14024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whoops

Closes https://bugs.dolphin-emu.org/issues/14024
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Move graphics config to main Settings window.</title>
<updated>2025-06-14T21:26:09+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-05-13T19:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=89b8edea03bb77629de663c82b6dc070e3ca0442'/>
<id>89b8edea03bb77629de663c82b6dc070e3ca0442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt/HacksWidget: Convert accuracy slider to ConfigSlider</title>
<updated>2024-12-27T04:40:24+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2024-12-25T03:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4fc50226c63dc00994444f1113258e6726b63caa'/>
<id>4fc50226c63dc00994444f1113258e6726b63caa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GFX property tabs to game properties window, allowing them to be set to the user game ini. Additionally, refactor ConfigWidgets to reduce duplication. Refactor GameConfigWidget to use config system.</title>
<updated>2024-12-10T20:40:30+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2024-09-18T06:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=84a937ae651aa5296535e8feffe47aa1f2b219ab'/>
<id>84a937ae651aa5296535e8feffe47aa1f2b219ab</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Remove GraphicsWidget class</title>
<updated>2023-04-29T21:10:37+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-29T03:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5ca0430cb223ad46b19e5cb99209efdbdd4673f8'/>
<id>5ca0430cb223ad46b19e5cb99209efdbdd4673f8</id>
<content type='text'>
The old tooltip description box used GraphicsWidget to provide shared
code to the Graphics config panes for adding descriptions to their
settings.

The description box has been replaced by BalloonTips and serves no
further purpose, so remove it and have the Graphics panes derive from
QWidget instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old tooltip description box used GraphicsWidget to provide shared
code to the Graphics config panes for adding descriptions to their
settings.

The description box has been replaced by BalloonTips and serves no
further purpose, so remove it and have the Graphics panes derive from
QWidget instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: Rename GraphicsBool to ConfigBool</title>
<updated>2023-04-21T21:24:37+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-21T21:02:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5fa27704c850cbeeb9dc54979d99f7ea96f8f9e7'/>
<id>5fa27704c850cbeeb9dc54979d99f7ea96f8f9e7</id>
<content type='text'>
GraphicsBool is used by the panes in the Graphics config window to
create checkboxes 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 ConfigBool better reflects its
purpose. This should also make it less confusing when ConfigBools are
eventually added to the other config windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GraphicsBool is used by the panes in the Graphics config window to
create checkboxes 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 ConfigBool better reflects its
purpose. This should also make it less confusing when ConfigBools are
eventually added to the other config windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VISkip</title>
<updated>2023-01-14T06:56:37+00:00</updated>
<author>
<name>Sam Belliveau</name>
<email>sam.belliveau@gmail.com</email>
</author>
<published>2023-01-14T06:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=23ad07b3688a1145c22ac72dfc35b0d2f9f834ff'/>
<id>23ad07b3688a1145c22ac72dfc35b0d2f9f834ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
