]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.hpp
Qt: iconView delegate: encode PLModel::IsCurrent(QModelIndex) into cache key
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.hpp
2010-01-28 Jakob LebenQt: iconView delegate: encode PLModel::IsCurrent(QModel...
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-25 Jakob LebenQt: constify arguments
2010-01-24 Jean-Baptiste KempfQt: publicize getItem() in the model
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-01 Jakob LebenQt4: disable removing service discovery items
2009-10-27 Jakob LebenQt4: fix #3113: crash after a playlist item is removed...
2009-09-08 Jakob LebenQt4: clean PLModel of i_depth related code
2009-09-06 Jean-Baptiste KempfQt: remove dead code/signals
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-19 Jakob Lebenqt4: make PLModel::getItem inline
2009-08-19 Jakob Lebenqt4: helper function PLItem * getItem( const QModelInde...
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: refactor meta data retrieval and show...
2009-08-18 Jakob LebenQt4: implement PLModel::popupSort[Asc/Desc]()
2009-08-18 Ilkka Ollakkaqt4: gotoPLayingItem get's current index from model...
2009-08-18 Jakob LebenQt4: implement PLModel::popupAddNode()
2009-08-16 Ilkka Ollakkaqt4: remove basicly empty PLItem::update and refactor...
2009-08-16 Ilkka Ollakkaqt4: store showflags in playlist_model instead every...
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-13 Ilkka OllakkaQt4: change metaChanged signal from id to input_item_t*
2009-08-02 Ilkka OllakkaQT: move sortingIndicator to correct position when...
2009-07-25 Ilkka OllakkaQT4: only scroll playlist to new item when it changes
2009-03-26 Rémi Duraffortqt4: use const for QString when it's possible.
2009-02-16 Ilkka Ollakkaqt4: remove item-change callback from playlist-model
2009-02-16 Laurent AimarRemoved one malloc per new playlist item (qt4).
2009-02-16 Ilkka OllakkaRevert "QT4: connect signal from inputmanager metaChang...
2009-02-15 Ilkka OllakkaQT4: connect signal from inputmanager metaChanged to...
2008-12-30 Jean-Baptiste KempfQt: Simplify includes.
2008-10-29 Rémi DuraffortQt/playlist: fix memleak.
2008-10-19 Jean-Baptiste Kempf[Qt] move some static const int to enum
2008-08-22 Jean-Philippe AndreQt: Implement Stream/Save in playlist popup menu
2008-08-21 Jean-Baptiste KempfFix the "No such slot PLModel::popupExplore()" on win32...
2008-08-03 Justus PiaterDeclared many static variables const
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-02-12 Jean-Baptiste KempfQt4 - Change the event numbers and add more debug to...
2008-01-26 Jean-Baptiste KempfQt4 - Fix segfault from previous commit, and read from...
2008-01-26 Jean-Baptiste KempfQt4 - Split PLItem and PLModel in two different files.
2008-01-23 Christophe Mutricymissing from [24525]
2008-01-16 Jean-Baptiste KempfQt4 - move the playlist_model with the other files...