]> git.sesse.net Git - vlc/history - modules/gui/qt4/qt4.cpp
Qt4: use var_Inherit
[vlc] / modules / gui / qt4 / qt4.cpp
2010-01-23 Rémi Denis-CourmontQt4: use var_Inherit
2010-01-16 Geoffroy CouprieWin32: fix Win7's taskbar buttons
2010-01-14 Erwan Tulouqt4: make dialog provider initialization less convoluted
2009-12-12 Rémi Denis-CourmontRemove useless header check
2009-12-08 Rémi Denis-CourmontQt4: provide the X11 display address through the window...
2009-12-08 Rémi Denis-CourmontQt4: check for Windows window system backend rather...
2009-12-08 Rémi Denis-Courmontvout_window_t: simplify via anynomous union
2009-12-08 Rémi Denis-CourmontAvoid warning (braindead putenv() prototype!)
2009-12-08 Rémi Denis-CourmontQt4: fix buffer overflow
2009-12-04 Jean-Baptiste KempfQt: remove unnecessary includes
2009-11-15 Rémi Denis-CourmontUgly hack to prevent qt4-x11 from using alpha channel
2009-11-13 Rémi Duraffortqt4: destroy the variable only if the variable does...
2009-11-05 Ilkka Ollakkaqt4: change QIcon( QPixmap( x ) ) -> QIcon( x )
2009-10-01 Jean-Baptiste KempfQt: Remove the use of the Qt translations
2009-09-12 Rémi Denis-CourmontQt4: use semaphore
2009-09-12 Rémi Denis-CourmontQt4: remove pointless locking
2009-08-25 Ilkka Ollakkaqt4: add option --qt-fullscreen-screennumber to allow...
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-19 Geoffroy CouprieWin7: add support for the taskbar's "oh, look, it's...
2009-08-12 Rémi Denis-CourmontQt4: fix race in requestVideo and simplify
2009-08-11 Jean-Baptiste KempfAllow to select the style of Qt in Simple preferences.
2009-08-01 Laurent AimarSplit back window module providers by type.
2009-08-01 Laurent AimarUpdated qt4 vout_window provider to the new API.
2009-07-13 Jean-Baptiste KempfQt: FSC opacity control between 0.1 and 1.0
2009-06-19 Jean-Baptiste KempfQt: store the filedialog path in Qt setings, instead...
2009-06-19 Jean-Baptiste KempfQt: first step to fix directory remembering.
2009-06-19 Jean-Baptiste KempfQt: cosmetics and comments.
2009-06-18 Barry WardellRemove unused variables.
2009-06-08 Francois CartegnieUI: simple prefs menu UI fixes and enhancement
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Jean-Baptiste KempfQt: change slightly the colours of the sound slider.
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfRemove kludge for old Qt versions.
2009-04-15 Rémi Denis-CourmontCompile fix
2009-04-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-15 Rémi Denis-CourmontQt4: hopefully fix the last open file path
2009-04-15 Rémi Denis-CourmontRemove useless display pointer
2009-04-15 Rémi Denis-CourmontDo not pass custom Xlib display to Qt4 - fixes #2322
2009-04-15 Rémi Denis-CourmontQt4: set proper window class (refs #2322)
2009-04-05 Rémi Denis-CourmontEnglish
2009-03-24 Jean-Baptiste KempfQt: add a --qt-embedded-open option to have the 0.9...
2009-03-17 Erwan Tulouat qt4 termination, ensure quit() function is executed...
2009-03-15 Jean-Baptiste KempfQt: qt4.cpp cosmetics.
2009-02-20 Joseph TulouCorrects crashing when a skin doesn't have a video...
2009-02-02 Rémi Denis-CourmontQt4: use --x11-display
2009-02-02 Rémi Denis-CourmontQt4: use the display we've opened
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-31 Rémi Denis-CourmontCleanup vout window handle typedef
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-25 Rémi Duraffortqt4: no need for a static_cast to the parent class.
2009-01-24 Jean-Baptiste KempfQt: change keep-size to autoresize in order to match...
2009-01-24 Joseph Tulouimplements --qt-keep-size (persistent main windows...
2009-01-24 Christophe MutricyMark qt-blingbling as deleted
2009-01-21 Jean-Baptiste KempfQt: remove the no-qt-blingbling option. Use the toolbar...
2009-01-21 Jean-Baptiste KempfQt: detect the screen size at startup since some screen...
2009-01-18 Jean-Baptiste KempfQt: add accessiblewidgets for Win32 static Qt compilation.
2009-01-16 Jean-Baptiste KempfQt: Kill more warnings.
2009-01-16 Jean-Baptiste KempfQt: kill many warnings.
2009-01-06 Laurent AimarRe-enable the embed video module in qt4.
2009-01-05 Laurent AimarFixed dialog provider leaks on quit.
2009-01-05 Laurent AimarFixed qt4 initialization/destruction.
2009-01-04 Antoine CellerierLeave recent items filter empty.
2009-01-02 Jean-Baptiste KempfQt: remove trailing space.
2008-12-30 Jean-Baptiste KempfQt: Remove some dialogs_provider.hpp and input_manager...
2008-12-09 Rémi Denis-CourmontFix vout window capability name
2008-10-30 Rémi Denis-CourmontRemove the Qt4 video widget
2008-10-30 Rémi Denis-CourmontRemove useless parameter
2008-10-30 Rémi Denis-CourmontRemove write-only value
2008-10-30 Rémi Denis-CourmontFix another small race condition in the Qt4 video window
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Jean-Baptiste Kempf[Qt] chmod 644 qt4.*
2008-10-20 Rémi Denis-CourmontRemove dummy embedded window exclusion
2008-10-20 Rémi Denis-CourmontSimplifications
2008-10-20 Rémi Denis-CourmontOops, remove dummy code
2008-10-20 Rémi Denis-CourmontEmbedded video still crashes, so disable it - refs...
2008-10-20 Rémi Denis-CourmontRemove debug
2008-10-20 Rémi Denis-CourmontDo not use thread cancellation for Qt4 - fix #2225...
2008-10-20 Rémi Denis-Courmont(Cosmetic) settings don't belong to the dialog provider
2008-10-20 Jean-Baptiste Kempf[Qt] Win Compilation fix.
2008-10-20 Jean-Baptiste Kempf[Qt] Split the QtWinApp to its own file and rename it.
2008-10-20 Jean-Baptiste Kempf[Qt] remove trailing spaces, set a default filter and...
2008-10-19 Ludovic FauvetNew recently played menu.
2008-10-19 Rémi Denis-CourmontQt4: restore message dialog
next