<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/core, branch v5.66.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Remove endl at the end of qdebug</title>
<updated>2020-01-03T06:28:43+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2020-01-03T06:28:43+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=f9d50c202239ce02fcc991ea82856d2263760b16'/>
<id>f9d50c202239ce02fcc991ea82856d2263760b16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port deprecated methods</title>
<updated>2019-12-19T12:39:34+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2019-12-19T12:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=143fe890605cbd51b34d3b9ced709a5834b5832e'/>
<id>143fe890605cbd51b34d3b9ced709a5834b5832e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kconfig EBN transport protocol cleanup</title>
<updated>2019-12-11T09:09:50+00:00</updated>
<author>
<name>John Hayes</name>
<email>jdhayes.linux@gmail.com</email>
</author>
<published>2019-12-11T09:09:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=975aaeeff483658521d838561b15f38bcc990aa3'/>
<id>975aaeeff483658521d838561b15f38bcc990aa3</id>
<content type='text'>
Summary: Change and test transport protocol from http to https while correcting dead link

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25829
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary: Change and test transport protocol from http to https while correcting dead link

Reviewers: apol

Reviewed By: apol

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25829
</pre>
</div>
</content>
</entry>
<entry>
<title>update @since</title>
<updated>2019-12-10T11:33:16+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2019-12-10T11:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7fc91a387a17c88116627e752477409d49e16c91'/>
<id>7fc91a387a17c88116627e752477409d49e16c91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose getter to KConfigWatcher's config</title>
<updated>2019-12-10T11:15:11+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2019-12-10T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=7ab8275bdb56882692846d046a5bbeca5795b009'/>
<id>7ab8275bdb56882692846d046a5bbeca5795b009</id>
<content type='text'>
Summary:
It can help save users having to member variables for the config and the
watcher.

Reviewers: broulik

Reviewed By: broulik

Subscribers: broulik, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25833
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
It can help save users having to member variables for the config and the
watcher.

Reviewers: broulik

Reviewed By: broulik

Subscribers: broulik, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25833
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix writeFlags with KConfigCompilerSignallingItem</title>
<updated>2019-12-10T08:41:47+00:00</updated>
<author>
<name>David Edmundson</name>
<email>kde@davidedmundson.co.uk</email>
</author>
<published>2019-12-10T08:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=89fb70b571155deaee5a20af97d86c01460f9dcd'/>
<id>89fb70b571155deaee5a20af97d86c01460f9dcd</id>
<content type='text'>
Summary:
KConfigCompilerSignallingItem both inherits KConfigSkeletonItem and
internally is powered by a separate KConfigSkeletonItem

The generated code calls setWriteFlags on the outer
KConfigCompilerSignallingItem instance, but the real writing is
performed by the internal version. We need to set the flags in the right
place.

Ideally we would do this in an overload of KConfigSkeletonItem, but
given we can't, I've shadowed the method. This isn't pretty, but given
the docs say it should generally only be used from auto generated code,
should be fine.

Test Plan: Used in workspace KCM

Reviewers: ervin

Reviewed By: ervin

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
KConfigCompilerSignallingItem both inherits KConfigSkeletonItem and
internally is powered by a separate KConfigSkeletonItem

The generated code calls setWriteFlags on the outer
KConfigCompilerSignallingItem instance, but the real writing is
performed by the internal version. We need to set the flags in the right
place.

Ideally we would do this in an overload of KConfigSkeletonItem, but
given we can't, I've shadowed the method. This isn't pretty, but given
the docs say it should generally only be used from auto generated code,
should be fine.

Test Plan: Used in workspace KCM

Reviewers: ervin

Reviewed By: ervin

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25791
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use nullptr as flag. Make it compile against qt5.15</title>
<updated>2019-12-04T12:10:32+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2019-12-04T12:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=991d8de6ad84d19392b84c2c1c21b1da01b13569'/>
<id>991d8de6ad84d19392b84c2c1c21b1da01b13569</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add KPropertySkeletonItem</title>
<updated>2019-11-12T12:33:19+00:00</updated>
<author>
<name>Kevin Ottens</name>
<email>kevin.ottens@enioka.com</email>
</author>
<published>2019-11-12T10:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=d63955cfe547b00aaf5e4c8bf669f50f45f484a9'/>
<id>d63955cfe547b00aaf5e4c8bf669f50f45f484a9</id>
<content type='text'>
Summary:
This new item allows to use a QObject property as a source for a
setting. This is especially convenient for using with KCMs present in
systemsettings which tend to store information outside of KConfig (for
interfacing deeper with the system).

Reviewers: #frameworks, dfaure, davidedmundson, bport, crossi

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25211
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This new item allows to use a QObject property as a source for a
setting. This is especially convenient for using with KCMs present in
systemsettings which tend to store information outside of KConfig (for
interfacing deeper with the system).

Reviewers: #frameworks, dfaure, davidedmundson, bport, crossi

Subscribers: kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25211
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare KConfigSkeletonItem to allow inheriting its private class</title>
<updated>2019-11-12T12:33:19+00:00</updated>
<author>
<name>Kevin Ottens</name>
<email>kevin.ottens@enioka.com</email>
</author>
<published>2019-11-08T11:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=44cfa0631d25a1b558640e6122fa6b755bb8c7ad'/>
<id>44cfa0631d25a1b558640e6122fa6b755bb8c7ad</id>
<content type='text'>
Reviewers: #frameworks, dfaure, davidedmundson, bport, crossi

Subscribers: vkrause, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25210
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewers: #frameworks, dfaure, davidedmundson, bport, crossi

Subscribers: vkrause, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25210
</pre>
</div>
</content>
</entry>
<entry>
<title>These methods were adding in qt5.15</title>
<updated>2019-10-31T05:59:32+00:00</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2019-10-31T05:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=cf2c243ea9cc29e5267c076940c63d773da3d697'/>
<id>cf2c243ea9cc29e5267c076940c63d773da3d697</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
