]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/playlist
qt4: More static_casts to null in preference components
[vlc] / modules / gui / qt4 / components / playlist /
2010-07-22 Jean-Baptiste KempfQt: fix inclusion pathes
2010-07-03 Jean-Baptiste KempfQt4: restart the playlist in the correct state when...
2010-07-02 Ilkka OllakkaQt4: adjust default playlist font, hopefully looks...
2010-06-30 Ilkka OllakkaQt4: scale iconview art related to fontsize
2010-06-30 Ilkka OllakkaQt4: return fontrole for all items
2010-06-28 Ilkka OllakkaQt4: don't draw background on nodes in icon_view by...
2010-06-24 Ilkka OllakkaQt4: constify
2010-06-24 Ilkka OllakkaQt4: constify currentIndex() and find* helpers, remove...
2010-06-24 Ilkka OllakkaQt4: don't cache current
2010-06-24 Ilkka OllakkaQt4: check that index.isValid too
2010-06-23 Ilkka OllakkaQt4: reset current_index cache sametime as i_cache_id
2010-06-23 Ilkka OllakkaQt4: cosmetic
2010-06-23 Ilkka OllakkaQt4: add check if current isValid()
2010-06-23 Ilkka OllakkaQt4: highlight nodepath to current item on icon_view
2010-06-23 Ilkka OllakkaQt4: cache currentItem index
2010-06-20 Ilkka OllakkaQt4: change comment on littlebit closer to the code
2010-06-20 Ilkka OllakkaRevert "Qt4: don't do playlist_model recursive remove...
2010-06-20 Ilkka OllakkaQt4: don't call browseInto if not needed when item...
2010-06-20 Ilkka OllakkaQt4: cosmetic
2010-06-18 Ilkka OllakkaQt4: make sure Item can be scrolled to visible even...
2010-06-18 Ilkka OllakkaQt4: don't do playlist_model recursive remove as core...
2010-06-05 Hugo Beauzée-LuyssenPlaylist: Allow pausing the playback using space.
2010-05-24 Ilkka Ollakkaqt4: respect qtconfig fontsize on icon_view
2010-05-17 Jean-Baptiste KempfQt: correctly restore the playlistWidget state when...
2010-04-27 Christophe Mutricyi18n: Factorise qtr() and fix nodes i18n
2010-04-27 Christophe MutricyRevert "Qt: fix missing translations"
2010-04-26 Jean-Baptiste KempfQt: forgotten translation
2010-04-26 Jean-Baptiste KempfQt: fix missing translations
2010-04-17 Ilkka Ollakkaqt4: add tooltip to playlist viewchange-button
2010-04-15 Francois CartegnieDrop trailing semicolons
2010-04-07 Erwan Tulouqt4: popupmenu (part2)
2010-04-06 Erwan Tulouqt4: Don't create QMenu without parents
2010-04-06 Jakob LebenQt: use QStackedLayout for playlist views
2010-04-06 Jakob LebenQt: listView, fix and optimize artist and album display
2010-04-01 Jakob LebenQt: settings
2010-03-30 Jean-Baptiste KempfQt: Better restore of the playlist State
2010-03-30 Jean-Baptiste KempfQt: correctly restore the ColumnID in the playlist.
2010-03-28 Ilkka Ollakkaqt4: keep selected popup item visible when sorting
2010-03-13 Jakob Lebenadjustments to playlist API changes
2010-03-11 Fabio RitrovatoPodcast: trim whitespaces from url
2010-03-11 Jean-Baptiste KempfQt: Fixing main Interface, phase 1.
2010-03-10 Jakob LebenQt: use Qt::DropAction properly throughout playlist...
2010-03-10 Jakob LebenQt: use "no art" picture for drag-and-drop pixmap in...
2010-03-09 Jakob LebenQt: drag-and-drop: simplification and robustness
2010-03-08 Jakob LebenQt: use input_item_t* for drag-and-drop data
2010-03-08 Rémi DuraffortQt4: fix the "Show Containing folder" feature.
2010-03-08 Jakob LebenQt: Playlist drag and drop corrections
2010-03-05 Jakob LebenQt: prevent having cached a deleted item
2010-03-04 Jakob LebenQt: reorganize playlist actions, rename "Delete" to...
2010-03-04 Jakob LebenQt: allow sorting by any meta in any view using right...
2010-03-04 Jakob LebenQt: adjust item text position in listView for better...
2010-03-03 Rémi Denis-CourmontMerge branch 'master' of git.videolan.org:vlc
2010-03-03 Jakob LebenQt: show folder icon for non-leaf nodes in iconView...
2010-03-03 Jakob LebenQt: ensure that item selection has visible effect in...
2010-03-01 Rémi Denis-CourmontQt4: use explicit direct connections when passing VLC...
2010-02-24 Jakob LebenQt: no need to clear playlist search twice
2010-02-24 Jean-Baptiste KempfQt: use qtu( ) when appropriate
2010-02-24 Jakob LebenQt: media library is always a tree
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-18 Rémi DuraffortQt4: fix pontential NULL dereference and show the right...
2010-02-18 Jakob LebenQt: cache "no-art" pixmap as well
2010-02-18 Jakob LebenQt: remedy faulty locationBar layout
2010-02-17 Jakob LebenQt: refactor and (again) emit currentChanged when proce...
2010-02-16 Ilkka Ollakkaqt4: try to read playlist headers state in same group...
2010-02-16 Jakob LebenQt: locationBar hides parent locations that don't fit in
2010-02-15 Jakob LebenQt: respect font sizes 1.1.0-ff
2010-02-14 Ilkka OllakkaQT4: scroll to playingItem when changing view
2010-02-14 Jakob LebenQt: couple of minor corrections
2010-02-14 Jakob LebenQt: playlist menu strings and icons
2010-02-14 Jakob LebenQt: the Add button on playlist panel is gone
2010-02-14 Jakob LebenQt: include Add File/Directory/Advanced Open actions...
2010-02-14 Jean-Baptiste KempfQt: code reindentation
2010-02-13 Jakob LebenQt: it's Qt::Key_Backspace not Qt::Key_Back
2010-02-12 Jakob LebenQt: ooops, fix deleting playlist items by key press
2010-02-12 Jakob LebenQt: playlist panel: search behavior + layout enhancements
2010-02-12 Jakob LebenQt: enable drag'n'dropping in listView
2010-02-12 Jakob LebenQt: iconView: draw artwork as big as its aspect ratio...
2010-02-11 Jakob LebenQt: add a list view
2010-02-10 Jakob LebenQt: cleanups and organization
2010-02-10 Jakob LebenQt: PLModel::removeItem( int ) is not for public usage
2010-02-10 Jakob LebenQt: simplify selected item deletion in playlist model
2010-02-10 Jakob LebenQt: update playlist dialog on rootChanged signal from...
2010-02-10 Jakob LebenQt: return playlist model and views to "now playing...
2010-02-10 Jakob LebenQt: selector cosmetic polish
2010-02-10 Jakob Lebenservices_discovery: implement SD categories and use...
2010-02-09 Jakob LebenQt: selector: correct expand-arrow position
2010-02-09 Jakob LebenQt: PLModel: simplify and fix current item update
2010-02-09 Jakob LebenQt: polish location bar geometry
2010-02-08 Jakob LebenQt: properly styled SearchLineEdit
2010-02-04 Jean-Philippe AndréSD: Fix podcast announcement and Qt special hack
2010-02-04 Rémi Denis-CourmontTypo in [1b9f9692f91dcf0659919b16551389e0dbf96412]
2010-02-04 Rémi Denis-CourmontDe-uglify root SD item name (part 2)
2010-02-04 Jakob LebenQt: locationBar: buttons adjustment
2010-02-04 Fabio Ritrovatoluasd: use a configuration chain to pass parameters...
2010-02-04 Jean-Baptiste KempfShow the normal popupMenu when no item is under the...
2010-02-04 Jean-Baptiste KempfQt: iconView, code cosmetics
2010-02-04 Jean-Baptiste KempfQt: iconView, setSpacing seems to be ignored in our...
2010-02-04 Jean-Baptiste KempfQt: iconView, make the item higher
2010-02-04 Jakob LebenQt: neat and crispy location bar, new location buttons
2010-02-04 Jakob LebenQt: make playlist widget even a bit more pretty
next