]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist/standardpanel.cpp
Qt: cleanup and adjust to playlist changes
[vlc] / modules / gui / qt4 / components / playlist / standardpanel.cpp
2010-02-02 Jakob LebenQt: cleanup and adjust to playlist changes
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-30 Jean-Baptiste KempfQt: fix a leak (2) in PL View
2010-01-30 Jean-Baptiste KempfQt: reindent
2010-01-30 Jean-Baptiste KempfQt: fix a leaking QSignalmapper in PL
2010-01-30 Jakob Lebenplaylist, Qt: playlist browsing support
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-29 Jean-Baptiste KempfQt: try to avoid a potential race condition
2010-01-29 Jean-Baptiste KempfQt: Playlist, map the click to cycleViews
2010-01-29 Jean-Baptiste KempfQt: Use a ToolButton instead of a PushButton for view...
2010-01-28 Jakob LebenQt: prettier button with menu for playlist view switching
2010-01-28 Jakob LebenQt: locationBar: update when browsing back/up, show...
2010-01-28 Rafaël Carréfix memleak
2010-01-28 Rafaël Carréqt4: correctly displays utf8 in location bar
2010-01-28 Jakob LebenQt: views behavior corrections
2010-01-28 Jakob LebenQt: playlist (Fix #3248) Set model after sorting enable...
2010-01-28 Jakob LebenQt: connect to iconView only after it has been created
2010-01-28 Jakob LebenQt: replace playlist view title with interactive locati...
2010-01-28 Jakob LebenQt iconView: browse into node when it spawns subitems
2010-01-27 Jakob LebenQt: unify item activation among PL views, change title...
2010-01-27 Jakob LebenQt: connect currentChanged signal from model earlier
2010-01-26 Ilkka OllakkaQT4: leave assert there
2010-01-26 Ilkka OllakkaQT4: connect currentChanged from model on iconView...
2010-01-26 Jakob LebenQt: currentView initialization
2010-01-26 Jean-Baptiste KempfQt: plViews, cleanups
2010-01-26 Jean-Baptiste KempfQt: track the currentView and simplify the code
2010-01-26 Jean-Baptiste KempfQt: put CreateTreeView and createIconView in their...
2010-01-25 Jakob LebenQt: better function name
2010-01-25 Jakob LebenQt: remove unused code
2010-01-25 Jakob LebenQt: playlist: use same context menu for both tree-...
2010-01-25 Jakob LebenQt: make playlist tree-view popup menu work again
2010-01-25 Jean-Baptiste KempfQt: variable renaming so they are more explicit
2010-01-25 Jean-Baptiste KempfQt: use the new PlIconView class
2010-01-17 Jean-Philippe AndréQt: Prevent volume up/down on mouseWheel events inside...
2009-12-16 Jean-Baptiste KempfQt: delete QVLCTreeView class and use event filters...
2009-12-12 Jean-Baptiste KempfQt: new view mode for the playlist in an IconList like...
2009-12-12 Jean-Baptiste KempfQt: playlist. Remove unnecessary includes
2009-12-06 Jean-Baptiste KempfQt: playlist, set a minimum width
2009-12-04 Jean-Baptiste KempfQt: make the search box take less space.
2009-12-04 Jean-Baptiste KempfQt: rename panels.hpp to standardpanel.hpp
2009-12-04 Jean-Baptiste KempfQt: Remove the gotoPlaying button, as noone understood it.
2009-12-04 Jean-Baptiste KempfQt: playlist, remove the bar of buttons at the bottom
2009-12-04 Jean-Baptiste KempfQt: playlist code cosmetics
2009-12-04 Jean-Baptiste KempfQt: remove random and repeat buttons from playlist
2009-12-04 Jean-Baptiste KempfQt: Remove PLPanel upper class
2009-11-30 Jakob LebenQt4: reset playlist columns settings in transition...
2009-11-07 Jakob LebenQt4: more media browser (PL Selector) beautification
2009-10-07 Rémi Denis-CourmontQt4: fix character set in playlist dialog title
2009-09-12 Jakob Lebenqt4: refactor, remove nonsense & re-enable popup-adding...
2009-09-08 Jakob LebenQt4: clean PLModel of i_depth related code
2009-09-07 Jakob Lebenqt4: add source name above PL view
2009-09-06 Jean-Baptiste KempfQt: reuse the SD data
2009-09-06 Jean-Baptiste KempfQt: remove dead code/signals
2009-09-06 Jean-Baptiste KempfQt4: move the selector from View/Model to QTreeWidget
2009-09-05 Jakob Lebenqt4: playlist: allow to hide all but the index 0 column
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-18 Ilkka Ollakkaqt4: gotoPLayingItem get's current index from model...
2009-08-18 Jakob LebenQt4: allow adding node under playlist root item
2009-08-03 Ilkka OllakkaQT4: remove Ensurevisible from scrollTo
2009-08-03 Ilkka OllakkaQT4: set rowUniformHeights to true on playlistview
2009-08-02 Ilkka OllakkaQT: move sortingIndicator to correct position when...
2009-08-02 Ilkka Ollakkaqt4: don't sort playlist by default take two
2009-08-01 Rémi Denis-CourmontRevert "QT4: set sorting-connections by hand"
2009-07-31 Ilkka OllakkaQT4: set sorting-connections by hand
2009-07-25 Ilkka OllakkaQT4: only scroll playlist to new item when it changes
2009-06-30 Jean-Baptiste KempfQt: Remove some connect errors.
2009-06-19 Jean-Baptiste KempfQt: correct right click selection.
2009-06-14 Jean-Baptiste KempfQt: allow more flexibility on tab selection for Open.
2009-06-09 Francois CartegnieUI: prefix/namespace resources for better maintainability
2009-03-31 Rémi Duraffortqt4: missing const for QString.
2009-03-15 Rémi Duraffortqt4_playlist: less includes.
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-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-05 Jean-Baptiste KempfQt: the red box when searching in the playlist is confu...
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-17 Jean-Baptiste Kempf[Qt] Fix the header menu popup when you have a header...
2008-09-23 Jean-Baptiste KempfQt4: Playlist saving size and blablah... Close #2112
2008-09-18 Antoine CellerierAdd URI column to Qt4 playlist. Add sorting by URI...
2008-08-25 Jean-Baptiste KempfDon't use Simple Open, it can be broken. Workaround...
2008-08-25 Jean-Baptiste KempfCorrectly save the column size from the playlist.
2008-08-03 Jean-Baptiste KempfNew icons for the playlist in the same tones than the...
2008-07-28 Jean-Baptiste KempfQt Imageset update.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-18 Rémi DuraffortLock the playlist so we can add SAP item to the playlis...
2008-05-12 Lukas Durfinaplaylist startup sorting fix
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-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 DurfinaTurn off sorting on startup fix of #1529
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-26 Rémi DuraffortFix a little bug with the playlist interface (items...
next