]> git.sesse.net Git - vlc/history - modules/gui/qt4/dialogs/help.cpp
Qt: standardbuttons are bad for win32 and translation. Only use custom
[vlc] / modules / gui / qt4 / dialogs / help.cpp
2010-09-27 Francois CartegnieQt: standardbuttons are bad for win32 and translation...
2010-09-24 Francois CartegnieQt: make help dialog use standard buttons
2010-09-24 Francois CartegnieQt: rebase update dialog on QtCreator
2010-09-24 Francois CartegnieQt: rebase about dialog on Qtcreator
2010-03-09 Jean-Baptiste KempfQt: missing includes
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-01-19 Rémi Denis-CourmontAdd build date/time in the version infos
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2009-12-30 Jean-Baptiste KempfQt: Fix some modality
2009-12-25 Hugo Beauzee-LuyssenQt: Use the singleton class, to simplify the code
2009-09-02 Nick PopeAdded window roles for X11
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-06-09 Francois CartegnieUI: prefix/namespace resources for better maintainability
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontSyntax error
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontFix invalid use of gettext
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-11 Jean-Baptiste KempfQt: reparent a textEdit.
2008-12-30 Jean-Baptiste KempfQt: missing assert include.
2008-12-30 Jean-Baptiste KempfQt: bigger help dialog.
2008-12-30 Jean-Baptiste KempfQt: Remove unneeded stuffs from qt4.hpp
2008-12-30 Jean-Baptiste KempfQt: Simplify includes.
2008-12-30 Jean-Baptiste KempfQt: Remove some dialogs_provider.hpp and input_manager...
2008-09-19 Jean-Baptiste KempfRemove remaining / in folder names, and use normale...
2008-09-10 Jean-Baptiste KempfQt4: Unneeded includes.
2008-08-26 Christophe Mutricyi18n: Fix in Qt4/Help
2008-08-18 Christophe Mutricyqt4: i18n fixes
2008-08-04 Jean-Baptiste KempfCorrectly save the privacy dialog modifications.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Jean-Baptiste KempfMissing translation in update Dialog, spotted by Cristi.
2008-07-29 Jean-Baptiste KempfSeparate the label and the message in update dialog...
2008-07-29 Jean-Baptiste KempfUpdate dialog improvements.
2008-07-29 Rémi DuraffortChange the message shown by the update dialog: fix...
2008-07-29 Rémi DuraffortPartially fix #1788 : don't disable the button during...
2008-07-27 Jean-Baptiste KempfFix comment !
2008-07-27 Rémi DuraffortFix previous commit and add a little comment.
2008-07-27 Jean-Baptiste KempfAdd a DIR_SEP to the download folder.
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-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-24 Jean-Baptiste KempfForce dialog to be shown when automatic updates are...
2008-06-22 Rémi Denis-CourmontStick to ASCII in gettext messages
2008-06-21 Jean-Baptiste KempfString updates ( some are meant to match the macosx...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
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-13 Michael Ploujnikovimproved QT4 strings
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-04 Pavlov KonstantinWe're on git now, so show Git commit instead of svn...
2008-02-10 Jean-Baptiste KempfQt4 - Remove trailing spaces...
2008-02-08 Jean-Baptiste KempfQt4 - Switch the HelpDialog to a QVLCFrame, save size...
2008-02-08 Jean-Baptiste KempfQt4 - Minimum size for help dialog.
2008-02-05 Jean-Baptiste KempfQt4 - Update: clean and message Debug. My fault for...
2008-02-03 Rémi DuraffortAdd a public function to create the p_update struct.
2008-01-25 Pavlov KonstantinQT4: Modify About dialog: make it brief, clean and...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Jean-Baptiste KempfQt4 - Put the dialog you are not likely to use during...
2008-01-20 Rafaël Carréone day, the new qt4 interface will not be new anymore...
2008-01-15 Rémi DuraffortCheck for the updates when showing the dialog.
2008-01-13 Rémi DuraffortAlert the user when something wrong accure during the...
2008-01-13 Pavlov KonstantinFix hostname reporting on some weirdly configured syste...
2008-01-10 Rémi DuraffortEncoding issue.
2008-01-01 Christophe MutricyHappy new year
2007-12-22 Rémi Duraffortuse a pointer to a function instead of a callback
2007-12-21 Rafaël Carréqt4: special icon made by Geoffrey Roussel alias akem...
2007-12-18 Rémi DuraffortAdd fonctions to the update system : all is in a thread...
2007-12-14 Rafaël CarréDisable update checking per default, re-enable with...
2007-12-10 Rémi DuraffortModify the update system : I will add more functionnali...
2007-12-05 Rafaël Carrétypo
2007-11-29 Rafaël Carréqt4 update: don't crash if there was a problem with...
2007-11-21 Jean-Baptiste KempfAdd fonctionality to the update dialog - Patches by...
2007-11-20 Pierre d'Herbemontmodules/gui/qt4: add an update dialog box to the help...
2007-11-14 Antoine CellerierLayout fixes in COPYING (and use spaces instead of...
2007-11-04 Olivier Teulièreqt4/dialogs/help.cpp: Fixed some typos
2007-10-30 Christophe MutricyCosmetic
2007-10-30 Rafaël Carréqt4: use the brand new vlc_about.h
2007-10-08 Jean-Baptiste KempfQt4 - start to change things to match OSX interface.
2007-10-06 Jean-Baptiste KempfQt4 - #include cleaning (2)
2007-09-02 Jean-Baptiste KempfQt4 - adding a '...' in the description... Cosmetic
2007-09-02 Antoine CellerierChange the web irc url here too (and split the help...
2007-09-01 Christophe MutricyOups
2007-09-01 Christophe MutricyWe are in 2007
2007-09-01 Rafaël Carréqt4: Fix help dialog (again)
2007-09-01 Jean-Baptiste KempfQt4-help. Small modifications on the size.
2007-09-01 Rafaël Carréqt4/about: reads data from the files when they are...
2007-09-01 Jean-Baptiste KempfQt4 - Add a proper about section. This needs to be...
2007-09-01 Jean-Baptiste KempfQt4 - help: add AUTHORS to the tabs
2007-09-01 Rafaël CarréAdds a link to cgi/irc in help
2007-09-01 Rafaël Carréqt4/dialogs: svn:keywords set to Id
2007-09-01 Jean-Baptiste KempfQt4 - More Help.
2007-08-30 Rafaël CarréUses qfu() instead of QString::fromUtf8()
2007-08-30 Rafaël CarréQT4: Basic help dialog (links to wiki and forum)
2007-08-30 Rafaël CarréMakes THANKS & COPYING built in in qt4 about dialog
2007-08-02 Jean-Baptiste KempfQt4 - Strings changes by tonsofpcs.
2007-06-25 Christophe Mutricyi18n fixes
2007-06-13 Christophe Mutricyi18n fixes
next