summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/expert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create possibility to define LaTeX commands for formulasalbert-github2019-08-271-0/+3
| | | | | | To be able to have building bocks for formulas one can create a `\newcommand` (or when one wants to change a command `\renewcommand`). Due to the different handling of LaTeX commands in pure LaTeX code (latex output and formulas converted to images) and MathJax it is necessary to transform LaTeX commands to the MathJax equivalent. This is done in a transparent way by providing the new commands in a file and add this verbatim to the pure LaTeX code and to translate the `\newcommand` and `\renewcomamnd` to MathJax macros.
* Update doxywizard copyright year and add missing copyright statementsDimitri van Heesch2019-08-121-0/+12
|
* 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.
* Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-041-2/+3
| | | | | | | 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.
* Make doxywizard compatible with Qt5Dimitri van Heesch2015-07-141-30/+43
|
* Fixed typos in comments. No functional changes.orbitcowboy2014-12-101-1/+1
|
* Doxywizard: make the Next button on the last page of the expert tab switch ↵Dimitri van Heesch2014-05-031-5/+17
| | | | to the run tab
* Extension in config.xml if type=string with format=imagealbert-github2014-03-011-0/+30
| | | | | | 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.
* Spitting generated files better from source filesalbert-github2014-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a patch for the build system so that less (no) generated files are in the source directories and also that the different build (on windows are independent of each others). Also the different sub-projects (e.g. doxygen , doxywizard) don't share any files anymore. - ./.gitignore A number of files are not in the src directory anymore. generated directories are included. rtf and xml directories are there for possible future use. - ./Doxyfile The generated files are not anymore in the src directory so they don't have to be excluded anymore - ./configure Adjustmenst so the generated files are in the different subdirectories - ./Makefile.in - addon/doxmlparser/examples/metrics/metrics.pro.in - addon/doxmlparser/src/doxmlparser.pro.in - addon/doxmlparser/test/xmlparse.pro.in - addon/doxyapp/doxyapp.pro.in - addon/doxysearch/doxyindexer.pro.in - addon/doxysearch/doxysearch.pro.in - addon/doxywizard/Makefile.in - addon/doxywizard/doxywizard.pro.in - libmd5/libmd5.pro.in - qtools/qtools.pro.in - src/Makefile.in - src/doxygen.pro.in - src/libdoxycfg.pro.in - src/libdoxycfg.t.in - src/libdoxygen.pro.in - src/libdoxygen.t.in Adjustment to the new directory structure - addon/doxywizard/expert.cpp include file is generated in the generated_src/doxywizard directory, referenced through -I on compile line - src/lang_cfg.h File is now automatically generated - src/languages.py Correction of used path for new structure - src/settings.py - src/version.py Place for resulting file handled through an argument, so it is possible to have a separate file for each sub-project - tmake/lib/win32-g++/generic.t - tmake/lib/win32-mingw/generic.t The destination path was added twice, in case of a depth of more than 1 level (doxmlparser) this lead to problems - winbuild/Config.rules - winbuild/Gen_head.rules - winbuild/Languages.rules - winbuild/Lex.rules - winbuild/Settings.rules - winbuild/Version.rules correcting some path of generated files - winbuild/Doxygen.sln Build order dependency could be dropped as the version.cpp file is now a generated file for doxygen and doxywizard - winbuild/Doxygen.vcproj - winbuild/Doxywizard.vcproj Corrected paths to the new structure. Added unistd as an external generated file - winbuild/unistd.h File is now generated - winbuild/Unistd.rules - winbuild/unistd.py Generated unistd for doxygen and doxywizard in a consistent way. - winbuild/doxyindexer.vcproj - winbuild/doxysearch.vcproj - winbuild/qtools.vcproj Corrected paths to the new structure. - winbuild/runbison.bat - winbuild/version.bat Not used anymore everything handled through rules.
* Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)Dimitri van Heesch2013-10-131-1/+1
|
* Minor changes to the way the code for config options is generated (thanks to ↵Dimitri van Heesch2013-08-081-32/+72
| | | | Albert for the patch)
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-281-39/+329
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-1/+8
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-116/+121
|
* Release-1.7.3Dimitri van Heesch2011-01-031-7/+13
|
* Release-1.6.3-20100418Dimitri van Heesch2010-04-181-2/+3
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-1/+2
|
* Release-1.5.8-20090304Dimitri van Heesch2009-03-041-1/+1
|
* Release-1.5.7.1-20081206Dimitri van Heesch2008-12-061-227/+504
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-2/+2
|
* Release-1.5.4Dimitri van Heesch2008-01-161-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-1/+1
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-1/+1
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-1/+1
|
* Release-1.4.1Dimitri van Heesch2005-01-111-8/+13
|
* Release-1.3.8-20040928Dimitri van Heesch2004-09-281-0/+7
|
* Release-1.3.7-20040704Dimitri van Heesch2004-07-041-0/+264