]> git.sesse.net Git - vlc/history - modules/gui/qt4/actions_manager.cpp
Qt: create a AM::PPAction
[vlc] / modules / gui / qt4 / actions_manager.cpp
2014-08-15 Jean-Baptiste KempfQt: create a AM::PPAction
2014-05-18 Jean-Baptiste KempfQt: cosmetics and update copyright for ActionsManager
2014-05-18 Jean-Baptiste KempfQt: fix indentation is ActionsManager
2014-05-18 Jean-Baptiste KempfQt: use the provided Singleton class for ActionsManager
2013-10-07 Jean-Baptiste KempfQt: correctly play after drag and drop
2012-11-01 Rémi Denis-Courmontplaylist: use playlist audio functions
2012-08-20 Jean-Baptiste KempfQt: avoid a crash
2012-07-03 Rémi Denis-Courmontaout_MuteToggle: fix name and remove unused or misused...
2011-12-15 Pere Orgafix filename self-references
2011-11-24 Edward WangQt: Allow fullscreen controller to be stacked at the...
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-05-22 Jean-Baptiste KempfQt: provide a button to open subtitle
2011-04-21 Jean-Baptiste KempfQt, code simplification
2011-04-20 Jean-Baptiste KempfQt, action_manager: provide skip fwd and bckwd actions
2010-11-10 Rémi Denis-CourmontQt4: missing qfu() (in commented out code)
2010-02-10 Rémi Denis-CourmontKeep the authoritative fullscreen status on the playlist
2009-12-29 Jean-Baptiste KempfQt: allow a info button in interface toolbar
2009-12-04 Jean-Baptiste KempfQt: actually activate random action
2009-12-04 Jean-Baptiste KempfQt: moving Random to the normal toolbars
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-09 Rémi Denis-CourmontQt4: control aout through playlist
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-06-05 Derk-Jan HartmanQt4: forward and back were using key-pressed where...
2009-03-21 Rémi Duraffortqt4: be symetric for audio up and down.
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-08 Jean-Baptiste KempfQt: menus, add VolumeMute/VolumeUp/VolumeDown in the...
2009-01-21 Jean-Baptiste KempfQt: add a QUIT button. Close #2387.
2009-01-21 Jean-Baptiste KempfQt: open button action implementation.
2009-01-19 Jean-Baptiste KempfQt: Create a getVout() in MIM to remove some vlc_object...
2009-01-19 Jean-Baptiste KempfQt: simplifications.
2009-01-19 Jean-Baptiste KempfQt: actions_manager: Change constructor and inline...
2009-01-19 Jean-Baptiste KempfQt4: separation between widgets/buttons creation and...