]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist
Qt: fix crashes possible in Hotkey settings.
[vlc] / modules / gui / qt4 / components / playlist /
2009-03-31 Rémi Duraffortqt4: missing const for QString.
2009-03-26 Rémi Duraffortqt4: use const for QString when it's possible.
2009-03-15 Rémi Duraffortqt4_playlist: less includes.
2009-03-15 Rémi Duraffortqt4: remove totology.
2009-03-15 Fabio RitrovatoFix popupSave/Stream deadlock
2009-03-15 Jean-Baptiste KempfQt: split correctly the input options for Convertion...
2009-02-28 Jean-Baptiste KempfQt: consistency between loop and random buttons.
2009-02-28 Ilkka OllakkaQT4: set initial state of randombutton correctly
2009-02-28 Jean-Baptiste KempfQt: random button is now just a checkable button and...
2009-02-17 Ilkka Ollakkaqt4: fix compile which was caused by removing one line...
2009-02-16 Ilkka Ollakkaqt4: change callback to new playlist-item-append/deleted
2009-02-16 Ilkka Ollakkaqt4: remove item-change callback from playlist-model
2009-02-16 Laurent AimarRemoved one malloc per new playlist item (qt4).
2009-02-16 Laurent AimarRenamed playlist "item-append/deleted" to "playlist...
2009-02-16 Laurent AimarRenamed playlist "playlist-current" to "item-current".
2009-02-16 Ilkka OllakkaRevert "QT4: connect signal from inputmanager metaChang...
2009-02-15 Ilkka OllakkaQT4: connect signal from inputmanager metaChanged to...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-02-02 Christophe Mutricyi18n: Fix in the popup menu
2009-01-25 Rémi Duraffortqt4: no need for a static_cast to the parent class.
2009-01-23 Rémi Duraffortqt4: follow the recommendations about foreach loops.
2009-01-17 Ilkka OllakkaQT4: remove unneeded signal-connect
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-12 Ilkka OllakkaQt4: refactor album art stuff into inputmanager
2009-01-05 Laurent AimarFixed qt4 initialization/destruction.
2009-01-05 Jean-Baptiste KempfQt: the red box when searching in the playlist is confu...
2008-12-31 Jean-Baptiste KempfQt: cleaning of the MediaInfo Dialog mess.
2008-12-30 Jean-Baptiste KempfQt: Simplify includes.
2008-12-30 Jean-Baptiste KempfQt: Remove some dialogs_provider.hpp and input_manager...
2008-12-30 Jean-Baptiste KempfQt: input slider and other widgets cleaning.
2008-12-15 Ilkka Ollakka[Qt] Cleanup: Don't skip first sorting, seems that...
2008-12-09 Jean-Baptiste Kempf[Qt] You need now Qt4.3...
2008-10-29 Rémi DuraffortQt/playlist: fix memleak.
2008-10-19 Jean-Baptiste Kempf[Qt] move some static const int to enum
2008-10-17 Jean-Baptiste Kempf[Qt] Fix the header menu popup when you have a header...
2008-10-01 Jean-Baptiste KempfQt4: Playlist fixes.
2008-09-28 Pierre d'Herbemontqt4: b_reset_currently_playing should not be used here.
2008-09-27 Christophe MutricyQt4: Fix compilation
2008-09-23 Jean-Baptiste KempfQt4: Playlist saving size and blablah... Close #2112
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-21 Jean-Baptiste KempfQt4: D&D behaviour fix.
2008-09-20 Rémi Denis-CourmontRemove broken/unsafe constructs
2008-09-18 Antoine CellerierDo not lose the playlist columns when switching to...
2008-09-18 Antoine CellerierCosmetics.
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-09-12 Jean-Philippe AndreAdd a parent to avoid leaking the QVLCframe and input_items
2008-09-12 Jean-Philippe AndreQt: Add a parent to the CoverArtLabel We should add...
2008-09-04 Jean-Philippe AndreQt: use the CoverArtLabel in the playlist view and...
2008-08-25 Jean-Baptiste KempfFix some playlist start showing/non-showing bug.
2008-08-25 Jean-Baptiste KempfDon't use Simple Open, it can be broken. Workaround...
2008-08-25 Jean-Baptiste KempfFix drop on the playlist in all case (DP and MI )
2008-08-25 Jean-Baptiste KempfFix Playlist resizing and positionning.
2008-08-25 Jean-Baptiste KempfCorrectly save the column size from the playlist.
2008-08-24 Jean-Philippe AndreQt: ID column in playlist sucked. Also, don't show...
2008-08-22 Rémi DuraffortFix #1768
2008-08-22 Rémi DuraffortDon't move an item to the middle of nowhere.
2008-08-22 Loïc MinierMerge branch 'master' of git.videolan.org:vlc
2008-08-22 Jean-Baptiste KempfUse the input_MRLSplit to open containing folder for...
2008-08-22 Jean-Philippe AndreQt: Implement Stream/Save in playlist popup menu
2008-08-21 Jean-Baptiste KempfOpen a file location. Very dumb and incomplete.
2008-08-21 Jean-Baptiste KempfFix the "No such slot PLModel::popupExplore()" on win32...
2008-08-03 Jean-Baptiste KempfNew icons for the playlist in the same tones than the...
2008-08-03 Justus PiaterDeclared many static variables const
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-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-19 Rémi DuraffortQt4: We must lock the playlist before calling UpdateTre...
2008-07-18 Rémi DuraffortThe playlist is not locked so don't pretend that the...
2008-07-18 Rémi DuraffortLock the playlist so we can add SAP item to the playlis...
2008-07-16 Pierre d'Herbemontqt4: Hopefully blindely fix the qt4 build, by defining...
2008-07-16 Pierre d'Herbemontqt4: Forgotten lock. Reported by ahoka.
2008-07-09 Jean-Baptiste KempfVarious strings change and capitalisation changes to...
2008-06-24 Lukas DurfinaAvoid potential problems with bad saved value
2008-06-21 Jean-Baptiste KempfString updates ( some are meant to match the macosx...
2008-06-15 Jean-Baptiste KempfCosmetic.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-12 Lukas Durfinaplaylist startup sorting fix
2008-05-12 Ilkka OllakkaShow utf-8 as utf-8, eg translations in playlistpanel.
2008-05-04 Rémi DuraffortFix a false assertion fail in the Qt4 playlist.
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-18 Rafaël CarréFix display of album art
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-07 Lukas DurfinaUse already defined macro
2008-04-07 Lukas DurfinaTurn off sorting on startup fix of #1529
2008-04-06 Ilkka Ollakkause allready created index instead of creating same...
2008-03-09 André WeberSaveing Window Positions useing the QT defined methods...
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-03-02 Pierre d'HerbemontMore Id and permission fixes.
next