- 19 Jan, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 Jan, 2009 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 11 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
* Make registration thread-safe, and independent on vlc_list_find(). * Fix use-after-free race condition when destroying the interface (interaction will be lost instead).
-
- 10 Jan, 2009 2 commits
-
-
Rémi Denis-Courmont authored
Otherwise, if the interface is hidden behind another window, clicking the tray icon however many times will request user attention in the task bar and never actually show the interface. This was confusing and inconvenient (fixes #2396). This new behavior is consistent with KMail. It would probably be even better to show the interface on top (instead of hiding it, then show it on the second click). Unfortunately, while it does seem possible, I do not know how. For sure, the previous scheme did not work anyway.
-
Rémi Denis-Courmont authored
-
- 06 Jan, 2009 1 commit
-
-
Laurent Aimar authored
-
- 05 Jan, 2009 3 commits
-
-
Laurent Aimar authored
Thanks j-b for the infos.
-
Laurent Aimar authored
It should fix a few issues with embed video and fullscreen controler (the widget may? not yet be ready in time). It fixes dialog provider.
-
Laurent Aimar authored
It now works in non embed mode. It follows multiple vouts (not perfect yet).
-
- 31 Dec, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
This is unfinished work.
-
- 30 Dec, 2008 8 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>
-
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>
-
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>
-
- 09 Dec, 2008 2 commits
-
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
- 06 Dec, 2008 1 commit
-
-
ssbssa authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 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.
-
- 30 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Close #2194
-
- 20 Oct, 2008 3 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 19 Oct, 2008 1 commit
-
-
Ludovic Fauvet authored
* Configuration aware to enable/disable (default enabled) * Filters available to ignore some patterns (using QRegExp) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Oct, 2008 1 commit
-
-
Ilkka Ollakka authored
-
- 16 Oct, 2008 1 commit
-
-
Ilkka Ollakka authored
Cancelation function emits event to main-interface to shut down. Thanks to courmisch for pointing out this possibility. Should be final issue on ticket #1365 and this commit should fix it
-
- 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
-
- 01 Oct, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 6b67205f13b3f8ce5a3c860b63a95f3bccf8d934) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Sep, 2008 2 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit 17d2bc2f7804d1a23eb5e55eaff996de76777fd4) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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>
-
- 22 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Code simplification and TimeLabel in the FSC.
-
- 21 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
When dropping on the main controller => Play When dropping on the playlist => Enqueue.
-
- 18 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 17 Sep, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-