<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/Source/Core/DolphinQt/Config/ToolTipControls, branch 2412</title>
<subtitle>GameCube and Wii emulator</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/'/>
<entry>
<title>DolphinQt: Fix BalloonTip positioning on secondary monitors.</title>
<updated>2024-03-20T08:13:11+00:00</updated>
<author>
<name>Jordan Woyak</name>
<email>jordan.woyak@gmail.com</email>
</author>
<published>2024-03-19T04:16:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=647eba36f3bbf8b5e4a6d141bf3c8dc087548cfd'/>
<id>647eba36f3bbf8b5e4a6d141bf3c8dc087548cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BalloonTip: Rework BalloonTip drawing</title>
<updated>2024-02-17T20:36:19+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-11-25T00:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=56ff19c51301d3b029e71a71c3f54f72bb2fb808'/>
<id>56ff19c51301d3b029e71a71c3f54f72bb2fb808</id>
<content type='text'>
* Fix irregularly shaped corners
* Remove extra space for BalloonTips with no message or no title
* When the target tip location is not on a screen, put the tooltip on
  the mouse's screen instead of the primary screen
* Fix description getting cut off when the title was too long
* Expose border width as a parameter
* Fix spacing and sizing issues with larger border widths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix irregularly shaped corners
* Remove extra space for BalloonTips with no message or no title
* When the target tip location is not on a screen, put the tooltip on
  the mouse's screen instead of the primary screen
* Fix description getting cut off when the title was too long
* Expose border width as a parameter
* Fix spacing and sizing issues with larger border widths
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt/Settings: Split setting of the user style into two functions.</title>
<updated>2023-11-05T11:58:11+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-11-04T16:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=6d585b6eb6a2248858916f936c5af9e7910e9b56'/>
<id>6d585b6eb6a2248858916f936c5af9e7910e9b56</id>
<content type='text'>
This makes it so that if you just want to reload the current style (eg. on program start, or in response to a system event), you don't need to know the name of the currently selected user style. It's also more consistent with the way the 'userstyle/enabled' flag works.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it so that if you just want to reload the current style (eg. on program start, or in response to a system event), you don't need to know the name of the currently selected user style. It's also more consistent with the way the 'userstyle/enabled' flag works.
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: Add ToolTipPushButton.</title>
<updated>2023-08-12T19:33:43+00:00</updated>
<author>
<name>Admiral H. Curtiss</name>
<email>pikachu025@gmail.com</email>
</author>
<published>2023-08-12T19:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e6c7f4e14b43bfc0977321c7a9e3825ae91a95e3'/>
<id>e6c7f4e14b43bfc0977321c7a9e3825ae91a95e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DolphinQt: assume QT_VERSION_CHECK &gt;= 6.0.0</title>
<updated>2023-04-25T17:39:05+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2023-04-19T19:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=258cf0ff289edb7960cf78b35417fa9c5fa4ecf7'/>
<id>258cf0ff289edb7960cf78b35417fa9c5fa4ecf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt/Config: Move BalloonTip.h/cpp from Graphics to ToolTipControls</title>
<updated>2023-04-19T23:46:46+00:00</updated>
<author>
<name>Dentomologist</name>
<email>dentomologist@gmail.com</email>
</author>
<published>2023-04-19T23:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=7a78ace6081423c95fe761bbc605b5904e1fdd02'/>
<id>7a78ace6081423c95fe761bbc605b5904e1fdd02</id>
<content type='text'>
BalloonTip.h/cpp are only used from the ToolTipControls folder, so move
them there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BalloonTip.h/cpp are only used from the ToolTipControls folder, so move
them there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt: hide balloon tooltip when parent gets hidden</title>
<updated>2022-05-08T07:48:30+00:00</updated>
<author>
<name>Shawn Hoffman</name>
<email>godisgovernment@gmail.com</email>
</author>
<published>2022-05-08T07:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=1e033a4f73e8d413cf88dc576db81e357978e32a'/>
<id>1e033a4f73e8d413cf88dc576db81e357978e32a</id>
<content type='text'>
fixes balloon remaining onscreen when parent gets
hidden via escape key for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes balloon remaining onscreen when parent gets
hidden via escape key for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for building against Qt 6</title>
<updated>2022-05-03T05:39:33+00:00</updated>
<author>
<name>spycrab</name>
<email>spycrab@users.noreply.github.com</email>
</author>
<published>2021-04-25T00:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=004e8a80b2cd577f0dd6b7b998d11181798c69da'/>
<id>004e8a80b2cd577f0dd6b7b998d11181798c69da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: convert GPLv2+ license info to SPDX tags</title>
<updated>2021-07-05T02:35:56+00:00</updated>
<author>
<name>Pierre Bourdon</name>
<email>delroth@gmail.com</email>
</author>
<published>2021-07-05T01:22:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=e149ad4f0a9874f354221a7fc76d8f1841e47808'/>
<id>e149ad4f0a9874f354221a7fc76d8f1841e47808</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mixed comments to input code, make some tooltip clearer</title>
<updated>2021-05-12T15:27:23+00:00</updated>
<author>
<name>Filoppi</name>
<email>filippotarpini@hotmail.it</email>
</author>
<published>2021-05-04T20:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/dolphin/commit/?id=f4fec42165f245e8ad35456a25bfada8428ba1f2'/>
<id>f4fec42165f245e8ad35456a25bfada8428ba1f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
