<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/gui, branch v5.86.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Add Ctrl+Alt+Comma shortcut for "Configure Keyboard Shortcuts"</title>
<updated>2021-08-29T18:12:22+00:00</updated>
<author>
<name>empyreal one</name>
<email>empyreal@ukr.net</email>
</author>
<published>2021-08-29T18:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7ad396a0448abc7b6861c0a9ca80b9902d365bc9'/>
<id>7ad396a0448abc7b6861c0a9ca80b9902d365bc9</id>
<content type='text'>
BUG: 441537
FIXED-IN: 5.86
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 441537
FIXED-IN: 5.86
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to QStrinView</title>
<updated>2021-08-18T13:41:16+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-08-18T13:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=4f8ed9b7815584afc59a9ea73bb401d9b4006d68'/>
<id>4f8ed9b7815584afc59a9ea73bb401d9b4006d68</id>
<content type='text'>
Now that KF requires Qt 5.15.2; this basically reverts commit 2e8742e64fc0
with some trivial changes.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that KF requires Qt 5.15.2; this basically reverts commit 2e8742e64fc0
with some trivial changes.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more target-centric cmake code</title>
<updated>2021-05-27T01:54:31+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-27T01:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=e4a9b977d47cc1ec01282212039ed58241eafcf4'/>
<id>e4a9b977d47cc1ec01282212039ed58241eafcf4</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>Revert QStringView port</title>
<updated>2021-05-09T07:50:25+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-05-02T23:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=2e8742e64fc02477296335c39b0485895321855b'/>
<id>2e8742e64fc02477296335c39b0485895321855b</id>
<content type='text'>
QStringView has some bits of API that were only added in 5.15.2, whereas KF
requires 5.15.0.

This reverts commit 1780fb2a237af80ddc1f9cfb70cb892b53b91990.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QStringView has some bits of API that were only added in 5.15.2, whereas KF
requires 5.15.0.

This reverts commit 1780fb2a237af80ddc1f9cfb70cb892b53b91990.
</pre>
</div>
</content>
</entry>
<entry>
<title>Order macro for attribute for symbol export before that for deprecated</title>
<updated>2021-05-07T01:43:32+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-07T01:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=728c44c81c23401056484b7ab39a33821aa7e2f5'/>
<id>728c44c81c23401056484b7ab39a33821aa7e2f5</id>
<content type='text'>
The symbol export/visibility attribute is not standardized so far and
needs to be set by language extension attribute declaration at least
with clang &amp; MSVC, who both support that when it appears before the
standard attribute declaration.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The symbol export/visibility attribute is not standardized so far and
needs to be set by language extension attribute declaration at least
with clang &amp; MSVC, who both support that when it appears before the
standard attribute declaration.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't write position data for maximized windows</title>
<updated>2021-05-05T03:59:43+00:00</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2021-05-05T03:59:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=f5f12926b1ead2f36b2f7e8fc34ff864b5b6d60e'/>
<id>f5f12926b1ead2f36b2f7e8fc34ff864b5b6d60e</id>
<content type='text'>
A window that is maximized does not really have a position on screen
other then the fact that it's maximized, and writing out position data
in this case anyway will only serve to mis-position the window once
da-maximized, should KWin ever stop remembering de-maximized window
positions internally.

CCBUG: 434116
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A window that is maximized does not really have a position on screen
other then the fact that it's maximized, and writing out position data
in this case anyway will only serve to mis-position the window once
da-maximized, should KWin ever stop remembering de-maximized window
positions internally.

CCBUG: 434116
</pre>
</div>
</content>
</entry>
<entry>
<title>Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable</title>
<updated>2021-05-02T20:17:42+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-05-02T20:17:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=122125452775fd67a59c0a34e1c9941bc15a8f8d'/>
<id>122125452775fd67a59c0a34e1c9941bc15a8f8d</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>Minor code refactoring</title>
<updated>2021-05-02T18:09:09+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-05-02T15:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=1780fb2a237af80ddc1f9cfb70cb892b53b91990'/>
<id>1780fb2a237af80ddc1f9cfb70cb892b53b91990</id>
<content type='text'>
Some methods in ConfigLoaderHandler always returned true, change them to return
void instead. Also port them to take a QStringView instead of QStringRef, this
doesn't require a lot of changes because a QStringView can be constructed from
a QStringRef.

QXmlStreamAttribute methods like value() and name() return QStringRef in Qt5
and QStringView in Qt6, "fix" the issue by using auto keyword, which works
in both cases.

QStringView::toInt() isn't efficient in Qt5 so make the build conditional.

NO_CHANGELOG
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some methods in ConfigLoaderHandler always returned true, change them to return
void instead. Also port them to take a QStringView instead of QStringRef, this
doesn't require a lot of changes because a QStringView can be constructed from
a QStringRef.

QXmlStreamAttribute methods like value() and name() return QStringRef in Qt5
and QStringView in Qt6, "fix" the issue by using auto keyword, which works
in both cases.

QStringView::toInt() isn't efficient in Qt5 so make the build conditional.

NO_CHANGELOG
</pre>
</div>
</content>
</entry>
<entry>
<title>Use new version-controlled enumerator deprecation warning macros</title>
<updated>2021-04-26T17:21:43+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2021-04-26T17:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=17ce440211de8d72b683b25dae89ee6b7c9dc69d'/>
<id>17ce440211de8d72b683b25dae89ee6b7c9dc69d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense to LGPL-2.0-or-later</title>
<updated>2021-04-10T10:10:40+00:00</updated>
<author>
<name>Andreas Cord-Landwehr</name>
<email>cordlandwehr@kde.org</email>
</author>
<published>2021-04-10T10:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=48fd62f88073d268108b681aff53bc36b07d7523'/>
<id>48fd62f88073d268108b681aff53bc36b07d7523</id>
<content type='text'>
All named authors from copyright statements confirmed this change
(confirmations at sysadmins' longterm archive). From the git history
check, relicensecheck tells:

- lgplv2+: mdawson pandom79@gmail.com
  mdawson (   6 LOC): 0005ba7
pandom79@gmail.com (   4 LOC): eeb2bbe

Whereas pandom79 does not posses a KDE contributor account but also
confirmed via private mail (confirmation mail also in sysadmins'
archive).

Change 0005ba7 is a syntactical replacement of QT_TRANSLATE_NOOP with
QT_TRANSLATE_NOOP3 and thus can be assumed to not by copyrightable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All named authors from copyright statements confirmed this change
(confirmations at sysadmins' longterm archive). From the git history
check, relicensecheck tells:

- lgplv2+: mdawson pandom79@gmail.com
  mdawson (   6 LOC): 0005ba7
pandom79@gmail.com (   4 LOC): eeb2bbe

Whereas pandom79 does not posses a KDE contributor account but also
confirmed via private mail (confirmation mail also in sysadmins'
archive).

Change 0005ba7 is a syntactical replacement of QT_TRANSLATE_NOOP with
QT_TRANSLATE_NOOP3 and thus can be assumed to not by copyrightable.
</pre>
</div>
</content>
</entry>
</feed>
