summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/wizard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove warnings from doxywizardalbert-github2020-03-171-2/+2
| | | | | | | | | | | | With newer versions of qt5 (e.g. 5.14.0), we get warnings like: ``` ...\doxygen\addon\doxywizard\doxywizard.cpp(346): warning C4996: 'QString::sprintf': Use asprintf(), arg() or QTextStream instead D:\Qt\qt-everywhere-src-5.14.0\install_nmake_2017_32\include\QtCore/qstring.h(382): note: see declaration of 'QString::sprintf' ...\doxygen\addon\doxywizard\wizard.cpp(372): warning C4996: 'QPalette::foreground': Use QPalette::windowText() instead D:\Qt\qt-everywhere-src-5.14.0\install_nmake_2017_32\include\QtGui/qpalette.h(147): note: see declaration of 'QPalette::foreground' ``` this has been corrected (ran compilation with qt4 as well).
* Update doxywizard copyright year and add missing copyright statementsDimitri van Heesch2019-08-121-0/+12
|
* Bug 788873 - Disabled controls when `HAVE_DOT` is already set to `YES`albert-github2018-02-271-0/+5
| | | | Explicitly call the routine to set the status of the sub list.
* Make doxywizard compatible with Qt5Dimitri van Heesch2015-07-141-50/+68
|
* Doxywizard: make the Next button on the last page of the wizard switch to ↵Dimitri van Heesch2014-05-031-5/+13
| | | | the run tab
* Extension in config.xml if type=string with format=imagealbert-github2014-03-011-7/+15
| | | | | | In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown. In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h). The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
* Give message when PROJECT_LOGO cannot be found or cannot be convertedalbert-github2014-02-261-13/+32
| | | | | In case the project logo does not exist or cannot be converted give a message instead of a white box. Also update STR_PROJECT_LOGO in case a filename is selected that cannot be found.
* Release-1.7.3-20110217Dimitri van Heesch2011-02-171-0/+1
|
* Release-1.7.3Dimitri van Heesch2011-01-031-26/+386
|
* Release-1.7.2-20101224Dimitri van Heesch2010-12-241-1/+39
|
* Release-1.6.1Dimitri van Heesch2009-08-251-3/+3
|
* Release-1.5.7.1-20081206Dimitri van Heesch2008-12-061-0/+896