- 10 Mar, 2010 5 commits
-
-
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
-
- 08 Mar, 2010 18 commits
-
-
Jean-Baptiste Kempf authored
-
Fabio Ritrovato authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ricardo Pérez López authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Jakob Leben authored
A helper object keeps reference count until drag-and-drop is finished.
-
Rémi Denis-Courmont authored
This enforces the use of qtu() or whatever appropriate.
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Geoffroy Couprie authored
-
Rémi Duraffort authored
-
Jakob Leben authored
- Use item ids instead of pointers for drag data to prevent usage after freeing. - The list of selected items that contitutes drag data is sorted correctly according to item position in tree. This keeps their relative order after drop operation even if they originated from different parent nodes. - If a parent and any of it's children are selected, only the parent enters drag'n'drop operation. Children are thus not moved out of the parent when dropping. - Copying by drag and drop performs a recursive copy of all children.
-
Jakob Leben authored
Thanks to Srikanth Raju <srikiraju@gmail.com> for pointing out the problem.
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
- 07 Mar, 2010 9 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Geoffroy Couprie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Nathan Phillip Brink authored
...as the FAQ on http://libsdl.org/ declares this is the most portable method. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-