]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.cpp
Qt: cleanup and adjust to playlist changes
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.cpp
2010-02-02 Jakob LebenQt: cleanup and adjust to playlist changes
2010-02-02 Jakob LebenQt: kill a bug in playlist model
2010-01-31 Jakob LebenQt: simplify playlist item deletion
2010-01-30 Jakob LebenQt: playlist: fix updating of currently playing item
2010-01-28 Jakob LebenQt: iconView delegate: encode PLModel::IsCurrent(QModel...
2010-01-28 Jakob LebenQt: playlist (Fix #3248) Set model after sorting enable...
2010-01-28 Jakob LebenQt: make PLModel::getItem return rootItem as well,...
2010-01-28 Jakob LebenQt: add public index-from-id function to PLModel
2010-01-26 Jakob LebenQt playlist: mistaken currentItem logic
2010-01-26 Jakob LebenQt PL Model: don't emit currentChanged twice
2010-01-25 Jakob LebenQt: constify arguments
2010-01-25 Jakob LebenQt: clear PL item id cache when sorting
2009-12-05 Rémi Denis-CourmontInput item type cannot be negative (fix warning)
2009-12-04 Jean-Baptiste KempfQt: remove random and repeat buttons from playlist
2009-11-07 Jakob LebenQt4: let PLModel and PLSelector use MainInputManager...
2009-11-07 Jakob LebenQt4: switch PLModel to use PlaylistEventManager
2009-11-05 Ilkka Ollakkaqt4: change QIcon( QPixmap( x ) ) -> QIcon( x )
2009-11-03 Jakob LebenQt4: playlist popup menu enhancement
2009-11-02 Jakob LebenQt4: don't "leak" playlist items
2009-11-01 Jakob LebenQt4: correct parent when duplicating a PL item
2009-11-01 Jakob LebenQt4: disable removing service discovery items
2009-10-29 Ilkka Ollakkaqt4: don't crash when sd is selected in playlist and...
2009-10-27 Jakob LebenQt4: fix #3113: crash after a playlist item is removed...
2009-10-27 Jakob Lebenqt4: cosmetic (tabs, brackets)
2009-10-27 Jakob LebenQt4: correct fix for duplicate items in playlist -...
2009-10-27 Jakob LebenRevert "qt4: rebuild tree on updateTreeItem"
2009-10-25 Ilkka Ollakkaqt4: rebuild tree on updateTreeItem
2009-10-07 Rémi Denis-CourmontQt4: fix URI character set in playlist
2009-09-13 Jakob LebenQt4: fix segfault when exiting after a service discover...
2009-09-08 Jakob LebenQt4: clean PLModel of i_depth related code
2009-08-31 Jakob Lebenqt4 playlist model: add myself to authors
2009-08-31 Rémi Duraffortqt4: delete the callbacks only if they already exist.
2009-08-30 Jakob Lebenqt4: let QTreeView manage visible playlist columns...
2009-08-29 Jakob Lebenqt4: access visible playlist column selector menu from...
2009-08-23 Jakob Lebenqt4: fix typo + cosmetics
2009-08-23 Jakob Lebenqt4: fix playlist column show/hide
2009-08-21 Ilkka Ollakkaqt4: remove p_playlist intf-change callback
2009-08-21 Jakob Lebenqt4: cosmetics and consistence
2009-08-20 Jakob Lebenqt4 playlist: don't rebuild on move (finally!) + refres...
2009-08-20 Jakob Lebenqt4 playlist: fix crash at "vlc --no-media-library"
2009-08-19 Jakob Lebenqt4: make PLModel::getItem inline
2009-08-19 Jakob Lebenqt4: helper function PLItem * getItem( const QModelInde...
2009-08-19 Jakob Lebenqt4: prevent moving a node into itself
2009-08-19 Jakob Lebenqt4: move item removal from PLItem to PLModel...
2009-08-19 Jakob Lebenqt4 playlist: simplify view notification, don't rebuild...
2009-08-19 Jakob Lebenqt4 playlist: make popup Add Node and Sort operate...
2009-08-19 Jakob Lebenqt4 playlist: refactor meta data retrieval and show...
2009-08-18 Ilkka Ollakkaqt4: don't rebuild playlist-model from start when addin...
2009-08-18 Ilkka Ollakkaqt4: don't look currentItem when creating PLModel
2009-08-18 Jakob Lebenqt4: let the main popup menu take ownership of the...
2009-08-18 Jakob LebenQt4: implement PLModel::popupSort[Asc/Desc]()
2009-08-18 Ilkka Ollakkaqt4: lock playlist littlebit later
2009-08-18 Ilkka Ollakkaqt4: you don't need to sort on invalid index
2009-08-18 Ilkka Ollakkaqt4: enable dragging from everywhere
2009-08-18 Ilkka Ollakkaqt4: little tweaking on PLModel::flags on playlist...
2009-08-18 Jakob LebenQt4: use translations in Add Node dialog
2009-08-18 Jakob LebenQt4: allow adding node under playlist root item
2009-08-18 Jakob LebenQt4: implement PLModel::popupAddNode()
2009-08-18 Jakob Leben[PATCH] playlist, Qt4: new playlist_TreeMoveMany()
2009-08-18 Jakob LebenQt4: correct the check whether item is node
2009-08-16 Ilkka Ollakkaqt4: try to minimise time code keeps playlist global...
2009-08-16 Ilkka Ollakkaqt4: remove basicly empty PLItem::update and refactor...
2009-08-16 Ilkka Ollakkaqt4: add myself to authors of playlist_model
2009-08-16 Ilkka Ollakkaqt4: remove model from PLItem, and do emitting signals...
2009-08-16 Ilkka Ollakkaqt4: no need to store input-type, as we can get it...
2009-08-16 Ilkka Ollakkaqt4: store showflags in playlist_model instead every...
2009-08-16 Ilkka Ollakkaqt4: remove b_is_node and use childCount() > 0 instead...
2009-08-16 Ilkka Ollakkaqt4: add forgotten check so we don't try to get stuff...
2009-08-16 Ilkka Ollakkaqt4: add reseting currentItem to NULL in rebuild()...
2009-08-16 Ilkka Ollakkaqt4: playlist_model, set current to NULL if currentitem...
2009-08-16 Ilkka OllakkaQt4: remove b_current and store current PLItem in playl...
2009-08-14 Ilkka OllakkaRevert "Qt4: remove b_current on PLItem, and store...
2009-08-14 Ilkka OllakkaQt4: remove b_current on PLItem, and store currentIndex...
2009-08-14 Ilkka OllakkaQt4: remove i_input_id from PLItem
2009-08-13 Jakob LebenQt4 playlist: take 2: fix segfault and other enhancements
2009-08-13 Ilkka OllakkaQt4: add mutex-lockin when accessing selector-names
2009-08-13 Ilkka OllakkaQt4: store input_item_t* in plitem and handle metadata...
2009-08-13 Ilkka OllakkaQt4: change metaChanged signal from id to input_item_t*
2009-08-11 Jakob LebenQt4 playlist: fix crash when deleting nodes and their...
2009-08-11 Jakob LebenQT4 playlist: even better DragNDrop policy
2009-08-08 Jakob LebenQt4 Playlist: Disable dropping on non-container items
2009-08-08 Jakob LebenQt4 Playlist: Disable moving items into top level of...
2009-08-02 Ilkka OllakkaQT: move sortingIndicator to correct position when...
2009-08-01 Jakob LebenQt4 playlist: keep item order when moving
2009-07-25 Ilkka OllakkaQT4: only scroll playlist to new item when it changes
2009-07-22 Besnard Jean-BaptisteQt : Fix the way playlist columns are saved
2009-06-09 Francois CartegnieUI: prefix/namespace resources for better maintainability
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
next