<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/MainWindow.h, branch release-prep-2407</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>Merge pull request #11497 from vyuuui/debugger_assembler_ui</title>
<updated>2023-12-16T21:15:31+00:00</updated>
<author>
<name>Tilka</name>
<email>tilkax@gmail.com</email>
</author>
<published>2023-12-16T21:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=773ffd04b8ce3695e2676db66ac2a2bf2ba73494'/>
<id>773ffd04b8ce3695e2676db66ac2a2bf2ba73494</id>
<content type='text'>
Built-in assembler for debugger interface</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Built-in assembler for debugger interface</pre>
</div>
</content>
</entry>
<entry>
<title>Parser and Assembler implementations</title>
<updated>2023-12-13T13:32:20+00:00</updated>
<author>
<name>vyuuui</name>
<email>tyrannicanine@gmail.com</email>
</author>
<published>2022-12-18T08:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=38c15df46478d019bf22ab570a30acfa30531319'/>
<id>38c15df46478d019bf22ab570a30acfa30531319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Hardcore Warning Widget</title>
<updated>2023-12-02T21:41:15+00:00</updated>
<author>
<name>LillyJadeKatrin</name>
<email>lilly.kitty.1988@gmail.com</email>
</author>
<published>2023-11-15T15:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=71f3039f9682df901d2554370293b2aaee1a1c27'/>
<id>71f3039f9682df901d2554370293b2aaee1a1c27</id>
<content type='text'>
This widget will be used in several places to notify the player that a feature has been disabled because hardcore mode is on. It includes a button to open the Achievement Settings so that Hardcore Mode may be turned off. Also included is the framework required to open AchievementsWindow specifically on the Settings tab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This widget will be used in several places to notify the player that a feature has been disabled because hardcore mode is on. It includes a button to open the Achievement Settings so that Hardcore Mode may be turned off. Also included is the framework required to open AchievementsWindow specifically on the Settings tab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #12066 from Pokechu22/main-window-right-click-menu</title>
<updated>2023-08-13T16:49:56+00:00</updated>
<author>
<name>JMC47</name>
<email>JMC4789@gmail.com</email>
</author>
<published>2023-08-13T16:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=0495a6af4ee426d0d2c1e4a7fc51a27a5c438033'/>
<id>0495a6af4ee426d0d2c1e4a7fc51a27a5c438033</id>
<content type='text'>
Disable right-click menu on main window</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable right-click menu on main window</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Switch dark/light theme when Windows theme changes.</title>
<updated>2023-08-12T14:54:54+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-07-31T21:22:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=250d5f55deb0febb9ea94090332bbbbd91d1af5c'/>
<id>250d5f55deb0febb9ea94090332bbbbd91d1af5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable right-click menu on main window</title>
<updated>2023-08-11T17:45:31+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2023-07-23T22:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1f8f3840ac086c3047d19701b245132e74a65e5f'/>
<id>1f8f3840ac086c3047d19701b245132e74a65e5f</id>
<content type='text'>
Before, right-clicking on the toolbar would allow toggling all dock widgets, including the debugger ones even when they are disabled. (See https://doc.qt.io/qt-5/qmainwindow.html#createPopupMenu for this behavior, and https://bugs.dolphin-emu.org/issues/13306 for an example of where it caused issues.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, right-clicking on the toolbar would allow toggling all dock widgets, including the debugger ones even when they are disabled. (See https://doc.qt.io/qt-5/qmainwindow.html#createPopupMenu for this behavior, and https://bugs.dolphin-emu.org/issues/13306 for an example of where it caused issues.)
</pre>
</div>
</content>
</entry>
<entry>
<title>VideoCommon: Pass WindowSystemInfo to InitBackendInfo</title>
<updated>2023-06-09T05:07:39+00:00</updated>
<author>
<name>Pokechu22</name>
<email>Pokechu022@gmail.com</email>
</author>
<published>2023-03-26T00:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=c63f0f37cd84d627dd40ace3205c689efc068ac0'/>
<id>c63f0f37cd84d627dd40ace3205c689efc068ac0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added AchievementsWindow QDialog</title>
<updated>2023-06-01T22:12:20+00:00</updated>
<author>
<name>LillyJadeKatrin</name>
<email>lilly.kitty.1988@gmail.com</email>
</author>
<published>2023-05-26T13:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e1e662b86a15bb533ae3a9f04ce92d551460ef5e'/>
<id>e1e662b86a15bb533ae3a9f04ce92d551460ef5e</id>
<content type='text'>
AchievementsWindow is the dialog box that will eventually contain the settings and progress data for RetroAchievements on Dolphin. This adds the barebones dialog, and connects it to MainWindow's MenuBar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AchievementsWindow is the dialog box that will eventually contain the settings and progress data for RetroAchievements on Dolphin. This adds the barebones dialog, and connects it to MainWindow's MenuBar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Feature: Emulate Disney Infinity Base</title>
<updated>2023-04-28T00:29:34+00:00</updated>
<author>
<name>Joshua de Reeper</name>
<email>joshua@dereeper.co.nz</email>
</author>
<published>2023-01-24T21:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f632f9464524c01dbfb2c93bc7f58ed5840e61a6'/>
<id>f632f9464524c01dbfb2c93bc7f58ed5840e61a6</id>
<content type='text'>
Create, Load and Clear Infinity figures on an emulated base in the UI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create, Load and Clear Infinity figures on an emulated base in the UI
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning</title>
<updated>2023-01-31T06:41:24+00:00</updated>
<author>
<name>Scott Mansell</name>
<email>phiren@gmail.com</email>
</author>
<published>2023-01-29T01:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=89d9ec0a84edf2c9c2e8d7cd4b3cf295814418ff'/>
<id>89d9ec0a84edf2c9c2e8d7cd4b3cf295814418ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
