Jean-Baptiste Kempf
1d288ae6d2
Qt: cosmetics
15 years ago
Francois Cartegnie
e7e26e381c
Qt: SoundSlider: don't fire back signal when a change comes from lib
15 years ago
Francois Cartegnie
f8fe27ad55
Qt: SoundSlider: always emit valuechange on slider move ( fix #4658 )
15 years ago
Rémi Denis-Courmont
7fca2ae32b
aout_VolumeGet: return volume directly
Only two call sites checked for errors. Anyway, the implementation does
not check for errors.
15 years ago
Jean-Baptiste Kempf
f6b7fd14b8
Qt: use SmallSize for the volume slider
16 years ago
Rémi Denis-Courmont
ae2c9e4fb6
var_InheritInteger -> var_InheritBool
16 years ago
Jakob Leben
02ee6240a9
Qt: appropriate SoundSlider size
16 years ago
Jean-Baptiste Kempf
4e5dff5adc
Qt: do "normal->loopall->loop1->normal" instead of "normal->loop1->loopall->normal"
And fix logic
16 years ago
Rémi Denis-Courmont
7e4d50ac42
Remove pl_Release, and rename pl_Hold back to pl_Get
pl_Hold() assumed the playlist was already created.
pl_Release() does not solve any problem. Playlist synchronization is
done with the playlist lock, while playlist deletion must anyway be done
after all interfaces, services and other threads are joined.
16 years ago
Rémi Denis-Courmont
23c9bffb5b
Qt4: use var_Inherit
16 years ago
Jean-Baptiste Kempf
b62a28b2aa
Qt: DO NOT use qobject_cast without checking it!
How difficult is that?
Fix crash introduced by 1a4bb05994
16 years ago
Francois Cartegnie
0759676c98
Qt: update widget initialization
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Francois Cartegnie
4704ae3fc9
Qt: rename slots to explicit names
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Francois Cartegnie
18addd464f
Qt: remove the b_mybutton hack. Connect the appropriate events.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Francois Cartegnie
1a4bb05994
Qt: Audio control widget changes
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
16 years ago
Jean-Baptiste Kempf
b999406866
Qt: remove unnecessary macro
17 years ago
Jean-Baptiste Kempf
6b65c19e60
Qt: allow loop/repeat button to be in a toolbar (part 2)
Action and states consistency
17 years ago
Jean-Baptiste Kempf
745c83a01a
Qt: allow loop/repeat button to be in a toolbar (part 1)
17 years ago
Jean-Baptiste Kempf
7bcfcc69ba
Qt: moving Random to the normal toolbars
17 years ago
Jean-Baptiste Kempf
88dd636968
Qt4: small Volume, align at first show
17 years ago
Rémi Denis-Courmont
9024e28cb0
Disambiguate trivial tool tips ( fixes : #3068 )
This was requested for Arabic.
17 years ago
Ludovic Fauvet
5eb13a62c1
Qt: Fix the bug where the volume was losing 1% at each start
The bug originates from an implicit conversion to int. This commit
explicitly convert the value to qreal then use qRound to take the nearest
integer.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago
Rémi Denis-Courmont
4d218ceb5f
Init order
17 years ago
Rémi Denis-Courmont
76099331da
Qt4: control aout through playlist
17 years ago
Rémi Denis-Courmont
604adb7afc
aout_VolumeMute -> aout_ToggleMute
17 years ago
Jean-Baptiste Kempf
d65ad9ba35
Qt: kill memleak on the special sound slider
17 years ago
Francois Cartegnie
7393f3b36c
UI: prefix/namespace resources for better maintainability
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
17 years ago
Jean-Baptiste Kempf
e976edb9eb
Qt: lower a bit the default sound slider.
17 years ago
Jean-Baptiste Kempf
5bdf4e1895
Qt: various string fixes and consistencies in the ui
17 years ago
Jean-Baptiste Kempf
0ba671da3b
Qt: cohenrency for volume between FSC and main Controller. Solve the 1% issue reported by Trax, close #1851 .
17 years ago
Jean-Baptiste Kempf
ad55dcbc13
Qt: simplify and solve a leak and make a previous commit unecessary.
17 years ago
Jean-Baptiste Kempf
5a4afbeb5b
Qt: menus, add VolumeMute/VolumeUp/VolumeDown in the audio menu to match OSX Audio menu.
We still have one more separator than OSX has.
17 years ago
Jean-Baptiste Kempf
3439c052ec
Qt: remove code duplication.
17 years ago
Jean-Baptiste Kempf
11a75f694f
Qt: simplification of the special volume slider. Any click will show it.
17 years ago
Jean-Baptiste Kempf
74d2582a3d
Qt: Remove VolumeClickHandler Class... I never understood why zorglub did that in a separate class.
This removes some friends attribute. Can't be a bad thing.
17 years ago
Jean-Baptiste Kempf
41b266bff0
Qt: new volume slider, optionnal. Totem like, for people who use Totem
This is a special request for Laurent ;)
17 years ago
Jean-Baptiste Kempf
856065411b
Qt: Teletext handling simplifications and change of the icons to more clear ones.
17 years ago
Jean-Baptiste Kempf
2c688720b3
Qt: let the native sound slider manage 200% and 400% of volume.
17 years ago
Jean-Baptiste Kempf
f6081e574e
Qt: Kill more warnings.
17 years ago
Jean-Baptiste Kempf
4cca7c8a94
Qt controller: update copyrights.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Jean-Baptiste Kempf
f2851a7b13
Qt: Move code around and simplify the inclusion of headers.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago
Jean-Baptiste Kempf
d525a35313
Qt: First step of splitting the controller widgets from the controller layout code.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
18 years ago