]> git.sesse.net Git - vlc/history - modules/gui/qt4/input_manager.cpp
Qt: on startup, if there is no input, show the cone
[vlc] / modules / gui / qt4 / input_manager.cpp
2009-01-17 Jean-Philippe AndreQt: on startup, if there is no input, show the cone
2009-01-16 Jean-Baptiste KempfQt: more debug to find the Chapitre and Titre in Qt4
2009-01-12 Ilkka OllakkaQt4: tell how much has been buffered when buffering...
2009-01-12 Ilkka OllakkaQt4: refactor album art stuff into inputmanager
2009-01-11 Rémi Denis-CourmontQt4: need an input to update caching - fixes #2405
2009-01-05 Laurent AimarNew event (voutListChanged) in input manager.
2009-01-05 Laurent AimarFixed signal and input release order.
2009-01-02 Jean-Baptiste Kempfqt: input_manager: Code cosmetic to help coding.
2009-01-02 Jean-Baptiste KempfQt: get Bookmark events from the core and update in...
2009-01-02 Jean-Baptiste KempfQt: reserve space for future events handling.
2009-01-02 Jean-Baptiste KempfQt: react to caching Event from input to display Buffering.
2009-01-02 Jean-Baptiste KempfQt: connect the delay of ES to the extended panels.
2008-12-31 Jean-Baptiste KempfQt: release input sooner
2008-12-31 Jean-Baptiste KempfQt: Warn=>Dbg
2008-12-31 Jean-Baptiste KempfQt: don't display msg in release that only ILEoo and...
2008-12-31 Jean-Baptiste KempfBetter msg.
2008-12-31 Jean-Baptiste KempfQt: reset A->B between songs.
2008-12-31 Jean-Baptiste KempfQt: input manager and media info cleanup continues.
2008-12-31 Jean-Baptiste KempfQt: cleaning of the MediaInfo Dialog mess.
2008-12-31 Jean-Baptiste KempfQt: input manager updates. Remove some events with...
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 KempfQt4: input manager, reorder the event to match the...
2008-11-23 Ilkka OllakkaAdd UpdateTeletext to case
2008-11-23 Ilkka OllakkaRemove extra ItemStateChanged_Type handling
2008-11-23 Laurent AimarUpdated qt4 to use intf-event.
2008-11-20 Jean-Paul Saman(qt4) Enable reverse playback direction button in qt4...
2008-10-20 Jean-Baptiste Kempf[Qt] Various cleaning.
2008-10-20 Jean-Baptiste Kempf[Qt] remove trailing spaces, set a default filter and...
2008-10-15 Jean-Baptiste Kempf[Qt] Fix crash when pressed play when input is DYYYYYING.
2008-10-15 Jean-Baptiste KempfQt4: Controller Rework.
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-09-27 Rémi Denis-CourmontQt4 compile fix
2008-09-20 Antoine CellerierRemove last occurences of yield in the code and comments.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-13 Jean-Baptiste KempfAlways show something in the statusLabel, even if you...
2008-09-05 Laurent AimarBe sure to emit voutChanged() only when needed.
2008-09-05 Laurent AimarFixed initial snpshot/fullscreen state.
2008-09-05 Laurent AimarUse intf-change-vout to properly detect vout (close...
2008-09-04 Jean-Philippe AndreQt: use the CoverArtLabel in the playlist view and...
2008-08-25 Jean-Baptiste KempfUpdate comments.
2008-08-22 Lukas Durfinaqt4: Fix wrong hidding FS controller caused by disablin...
2008-08-22 Jean-Baptiste KempfFix typo.
2008-08-21 Jean-Baptiste KempfFix a segfault regression introduced in [f9b25cf4378f25...
2008-08-21 Jean-Baptiste KempfQt: Fix "chapter buttons not hiding when stop is clicke...
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-08 Jean-Baptiste KempfFix a segfault in Skins2 interface.
2008-08-08 Ilkka OllakkaEmit statuschange in qt4-interface when video-es change...
2008-08-02 Laurent AimarLook for "Title" entry in title 0, instead of always...
2008-08-02 Laurent AimarFixed fullscreen on exit (the embedded video can live...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Jean-Paul SamanFix displaying of teletext buttons.
2008-07-20 Jean-Paul SamanRevert "Fix of #1640 teletext buttons appear too often"
2008-07-20 Lukas DurfinaFix of #1640 teletext buttons appear too often
2008-07-15 Laurent AimarFixed fullscreen controler race conditions and ugly...
2008-07-13 Laurent AimarUpdate qt4 interface to use new "teletex-es". It fixes...
2008-07-05 Pierre d'Herbemontqt4: Add a missing pl_Release(). Please review.
2008-07-05 Pierre d'Herbemontqt4: Use playlist_CurrentInput().
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-24 Jean-Baptiste KempfFix DVD menu button. Fix metadata name displaying.
2008-06-23 Lukas DurfinaFix teletex buttons
2008-06-20 Jean-Paul SamanFix toggling of transparency on teletext pages. Keep...
2008-06-20 Jean-Paul SamanFix behaviour of the button logic for teletext and...
2008-06-20 Ilkka OllakkaEmit event to check inputchange in maininputmanager...
2008-06-20 Jean-Paul SamanImprove behavour on teletext buttons.
2008-06-20 Ilkka OllakkaRemove audio-es/video-es callbacks and replace it with...
2008-06-18 Jean-Paul SamanForgot to test when ZVBI is not compiled in.
2008-06-18 Jean-Paul SamanUse commandline value if available for setting teletext...
2008-06-18 Jean-Paul SamanAdd callback to spu-es from the input.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-10 Lukas DurfinaFullscreen controller
2008-06-06 Jean-Baptiste KempfSmall fix for DVD menus.
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
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-03-29 Jean-Baptiste KempfDetect the spu presence in the IM. Deactivate the telet...
2008-03-29 Jean-Baptiste KempfHopefully fix the play button issue.
2008-03-24 Jean-Baptiste KempfFix input_mnager behaviour to what it was intended...
2008-03-17 Rafaël CarréFix #1487
2008-03-03 Jean-Baptiste KempfQt4: Small fix and speedup
2008-02-25 Jean-Baptiste KempfQt4 - Input Manager: cleanup, fix behaviour of enableVi...
2008-02-21 Jean-Baptiste KempfQt4 - IM. cosmetic.
2008-02-21 Jean-Baptiste KempfQt4 - try to reset the Rate when input is done.
2008-02-13 Ilkka Ollakkaadd rate-change variable in core to inform when rate...
2008-02-13 Ilkka Ollakkaquick hack to get rate-faster/slower to react in qt4...
2008-02-12 Jean-Baptiste KempfQt4 - Clean a bit the debug.
2008-02-12 Jean-Baptiste KempfQt4 - Change the event numbers and add more debug to...
2008-02-11 Jean-Baptiste KempfQt4 - Try to minimize the callbacks. Just commenting...
2008-02-10 Jean-Baptiste KempfQt4 - cosmetic.
2008-02-10 Ilkka OllakkaAdd state-callback to check item-change, change playlis...
2008-02-08 Jean-Baptiste KempfQt4 - Add more debug to inputManager events.
2008-02-06 Jean-Baptiste KempfQt4 - Try to force the IM to show the name in DVD titles...
2008-01-31 Jean-Baptiste KempfQt4 - tracks detection is splitted from the other funct...
2008-01-31 Jean-Baptiste KempfQt4 - Fix compilation
2008-01-31 Jean-Baptiste KempfQt4 - taglib defines attachment:// Make a comment on...
2008-01-31 Jean-Baptiste KempfQt4 - UpdateArt separation from other functions in...
2008-01-28 Jean-Baptiste KempfQt4 - More debug to track regressions from today's...
2008-01-28 Jean-Baptiste KempfQt4 - Should fix the hasVideo and hasAudio detection...
2008-01-28 Jean-Baptiste KempfQt4 - Try to fix the detection of video tracks and...
next