]> git.sesse.net Git - vlc/history - modules/gui/qt4/input_manager.cpp
s/vlc_object_yield/vlc_object_release/
[vlc] / modules / gui / qt4 / input_manager.cpp
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...
2008-01-28 Jean-Baptiste KempfQt4- IM: update copyright and add myself to people...
2008-01-28 Jean-Baptiste KempfQt4 IM. Commenting the work done.
2008-01-28 Jean-Baptiste KempfQt4 - Avoid assertion problem...
2008-01-28 Jean-Baptiste KempfQt4 - Be sure to update the meta on Playlist Change.
2008-01-28 Jean-Baptiste KempfQt4 - IM. simplification again, since emit inputChanged...
2008-01-28 Jean-Baptiste KempfQt4 - Simplification and fix the IM interaction.
2008-01-27 Jean-Baptiste KempfFix previous commits.
2008-01-27 Jean-Baptiste KempfQt4 - Input Manager, cosmetic, comments and perf.
2008-01-27 Jean-Baptiste KempfQt4 - cosmetic
2008-01-27 Jean-Baptiste KempfQt4 - Try to separate IM and MIM
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Jean-Baptiste KempfQt4 - Input Slider simplification... Draging still...
2008-01-22 Ilkka OllakkaSeems that title-callback weren't called afterall for...
2008-01-22 Ilkka Ollakkacall UpdateRate when rate changes, add myself to authors
2008-01-19 Jean-Baptiste KempfQt4 - Try to improve quitting of the application.....
2008-01-17 Ilkka Ollakkadon't poll volume-change, change volumecontrol to use...
2008-01-17 Ilkka Ollakkachange input_manager to event-based instead of polling...
2008-01-15 Rafaël Carrécorrectly displays album art in playlist, fix by ILEoo
2007-12-31 Ilkka Ollakkaadd artChanged signal to inputmanager and change backgr...
2007-12-22 Jean-Paul SamanFirst page is 100 by default
2007-12-16 Jean-Baptiste KempfQt4 - Don't compile and create the Teletext bar without...
2007-12-16 Jean-Paul SamanDon't misuse p_this->p_libvlc for putting modules varia...
2007-12-16 Jean-Paul SamanLet teletext gui buttons do something.
2007-12-16 Jean-Baptiste KempfQt4 - teletext Panel. Not any function behind it. Not...
2007-12-08 Jean-Baptiste KempfQt4 - FIXME and comments fix. If you want to help,...
2007-12-05 Jean-Baptiste KempfQt4 - Typos/Code conventions/spaces/Cleaning.
2007-12-03 Jean-Baptiste KempfQt4 - MainInterface cleaning, FIXME labelling, Simplifi...
2007-11-11 Jean-Baptiste KempfStore the time and length in int, since we use only...
2007-10-15 Jean-Baptiste KempfQt4 - Various comments and unimportant fixes.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Jean-Baptiste KempfQt4 - IM: Add a setRate function.
2007-09-09 Jean-Baptiste KempfQt4 Return VLC_SUCCESS instead of 0
2007-09-08 Ilkka Ollakkaonly emit rateChanged when it has changed
2007-09-08 Jean-Baptiste KempfQt4 - MainInterface and InputManager: setRate actually...
2007-09-08 Jean-Baptiste KempfQt4 - GotoTime: force emission of update() in the IM...
next