- 13 Mar, 2010 11 commits
-
-
Jakob Leben authored
Nothing uses it and it is irrelevant after tree form and list form playlist representations were joined.
-
Jakob Leben authored
-
Jakob Leben authored
- New function to copy a playlist item and all its children. - Allow node creation at any position in parent.
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
Fixes #3406
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This triggers a race condition and ultimately a crash when the input kills all its children.
-
Jean-Baptiste Kempf authored
Ref #3406
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This fixes #3377.
-
- 12 Mar, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 11 Mar, 2010 12 commits
-
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
Fabio Ritrovato authored
-
gozer@progrock.com authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Fabio Ritrovato authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Removes a lot of hacks, especially around manipulating size (no more sizeHint(), very limited use of doComponentsUpdate and updateGeometry() ), Simplify the number of starting options of the interface Fixes crashes due to QStackWidget limitations Still a lot of debug around, but mostly commented out, that will go in future commits Close #3401 Close #3210 Close #3332 Close #1717 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
For skins without video elements, fullscreen mode could be launched with the inner video kept hidden. Initializing the video control to NULL fixes it.
-
- 10 Mar, 2010 7 commits
-
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Eric Lassauge authored
Signed-off-by: Geoffroy Couprie <geal@videolan.org>
-
Jakob Leben authored
-
Erwan Tulou authored
- make it case insensitive and sorted alphabetically - fix a few regressions about config_Get vs. var_Inherit
-
Erwan Tulou authored
In skins, slash is the preferred path separator for both Linux and Win32 yet, rather fix those separators and issue a warning than fail to open skins.
-
Jakob Leben authored
This makes drag-and-drop easier, because drag-and-drop pixmap does not cover the area under mouse cursor.
-
- 09 Mar, 2010 8 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
- Make PlMimeData simply a subclass of QMimeData: destructor of indirect subclasses of QObject is called even if their direct base class' destructor is not virtual. - Protection against using input_item_t* from another VLC instance: qobject_cast<PlMimeData*>() will fail on QMimeData dropped from another process. - Some refactoring of PLModel::dropMove() for robustness.
-
Fabio Ritrovato authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-