]> git.sesse.net Git - vlc/history - modules/gui/qt4/input_manager.cpp
Qt: correctly fallback to filename when empty tags
[vlc] / modules / gui / qt4 / input_manager.cpp
2012-05-14 Jean-Baptiste KempfQt: correctly fallback to filename when empty tags
2012-04-17 Rémi Denis-CourmontQt4: override playlist configuration on request, _not_...
2012-04-17 Rémi Denis-Courmontqt4: remove --qt-autosave-volume
2012-04-17 Rémi Denis-CourmontQt4: use QVLCBool for random and repeat/loop
2012-04-06 Jean-Baptiste KempfQt: fix semantics and behaviour for chapters buttons
2012-03-02 Francois CartegnieQt: various visibility warnings fixs
2012-02-21 Erwan Tulouqt4: fix the main input manager initialization.
2012-01-02 Jean-Baptiste KempfQt: remove unneeded debug message
2011-12-12 Mal GratyPlaylist status not being updated on play/pause
2011-12-05 Francois CartegnieQt: input_manager: merge loop&repeat events.
2011-12-05 Francois CartegnieQt: menus: make next/prev to behave accordingly to...
2011-10-13 Jean-Baptiste KempfQt: add asserts around p_input access
2011-10-13 Jean-Baptiste KempfQt: fill NULL-deref in jumping forward
2011-08-24 Jean-Baptiste KempfQt: restore audio volume save
2011-08-24 Jean-Baptiste KempfQt: save random/loop/repeat on quit
2011-08-06 Rémi Denis-CourmontUse CLOCK_FREQ
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-05-30 Rémi Denis-CourmontQt4: include <vlc_aout.h> as needed
2011-05-21 Jean-Baptiste KempfQt: remove unused variable
2011-05-20 Jean-Baptiste KempfPlaylist simplification in leaf-to-parent management
2011-05-20 Jean-Baptiste KempfQt, simplification: kill dead code
2011-05-14 Jean-Baptiste KempfQt: kill unused_parameters warnings
2011-05-14 Jean-Baptiste KempfQt: fix signedness comparison issue
2011-04-30 Rémi Denis-CourmontQt4: fix input item now playing
2011-04-23 Jean-Baptiste KempfQt: improve title display
2011-04-22 Hugo Beauzée-Luyssenqt4: Allow the title to be configured.
2011-04-21 Jean-Baptiste KempfQt, add a previous/reset function, when time < 10s
2011-04-07 Rémi Denis-CourmontRemove "saved-volume" and "volume-change". Use "volume".
2011-04-07 Rémi Denis-CourmontRename "volume-muted" to simply "mute"
2011-02-18 Francois CartegnieQt: MIM: Make use of singleton
2011-01-07 Rémi Duraffortqt4: fix object leak.
2010-12-26 Jakub WieczorekAdd an option to pause the playback on minimizing the...
2010-12-26 Jakub WieczorekInputManager: Rename the status property to playingStat...
2010-11-15 Jean-Baptiste KempfQt: correctly implement play-and-exit in menu
2010-10-04 Ilkka Ollakkarefactor rate(,-faster,-slower) to playlist
2010-09-14 Ilkka OllakkaRevert "Qt4: don't reset rate when input changes"
2010-09-12 Ilkka OllakkaQt4: don't reset rate when input changes
2010-07-21 Rémi DuraffortQt4: fix memleak when album arts.
2010-07-20 Tristan Heavenqt4: Fix stack smash in InputManager::UpdateVout
2010-07-02 Rémi Denis-CourmontC++ compile fix
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-03 Ilkka OllakkaQT4: Connect INPUT_EVENT_ITEM_EPG to update epg-widget...
2010-05-17 Jean-Baptiste KempfQt: rate display: fix [5bf9231283106ed14d0eb3272da2db4e...
2010-05-17 Jean-Baptiste KempfQt: reset rate display at new input
2010-03-08 Jakob LebenQt: don't emit redundant InputManager::statusChanged...
2010-03-04 Jean-Baptiste KempfQt: do "normal->loopall->loop1->normal" instead of...
2010-03-02 Jean-Baptiste KempfQt: use float for rate and fix a bug when mouseWheeling
2010-03-02 Antoine CellerierUpdate the rate value when setting the input.
2010-03-02 Jean-Baptiste KempfQt: display the correct rate
2010-03-01 Rémi Denis-CourmontQt4: use explicit direct connections when passing VLC...
2010-02-28 Jean-Baptiste KempfQt: Be sure to hide the caching when an input is deleted.
2010-02-25 Jean-Baptiste KempfQt: don't show the menu button if there is only 1 chapt...
2010-02-20 Rémi Denis-CourmontQt4: use make_path
2010-02-17 Jakob LebenQt: separate status bar label for "Buffering" + show...
2010-02-14 Rémi Denis-CourmontStore audio output interface variables into the input...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-CourmontNo need to lock the playlist for meta fetch and preparsing
2010-01-31 Laurent AimarRemoved one vlc_object_find_name() in qt4.
2010-01-30 Jakob LebenQt: efficient iconView browsing demands a specialized...
2010-01-26 Laurent AimarRemoved invalid var_DelCallback in teletext code (qt4).
2010-01-24 Jean-Baptiste KempfQt: create a helper function to manage core ArtUrl
2010-01-23 Rémi Denis-CourmontQt4: use var_Inherit
2010-01-18 Steven SheehyImproving the accuracy of the A to B looping in the...
2010-01-17 Rafaël Carréqt4: Don't update art when it hasn't changed
2010-01-16 Geoffroy CouprieWin32: add support for play and pause buttons in media...
2010-01-10 Francois CartegnieQt: Audio control widget changes
2009-12-04 Jean-Baptiste KempfNEWS: XvMC was removed
2009-12-04 Jean-Baptiste KempfQt: allow loop/repeat button to be in a toolbar (part 2)
2009-12-04 Jean-Baptiste KempfQt: make sure the random buttons states are consistent
2009-12-04 Jean-Baptiste KempfQt: actually activate random action
2009-11-23 Rémi Denis-CourmontConvert "rate" variable to float everywhere
2009-11-07 Jakob LebenQt4: implement PlaylistEventManager functionality in...
2009-09-26 Rémi Denis-CourmontQt4: stop spamming the console
2009-08-13 Ilkka OllakkaQt4: change metaChanged signal from id to input_item_t*
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-22 Besnard Jean-BaptisteQt : Keep preparsed items synced in playlist
2009-07-06 Jean-Baptiste KempfQt: fix albumart on Win32.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortQt4: no need to try to search and replace when we know...
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-Courmontqt4: metaChanged -> currentMetaChanged
2009-05-16 Rémi Denis-CourmontQt4: pass input items rather than ID through IMevent
2009-05-16 Rémi Denis-CourmontQt4: keep input item rather than ID in the manager
2009-05-16 Rémi Denis-CourmontPass pointer rather than ID for playlist item-current
next