<table><tr><td style="">davidedmundson created this revision.<br />Restricted Application added a project: Frameworks.<br />Restricted Application added a subscriber: kde-frameworks-devel.<br />davidedmundson requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D13034">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Intention is not to create a registry like system, but to replace<br />
KDElibs4Support::KGlobalSettings and to replace other system settingss<br />
-> some app communication in a more generic way.</p>

<p>writeEntry gains an additional flag Notify which if set, will notify<br />
clients of what has actually changed when we sync.</p>

<p>Rationale to put this into KConfig was so that we could have everything<br />
batched and sychronised to the file sync and to get the fine detailed<br />
exposure of what has actually changed which we don't get with a file<br />
watcher.</p>

<p>Default behaviour remains identical without any broadcast messages.</p>

<p>As it is a new dependency it is purely optional and anything referencing<br />
DBus is not in the public API. Our deployment on platforms without DBus<br />
tend to be standalone applications anyway.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Attached unit test</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R237 KConfig</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D13034">https://phabricator.kde.org/D13034</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
autotests/kconfigtest.cpp<br />
autotests/kconfigtest.h<br />
src/core/CMakeLists.txt<br />
src/core/kconfig.cpp<br />
src/core/kconfig_p.h<br />
src/core/kconfigbase.h<br />
src/core/kconfigdata.cpp<br />
src/core/kconfigdata.h<br />
src/core/kconfigwatcher.cpp<br />
src/core/kconfigwatcher.h<br />
src/gui/CMakeLists.txt</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>