<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/gui, branch v5.79.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix window positioning regression due to incorrect fallback in fallback</title>
<updated>2021-02-10T08:32:56+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-08T18:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=aa1b1b35acefb55e36a39cf045098405b1238ef2'/>
<id>aa1b1b35acefb55e36a39cf045098405b1238ef2</id>
<content type='text'>
We have a fallback string that gets searched for in the KCM, but that
fallback itself should not have a fallback, or else we always use that
second fallback and the window gets positioned incorrectly the first
time it's opened. So let's replace the second fallback with -1.

BUG: 432661
FIXED-IN: 5.79
(cherry picked from commit 97accd14d732f3eda1c25bb58290cb9311040798)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have a fallback string that gets searched for in the KCM, but that
fallback itself should not have a fallback, or else we always use that
second fallback and the window gets positioned incorrectly the first
time it's opened. So let's replace the second fallback with -1.

BUG: 432661
FIXED-IN: 5.79
(cherry picked from commit 97accd14d732f3eda1c25bb58290cb9311040798)
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor window geometry save/restore code to be less fragile</title>
<updated>2021-02-03T02:39:34+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-02T17:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=7766259eb5287d11d2ef60b50da9255b1307df3c'/>
<id>7766259eb5287d11d2ef60b50da9255b1307df3c</id>
<content type='text'>
This commit refactors the code a bit to define the window geometry
strings in one place and uses a common method to read and write them.

This makes future changes much less fragile and fixes a pre-existing bug
that had gone un-noticed which caused window positions to not be saved
on a per-resolution basis in addition to a per-display-arrangement
basis. Old strings are used if available to that people don't lose their
saved position data the first time they upgrade to KF 5.79.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit refactors the code a bit to define the window geometry
strings in one place and uses a common method to read and write them.

This makes future changes much less fragile and fixes a pre-existing bug
that had gone un-noticed which caused window positions to not be saved
on a per-resolution basis in addition to a per-display-arrangement
basis. Old strings are used if available to that people don't lose their
saved position data the first time they upgrade to KF 5.79.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix restoring window size when closed while maximized</title>
<updated>2021-02-02T14:40:49+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-02-01T20:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=b57c7ad9acf45928a6debefcd432cc50432fefdb'/>
<id>b57c7ad9acf45928a6debefcd432cc50432fefdb</id>
<content type='text'>
The maximization string was being saved to the config file including
the connected screens, but the code to read it was not, and was also
looking for the old incorrect format. This could have resulted in old
config values being used forever, and the window always being opened
in a maximized state.

BUG: 430521
FIXED-IN: 5.79
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The maximization string was being saved to the config file including
the connected screens, but the code to read it was not, and was also
looking for the old incorrect format. This could have resulted in old
config values being used forever, and the window always being opened
in a maximized state.

BUG: 430521
FIXED-IN: 5.79
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace KF5_VERSION with KF_VERSION</title>
<updated>2021-01-29T21:23:01+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-01-29T21:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=1605a2b5cf459cf72b960e32702f5a32ad2cc711'/>
<id>1605a2b5cf459cf72b960e32702f5a32ad2cc711</id>
<content type='text'>
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.

Given this is purely internal we can to this now, making it a bit more future-proof

GIT_SILENT

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name.

Given this is purely internal we can to this now, making it a bit more future-proof

GIT_SILENT

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>QString::split(QChar, Qt::SplitBehavior, ...) is already in Qt 5.14</title>
<updated>2021-01-14T18:05:03+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-01-14T18:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=6aa8ad50cec0ac1a0e798d2f141f18cff35d8009'/>
<id>6aa8ad50cec0ac1a0e798d2f141f18cff35d8009</id>
<content type='text'>
NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused include</title>
<updated>2020-12-10T21:58:11+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2020-12-10T19:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=2f8a0d60914e3a42b154c86019ee00387bc4e620'/>
<id>2f8a0d60914e3a42b154c86019ee00387bc4e620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use | instead of + for combining keys</title>
<updated>2020-12-10T21:07:34+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2020-12-10T21:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=5ec83d6cb9ad7e987e56323f8cad8139b64769e7'/>
<id>5ec83d6cb9ad7e987e56323f8cad8139b64769e7</id>
<content type='text'>
The latter breaks with Qt6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The latter breaks with Qt6
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix windows being inappropriately maximized on launch</title>
<updated>2020-12-09T18:23:27+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-12-08T19:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=a62e53e1b1fdb363fefb74907dca339b238e99b9'/>
<id>a62e53e1b1fdb363fefb74907dca339b238e99b9</id>
<content type='text'>
When a window is closed while maximized, we write a special string to
the config file so that it gets restored in its maximized state. But we
don't ever delete that thing when the window is un-maximized and closed
again, causing the window to always be maximized when launched.

BUG: 426813
FIXED-IN: 5.78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a window is closed while maximized, we write a special string to
the config file so that it gets restored in its maximized state. But we
don't ever delete that thing when the window is un-maximized and closed
again, causing the window to always be maximized when launched.

BUG: 426813
FIXED-IN: 5.78
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct format of window maximized string</title>
<updated>2020-12-09T03:10:13+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-12-08T19:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=1be7af75767d579133e71f70f4629ac9c1e027fd'/>
<id>1be7af75767d579133e71f70f4629ac9c1e027fd</id>
<content type='text'>
All other resolutions are stored in the form of width x height, but a
silly transposition error had the maximized strong being height x width.
That's fixed now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All other resolutions are stored in the form of width x height, but a
silly transposition error had the maximized strong being height x width.
That's fixed now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix window sizing and positioning on Windows</title>
<updated>2020-12-07T22:15:28+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-12-07T19:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://dynamicmalloc.com/cgit/kconfig.git/commit/?id=e5fb03b6e915b176ae8804ae7317ff1977848487'/>
<id>e5fb03b6e915b176ae8804ae7317ff1977848487</id>
<content type='text'>
The feature to make windows remember their sizes and positions across
screen layouts relied on calling QScreen::name() to identify screens.
Unfortunately this function returns garbage on Windows; see
https://bugreports.qt.io/browse/QTBUG-74317

So on Windows, let's identify displays by serial number as a workaround.

BUG: 429943
FIXED-IN: 5.78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The feature to make windows remember their sizes and positions across
screen layouts relied on calling QScreen::name() to identify screens.
Unfortunately this function returns garbage on Windows; see
https://bugreports.qt.io/browse/QTBUG-74317

So on Windows, let's identify displays by serial number as a workaround.

BUG: 429943
FIXED-IN: 5.78
</pre>
</div>
</content>
</entry>
</feed>
