]> git.sesse.net Git - vlc/history - modules/gui/qt4/qt4.cpp
Merge branch 1.0-bugfix
[vlc] / modules / gui / qt4 / qt4.cpp
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
2008-10-18 Ilkka OllakkaUse normal QCloseEvent to signal maininterface to closeup
2008-10-16 Ilkka OllakkaAllow thread-cancelation in qt4-module, and define...
2008-10-15 Jean-Baptiste KempfQt4: compile fix.
2008-10-15 Jean-Baptiste KempfMessage deactivation in Interface due to new API. Not...
2008-10-14 Rémi Denis-CourmontCompile fix (not functional)
2008-10-09 Rémi Denis-CourmontEnable embedded video with Qt >= 4.3 - hopefully fixes...
2008-10-05 Kaarlo RaihaQT4 wineventfilter for Win32, allows WM_APPCOMMAND...
2008-09-21 Jean-Baptiste KempfQt4 win32 native open dialog.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Rémi Denis-CourmontQt4: disable the crashy embedded video(!)
2008-09-14 Rémi Denis-CourmontRemove write-only value
2008-09-12 Jean-Baptiste KempfQt Jpeg support on Windows.
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-25 Jean-Baptiste KempfUpdate comments.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-12 Jean-Baptiste KempfBetter solution to fix some skins2 crash on exit.
2008-08-11 Jean-Baptiste KempfFix some quitting issues from skins2 when Qt in theDP.
2008-08-11 Jean-Baptiste KempfBe sure to initialize the p_mi pointer to NULL.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Christophe MutricyTypo
2008-08-07 Christophe MutricyFix tiny memleak
2008-08-06 Christophe MutricyFix language selection
2008-08-04 Jean-Baptiste KempfDon't launch an update request at the first launch...
2008-08-04 Laurent AimarFixed video request when the qt4 embedded slot is alrea...
2008-08-03 Rémi Denis-CourmontQt4: compile fix
2008-08-03 Jean-Baptiste KempfCheck updates every 7 days (instead of 14) during the...
2008-08-02 Laurent AimarRevert "Revert "Revert "Disable crashy FS controller...
2008-08-02 Laurent AimarFixed the last issue with FS (in embedded mode we not...
2008-08-02 Laurent AimarRevert "Revert "Disable crashy FS controller by default""
2008-08-02 Laurent AimarRevert "Disable crashy FS controller by default"
2008-08-02 Rémi Denis-CourmontDisable crashy FS controller by default
2008-08-01 Jean-Baptiste KempfDon't clutter REGISTRY on windows...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortRemove a memleak in Qt4.
2008-07-29 Jean-Baptiste KempfStop allocating QSettings all the time everywhere.
2008-07-28 Christophe Mutricymake a separate directoy for the translations
2008-07-27 Jean-Baptiste KempfDefine an option to disable FS controller, as part...
2008-07-27 Jean-Baptiste KempfRemove unneeded option now. Screw Qt < 4.3
2008-07-26 Jean-Baptiste KempfHid the ask-privacy option for Qt from the preferences.
2008-07-15 Laurent AimarPass vout_thread_t to releaseVideo.
2008-07-09 Jean-Baptiste KempfVarious strings change and capitalisation changes to...
next