]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.hpp
Qt: remove the zoom slider and put it on the menu
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.hpp
2011-10-21 Jean-Baptiste KempfQt: remove the zoom slider and put it on the menu
2011-10-11 Jean-Baptiste KempfQt: playlist model cleanup
2011-10-09 Jean-Baptiste KempfQt: export PLModel in the main struct
2011-07-07 Ilkka OllakkaQt4: add size-scale into playlist model
2011-05-22 Jean-Baptiste KempfQt: add popupAddToPlaylist
2011-04-28 Jean-Baptiste KempfQt, playlist: fix copyright and small change
2011-04-28 Jean-Baptiste KempfQt, playlist: simplifications
2011-01-17 Srikanth RajuQt/ML: Move more functions into VLCModel
2011-01-09 Srikanth RajuQt/ML: Extend Playlist model from VLCModel
2010-10-30 Jean-Baptiste KempfQt: initial pass for CoverFlow view of the playlist
2010-10-30 Jean-Baptiste KempfQt, playlist: Move getMeta helper functions to PLModel
2010-10-27 Jean-Baptiste KempfQt: Playlist, code simplification and factorisation
2010-06-24 Ilkka OllakkaQt4: constify
2010-06-24 Ilkka OllakkaQt4: constify currentIndex() and find* helpers, remove...
2010-06-24 Ilkka OllakkaQt4: don't cache current
2010-06-23 Ilkka OllakkaQt4: highlight nodepath to current item on icon_view
2010-06-23 Ilkka OllakkaQt4: cache currentItem index
2010-04-15 Francois CartegnieDrop trailing semicolons
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-09 Jakob LebenQt: drag-and-drop: simplification and robustness
2010-03-08 Jakob LebenQt: use input_item_t* for drag-and-drop data
2010-03-08 Jakob LebenQt: Playlist drag and drop corrections
2010-03-04 Jakob LebenQt: allow sorting by any meta in any view using right...
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Jakob LebenQt: show folder icon for non-leaf nodes in iconView...
2010-02-14 Jakob LebenQt: include Add File/Directory/Advanced Open actions...
2010-02-12 Jakob LebenQt: playlist panel: search behavior + layout enhancements
2010-02-11 Jakob LebenQt: add a list view
2010-02-10 Jakob LebenQt: cleanups and organization
2010-02-10 Jakob LebenQt: PLModel::removeItem( int ) is not for public usage
2010-02-10 Jakob LebenQt: simplify selected item deletion in playlist model
2010-02-10 Jakob LebenQt: return playlist model and views to "now playing...
2010-02-09 Jakob LebenQt: PLModel: simplify and fix current item update
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...