- 27 Jun, 2012 4 commits
-
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
10L
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Jun, 2012 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
Now, the sidebar will not will not resized while resizing the window. Also, this commit sets a min width for the the sidebar. But it can still be hidden, just drag the slider to the left.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
When calling a modal dialog, Qt switches to a new event loop. The call may still have some event to process in its own queue, and deleting it when doing the Vout update will have those events refering to a no longer existing widget.
-
- 25 Jun, 2012 9 commits
-
-
Rafaël Carré authored
Since 42a7f46d it is required to re-run gettextize because we run autoreconf. Unfortunately gettextize doesn't run in non interactive mode (this is an advertised "feature"). This gpg-error patch will appear in the next release so it doesn't need maintenance: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commit;h=c35dbfdaa2e30e08185e4a468278a29e2c48b500
-
Rafaël Carré authored
Tested on HP Touchpad up to 1280x720 1920x1080 gives: E/OMX-VDEC-1080P: ERROR: IP Requirements(#1: 2097152) Requested(#2: 4177920) Which probably means that provided buffers are too small for the decoder to operate
-
Martin Storsjö authored
This is required on HTC Sensation. That device uses a special tiled pixel format, which probably contains a bit of padding, too. The size that the omx codec suggests for the output port is bigger than what VLC calculates, and we thus should keep the larger value instead of overwriting it with what we calculated ourselves. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
close #6926
-
Francois Cartegnie authored
As Qt >= 4.6.0 provides AbstractAnimation we no longer need QTimer based animators. PixmapAnimator allows to be used by Q*Painter. Unused still frame support is removed, but can easily be implemented.
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
- 24 Jun, 2012 14 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed HiDPI fspanel background artwork, which accidently included a shadow which lead to drawing artifacts since the 2 variants didn't match their sizes
-
Felix Paul Kühne authored
no user-visible change.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
This is a broken concept, since according to the HIGL, one point always equals one pixel on non-HiDPI screens regardless of the actual DPIs or the actual screen resolution. Additionally, this interferes with our support for HiDPI
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
changes are not read anyway
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Previously, the open panel always converted the mrl to an (not available) mount point when you want to setup a playback without menus
-
- 23 Jun, 2012 3 commits
-
-
Francois Cartegnie authored
QPixmapCache can't compute using an undefined maxsize. Introduced by a2314241
-
Francois Cartegnie authored
-
Rafaël Carré authored
-
- 22 Jun, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 21 Jun, 2012 4 commits
-
-
Felix Paul Kühne authored
macosx: work-around a weird bug which let the drop zone respond to mouseDown events targetted at the window title Thanks to David for the report
-
Ludovic Fauvet authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-