<table><tr><td style="">christiant created this revision.<br />christiant added projects: VDG, KDevelop.<br />Herald added a subscriber: kdevelop-devel.<br />christiant 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/D20142">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The porposal is to utilize QSortFilterProxyModel for sorting and filtering.</p>

<p>When working with on a bigger project with multiple branches some means to find a desired branch for switching or creating a new branch may be considered helpful.<br />
So I added a line edit and a QSortFilterProxyModel to do that for me.</p>

<p>Additionally: new branches are currently appended. Though this makes them easy to find, I think it's counter intuitive and a tad ugly. While the sort mechanism of the Proxy does not help initially, it does upon adding branches.</p>

<p>Drawback: the line edit for filtering may be associated with the "New" button by users. This could make the workflow for that less intuitive.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Fire up Git->Branches on a git project.</p>

<p>Make sure all branches are there.<br />
Type in the line edit to filter. Only branches that match should be included.<br />
Clearing the line edit should result in all elements to become visible again.<br />
Create New branch, that should be added to list in alphabetical order.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R32 KDevelop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20142">https://phabricator.kde.org/D20142</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kdevplatform/vcs/dvcs/ui/branchmanager.cpp<br />
kdevplatform/vcs/dvcs/ui/branchmanager.h<br />
kdevplatform/vcs/dvcs/ui/branchmanager.ui</div></div></div><br /><div><strong>To: </strong>christiant<br /><strong>Cc: </strong>kdevelop-devel, cblack, arvidhansson, ian, hannahk, Pixel_Lime, jraleigh, gennad, squeakypancakes, alexde, IohannesPetros, GB_2, glebaccon, trickyricky26, mglb, domson, antismap, iodelay, crozbo, ndavis, firef, alexeymin, skadinna, geetamc, Pilzschaf, akshaydeo, surgenight, aaronhoneycutt, arrowd, mbohlender<br /></div>