]> git.sesse.net Git - vlc/history - modules/gui/qt4/components/controller_widget.cpp
Qt4: simplify and partly fix mute tracking
[vlc] / modules / gui / qt4 / components / controller_widget.cpp
2012-07-03 Rémi Denis-CourmontQt4: simplify and partly fix mute tracking
2012-07-03 Rémi Denis-Courmontaout_Volume*: use float rather than integer
2012-07-03 Rémi Denis-Courmontaout_MuteGet: fix name and add VLC_OBJECT() magic cast
2012-07-03 Rémi Denis-Courmontaout_MuteSet: fix name and remove unused parameter
2012-06-20 Mario SpeißQt: release vout in controller configuration widget
2012-03-30 Jean-Baptiste KempfQt: correctly release vout objects
2012-02-25 Francois CartegnieQt: SoundWidget: use LeftButton only for level changes.
2012-02-21 Jean-Baptiste KempfQt: AspectRatio Box, code style
2012-02-21 Jean-Baptiste KempfQt: missing translation in the AspectRatio Box
2012-02-21 Jean-Baptiste KempfQt: missing encoding conversion for AspectRatio box
2011-12-28 Edward WangQt4: Add aspect ratio combobox to toolbar editor
2011-12-17 Jean-Baptiste KempfQt: do not react to right-click to mute volume
2011-12-15 Pere Orgafix filename self-references
2011-09-24 Jean-Baptiste KempfQt: match the volume % with the OSD
2011-09-24 Jean-Baptiste KempfQt: simplify volume management
2011-09-24 Jean-Baptiste KempfQt: manage the volume with the core
2011-07-26 Rémi Denis-CourmontQt4: try to cleanup use of AOUT_VOLUME_* and QT_VOLUME_*
2011-07-16 Rémi Denis-CourmontMove <vlc_aout.h> UI functions into their own <vlc_aout...
2011-05-02 Jean-Baptiste KempfQt: fix simple volume alignment
2011-04-22 Jean-Baptiste KempfQt, methods and slots renaming for consistency
2011-04-21 Jean-Baptiste KempfQt, align the volume mute control with the bottom
2011-04-17 Jean-Baptiste KempfQt: cosmetics
2011-04-10 Francois CartegnieQt: SoundSlider: don't fire back signal when a change...
2011-04-10 Francois CartegnieQt: SoundSlider: always emit valuechange on slider...
2011-04-07 Rémi Denis-Courmontaout_VolumeGet: return volume directly
2010-12-10 Jean-Baptiste KempfQt: use SmallSize for the volume slider
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-03-27 Jakob LebenQt: appropriate SoundSlider size
2010-03-04 Jean-Baptiste KempfQt: do "normal->loopall->loop1->normal" instead of...
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
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...