summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7230 from albert-github/feature/bug_formula_macrofileDimitri van Heesch2019-12-251-0/+3
|\ | | | | Create possibility to define LaTeX commands for formulas
| * 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.
* | Coverity uninitializedalbert-github2019-12-021-57/+57
| | | | | | | | Fixing a number of uninitialized variables based on the coverity output of November 30, 2019
* | Merge branch 'feature/bug_consistency_state_2' of ↵Dimitri van Heesch2019-09-122-2/+15
|\ \ | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_consistency_state_2
| * | Consistent way to show scanner statealbert-github2019-09-052-2/+15
| |/ | | | | | | | | Create a consistent way to display the state mnemonics of the different scanners (analogous to the fortranscanner.l) Use an automatic procedure to generate the routine with the translation of the states to a string.
* | Remove unneeded include directory for building doxywizardDimitri van Heesch2019-09-071-1/+0
|/
* Update doxywizard copyright year and add missing copyright statementsDimitri van Heesch2019-08-1220-31/+131
|
* Rename version libary to avoid name clash with Window's version.libDimitri van Heesch2019-08-081-2/+2
|
* Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-041-10/+10
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
| * Correction warning messagealbert-github2019-06-011-10/+10
| | | | | | | | Consistency
* | Show git version informationalbert-github2019-05-314-28/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Show git version informationalbert-github2019-04-071-2/+4
|/ | | | | | | | Show the git version on designated places (currently version, help and Doxyfile difference). The implementation is based on the git_watcher.cmake (https://github.com/andrew-hardin/cmake-git-version-tracking). The information is useful to see which. master, version of doxygen is used for a build on systems where a lot of builds are make (Fossies.org) or very regular builds are made (CGAL) Furthermore the tracking of the VERSION file was not done (when changed the version.cpp was not updated), this is corrected as well.
* Some fixes made during packaging of the binariesDimitri van Heesch2018-12-272-1/+2
|
* [ImgBot] Optimize imagesImgBotApp2018-12-071-0/+0
| | | | | | | | | | | | | | | | | | | | *Total -- 536.41kb -> 410.38kb (23.5%) /doc/extsearch_flow.png -- 20.57kb -> 7.41kb (64%) /testing/sample.png -- 3.69kb -> 2.50kb (32.26%) /doc/doxywizard_main.png -- 55.86kb -> 38.51kb (31.07%) /doc/doxywizard_page1.png -- 38.72kb -> 29.24kb (24.47%) /doc/doxywizard_page4.png -- 42.69kb -> 32.57kb (23.72%) /doc/doxywizard_page3.png -- 49.71kb -> 37.95kb (23.66%) /doc/doxywizard_page2.png -- 38.13kb -> 29.21kb (23.41%) /addon/doxywizard/images/tunecolor.png -- 99.90kb -> 77.30kb (22.62%) /doc/doxywizard_menu.png -- 57.29kb -> 45.09kb (21.28%) /doc/doxywizard_expert.png -- 29.35kb -> 23.73kb (19.15%) /templates/html/mag_sel.png -- 0.55kb -> 0.45kb (17.41%) /templates/html/mag.png -- 0.51kb -> 0.44kb (14.31%) /doc/infoflow.png -- 98.24kb -> 84.89kb (13.59%) /templates/html/search_r.png -- 0.60kb -> 0.54kb (9.64%) /templates/html/search_l.png -- 0.59kb -> 0.55kb (6.13%)
* Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-042-3/+3
| | | | Syntax correction (Mac)
* Bug 702265 - Generated Doxyfile differs from result of doxygen -ualbert-github2018-10-046-3/+15
| | | | | | | 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.
* fix build with qt 5.11, deprecated qt5_use_modules macro was removed, patch ↵pgajdos2018-06-191-9/+6
| | | | by Christophe Giboudeaux
* Merge pull request #672 from albert-github/feature/doxywizard_780648Dimitri van Heesch2018-04-221-7/+22
|\ | | | | Bug 653502 - Can't use pound sign in alias command, escaped or unescaped
| * Bug 653502 - Can't use pound sign in alias command, escaped or unescapedalbert-github2018-02-281-7/+22
| | | | | | | | | | - In case there is already a double quote at the beginning of the line disable further escaping (assume that there is an end double quote as well) - In case a hash sign is present see to it that the string will have double quotes around the alias.
* | 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.
* CMake: avoid if() around the whole contents of plugin CMakeLists.txtRolf Eike Beer2017-10-201-4/+0
| | | | Just don't call add_subdirectory() if the build flag is not set.
* CMake: search for Qt5 only in config file modeRolf Eike Beer2017-10-201-1/+1
|
* flex: use %option instead of command line options.Adrian Negreanu2016-09-212-1/+2
|
* Merge pull request #451 from albert-github/feature/bug_761641Dimitri van Heesch2016-09-032-10/+19
|\ | | | | Bug 761471 - Do not allow ligatures in log output
| * Bug 761471 - Do not allow ligatures in log outputalbert-github2016-02-062-10/+19
| | | | | | | | | | 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-0/+2
| | | | | | | | | | 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.
* | 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.
* fix ninja build errorRafael Sadowski2016-01-161-1/+1
| | | | error: build.ninja:1548: bad $-escape (literal $ must be written as $$)
* Adding compilation options for flex/lex and bison/yaccalbert-github2015-12-081-1/+1
| | | | | | | | | | | | | | | Adding the options LAEX_FLAGS and YACC_FLAGS to the COMPILE_FLAGS for flex/lex bison/yacc to create more flexibility during compilation. Example: when one wants to compile e.g. fortranscanner.l with the flex debug flag -d one can perform the following steps: - touch fortranscanner.l in te src directory - run make LEX_FLAGS=-d or set environment variable LEX_FLAGS to -d run make to undo this touch again forttranscanner -l and run make (don't forget to unset the environment variable LEX_FLAGS) Analogous for bison/yacc wit the YACC_FLAGS
* DO NOT hardcode x86-64 architecture.Marcin Juszkiewicz2015-10-081-1/+1
| | | | | | | | | | | doxygen built on most of architectures by pure luck and order of Qt5 qatomics_arch.h header where check for QT_ARCH_X86_64 was *after* most of other architectures. But not after AArch64 where it failed due to attempt of using x86-64 atomics code. Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com>
* Make doxywizard compatible with Qt5Dimitri van Heesch2015-07-149-186/+302
|
* libpng warning: iCCP: known incorrect sRGB profilealbert-github2015-07-126-0/+0
| | | | | On a number of systems the warning "libpng warning: iCCP: known incorrect sRGB profile" is thrown due to the fact that newer versions of libpng (1.6.2 ?) has stricter rules about iCCP. Converted all, relevant png files with: convert <file> -strip <file>
* Don't show a console when launching doxywizard on Windows.Dimitri van Heesch2015-07-011-2/+2
|
* Various minor changesDimitri van Heesch2015-06-202-558/+7
| | | | | | - made copying doc and example files a target - fixed bug using temparary in the wizard. - Added faq question about extension mapping
* Further cmake changesDimitri van Heesch2015-05-312-17/+3
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-173-90/+52
|
* use cmakeAdrian Negreanu2015-05-151-0/+55
| | | | | | | | | | runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Bug 745870 - [PATCH] QT4's qmake is titled differently on Fedora 21albert-github2015-03-101-1/+1
| | | | Corrected patch for the problem. Here nothing to be copied but multiple possibilities for executables are checked.
* Bump copyright yearDimitri van Heesch2015-02-2614-14/+14
|
* Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-281-20/+23
| | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp)
* Fixed typos in C/C++ comments. There are no functional changes.orbitcowboy2014-12-151-3/+3
|
* Fixed typos in comments. No functional changes.orbitcowboy2014-12-101-1/+1
|
* Preparations for release 1.8.8Dimitri van Heesch2014-08-211-2/+1
|
* Bug 730887 - [PATCH] Fix potential copy and paste error in inputstring.cppDimitri van Heesch2014-06-071-1/+1
|
* Set deployment targets for MacOSX 10.5+ versionsDimitri van Heesch2014-05-151-1/+1
|
* Doxywizard: make the Next button on the last page of the expert tab switch ↵Dimitri van Heesch2014-05-033-5/+21
| | | | to the run tab
* Doxywizard: make the Next button on the last page of the wizard switch to ↵Dimitri van Heesch2014-05-034-11/+31
| | | | the run tab
* Corrected copyright yearalbert-github2014-04-211-1/+1
|
* Extension in config.xml if type=string with format=imagealbert-github2014-03-014-12/+92
| | | | | | 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.
* Merge pull request #126 from albert-github/feature/bug_doxywizard_logo_msgDimitri van Heesch2014-02-271-13/+32
|\ | | | | Give message when PROJECT_LOGO cannot be found or cannot be converted