- 01 Mar, 2010 4 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
GetWindowDC paints in nonclient area (not recommended on msdn) and not needed for skins. Also, it doesn't take WS_CLIPCHILDREN into account and forced to add a lengthy hack which can now be removed. This patch hopefully could also fix a refresh issue found only on Vista/Win7 (to be tested) (http://forum.videolan.org/viewtopic.php?f=15&t=68891)
-
Rémi Denis-Courmont authored
...without reference. With a direct connection, the call stack ensures that the pointer remains valid until the slot returns. This is not the case for asynchronous ("queued" in Qt4 documentation) signals. Obviously, this means we have to emit the signals from the Qt4 main loop thread, *or* alternatively not touch any Qt4 UI stuff fromt he slot. Hopefully, any such bug would be easier to find this ways.
-
Rémi Denis-Courmont authored
This reverts commit dcd59284. This bug is so pervasive within the Qt4 interface that removing this instance won't make a difference.
-
- 28 Feb, 2010 30 commits
-
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Fabio Ritrovato authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #3332 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Patch by ale5000, on IRC. Close #3336
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
...unless proper reference counting si involved, or the signal is blocking queued (but that is deadlock-prone). Ref: LP#528285
-
Rémi Denis-Courmont authored
-
Antoine Cellerier 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
We only use getopt_long(). Also we don't care about pre-C89 compilers.
-
Rémi Denis-Courmont authored
(We still need -lgnugetopt for cachegen)
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This mostly reverts commit 37de4458.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Fix the bug where caching would stay all the time when stopping
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 27 Feb, 2010 6 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-