summaryrefslogtreecommitdiffstats
path: root/src/dotnode.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks & fixesDimitri van Heesch2020-10-201-12/+14
| | | | | | | - Changed DOT_MAX_FOLD to DOT_WRAP_THRESHOLD - Improved documentation - Applied DOT_WRAP_THRESHOLD to the whole string instead of individual parts.
* use boolean to add or remove uml detailsAlexandre Salconi2020-09-291-4/+16
|
* add variable for the fold lenghtAlexandre Salconi2020-09-291-1/+1
|
* add suggestion #7686 to show type and parametersAlexandre Salconi-Denis2020-09-031-1/+3
|
* extend the max lenght befor a sting is foldedAlexandre Salconi-Denis2020-09-031-1/+1
|
* Replaced QDict<Void> by StringUnorderedSet in dotnode.cppDimitri van Heesch2020-08-031-21/+20
|
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-16/+5
|
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-17/+17
|
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-2/+2
|
* Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-041-1/+1
| | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
* refactoring dot.cppThomas Haller2019-06-131-0/+950