<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src, branch v5.82.0-rc1</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Make the docs state that KConfig::reparseConfiguration() calls sync() if needed</title>
<updated>2021-04-28T13:26:02+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-04-28T13:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=50ae3700dc57e53c3583b3afc9661fdb8932ad03'/>
<id>50ae3700dc57e53c3583b3afc9661fdb8932ad03</id>
<content type='text'>
This matches the method actually does, and makes it clearer that you don't
need to do config-&gt;sync() followed by config()-&gt;reparseConfiguration(), the
latter should suffice.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This matches the method actually does, and makes it clearer that you don't
need to do config-&gt;sync() followed by config()-&gt;reparseConfiguration(), the
latter should suffice.
</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>Deprecate KDesktopFile::readDevice()</title>
<updated>2021-04-18T21:05:32+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-04-18T19:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=533ff88a5430655f3b969b3e1a86ac71064c57ef'/>
<id>533ff88a5430655f3b969b3e1a86ac71064c57ef</id>
<content type='text'>
Since the FSDevice .desktop template hasn't been installed for a long time,
this method in KDesktopFile hasn't been useful. The whole FSDesktop concept
seems to be redundant nowadays, since CDRom and Floppy drives have been replaced
by USB sticks.

See this KF6 taks for more details:
https://phabricator.kde.org/T14295#253759
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the FSDevice .desktop template hasn't been installed for a long time,
this method in KDesktopFile hasn't been useful. The whole FSDesktop concept
seems to be redundant nowadays, since CDRom and Floppy drives have been replaced
by USB sticks.

See this KF6 taks for more details:
https://phabricator.kde.org/T14295#253759
</pre>
</div>
</content>
</entry>
<entry>
<title>KConfig: rename kconfigdata.h to kconfigdata_p.h</title>
<updated>2021-04-15T10:02:10+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-15T10:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=163cebc7065cd85650f45e93203b3ea8dd82f652'/>
<id>163cebc7065cd85650f45e93203b3ea8dd82f652</id>
<content type='text'>
It's internal, the symbols are not exported, the header is not installed.

The _p.h naming makes this more obvious, when grepping for stuff in
public API.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's internal, the symbols are not exported, the header is not installed.

The _p.h naming makes this more obvious, when grepping for stuff in
public API.
</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>
<entry>
<title>Relicense to LGPL-2.0-or-later</title>
<updated>2021-04-10T10:05:37+00:00</updated>
<author>
<name>Andreas Cord-Landwehr</name>
<email>cordlandwehr@kde.org</email>
</author>
<published>2021-04-10T10:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=5210b3349e47e128674b6a4426035ccba27404cd'/>
<id>5210b3349e47e128674b6a4426035ccba27404cd</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+: pandom79@gmail.com
pandom79@gmail.com (   7 LOC): eeb2bbe

Whereas pandom79 does not posses a KDE contributor account but also
confirmed via private mail (confirmation mail also in sysadmins'
archive).
</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+: pandom79@gmail.com
pandom79@gmail.com (   7 LOC): eeb2bbe

Whereas pandom79 does not posses a KDE contributor account but also
confirmed via private mail (confirmation mail also in sysadmins'
archive).
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig_compiler: add override to generated destructors</title>
<updated>2021-04-05T12:23:47+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-04-04T11:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=27f1d268d9f960b72081b74b0688fdc5fc212ff5'/>
<id>27f1d268d9f960b72081b74b0688fdc5fc212ff5</id>
<content type='text'>
This fixes the clang warning
globalsettings_kmail.h:58:5: warning: '~GlobalSettingsBase' overrides a destructor but is not marked 'override' [-Wsuggest-destructor-override]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the clang warning
globalsettings_kmail.h:58:5: warning: '~GlobalSettingsBase' overrides a destructor but is not marked 'override' [-Wsuggest-destructor-override]
</pre>
</div>
</content>
</entry>
<entry>
<title>[kconfig_compiler] Explicitly open input file for reading</title>
<updated>2021-03-22T12:38:46+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2021-03-17T00:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ce350dfdd9d32849346c5b89fffa4f553b94188b'/>
<id>ce350dfdd9d32849346c5b89fffa4f553b94188b</id>
<content type='text'>
In Qt6 QDomDocument does not open the file itself any more
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Qt6 QDomDocument does not open the file itself any more
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove old contact data from src/kconfig_compiler_README.dox</title>
<updated>2021-03-16T17:38:31+00:00</updated>
<author>
<name>David Hurka</name>
<email>david.hurka@mailbox.org</email>
</author>
<published>2021-03-16T17:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=fee82b7f093cfdcfd217582df18ff41721e6e120'/>
<id>fee82b7f093cfdcfd217582df18ff41721e6e120</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve code readability by using QLatin1String::arg()</title>
<updated>2021-03-05T23:35:09+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2021-02-23T15:09:33+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d5ca63b954407b36c18c70e2ecace7b30694558d'/>
<id>d5ca63b954407b36c18c70e2ecace7b30694558d</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>
