]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.cpp
Qt: reindent
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.cpp
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
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
next