| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit changes the following in relation to string use
- The implicit convert from 'QCString' to 'const char *' is removed
- Strings parameters use 'const QCString &' as much as possible in favor
over 'const char *'
- 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())'
- data() now always returns a valid C-string and not a 0-pointer.
- when passing a string 's' to printf and related functions 'qPrint(s)' is
used instead of 's.data()'
- for empty string arguments 'QCString()' is used instead of '0'
- The copy() operation has been removed
- Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and
'qstrcmp(a,b)<0' has been replaced by 'a<b'
- Parameters of string type that were default initialized with '= 0' are
no initialized with '= QCString()'
|
|
|
|
| |
Removing some references to removed qtools
|
| |
|
| |
|
|\
| |
| | |
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.
|