An error occurred fetching the project authors.
- 14 Jun, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 10 Jun, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
This makes Windows use the same mode with transparency than on Linux. This removes the opacity trick to hide() the code. This fix a few issues that were happening and difficult to fix because of this difficulty. It will probably break stuffs for people on OLD windows version (2000,XP) with broken graphic cards... (Deactivate it by yourself) But I have spent enough time on this code.
-
- 09 Jun, 2009 1 commit
-
-
Francois Cartegnie authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Apr, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
Close #2429 and #2460.
-
- 24 Apr, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
Close #2283.
-
- 20 Apr, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
This apply to teletext and DVD menus buttons. Close #2516.
-
- 26 Mar, 2009 1 commit
-
-
Rémi Duraffort authored
-
- 25 Mar, 2009 1 commit
-
-
Christophe Mutricy authored
-
- 15 Mar, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 28 Feb, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
Qt: now that you don't control the controls size anymore, be careful to resize the controller when buttons show up. Close #2487.
-
- 23 Feb, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 21 Feb, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
It is based on the "can-rewind" variable. This may be wrong, if so, tell me so and I'll revert this.
-
Jean-Baptiste Kempf authored
Make it checkable, change the text for the toolbar editor and show it only on input.
-
- 11 Feb, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
This reverts commit 1463e7cb. Conflicts: modules/gui/qt4/components/controller.cpp modules/gui/qt4/components/controller_widget.hpp
-
- 10 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 07 Feb, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 23 Jan, 2009 1 commit
-
-
Ilkka Ollakka authored
when checking if fullscreencontrollers position needs to be recalculated. Should fix #2283 (what I understand that ticket) Please review and test.
-
- 22 Jan, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 21 Jan, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 19 Jan, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 18 Jan, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
To remove, just drag n drop to the void. To change, just drag n drop to new position.
-
Jean-Baptiste Kempf authored
I will need that to clarify the Toolbar editor.
-
- 05 Jan, 2009 1 commit
-
-
Laurent Aimar authored
It now works in non embed mode. It follows multiple vouts (not perfect yet).
-
- 30 Dec, 2008 3 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
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 19 Dec, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 09 Dec, 2008 3 commits
-
-
Jean-Philippe Andre authored
-- this adds a translatable string
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is a big chunk, and is very experimental. Functionnalities are (at best) very limited.
-
- 20 Nov, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 02 Nov, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
This introduce a parseAndCreate function that creates all the needed buttons from a QString input. This also introduce a next-frame button and the code needed behind it.
-
- 16 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 15 Oct, 2008 2 commits
-
-
Ilkka Ollakka authored
-
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
-
- 22 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Code simplification and TimeLabel in the FSC.
-