<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/Graphics, branch 2512</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Improved stereoscopic 3D settings</title>
<updated>2025-11-12T09:29:03+00:00</updated>
<author>
<name>AndrewGDX</name>
<email>andrewgdx@gmail.com</email>
</author>
<published>2025-11-10T12:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=113c86f1b4661c7e300d3867cd26ed26b2640f2a'/>
<id>113c86f1b4661c7e300d3867cd26ed26b2640f2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13953 from TryTwo/add_osd_tab</title>
<updated>2025-10-15T20:35:26+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-10-15T20:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e8d9c124e5290c9c02c16d83583ce82b4e57c0f2'/>
<id>e8d9c124e5290c9c02c16d83583ce82b4e57c0f2</id>
<content type='text'>
Qt Settings: Transfer OSD settings to a new OSD pane.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Qt Settings: Transfer OSD settings to a new OSD pane.</pre>
</div>
</content>
</entry>
<entry>
<title>VideoBackend: Rename GetName to GetConfigName</title>
<updated>2025-10-14T00:38:20+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2025-09-23T21:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=5b4df5ae98494a74e954b7866df1eb4384a81641'/>
<id>5b4df5ae98494a74e954b7866df1eb4384a81641</id>
<content type='text'>
Make the function name more explicit and a better match for
GetDisplayName.

Change NAME to CONFIG_NAME while I'm at it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make the function name more explicit and a better match for
GetDisplayName.

Change NAME to CONFIG_NAME while I'm at it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt Setting Panes: Remove original location of options transferred to the OSD pane.</title>
<updated>2025-10-11T00:02:00+00:00</updated>
<author>
<name>TryTwo</name>
<email>taolas@gmail.com</email>
</author>
<published>2025-09-19T00:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=fcb3d2fb0594f940c8325ee1e3284be053b3c8f3'/>
<id>fcb3d2fb0594f940c8325ee1e3284be053b3c8f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13161 from oltolm/fix_qt6_warnings</title>
<updated>2025-09-28T18:02:56+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2025-09-28T18:02:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=79a98b8235354d4761b89129e472bdec6d5483cb'/>
<id>79a98b8235354d4761b89129e472bdec6d5483cb</id>
<content type='text'>
dolphinQt: fix Qt6 deprecation warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dolphinQt: fix Qt6 deprecation warnings</pre>
</div>
</content>
</entry>
<entry>
<title>EnhancementsWidget: Fix display of default post-processing effect</title>
<updated>2025-08-12T01:01:14+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2025-04-27T18:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4303e086bf880d2f0658fe5df38390851e3815c8'/>
<id>4303e086bf880d2f0658fe5df38390851e3815c8</id>
<content type='text'>
Show "(off)" instead of "" when the default post-processing effect is
selected. This also indirectly fixes issues with keyboard navigation of
the post-processing effect combobox when the default is selected,
resolving https://bugs.dolphin-emu.org/issues/13863.

m_post_processing_effect was previously using the ConfigStringChoice
constructor that assumes the text and data of each option are identical.
This is true for all the other effects, but since "(off)" has the config
value of "" this assumption was failing for it, causing the combobox to
be blank.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show "(off)" instead of "" when the default post-processing effect is
selected. This also indirectly fixes issues with keyboard navigation of
the post-processing effect combobox when the default is selected,
resolving https://bugs.dolphin-emu.org/issues/13863.

m_post_processing_effect was previously using the ConfigStringChoice
constructor that assumes the text and data of each option are identical.
This is true for all the other effects, but since "(off)" has the config
value of "" this assumption was failing for it, causing the combobox to
be blank.
</pre>
</div>
</content>
</entry>
<entry>
<title>EnhancementsWidget: Unabbreviate function and member names</title>
<updated>2025-08-12T00:59:55+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2025-04-27T06:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=61d9002ab4fdddc559f6ca00739932c81b13c6be'/>
<id>61d9002ab4fdddc559f6ca00739932c81b13c6be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Qt6 deprecation warnings</title>
<updated>2025-07-19T20:08:15+00:00</updated>
<author>
<name>oltolm</name>
<email>oleg.tolmatcev@gmail.com</email>
</author>
<published>2024-11-01T12:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=49c72efcd3dd4da70cf9f5fb43ba68cd7db76ce1'/>
<id>49c72efcd3dd4da70cf9f5fb43ba68cd7db76ce1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #13736 from jordan-woyak/main-config-gfx</title>
<updated>2025-07-03T06:31:01+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-07-03T06:31:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=a5e85caf0af66fec07b476718a69519b06e6a69f'/>
<id>a5e85caf0af66fec07b476718a69519b06e6a69f</id>
<content type='text'>
DolphinQt: Move graphics config to main Settings window.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DolphinQt: Move graphics config to main Settings window.</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Adjust PostProcessingConfigWindow size on creation.</title>
<updated>2025-07-01T20:26:13+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2025-07-01T20:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=4126b4e9043b855008a05cb2805255be52e35d4b'/>
<id>4126b4e9043b855008a05cb2805255be52e35d4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
