<table><tr><td style="">sitter created this revision.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />sitter 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/D26667">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>this previously relied on manually replicating strings and whatnot, it was<br />
very awkward to read and the load functions were also getting a bit long.</p>

<p>introducing the new entry system:<br />
generic table entries are now represented by a more generic Entry object<br />
comprised of the entry label (e.g. 'Plasma Version:') and its value<br />
(e.g. '5.17.0'). from those entries the UI is then constructed (i.e.<br />
large parts of the UI are now no longer in the designer file but rather<br />
constructed manually).<br />
all visible entries are further more collected in a global list of entries<br />
from which we'll generate the clipboard dump.<br />
localization switching is now carried out through KLocalized String instead<br />
of having string copies floating about. depending on context we'll either<br />
resolve the localized or original string.</p>

<p>this should also make it easier to change the data set in the future, be<br />
it adding or removing new data</p>

<p>RTL languages have a broken clipboard but it looks that was the case before<br />
as well and I utterly failed to bend it into shape with bidirectional<br />
control characters :(</p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">LANGUAGE=en</li>
<li class="remarkup-list-item">all entires shown</li>
<li class="remarkup-list-item">copy to clipboard dumps all entries as before</li>
</ol>

<ol class="remarkup-list">
<li class="remarkup-list-item">LANGUAGE=de</li>
<li class="remarkup-list-item">as above</li>
<li class="remarkup-list-item">copy to as english dumps in english rather than german</li>
</ol>

<ol class="remarkup-list">
<li class="remarkup-list-item">LANGUAGE=he</li>
<li class="remarkup-list-item">as above</li>
<li class="remarkup-list-item">copy in hebrew seems incorrectly order (probably because bidi algorithm falls over from both the RTL label being in the same line as the LTR numbers)</li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R102 KInfoCenter</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/D26667">https://phabricator.kde.org/D26667</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>Modules/about-distro/src/Module.cpp<br />
Modules/about-distro/src/Module.h<br />
Modules/about-distro/src/Module.ui</div></div></div><br /><div><strong>To: </strong>sitter<br /><strong>Cc: </strong>plasma-devel, 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>