summaryrefslogtreecommitdiffstats
path: root/src/dotgroupcollaboration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-1/+1
* Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-6/+5
* Refactoring: replace QGString by std::ostringstreamDimitri van Heesch2021-03-231-1/+1
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-8/+11
* Fixed a couple of issues found by running CoverityDimitri van Heesch2021-02-051-0/+1
* Regression: fixed crash due to uninitialized pointer in dotgroupcollaboration...Dimitri van Heesch2021-01-281-14/+10
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-221-53/+43
* Refactoring: modernize FileListDimitri van Heesch2021-01-221-8/+3
* Refactoring: modernize MemberListDimitri van Heesch2021-01-221-4/+2
* Refactoring: replace Doxygen::groupSDict by Doxygen::groupLinkedMapDimitri van Heesch2020-12-311-38/+23
* Refactoring: replaced PageSDict by PageLinked*MapDimitri van Heesch2020-12-311-8/+3
* Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-231-8/+3
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-10/+5
* Refactoring: removed macros used for getting the value of settingsDimitri van Heesch2020-11-151-3/+1
* Did a bit of restructuring and fixed some compiler warningsDimitri van Heesch2020-05-101-15/+15
* Replaced DirList::count() by DirList::size().David Hebbeker2020-05-021-1/+1
* For loops on QListIterator by range loops.David Hebbeker2020-05-021-3/+1
* Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-0/+10
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-5/+6
* refactoring dot.cppThomas Haller2019-06-131-0/+381