]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_item.hpp
Qt: reindent
[vlc] / modules / gui / qt4 / components / playlist / playlist_item.hpp
2010-03-08 Jakob LebenQt: Playlist drag and drop corrections
2010-01-28 Jakob LebenQt: make PLModel::getItem return rootItem as well,...
2010-01-24 Jean-Baptiste KempfQt: code cosmetics
2009-09-08 Jakob Lebenqt4: implement drag&drop in playlist selector
2009-08-20 Jakob Lebenqt4 playlist: don't rebuild on move (finally!) + refres...
2009-08-19 Jakob Lebenqt4: move item removal from PLItem to PLModel...
2009-08-17 Ilkka Ollakkaqt4: cleanup plitem
2009-08-16 Ilkka Ollakkaqt4: remove basicly empty PLItem::update and refactor...
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: 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 Ilkka OllakkaQt4: PLItem cleanup
2009-08-13 Ilkka OllakkaQt4: store input_item_t* in plitem and handle metadata...
2009-08-08 Jakob LebenQt4 Playlist: Disable dropping on non-container items
2008-12-30 Jean-Baptiste KempfQt: Simplify includes.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-29 Jean-Baptiste KempfStop allocating QSettings all the time everywhere.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-01-26 Jean-Baptiste KempfQt4 - Split PLItem and PLModel in two different files.