]> git.sesse.net Git - vlc/history - modules/gui/qt4/qt4.cpp
Disable crashy FS controller by default
[vlc] / modules / gui / qt4 / qt4.cpp
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
2008-01-18 Jean-Baptiste KempfQt4 - Reorder the options in order of importance.
2008-01-18 Jean-Baptiste KempfQt4 - make a small comment on how to integrate better...
2008-01-17 Jean-Baptiste KempfQt4 - revert the revertion :D
2008-01-17 Rafaël CarréReverts [24331] , fix a memleak. Add a debug message...
2008-01-16 Jean-Baptiste KempfQt4 - should fix #1348 (invalid free)
2008-01-12 Jean-Baptiste KempfQt4 - make the difference between DIALOG_USER_PROGRESS...
2007-12-29 Christophe MutricyOnly do translation in Qt when asked.
2007-12-21 Rafaël Carréqt4: special icon made by Geoffrey Roussel alias akem...
2007-12-09 Rémi Denis-CourmontRemove unneeded psz_program hack.
2007-12-09 Rémi Denis-CourmontSimply X11 Qt4 error detection
2007-12-09 Rafaël Carréfix #1382
2007-12-06 Rafaël Carréfix #1382
2007-12-05 Jean-Baptiste KempfQt4 - Typos/Code conventions/spaces/Cleaning.
2007-11-26 Jean-Baptiste KempfQt4 - Cleaning trailing spaces...
2007-11-24 Jean-Baptiste KempfQt4 - Add a dialog at firststart to ask about the priva...
2007-11-24 Jean-Baptiste KempfSpecial Xtophe request ( Bday! ), add a new --no-qt...
2007-11-23 Jean-Baptiste KempfQt4 - Add an option to have the volume slider from...
2007-11-07 Jean-Baptiste KempfQt4 - Add some privacy options to Simple Preferences.
2007-10-28 Jean-Baptiste KempfQt4 - yeah, redefining some existing options *IS* a...
2007-10-26 Jean-Baptiste KempfQt4 - should fix the double-free and the freezing on...
2007-10-23 Jean-Baptiste KempfQt4 - try to remember latest open disc path.
2007-10-21 Rafaël Carréqt4: delete the QApplication when we are finished using...
2007-10-21 Jean-Baptiste KempfQt4 -- remove extra empty line.
2007-10-15 Christophe Mutricyi18n for the Qt dialogs
2007-10-15 Jean-Baptiste KempfQt4 - Various comments and unimportant fixes.
2007-10-10 Jean-Baptiste KempfQt4 - add a --qt-minimal-view option as requested on...
2007-09-12 Christophe Mutricy*Try* to improve the strings in the QT4 intf
2007-09-08 Jean-Baptiste KempfQt4 - oops. fix Trax#42
2007-09-08 Jean-Baptiste KempfQt4 - add qt-error-dialogs option and fix interaction...
2007-09-08 Rafaël CarréShows qt4 notification only if the player isn't visible
2007-09-05 Rafaël CarréFix use of qcleanlooks style
2007-09-02 Jean-Baptiste Kempfqt4 wording.
2007-09-02 Jean-Baptiste KempfQt4 - add a warning about the composite thing.
next