summaryrefslogtreecommitdiffstats
path: root/src/dotfilepatcher.cpp
Commit message (Collapse)AuthorAgeFilesLines
* issue #8053 error: Attribute target redefined in SVGalbert-github2020-09-241-0/+1
| | | | regression on #7706 (although it has nothing to do with double runs in my opinion as indicated in the title of that issue: " Md5 hash does not match for two different runs") looks like this statement should be present.
* Not always linking in map as maps use name instead if idalbert-github2020-09-061-1/+1
| | | | | | | The map construct runs apparently not through `id` but through `name` and thus breaking here the possibility to link Also have `name=` use the `correctId`. This is a regression on #7840
* Incorrect label in map of dot files in xhtml (#7840)albert-github2020-06-131-1/+1
| | | | | | | When a filename of a file starts with a digit the mapping of the resulting dot files results in message like: ``` Syntax of value for attribute id of map is not valid ``` an id cannot start with a digit, so an "a" is placed in front of it (unconditionally to overcome problems with a double label id i.e filename 087.cpp and a087.cpp).
* issue #7706: Md5 hash does not match for two different runs (part 2)Dimitri van Heesch2020-04-191-20/+21
|
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-4/+4
|
* issue #7583 External Links in Inheritance Diagrams open in the Image Frame.albert-github2020-02-241-1/+1
| | | | When having a function it opens in the current frame and uses the complete frame. Images (e.g. inherited diagrams) are displayed in a small "sub frame" and when displaying the link here it is not readable and furthermore the user doesn't know anything about the "sub frame". In case of an image the link should be displayed in the parent frame of the image.
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-2/+2
|
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-5/+147
|
* refactoring dot.cppThomas Haller2019-06-131-0/+539