<table><tr><td style="">gikari created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />gikari 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/D27100">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This diff is only touches the editing part of the ConfigEditor.</p>

<p>Changes:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Pass config values as the respecting types: <tt style="background: #ebebeb; font-size: 13px;">int</tt>, <tt style="background: #ebebeb; font-size: 13px;">bool</tt> and <tt style="background: #ebebeb; font-size: 13px;">string</tt>. This simplifies config editing in some extent - no more hardcoded options names, that requires quotes around values in gtkrc-2.0 and xsettingsd.conf. Also it simplifies working with GSettings API and helps to transform KDE config options to GTK config options.</li>
<li class="remarkup-list-item">Remove redundant <tt style="background: #ebebeb; font-size: 13px;">\\n</tt> symbols, when adding new option in gtkrc-2.0 and xsettingsd.conf</li>
</ol></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Restart Kded</li>
<li class="remarkup-list-item">Test all settings syncing. Specifically boolean ones and enum ones, as the format in configuration files has changed:</li>
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">Settings.ini</tt> uses new booleans (<tt style="background: #ebebeb; font-size: 13px;">true</tt> and <tt style="background: #ebebeb; font-size: 13px;">false</tt> instead of <tt style="background: #ebebeb; font-size: 13px;">1</tt> and <tt style="background: #ebebeb; font-size: 13px;">0</tt>)</li>
<li class="remarkup-list-item"><tt style="background: #ebebeb; font-size: 13px;">Settings.ini</tt>, <tt style="background: #ebebeb; font-size: 13px;">.gtkrc-2.0</tt> and <tt style="background: #ebebeb; font-size: 13px;">xsettingsd.conf</tt> use <tt style="background: #ebebeb; font-size: 13px;">int</tt> value of enum instead of <tt style="background: #ebebeb; font-size: 13px;">string</tt></li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R99 KDE Gtk Configuration Tool</div></div></div><br /><div><strong>BRANCH</strong><div><div>parameterise-gtk-config-io (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27100">https://phabricator.kde.org/D27100</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kded/configeditor.cpp<br />
kded/configeditor.h<br />
kded/configvalueprovider.cpp<br />
kded/configvalueprovider.h<br />
kded/gtkconfig.cpp</div></div></div><br /><div><strong>To: </strong>gikari<br /><strong>Cc: </strong>plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, jraleigh, zachus, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>