]> git.sesse.net Git - vlc/history - modules/gui/qt4/actions_manager.cpp
qt4: attempt to work around a design flaw in the toolbar editor
[vlc] / modules / gui / qt4 / actions_manager.cpp
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...