]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/playlist_model.cpp
The playlist is not locked so don't pretend that the case.
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.cpp
2008-07-18 Rémi DuraffortThe playlist is not locked so don't pretend that the...
2008-05-12 Lukas Durfinaplaylist startup sorting fix
2008-05-04 Rémi DuraffortFix the playlist column problem added in 7bc28eebe843ef...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-16 Rafaël CarréDo not leak
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-06 Ilkka Ollakkause allready created index instead of creating same...
2008-03-08 Rémi DuraffortMove the track id from the last column to the first...
2008-03-07 Rémi DuraffortRemove useless addclabacks() in PLModel::PLModel()
2008-03-07 Rémi DuraffortWarning fix (my fault)
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-03-04 Rémi DuraffortUse the correct meta data to sort the playlist.
2008-02-26 Rémi DuraffortCoding convention
2008-02-26 Rémi DuraffortFix the issue with the order of the item in the playlis...
2008-02-26 Rémi DuraffortFix a little bug with the sorting in the interface
2008-02-10 Jean-Baptiste KempfQt4 - Windows, try to fix the Open Containing Folder...
2008-02-08 Jean-Baptiste KempfQt4 - Include fix
2008-02-08 Jean-Baptiste KempfQt4 - Remove the qt-pl-showflags from preferences and...
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.
2008-01-26 Jean-Baptiste KempfQt4 - playlist, Don't fetch name if you have title...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Jean-Baptiste KempfQt4 : change slightly the debug message.
2008-01-16 Jean-Baptiste KempfQt4 - move the playlist_model with the other files...