- 15 Nov, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
This calls a var_GetBool each time a menu is redrawn. This may be not optimal. Maybe a callback on "play-and-exit" would be better? Do we care about the performance on that part (menu display)? Close #3842
-
- 14 Oct, 2010 1 commit
-
-
Rémi Denis-Courmont authored
If the menu item says hide, really always hide.
-
- 03 Aug, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 29 Jul, 2010 2 commits
-
-
Juho Vähä-Herttua authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Juho Vähä-Herttua authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 08 Jun, 2010 1 commit
-
-
Laurent Aimar authored
It removes the need of the reparentable widget (it is not needed to reparent at all) and so simplify the code. It fixes win32 fullscreen support and improves win7 transitions. It avoids the need of an extra fullscreen widget, which is consistant with the other media players I have tested.
-
- 01 Jun, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Close #3700
-
- 26 May, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
This was broken after the extension merge. Close #3665
-
- 29 Apr, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 07 Apr, 2010 1 commit
-
-
Erwan Tulou authored
This patch - ensures no accumulation of QMenus - removes the root Widget for dialog_provider - unifies all four popupmenus in term of API For skins, it also fixes bugs when trying to hide popupmenus (Video, Audio and Misc). These were never implemented at the qt4 level, but used at the skins level.
-
- 06 Apr, 2010 1 commit
-
-
Erwan Tulou authored
This patch ensures that _all_ menus/actions have got a parent widget that is guaranteed to be deleted. This patch - solves memory leaks for menus and action(children) - solves a side effect (crash) pointed out by 193e6eac where some vlc objects were no longer properly released for lack of a clean menus/actions release chain.
-
- 29 Mar, 2010 3 commits
-
-
Jakob Leben authored
-
Jakob Leben authored
Prevent unnecessary memory accumulation when new submenus are created again and again.
-
Jakob Leben authored
-
- 28 Mar, 2010 2 commits
-
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 21 Mar, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Functions renaming, dead code removal, simplifications and various resizing fixes.
-
- 13 Mar, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
Fixes #3406
-
Jean-Baptiste Kempf authored
Ref #3406
-
- 11 Mar, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Removes a lot of hacks, especially around manipulating size (no more sizeHint(), very limited use of doComponentsUpdate and updateGeometry() ), Simplify the number of starting options of the interface Fixes crashes due to QStackWidget limitations Still a lot of debug around, but mostly commented out, that will go in future commits Close #3401 Close #3210 Close #3332 Close #1717 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 Feb, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
Ref #3332 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 Feb, 2010 1 commit
-
-
Rémi Duraffort authored
-
- 23 Feb, 2010 1 commit
-
-
Jakob Leben authored
-
- 10 Feb, 2010 2 commits
-
-
Rémi Denis-Courmont authored
This allows the value to be inherited most cleanly across inputs (if the video output cannot be recycled anyway). This also enables changing the fullscreen status in absence of video, just like LibVLC does.
-
Jakob Leben authored
-
- 28 Jan, 2010 3 commits
-
-
Jean-Philippe André authored
If true, load the extensions on startup. Otherwise, don't load them automatically.
-
Jean-Philippe André authored
-
Jean-Baptiste Kempf authored
-
- 24 Jan, 2010 2 commits
-
-
Rémi Duraffort authored
-
Jean-Philippe André authored
You can now play with extensions, from the menu View > Extensions
-
- 23 Jan, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 11 Dec, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
Recents items from 1 to 9 are supported to Ctrl+1 to Ctrl+9
-
- 05 Dec, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 24 Nov, 2009 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 31 Oct, 2009 1 commit
-
-
Rémi Denis-Courmont authored
QSystremTray class does not exist at all.
-
- 30 Oct, 2009 2 commits
-
-
Jakob Leben authored
-
Jakob Leben authored
-
- 05 Oct, 2009 1 commit
-
-
Laurent Aimar authored
It simply shows "deinterlace" and "deinterlace-mode". I believe a better solution would be welcome. The simple preferencences could also be improved.
-