]> git.sesse.net Git - vlc/commit
[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
authorJakob Leben <jleben@videolan.org>
Tue, 18 Aug 2009 10:13:28 +0000 (12:13 +0200)
committerJakob Leben <jleben@videolan.org>
Tue, 18 Aug 2009 10:26:33 +0000 (12:26 +0200)
commitc54fe5a7176e1acf40fd73d560f150cefc3cfe35
treeae7d4c6ce44954302f2554c7ab4989ec425e7801
parentb608f770d9d4ba560884b726dde3a8f46dacf335
[PATCH] playlist, Qt4: new playlist_TreeMoveMany()

Add new function which simplifies moving more then one item at a time and
reduces complexity and increases performance of such action.
Also refactor a bit old playlist_TreeMove.
Use new function in Qt4 playlist model.
include/vlc_playlist.h
modules/gui/qt4/components/playlist/playlist_model.cpp
src/libvlccore.sym
src/playlist/item.c