]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.cpp
Qt: remove the zoom slider and put it on the menu
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.cpp
2011-10-21 Jean-Baptiste KempfQt: remove the zoom slider and put it on the menu
2011-10-12 Ilkka OllakkaQt4: select what columns to show as sorting selection
2011-10-11 Jean-Baptiste KempfQt: playlist model cleanup
2011-09-25 Rémi Denis-CourmontQt4: simplify and improve playlist item folder exploration
2011-09-07 Jean-Baptiste KempfQt: fix compilation on Win32, and use a decent minimum
2011-09-07 Francois CartegnieQt: playlist zoom: Enforce valid font point size
2011-08-16 Jean-Baptiste KempfQt: use count() iso size() on Qt Containers
2011-07-07 Ilkka OllakkaQt4: add size-scale into playlist model
2011-06-18 Rémi Denis-CourmontQt4: never assign qtu() to a variable
2011-05-22 Jean-Baptiste KempfQt: add popupAddToPlaylist
2011-05-14 Jean-Baptiste KempfQt: kill unused-parameters variables warnings
2011-05-14 Jean-Baptiste KempfQt: remove unused variable in pl_model
2011-04-28 Jean-Baptiste KempfQt, playlist: fix copyright and small change
2011-04-28 Jean-Baptiste KempfQt, playlist: simplifications
2011-04-23 Jean-Baptiste KempfQt, playlist: fix a deadlock (#3052)
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-01-18 Jean-Philippe AndréQt: fix crash in the playlist model
2011-01-17 Srikanth RajuQt/ML: Move more functions into VLCModel
2011-01-09 Srikanth RajuQt/ML: Extend Playlist model from VLCModel
2010-11-15 Rémi DuraffortC++: use prefix iterators instead of postfix.
2010-10-30 Ilkka OllakkaQt4 don't return on empty arturl, otherwise we don...
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-28 Jean-Baptiste KempfPLModel: formatting fixes
2010-10-27 Jean-Baptiste KempfQt: Playlist, code simplification and factorisation
2010-10-22 Jean-Baptiste KempfQt: search the SD if possible.
2010-08-23 Jean-Baptiste KempfQt: reindent
2010-08-23 Jean-Baptiste KempfQt: try to fix the "open containing folder" on Win32
2010-08-08 Rémi Denis-CourmontQt4: only show "Open containing folder" for file items
2010-07-02 Ilkka OllakkaQt4: adjust default playlist font, hopefully looks...
2010-06-30 Ilkka OllakkaQt4: return fontrole for all items
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-24 Ilkka OllakkaQt4: check that index.isValid too
2010-06-23 Ilkka OllakkaQt4: reset current_index cache sametime as i_cache_id
2010-06-23 Ilkka OllakkaQt4: cosmetic
2010-06-23 Ilkka OllakkaQt4: add check if current isValid()
2010-06-23 Ilkka OllakkaQt4: highlight nodepath to current item on icon_view
2010-06-23 Ilkka OllakkaQt4: cache currentItem index
2010-06-20 Ilkka OllakkaQt4: change comment on littlebit closer to the code
2010-06-20 Ilkka OllakkaRevert "Qt4: don't do playlist_model recursive remove...
2010-06-18 Ilkka OllakkaQt4: don't do playlist_model recursive remove as core...
2010-03-28 Ilkka Ollakkaqt4: keep selected popup item visible when sorting
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-10 Jakob LebenQt: use Qt::DropAction properly throughout playlist...
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 Rémi DuraffortQt4: fix the "Show Containing folder" feature.
2010-03-08 Jakob LebenQt: Playlist drag and drop corrections
2010-03-05 Jakob LebenQt: prevent having cached a deleted item
2010-03-04 Jakob LebenQt: reorganize playlist actions, rename "Delete" to...
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-03-01 Rémi Denis-CourmontQt4: use explicit direct connections when passing VLC...
2010-02-24 Jean-Baptiste KempfQt: use qtu( ) when appropriate
2010-02-24 Jakob LebenQt: media library is always a tree
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-18 Rémi DuraffortQt4: fix pontential NULL dereference and show the right...
2010-02-17 Jakob LebenQt: refactor and (again) emit currentChanged when proce...
2010-02-14 Jakob LebenQt: playlist menu strings and icons
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: simplify selected item deletion in playlist model
2010-02-10 Jakob LebenQt: update playlist dialog on rootChanged signal from...
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-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
next