<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.78.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Remove ifdefs, we require Qt 5.14 now</title>
<updated>2020-12-18T18:16:53+00:00</updated>
<author>
<name>Albert Astals Cid</name>
<email>aacid@kde.org</email>
</author>
<published>2020-12-18T18:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d9eb723d528c63265a6a534a3a6b660eded95d45'/>
<id>d9eb723d528c63265a6a534a3a6b660eded95d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly include QStringList</title>
<updated>2020-12-12T21:20:31+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2020-12-10T19:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b3b17d054970e48479aa3afe0a9dfd836efb8536'/>
<id>b3b17d054970e48479aa3afe0a9dfd836efb8536</id>
<content type='text'>
Forward declaring it breaks with Qt6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forward declaring it breaks with Qt6
</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://netuse.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://netuse.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://netuse.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://netuse.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://netuse.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>
<entry>
<title>Fix comment</title>
<updated>2020-12-03T10:53:42+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2020-12-03T10:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=acfbe17bf5574e268d1261587e9194bd225a9867'/>
<id>acfbe17bf5574e268d1261587e9194bd225a9867</id>
<content type='text'>
GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KF6 TODO to use the just-approved (*) XDG_STATE_HOME env var.</title>
<updated>2020-11-07T18:06:01+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2020-11-07T18:03:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=af232ec74629cec56a5b67b79f77dd903e106719'/>
<id>af232ec74629cec56a5b67b79f77dd903e106719</id>
<content type='text'>
See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/4

(*) by me :-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/4

(*) by me :-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix KConfigGroup::copyTo with KConfigBase::Notify</title>
<updated>2020-11-07T14:36:37+00:00</updated>
<author>
<name>Fabian Vogt</name>
<email>fabian@ritter-vogt.de</email>
</author>
<published>2020-11-07T13:54:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2f68c5427c4a1643018b9a41bff2c83e50c5a03f'/>
<id>2f68c5427c4a1643018b9a41bff2c83e50c5a03f</id>
<content type='text'>
Without this, bNotify was not set on copies, making Notify a noop.

CCBUG: 428771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, bNotify was not set on copies, making Notify a noop.

CCBUG: 428771
</pre>
</div>
</content>
</entry>
</feed>
