<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.79.0-rc2</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Fix kconfig_compiler doxygen formatting</title>
<updated>2021-02-04T12:15:48+00:00</updated>
<author>
<name>David Hurka</name>
<email>david.hurka@mailbox.org</email>
</author>
<published>2021-02-04T12:15:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5d0dac047384e1f46e2de57f9b9ebf4f6fde0e26'/>
<id>5d0dac047384e1f46e2de57f9b9ebf4f6fde0e26</id>
<content type='text'>
 * Doxygen sections instead of markdown list items and HTML headers
 * More descriptive section titles
 * HTML Definition list instead of a wide HTML table for compiler options
 * HTML Definition list instead of a markdown item list for data types
 * Syntax highlighting for examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Doxygen sections instead of markdown list items and HTML headers
 * More descriptive section titles
 * HTML Definition list instead of a wide HTML table for compiler options
 * HTML Definition list instead of a markdown item list for data types
 * Syntax highlighting for examples
</pre>
</div>
</content>
</entry>
<entry>
<title>SVN_SILENT made messages (.desktop file) - always resolve ours</title>
<updated>2021-02-04T05:41:42+00:00</updated>
<author>
<name>l10n daemon script</name>
<email>scripty@kde.org</email>
</author>
<published>2021-02-04T05:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=68f8622dc9d40f9a8df7fa49680a109f7f924ddb'/>
<id>68f8622dc9d40f9a8df7fa49680a109f7f924ddb</id>
<content type='text'>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
</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://netuse.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://netuse.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://netuse.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>Remove dead cmake code</title>
<updated>2021-01-26T23:17:31+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-01-26T23:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b912232762e23c08e77d01aabc50ccca7a0acd72'/>
<id>b912232762e23c08e77d01aabc50ccca7a0acd72</id>
<content type='text'>
KDEWIN_LIBRARIES is never defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KDEWIN_LIBRARIES is never defined
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: preserve the milliseconds component of QDateTime</title>
<updated>2021-01-26T09:05:31+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-03-26T09:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b132648084df231c196e726c899761d83d0766cc'/>
<id>b132648084df231c196e726c899761d83d0766cc</id>
<content type='text'>
I stored a file's lastModified() into KConfig, to compare with it
again on next start, and the loss of milliseconds made the code think
the timestamps didn't match, even when they did.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I stored a file's lastModified() into KConfig, to compare with it
again on next start, and the loss of milliseconds made the code think
the timestamps didn't match, even when they did.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Q_EMIT instead of emit</title>
<updated>2021-01-18T10:05:31+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-01-18T10:05:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d1c58a842196c229913f908f42e8e3799b0717fc'/>
<id>d1c58a842196c229913f908f42e8e3799b0717fc</id>
<content type='text'>
In C++20 there are new classes that have member functions named emit().
c.f.:
https://lists.qt-project.org/pipermail/development/2020-February/038812.html
https://en.cppreference.com/w/cpp/io/basic_osyncstream/emit

GIT_SILENT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In C++20 there are new classes that have member functions named emit().
c.f.:
https://lists.qt-project.org/pipermail/development/2020-February/038812.html
https://en.cppreference.com/w/cpp/io/basic_osyncstream/emit

GIT_SILENT
</pre>
</div>
</content>
</entry>
<entry>
<title>Adapt to Qt6 text codec changes</title>
<updated>2021-01-17T19:53:29+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2020-12-10T20:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=63b88fed74445e64f05f4cade352a56c7291375e'/>
<id>63b88fed74445e64f05f4cade352a56c7291375e</id>
<content type='text'>
In Qt6 QTextCodec/QTextStream::setCodec is replaced with
QTextStream::setEncoding(QStringConverter::Encoding)

Also UTF-8 is the new default for QTextStream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Qt6 QTextCodec/QTextStream::setCodec is replaced with
QTextStream::setEncoding(QStringConverter::Encoding)

Also UTF-8 is the new default for QTextStream.
</pre>
</div>
</content>
</entry>
<entry>
<title>Qt::dec &amp; Qt::hex are already in Qt 5.14</title>
<updated>2021-01-14T18:07:26+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-01-14T18:07:26+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e4a8a8806c3ebefea4841a59ddee2db8f0d8117a'/>
<id>e4a8a8806c3ebefea4841a59ddee2db8f0d8117a</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>
</feed>
