- 03 Mar, 2010 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
close #3343
-
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
This is an arbitrary choice. But KiB are much more common than kB. Also the notation is unambiguous. Note that we keep kbps for *bit* rates.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Fix #3349. Unfortunately we can not use QStyle to handle selection generically across platforms.
-
- 02 Mar, 2010 20 commits
-
-
Jean-Baptiste Kempf authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Laurent Aimar authored
It was incomplete and was creating issues when the audio output provided a non mono device (close #3272).
-
Antoine Cellerier authored
Use of function references rather than function names to store button actions. This allows using all kinds of functions, including non global ones. Note that the old mechanism using global function names is not supported anymore. Existing scripts will need to be fixed (-> just remove the quotes around the function name).
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Change vlc.stream() and vlc.memory_stream() error reporting to behave like lua's io.open() or loadfile() functions.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Close #3368
-
Jean-Baptiste Kempf authored
Ref #3368
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
This reverts commit d69b5e60.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Jakob Leben authored
close #3361
-
- 01 Mar, 2010 6 commits
-
-
Laurent Aimar authored
-
Erwan Tulou authored
-
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 1 commit
-
-
Pierre d'Herbemont authored
-