]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist
VLC supports .vro (DVD-VR) files
[vlc] / modules / gui / qt4 / components / playlist /
2010-01-29 Jakob LebenQt: no need to go from bool to int
2010-01-29 Ilkka Ollakkaqt4: show more clearly current item in iconview
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: iconView delegate: encode PLModel::IsCurrent(QModel...
2010-01-28 Rafaël CarréQt4 Icon View: cache full rendering for each item
2010-01-28 Rafaël CarréQT4 Icon view: cache album art pixmap
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: make PLModel::getItem return rootItem as well,...
2010-01-28 Jakob LebenQt iconView: browse into node when it spawns subitems
2010-01-28 Jakob LebenQt: add public index-from-id function to PLModel
2010-01-27 Jakob LebenQt iconView: font adjustments
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 Ludovic FauvetQt: more details on the icon view.
2010-01-26 Jean-Baptiste KempfQt: allow multiple selection in iconView
2010-01-26 Jean-Baptiste KempfQt: iconView, use uniformItemSizes()
2010-01-26 Jakob LebenQt playlist: mistaken currentItem logic
2010-01-26 Jakob LebenQt: save settings for playlist-selector/art splitter
2010-01-26 Jakob LebenQt PL Model: don't emit currentChanged twice
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 iconView: initial attempt at item browsing/playing
2010-01-25 Jakob LebenQt: use Title-to-Name fallback for icon text
2010-01-25 Jean-Baptiste KempfQt iconView: recude the clipping radius to 5 (from 7)
2010-01-25 Jean-Baptiste KempfQt: don't use 2 drawPixmap
2010-01-25 Ludovic FauvetQt: add drow shadow effect
2010-01-25 Ludovic FauvetQt: add some spacing between items
2010-01-25 Ludovic FauvetQt: draw rounded art pixmap
2010-01-25 Ludovic FauvetQt: wrap items automatically in a grid.
2010-01-25 Jean-Baptiste KempfQt: iconView: don't allow the items to be moved.
2010-01-25 Jakob LebenQt: use styled item highlighting in playlist icon view
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 Jean-Baptiste KempfQt: Use the 64x64 icon for noart in iconView
2010-01-25 Jean-Baptiste KempfQt: get a correct icon_View design
2010-01-25 Jakob LebenQt: make playlist tree-view popup menu work again
2010-01-25 Jakob LebenQt: constify arguments
2010-01-25 Jean-Baptiste KempfQt: use a dummy painting for iconView until better
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-25 Jean-Baptiste KempfQt: create new classes for IconView
2010-01-25 Jakob LebenQt: clear PL item id cache when sorting
2010-01-24 Jean-Baptiste KempfQt: code cosmetics
2010-01-24 Jean-Baptiste KempfQt: publicize getItem() in the model
2010-01-17 Jean-Philippe AndréQt: Prevent volume up/down on mouseWheel events inside...
2010-01-05 Francois CartegnieQt: Toggle playlist source on click
2009-12-21 Rémi Denis-Courmontvlc_sd_GetNames: add object parameter
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-12 Jean-Baptiste KempfQt: PlaylistWidget parenting and code cleanup/simplific...
2009-12-06 Jean-Baptiste KempfQt: playlist, set a minimum width
2009-12-05 Rémi Denis-CourmontInput item type cannot be negative (fix warning)
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-09 Jakob LebenQt4: replace Podcast add / remove buttons with plain...
2009-11-07 Jakob LebenQt4: remove PlaylistEventManager
2009-11-07 Jakob LebenQt4: let PLModel and PLSelector use MainInputManager...
2009-11-07 Jakob LebenQt4: switch PLModel to use PlaylistEventManager
2009-11-07 Jakob LebenQt4: missing cleanup and redundant include
2009-11-07 Jakob LebenQt4: more media browser (PL Selector) beautification
2009-11-05 Ilkka Ollakkaqt4: change QIcon( QPixmap( x ) ) -> QIcon( x )
2009-11-03 Jakob LebenQt4: fix faulty playlist show / hide logic
2009-11-03 Jakob LebenQt4: playlist popup menu enhancement
2009-11-02 Jakob LebenQt4: don't "leak" playlist items
2009-11-01 Jakob LebenQt4: correct parent when duplicating a PL item
2009-11-01 Jakob LebenQt4: disable removing service discovery items
2009-10-30 Jakob LebenQt4: media selector beautification
2009-10-29 Ilkka Ollakkaqt4: don't crash when sd is selected in playlist and...
2009-10-27 Jakob LebenQt4: fix #3113: crash after a playlist item is removed...
2009-10-27 Jakob Lebenqt4: cosmetic (tabs, brackets)
2009-10-27 Jakob LebenQt4: correct fix for duplicate items in playlist -...
2009-10-27 Jakob LebenRevert "qt4: rebuild tree on updateTreeItem"
2009-10-25 Ilkka Ollakkaqt4: selector take2 to fix service discoveries
2009-10-25 Rémi Denis-CourmontRevert "qt4: use longname to search activated input...
2009-10-25 Ilkka Ollakkaqt4: use longname to search activated input-item
2009-10-25 Ilkka Ollakkaqt4: rebuild tree on updateTreeItem
2009-10-15 Rémi DuraffortQt_playlist_selector: fix a memleak.
2009-10-07 Rémi Denis-CourmontQt4: fix URI character set in playlist
2009-10-07 Rémi Denis-CourmontFix Service Discovey plugin names character set
next