- 12 Apr, 2010 9 commits
-
-
Jean-Baptiste Kempf authored
Store the stackWidget sizes in a QMap and restore the size when changing. Of course, don't restore the size, if autoresize is off. This restores the usual behaviour of VLC to go back to compact mode by default at the end of a video.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This trick does not work with Qt <= 4.5 unfortunately.
-
Rémi Denis-Courmont authored
This has already caused some problems (e.g. live555)
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
No idea what this is usefull about
-
- 11 Apr, 2010 31 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
Still generated with a kludged not-commitable POTFILES.in and Makefile.in.in
-
Christophe Mutricy authored
As it's the one with options
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
It closes #3515.
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #3509.
-
Erwan Tulou authored
-
Erwan Tulou authored
selection is made of several items separated with '\n' and terminated with a final '\0'. When selection is limited to one item, the '\n' is missing.
-
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
HAVE_X11_XLIB_H is used in several files (unfortunately)
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Ensure that stdio and libintl won't do heap allocations beforehand.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Refer to 7e5403d0 for rationale.
-
Rémi Denis-Courmont authored
...unless the buffer has zero size. This is not to be confused with strncpy().
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Changing the environment is not thread-safe, so it's best avoided. As a replacement, users should set the variable in their shell startup configuration (e.g. /etc/environment or ~/.bash_profile). Then all applications using DVDCSS will be affected (which seems better). This option was probably very seldom used anyway.
-