| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- 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.
|
|/ |
|
|
|
|
|
| |
- Removed the "Step x" text altogether.
- Removed some commented out code.
|
|\
| |
| |
| | |
https://github.com/albert-github/doxygen into albert-github-feature/bug_doxywizard_layout
|
| |
| |
| |
| |
| |
| |
| | |
Some changes in respect to the layout of the doxywizard
- Vertical lineup of the "Step 1" "step 2" and "Step 3"
- "Condensed show configuration" by means of a checkbox an "Show configuration", checkbox including tooltip
- moving "Show HTML output" above the output.
|
| |
| |
| |
| |
| | |
- Tooltips are now collected per file instead of globally
- Source reference lists now use STL containers
|
|/
|
|
|
|
|
|
| |
In doxyparse.cpp we got some compilation warnings (Windows 64-bit compiler) like:
```
doxyparse.cpp(299): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data
```
these have been eliminated.
|
| |
|
|\
| |
| | |
Consistency for use class graphs / class diagrams
|
| |
| |
| |
| |
| | |
In the GUI the term "Class diagrams" is used although this is linked to the setting `CLASS_GRAPH` and not to the setting `CLASS_DIAGRAMS`.
Changed text in this case for consistency.
|
|\ \
| |/
|/| |
Optimization for Slice missing in doxywizard Wizard-Mode page
|
| |
| |
| |
| | |
The Optimization for Slice was missing in the doxywizard "Wizard-Mode" page.
|
|\ \
| | |
| | | |
Docbook missing in doxywizard Wizard-Output page
|
| |/
| |
| |
| | |
The output formap "Docbook" was missing in the doxywizard "Wizard-Output" page.
|
| |
| |
| |
| |
| |
| |
| | |
doxygen wizard
For Qt5 `QT::SkipEmptyParts` is shown to be used , for QT4 this `QT::SkipEmptyParts` does not exist, but `QString::SkipEmptyParts`.
In Qt5 also `QString::SkipEmptyParts` still exists.
|
|/
|
|
|
|
| |
doxygen wizard
For debugging support questions it is necessary / very useful to be able to give (extra) command line options to the invoked doxygen version.
|
|\
| |
| | |
Create possibility to show in doxywizard "condensed" settings
|