- 03 Jul, 2012 21 commits
-
-
Rémi Denis-Courmont authored
This fixes a race between requesting mute and the aout actually muting. There are still at least two known bugs with the mute widget: - Qt tries to sets the LibVLC status when LibVLC status changes (there is a hack around this for volume but not for mute). - Qt tracks the playlist "mute" variable instead of the aout one.
-
Rémi Denis-Courmont authored
Volume and mute states are now independant. There is no need to update them together in a single transaction. Furthermore, other processes can change the volume and/or mute state of VLC playback streams asynchronously. Thus volume-up/volume-down and mute-toggle are not atomic operations even when protected by the volume lock. We would need to have toggle and up/down provided by the to the output plugins. That is probably impossible and overkill. So accept the small race condition and simplify the code.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In particular, show OSD mute icon when mute is enabled, rather than when volume is nul (which is orthogonal).
-
Rémi Denis-Courmont authored
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Christoph Miebach authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
Pointed by Damien
-
Felix Paul Kühne authored
pointed by Damien.
-
David Fuhrmann authored
When the key is assigned to an main menu item: In this case the event is never passed to the controls, so we want to handle it here for these exeptional cases. For all other cases: The event is ignored here and handled by the controls (playlist, or video view, which also sends it to vlc core).
-
David Fuhrmann authored
-
David Fuhrmann authored
close #6997
-
Felix Paul Kühne authored
-
- 02 Jul, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 01 Jul, 2012 15 commits
-
-
Rafaël Carré authored
Close #7036 Patch sent upstream
-
Felix Paul Kühne authored
package/macosx: enhanced the codesign script to add a designated signature to enhance its compatibility Note 3 things - the included hashes are common knowledge, non-exploitable and hence don't constitute a security issue - you need a valid Developer ID private key to create GateKeeper compatible signatures - If you don't use VideoLAN's Dev ID, that's noticable but doesn't limit the app's behavior in any detail. This commit also limits the signing process to the compiled lua scripts and no longer signs the entire lua folder since this would limit the usage experience and it isn't reasonable either.
-
Ilkka Ollakka authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
(fix #7016) This reverts commit 6f1af24d. This reverts commit e5462dbd.
-
Rafaël Carré authored
-
Rafaël Carré authored
Close #5558
-
Rafaël Carré authored
Reference: <4FA56FA2.6000506@videolan.org>
-
Jean-Baptiste Kempf authored
This is probably not perfect, but our contribs header need that
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-