]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/controller_widget.cpp
Qt4: use var_Inherit
[vlc] / modules / gui / qt4 / components / controller_widget.cpp
2010-01-23 Rémi Denis-CourmontQt4: use var_Inherit
2010-01-10 Jean-Baptiste KempfQt: DO NOT use qobject_cast without checking it!
2010-01-10 Francois CartegnieQt: update widget initialization
2010-01-10 Francois CartegnieQt: rename slots to explicit names
2010-01-10 Francois CartegnieQt: remove the b_mybutton hack. Connect the appropriate...
2010-01-10 Francois CartegnieQt: Audio control widget changes
2009-12-04 Jean-Baptiste KempfQt: remove unnecessary macro
2009-12-04 Jean-Baptiste KempfQt: allow loop/repeat button to be in a toolbar (part 2)
2009-12-04 Jean-Baptiste KempfQt: allow loop/repeat button to be in a toolbar (part 1)
2009-12-04 Jean-Baptiste KempfQt: moving Random to the normal toolbars
2009-09-27 Jean-Baptiste KempfQt4: small Volume, align at first show
2009-09-14 Rémi Denis-CourmontDisambiguate trivial tool tips (fixes: #3068)
2009-08-14 Ludovic FauvetQt: Fix the bug where the volume was losing 1% at each...
2009-08-13 Rémi Denis-CourmontInit order
2009-07-09 Rémi Denis-CourmontQt4: control aout through playlist
2009-07-09 Rémi Denis-Courmontaout_VolumeMute -> aout_ToggleMute
2009-06-15 Jean-Baptiste KempfQt: kill memleak on the special sound slider
2009-06-09 Francois CartegnieUI: prefix/namespace resources for better maintainability
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Jean-Baptiste KempfQt: lower a bit the default sound slider.
2009-03-15 Jean-Baptiste KempfQt: various string fixes and consistencies in the ui
2009-02-27 Jean-Baptiste KempfQt: cohenrency for volume between FSC and main Controll...
2009-02-11 Jean-Baptiste KempfQt: simplify and solve a leak and make a previous commi...
2009-02-08 Jean-Baptiste KempfQt: menus, add VolumeMute/VolumeUp/VolumeDown in the...
2009-02-07 Jean-Baptiste KempfQt: remove code duplication.
2009-02-07 Jean-Baptiste KempfQt: simplification of the special volume slider. Any...
2009-02-07 Jean-Baptiste KempfQt: Remove VolumeClickHandler Class... I never understo...
2009-02-07 Jean-Baptiste KempfQt: new volume slider, optionnal. Totem like, for peopl...
2009-01-22 Jean-Baptiste KempfQt: Teletext handling simplifications and change of...
2009-01-21 Jean-Baptiste KempfQt: let the native sound slider manage 200% and 400...
2009-01-16 Jean-Baptiste KempfQt: Kill more warnings.
2008-12-30 Jean-Baptiste KempfQt controller: update copyrights.
2008-12-30 Jean-Baptiste KempfQt: Move code around and simplify the inclusion of...
2008-12-30 Jean-Baptiste KempfQt: First step of splitting the controller widgets...