]> git.sur5r.net Git - minitube/commit
fixing wrong item positions when moving more than one item down or up
authorLevente Polyak <levente@leventepolyak.de>
Fri, 28 May 2010 10:24:26 +0000 (12:24 +0200)
committerLevente Polyak <levente@leventepolyak.de>
Fri, 28 May 2010 10:24:26 +0000 (12:24 +0200)
commitb791a9514e15989bbb01ce4b8c1ba302953216e6
tree52368c4e21211464eca0712b652d516e64bf12be
parentaae77ede979898da761ad5aae15017deee923999
fixing wrong item positions when moving more than one item down or up

- need to sort keys before moving, else we may end up with same result then before
- if moving items down respect the single static item 'search more'
- after moving set selected index to something human intuitive
- do not move items beyond boundary, just leave them where they are
src/ListModel.cpp
src/MediaView.cpp