- 11 Feb, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
Clicking on it brings the adjustable slider. DoubleClicking doesn't do anything anymore. This way the behaviour is more usable and less complex <joke>(don't be too KDEish!)</joke>
-
Jean-Baptiste Kempf authored
-
- 10 Feb, 2009 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Jan, 2009 1 commit
-
-
Joseph Tulou authored
this patch features : - persistent resizable main windows - video confined to preexisting window size Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 17 Jan, 2009 2 commits
-
-
Jean-Philippe Andre authored
-
Jean-Baptiste Kempf authored
-
- 16 Jan, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 12 Jan, 2009 3 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
commit. Thou I think it should invalidate current album art, so core would do new search for it.
-
Ilkka Ollakka authored
Input manager now emits signal for album art and gives url to art itself, so CoverArt or Background-widgets don't need to parse it themself, and CoverArt don't need to use those callbacks. This ways both get same image too.
-
- 05 Jan, 2009 1 commit
-
-
Laurent Aimar authored
-
- 02 Jan, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
This doesn't work yet, however, since p_input == NULL in the input_manager at the time this is displayed... A fix is needed.
-
- 31 Dec, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 30 Dec, 2008 4 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Qt: Change the rate scale in order to have 0.96x in the slider in order to help people who want to fix NTSC/PAL issues. Also remove lots of includes. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Dec, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
DOesn't show anything yet.
-
- 09 Dec, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Even lenny has it... (etch doesn't) If you want to maintain a Qt4.2 version, you are welcome.
-
- 30 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 20 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
The vout code invokes the Qt4 video widget through the Qt4 window submodule. Hence, the video widget cannot call the vout window code. This is where the embedded video crashes seem to come from. Unfortunately, this commit trades the deadlock (on 1.0) or the crash (on 0.9) for an assertion failure.
-
- 15 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Introduction of an abstractController, that can: - create most of the interface controller widgets - execute their actions All buttons connect themselve to a mapper and a doAction( id_action ) that centralize everything. The Action could go into a mainActionner, I guess. Opinions? This cleans a lot the signal and exchanges between MI and Controller, between Controller and FSC. The buttons do their own cooking and connect directly to THEMIM or to some of the few signals of the Controller (inputExist, inputHasVideo, inputCanRecord) This reworks most of the HACKS of Teletext Buttons and AtoB Buttons The FSC inherit from AbstractController and not Controller, which remove the b_fscreation HACK. There will be some regressions, I tried my best to minimize them. The code is generic enough to be able to customize the toolbars now. HAVE FUN!
-
- 04 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Sep, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
Well, of course, X11/DirectX being so easy, there are n-1/n changes of being on the wrong screen (if you have n screen). But at least, you can move and it will remember the position. (cherry picked from commit 29b82ab8d1fb740b4be0d6a0d142a107ffe7be19) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 22 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Code simplification and TimeLabel in the FSC.
-
- 21 Sep, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
PFff :D (cherry picked from commit 65c2a9bf053f82e4a84192f530f042209a449cca) (cherry picked from commit 834bd87073e19b49dca9d1ea608541e5885fb3cf) (cherry picked from commit 6a02accb4ca190a3e2b2690f2130ac6a09d78a32) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 20 Sep, 2008 2 commits
-
-
dionoea authored
-
Rémi Denis-Courmont authored
The window is always created with a pre-existing video output, and destroyed before the video outout. Besides, using object IDs is not safe.
-
- 19 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 18 Sep, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Moreover, use a function instead of a macro (like in 0.9-branch) Partially cherry picked from commit 73ab1cd94773956e463009088bf5f477cec1ae80
-
- 13 Sep, 2008 3 commits
-
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
-
Jean-Philippe Andre authored
We need to reimplement an on-the-fly option to record streams. I know this commit is crappy...
-
- 12 Sep, 2008 1 commit
-
-
Jean-Philippe Andre authored
Qt: Add a parent to the CoverArtLabel We should add parents to all QWidgets created, otherwise the widgets are leaked This commit is buggy (can leak input_items), because the whole Qt implementation is leaking QWidgets
-