<table><tr><td style="">kossebau created this revision.<br />Restricted Application added a subscriber: kdevelop-devel.
</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/D6038" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The old API had a single method "add" which then by the second parameter<br />
being a nullptr or not decided whether to insert before that page<br />
as given by the second parameter or append at the end.<br />
This confused code readers a little, so splitting into<br />
two distinct methods following std list API conventions<br />
("append(x)" vs. "insert(before, x)") should improve things,<br />
even if at the cost of an additional symbol.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R33 KDevPlatform</div></div></div><br /><div><strong>BRANCH</strong><div><div>improveConfigDialogAPI</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6038" rel="noreferrer">https://phabricator.kde.org/D6038</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>shell/configdialog.cpp<br />
shell/configdialog.h<br />
shell/projectcontroller.cpp<br />
shell/uicontroller.cpp</div></div></div><br /><div><strong>To: </strong>kossebau, KDevelop<br /><strong>Cc: </strong>kdevelop-devel<br /></div>