]> git.sesse.net Git - vlc/history - modules/gui/qt4/qt4.cpp
New recently played menu.
[vlc] / modules / gui / qt4 / qt4.cpp
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...
2008-07-07 Felix Paul KühneMore l10n string fixes. Adds a FIXME to atmo.cpp, becau...
2008-07-01 Rémi Denis-CourmontQt4: Remove hackish use of vout window for the FS contr...
2008-06-28 Rémi Denis-CourmontFix function name clash
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Jean-Baptiste KempfMerge branch 'master' of git@git.videolan.org:vlc
2008-06-25 Rémi Denis-CourmontAllow more than one use of the video widget
2008-06-25 Rémi Denis-CourmontQt4: small memory leak
2008-06-25 Rémi Denis-CourmontQt4: restore the fullscreen controller
2008-06-25 Rémi Denis-CourmontUse QPointer and QMutexLocker so we don't crash at...
2008-06-25 Rémi Denis-Courmontvariables use are thread safe. No need for nested locking.
2008-06-25 Rémi Denis-CourmontRemove useless variable
2008-06-25 Rémi Denis-CourmontQt4 window: use a proper condition variable instead...
2008-06-24 Jean-Baptiste KempfCosmetics
2008-06-20 Rémi Denis-Courmontqt4: remove dummy error messages
2008-06-20 Rémi Denis-CourmontQt4: embedded window support
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-08 Jean-Philippe AndreFix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa18...
2008-04-07 Jean-Baptiste KempfFix colour of the slider... be careful of , and ;
2008-04-06 Jean-Baptiste KempfAdd a preference option to choose your Volume Slider...
2008-04-06 Jean-Baptiste KempfRemove debug.
2008-03-16 Rémi DuraffortRemove useless test before a delete.
2008-03-08 Rémi DuraffortUse PLAYLIST_PLAY instead of PLAYLIST_AUTOPLAY.
2008-03-08 Rafaël Carrécheck qt4 version at runtime
2008-03-08 Rafaël CarréWe want to check QT4 version at runtime rather than...
2008-03-08 Rafaël Carréthanks for Trolltech fixing their mess, after a bug...
2008-02-25 Rémi Denis-CourmontCompile fix
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-25 Jean-Baptiste KempfQt4 - SPrefs, add an option for saving volume on exit...
2008-02-10 Jean-Baptiste KempfQt4 - Destroy correctly the qt4 interface when used...
2008-02-10 Jean-Baptiste KempfQt4 - beginning of cleaning correctly the DP.
2008-02-08 Jean-Baptiste KempfQt4 - Remove the qt-pl-showflags from preferences and...
2008-02-07 Jean-Baptiste KempfQt4 - Resizing changes. Part 1
2008-02-02 Antoine CellerierAdd a missing word.
2008-01-31 Christophe MutricyRevert [24713]. If problem there is it's in configure...
2008-01-31 Jean-Baptiste KempfQt4 - #ifdef WIN32 consistancy if some insane people...
2008-01-31 Jean-Paul SamanDisable broken code in qt4.
2008-01-31 Jean-Baptiste KempfQt4 - Start mode configuration simplification.
2008-01-31 Jean-Baptiste KempfQt4 - Updates: actually call the udpater when needed...
2008-01-31 Jean-Baptiste KempfQt4 - Launch the update every x days ( x being 14 days...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rafaël Carréupdate comment about setDesktopSettingsAware()
2008-01-22 Rémi Denis-Courmont- Don't mix delete and free().
2008-01-22 Rafaël CarréFix qt4 deadlocking on gnome
2008-01-21 Jean-Baptiste Kempfqt4 - think about saving the qt-PATH...
2008-01-21 Jean-Baptiste KempfQt4 - unification of the common used path for QFileDial...
2008-01-21 Jean-Baptiste KempfQt4 - add an option to close #1444
2008-01-20 Rafaël CarréDisable "qt-updates-notif" when update checking is...
2008-01-19 Jean-Baptiste KempfQt4 - Try to improve quitting of the application.....
2008-01-18 Christophe MutricyTry to improve wording
next