| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Non default value not shown properly in doxywizard
|
| |
| |
| |
| |
| | |
In case of a string list with no default values the changed item was not shown with a red color when the list to be used had elements.
The test was done against the wrong list.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Remove deprecated warnings for QString::SkipEmptyParts in doxywizard
|
| | |
| | |
| | |
| | | |
Qt made `QString::SkipEmptyParts` deprecated (as of version 5.14) in favor of `Qt::SkipEmptyParts`
|
|\ \ \
| | | |
| | | | |
Remove deprecated warnings for endl in doxywizard
|
| |/ /
| | |
| | |
| | | |
Qt made `endl` deprecated (as of version 5.15) in favor of `Qt:endl`, to compile with Qt4 and (all) Qt5 we use the more system independent `\n`.
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
Changes:
- Build for Ubuntu-18.04 (gcc) and Ubuntu-20.04 (clang)
- Build with libclang (Ubuntu 20.04)
- Build with use_search enabled (Ubuntu 18.04)
- Build with use_wizard enabled
|
| |
|
|
|
|
|
| |
- also escape a "," (comma) when writing out string values (doxygen and doxywizard)
- check on empty lists in stringlist for the wizard
|
|
|
|
| |
That don't support QByteArray::toStdString()
|
|
|
|
| |
parser
|
| |
|
|
|
|
| |
configuration file (part 2)
|
| |
|
|\
| |
| | |
Usage of version and help in addons
|
| |
| |
| |
| | |
More consequent and consistent usage of help and version in addons.
|
|\ \
| |/
|/| |
|
| | |
|
|/
|
|
| |
Show the configuration warnings in the doxywizard unconditionally so there is no need to use the `--debug` option
|
|
|
|
|
|
| |
- making the parsing of the configuration consistent with the reading of the configuration file a doxygen run
- adding a number of warnings in case of problems in the configuration file
- making the configuration warnings better visible (popping up the "Output log Window").
|
|
|
|
|
| |
Only half of the items in the list of recently loaded configuration files were removed,
(One notices this e.g. after clearing the list, leave the wizard, start wizard and look in the recent loaded files list)
|
|
|
|
| |
The closing `</qt` was not properly closed to `</qt>`.
|
|
|
|
| |
Correction of spelling errors (as found by Fossies).
|
|\
| |
| | |
quotes added surrounding inheritance tokens on doxyparse output
|
| |
| |
| |
| | |
closes analizo/analizo#173
|
| |
| |
| |
| | |
closes analizo/analizo#169
|
|/
|
|
| |
closes analizo/analizo#169
|
|
|
|
| |
was also removed (hope this is ok, was a default setting). Closes #8212
|
|
|
|
|
|
| |
- Removing the `txt` and `doc` extension from the default list of `FILE_PATTERNS
- Updating documentation
- Incorrect parsing for the doxywizard of some \ref items (i.e. when the description contains a space, made compatible again with that happens in configgen.py).
|
|
|
|
| |
This regression was introduced after removing support for isVisited/setVisited
|
|
|
|
| |
When debugging problems in respect to the doxywizard it always good to know with which version the doxywizard has been build a which runtime version is being used(especially when not linking statically)
|
|\
| |
| | |
Incorrect handling of string with spaces and no quotes
|
| |
| |
| |
| | |
Correcting some (Cygwin) compilation warnings / errors
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
During some tests on the documentation of LLVM the (CMake generated) doxygen configuration file contained the line:
```
DOT_PATH=D:\Program Files (x86)\Graphviz2.38\bin\dot.exe
```
and this was interpreted by doxygen as
```
DOT_PATH = D:\ProgramFiles(x86)\Graphviz2.38\bin\dot.exe
```
without any message other than that later on the `dot` executable could not be found.
It is clear that here the double quotes were missing.
This problem has been solved by giving a warning and setting the value to the default value.
- configimpl.l
- config_doxyw.l
during the checking some debug facilities for the doxywizard were required and this has been implemented:
- config_doxyw.l
- doxywizard.h
- doxywizard.cpp
it was also discovered that in case of none existing int or bool values were specified the wrong "defaults" were taken (it was set to `0` / `false`), now the correct defaults are taken
- inputbool.cpp
- inputint.cpp
|
| |
| |
| |
| |
| | |
Only enable menu item "Reset to factory defaults" in case the current settings are different from the default settings.
Only enable "Clear recent list" and "Open recent" in case there are recent files.
|
|\ \
| | |
| | | |
Incorrect checking between default and used values for strList in doxywizard
|
| | |
| | |
| | |
| | |
| | | |
In case we use a default doxygen configuration file `doxygen -g` and use this as `doxywizard Doxyfile` we would expect not to see any differences between the used values and the default values, though we see in expert tab that `ABBREVIATE_BRIEF`, `STRIP_FROM_PATH` and `INPUT` don't have the default values (item is "red"). This can also be observed in the run tab when selecting "Condensed" "Show configuration".
In the `isDefault()` not only the `strList` itself should be tested but also its values.
|
|/ /
| |
| |
| |
| | |
When one hasn't saved ones changes to the settings file and when selection `Quit` in the file menu one gets a message that unsaved changes will be lost and one has 3 possibilities: "Save", "Discard" and "Cancel". The "Save" and "Discard" work as expected but when selecting "Cancel" the application is also terminated (though one would expect to return to the "GUI"). When using (on Windows) the "X-button" one gets the same question with possibilities but here one returns to the "GUI" when selecting "Cancel".
This patch sees to it that when selecting "Cancel" in this case one returns again to the "GUI"
|
|/
|
|
|
| |
In principle a configuration file should not know anything about the doxygen commands, but the handling of the escaped `\` and `@` are an exception of this rule (especially in `ALIASES`).
The mentioned escaped characters were not handled properly.
|
|\
| |
| | |
Remove warnings from lexers
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove warnings (Windows 64 bit compilation) like:
```
warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data
```
from the different lexers by making use of more consistent data types.
|