Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incorrect label in map of dot files in xhtml (#7840) | albert-github | 2020-06-13 | 1 | -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 Heesch | 2020-04-19 | 1 | -11/+1 |
| | |||||
* | Replace SDict with std::map | Moritz 'Morty' Strübe | 2020-03-21 | 1 | -4/+4 |
| | |||||
* | QString -> std::string & QDict -> std::map | Moritz 'Morty' Strübe | 2020-03-21 | 1 | -2/+2 |
| | | | | Replacing QString required replacing the QDict, too. | ||||
* | Removed exitCode parameter as it is always 1 | Dimitri van Heesch | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | Better termination message | albert-github | 2019-11-22 | 1 | -1/+1 |
| | | | | | In case a `WARN_LOGFILE` is used it in this file no clear whether doxygen finished correctly or exited beforehand in case a fatal error. Now a 'Exiting...' is also given in the warning log file in case an error is a fatal error. | ||||
* | Spelling corrections for src directory | albert-github | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here, with some exceptions (a,o.): - "referenceby" in defgen.cpp as this is in the output and I cannot oversee the consequences (looks like none, but ...) - "HANGEUL_CHARSET" left as is as in some MS documentation is written: 'HANGUL_CHARSET: Also spelled "Hangeul". Specifies the Hangul Korean character set.' (https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-wmf/0d0b32ac-a836-4bd2-a112-b6000a1b4fc9). | ||||
* | Fix typos | luz.paz | 2019-09-28 | 1 | -1/+1 |
| | | | | | | Found via ``` codespell -q 3 -S *.js,*.po,./src/translator*,*.eps,./doc/changelog.doc -L ang,ans,attribs,ba,behaviour,classe,colour,german,iff,initialise,nam,nd,que,russian,statics,te,tim,uint ``` | ||||
* | Refactoring code for dot related source files | Dimitri van Heesch | 2019-09-10 | 1 | -71/+30 |
| | |||||
* | refactoring dot.cpp | Thomas Haller | 2019-06-13 | 1 | -0/+400 |