]> git.sesse.net Git - vlc/commit
playlist, Qt: playlist browsing support
authorJakob Leben <jleben@videolan.org>
Sat, 30 Jan 2010 09:07:34 +0000 (10:07 +0100)
committerJakob Leben <jleben@videolan.org>
Sat, 30 Jan 2010 09:18:26 +0000 (10:18 +0100)
commit736cc6b8930b8c97f2cda4d1dc55c7de6f9701a0
treed7afc93a5a4b38d3e252846906dfe8689b4ca706
parentb59984266a5e8af16810da1093d500b950250853
playlist, Qt: playlist browsing support

A new playlist item flag stops playlist after the item gets subitems.
The flag is set only upon user request to play an item from Qt views and only
if he does so in playlist "tree mode" not "one level".
Behavior on items played when playlist advances is unaffected.
This allows for comfortable "browsing" of playlist in tree mode, in particular
when using the Qt interface's icon view.
include/vlc_playlist.h
modules/gui/qt4/components/playlist/standardpanel.cpp
src/playlist/item.c