- 27 Mar, 2012 14 commits
-
-
Rémi Denis-Courmont authored
This reverts commit 3cb4988a. Conflicts: modules/demux/playlist/dvb.c
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The SDK pretends to support it, but actually it doesn't
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
Moving layout insertion outside of the constructors. We no longer need constructor for creating a QWidget, and we did not need at all to create a widget as a sublayout is sufficient. Removes many constructors and conditional code. gross -100 lines. Also fixes an IntegerRangeConfigControl declaration which definition was on IntegerRangeSliderConfigControl.
-
Felix Paul Kühne authored
plus some cleanup
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Colin Delacroix authored
Hi there my VLC 2.0.1 has been crashing randomly on OS X 10.7 during Time Machine backups, and it was a thread-safety issue. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
We should not use shift, because this triggers the slow motion maximize animation feature, at least on lion.
-
- 26 Mar, 2012 18 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
-
Edward Wang authored
Close #6489 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Kaarlo Raiha authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #6481 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Pointed-out-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
add_callback could not work correctly with the (lack of) Lua threading support. Fortunately, it was not in use. del_callback depends on add_callback.
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Fixes combo visibility in open_panel
-
Francois Cartegnie authored
Visibility changes were not applied to the created qwidget except for base class. Changes were also not implemented for some classes.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
- 25 Mar, 2012 8 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
vout_macosx: check whether the receiving window can respond to non-standard calls prior to calling them (close #6034)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the interface script has nothing to do, then it can simply end and the let the interface thread finish ahead of pf_deactivate. This will _not_ automatically cause VLC to exit.
-
Rémi Denis-Courmont authored
If there is nothing to do, then the interface thread can finish.
-