<table><tr><td style="">dfaure created this revision.<br />dfaure added reviewers: mdawson, arichardson.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />dfaure 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/D23815">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>In kconf_update, the ctime usage used to be about metadata change time<br />
(buff.st_ctime, before it got ported to the misnamed created()).<br />
I ported it to birthTime, because I think<br />
date of birth is a more useful way to identify a file than<br />
date of permission change which doesn't really matter to us.<br />
But in practice, I can't help but wonder if mtime alone wouldn't be<br />
enough.</p>

<p>For the QStringLiteral("%%1").arg(i) bit, I tested it in tst_qstring,<br />
the first % is left untouched.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>make && ctest</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/D23815">https://phabricator.kde.org/D23815</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/kconfigloadertest.cpp<br />
autotests/kconfigtest.cpp<br />
src/core/kcoreconfigskeleton.cpp<br />
src/kconf_update/kconf_update.cpp<br />
src/kconfig_compiler/kconfig_compiler.cpp</div></div></div><br /><div><strong>To: </strong>dfaure, mdawson, arichardson<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>