]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_item.cpp
qt4: remove b_is_node and use childCount() > 0 instead in playlist_model
[vlc] / modules / gui / qt4 / components / playlist / playlist_item.cpp
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: playlist_item, forgotten dec_ref
2009-08-13 Ilkka OllakkaQt4: typo in playlist_item
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
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2008-09-21 Jean-Baptiste KempfQt4: playlist Item MUST inherit from their parent the...
2008-09-21 Ilkka Ollakkause items showflags, parentItem can be NULL
2008-09-18 Antoine CellerierCosmetics.
2008-08-24 Jean-Philippe AndreQt: ID column in playlist sucked. Also, don't show...
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-07-28 Jean-Baptiste KempfQt Imageset update.
2008-06-24 Lukas DurfinaAvoid potential problems with bad saved value
2008-05-12 Ilkka OllakkaShow utf-8 as utf-8, eg translations in playlistpanel.
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-07 Lukas DurfinaUse already defined macro
2008-03-08 Rémi DuraffortMove the track id from the last column to the first...
2008-03-04 Rémi DuraffortRemove the Rating column from the inteface because...
2008-03-04 Rémi DuraffortLast patch to close #1479 (add a column with the track id)
2008-02-11 Jean-Baptiste KempfQt4 - Put the default header to 39 in the playlist.
2008-02-11 Ilkka Ollakkashow default info in playlist if i_showflag is too...
2008-02-08 Jean-Baptiste KempfQt4 - Include fix
2008-02-08 Jean-Baptiste KempfQt4 - Remove the qt-pl-showflags from preferences and...
2008-01-27 Jean-Baptiste KempfQt4 - cosmetic
2008-01-26 Jean-Baptiste KempfQt4 - Fix segfault from previous commit, and read from...
2008-01-26 Jean-Baptiste KempfQt4- Playlist Model. Save the showColumn flags in the...
2008-01-26 Jean-Baptiste KempfQt4 - Split PLItem and PLModel in two different files.