summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Show doxywizard version by means of --versionalbert-github2020-06-161-0/+7
| | | | Analogous to show help information (`--help`) also show the, full, version of the doxywizard (in the about box only the short version is shown).
* Fix the problem character string between '<' and '>' is not output in ↵Jun Tajima2020-03-211-1/+5
| | | | | doxywizard log. (#7631) Add the escape processing for strings passed to m_outputLog->append() in MainWindow::readStdout().
* Simplified the code a bitDimitri van Heesch2020-03-171-24/+6
|
* Merge branch 'feature/bug_doxywizard_warnings' of ↵Dimitri van Heesch2020-03-171-6/+24
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_doxywizard_warnings
| * Remove warnings from doxywizardalbert-github2020-03-171-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | 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).
* | Doxygen version information (#7645)albert-github2020-03-171-1/+1
|/ | | | | - add doxygen version to rtf, comment, output - remove duplicate code (getFullVersion) - more clear name to get doxygen version (getVersion becomes getrDoxygenVersion). Also to overcomecofusion with the version information for files.
* Update doxywizard copyright year and add missing copyright statementsDimitri van Heesch2019-08-121-1/+13
|
* Show git version informationalbert-github2019-05-311-1/+1
| | | | | | | | | | | | | | | | | The original version has as features: - getting the git version number for usage in doxygen - making the doxygen version number inclusion dependent on the VERSION file The disadvantage of the chosen methodology was that an extra correction step was necessary, by defining getter methods to retrieve the values this correction can be hidden. The information is coming from different sources: - the VERSION file - the git "repository and build system (when present) Furthermore there are a couple of places where the version information is used (a.o. doxygen and doxywizard executable, though the doxygenwizard was only done "half hearted") The handling of the VERSION file has been made in such a way that it is comparable with the generation of the git version changes. For a better abstraction the version handling is all done in a separate directory.
* Some fixes made during packaging of the binariesDimitri van Heesch2018-12-271-1/+1
|
* Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-041-1/+1
| | | | | | | See to it that the output from 'doxygen' and 'doxywizard' give the same result, difference was only in whitespace. - space after '#' was already implemented - implemented now that line endings are conform text layout (Qt 3 name: IO_Translate, Qt 4 name: QIODevice::Text) - implement no space after '=' in case of an empty string or empty string list.
* Merge pull request #451 from albert-github/feature/bug_761641Dimitri van Heesch2016-09-031-8/+17
|\ | | | | Bug 761471 - Do not allow ligatures in log output
| * Bug 761471 - Do not allow ligatures in log outputalbert-github2016-02-061-8/+17
| | | | | | | | | | Replacing QTextEdit by QTextBrowser. Need to have 1 <pre> block as otherwise an empty line appears between 2 blocks appears as data is read in parts.
* | Bug 764359 - Recent File list allows only 2 entriesalbert-github2016-03-311-3/+13
|/ | | | | Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed.
* Make doxywizard compatible with Qt5Dimitri van Heesch2015-07-141-39/+58
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Fixed typos in C/C++ comments. There are no functional changes.orbitcowboy2014-12-151-3/+3
|
* Doxywizard: make the Next button on the last page of the expert tab switch ↵Dimitri van Heesch2014-05-031-0/+2
| | | | to the run tab
* Doxywizard: make the Next button on the last page of the wizard switch to ↵Dimitri van Heesch2014-05-031-6/+12
| | | | the run tab
* Corrected copyright yearalbert-github2014-04-211-1/+1
|
* Superfluous include removedalbert-github2014-02-261-1/+0
| | | | include remained for debug session.
* Showing error message on windows in case on error on startupalbert-github2014-02-261-8/+23
| | | | | On case, on windows, more than 1 argument is given doxywizard stops without showing a message even though a printf is present. In this patch the message is show (for all platforms) by means of a message box, furthermore in case the argument --help is given the usage message is given in a message box.
* Bug 707554 - When I use @INCLUDE DoxyWizard is closedalbert-github2013-09-061-2/+6
| | | | Current directory was not changed at the right time so the include files could not be found in the "current" directory (i.e. the directory where the Doxyfile resides too, as this directory is shown as the current directory in the doxywizard). This is also important when the doxywizard is started from a shortcut.
* Bug 704973 - Doxywizard can't show file names using non-ASCII(Unicode)Dimitri van Heesch2013-07-281-1/+1
|
* Bug 704971 - Can't build with MinGWDimitri van Heesch2013-07-281-1/+1
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-1/+1
|
* Release-1.7.2Dimitri van Heesch2010-10-091-1/+1
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-2/+7
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-8/+38
|
* Release-1.6.3-20100418Dimitri van Heesch2010-04-181-4/+15
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-28/+14
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-2/+9
|
* Release-1.5.9-20090622Dimitri van Heesch2009-06-221-6/+6
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-2/+2
|
* Release-1.5.8Dimitri van Heesch2008-12-271-1/+6
|
* Release-1.5.7.1-20081206Dimitri van Heesch2008-12-061-1223/+403
|
* Release-1.5.7.1Dimitri van Heesch2008-10-051-12/+18
|
* Release-1.5.5-20080307Dimitri van Heesch2008-03-071-14/+14
|
* Release-1.5.5Dimitri van Heesch2008-02-101-42/+1
|
* Release-1.5.4Dimitri van Heesch2008-01-161-1/+18
|
* Release-1.5.2Dimitri van Heesch2007-04-041-0/+6
|
* Release-1.5.1Dimitri van Heesch2006-10-291-1/+1
|
* Release-1.5.0Dimitri van Heesch2006-10-171-30/+10
|
* Release-1.4.7-20060809Dimitri van Heesch2006-08-091-9/+22
|
* Release-1.4.7-20060716Dimitri van Heesch2006-07-161-1/+1
|
* Release-1.4.7Dimitri van Heesch2006-06-111-0/+10
|
* Release-1.4.2-20050410Dimitri van Heesch2005-04-101-3/+4
|
* Release-1.4.1-20050307Dimitri van Heesch2005-03-071-6/+6
|
* Release-1.4.1Dimitri van Heesch2005-01-111-17/+40
|