summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improvements of reading the configuration filealbert-github2020-12-169-63/+138
| | | | | | - 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").
* issue #8251: Macro stopped working in 1.8,.19Dimitri van Heesch2020-12-151-4/+9
|
* Merge pull request #8252 from albert-github/feature/bug_doxyw_clr_recentDimitri van Heesch2020-12-151-1/+1
|\ | | | | Recent file list of doxywizard not cleared properly
| * Recent file list of doxywizard not cleared properlyalbert-github2020-12-151-1/+1
| | | | | | | | | | 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)
* | Merge branch 'albert-github-feature/bug_url_irc'Dimitri van Heesch2020-12-152-2/+5
|\ \
| * | Added missing protocolsDimitri van Heesch2020-12-151-2/+4
| | |
| * | Merge branch 'feature/bug_url_irc' of ↵Dimitri van Heesch2020-12-152-2/+3
| |\ \ |/ / / | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_url_irc
| * | Incorrect specification of irc as URL protocolalbert-github2020-12-112-2/+3
| | | | | | | | | | | | | | | - missing colon (`:`) at irc - adding irc, sftp and ftps
* | | Remove Travis CI builds in favor of Github ActionsDimitri van Heesch2020-12-151-130/+0
| | |
* | | Remove Appveyor CI builds in favor of Github ActionsDimitri van Heesch2020-12-151-60/+0
| | |
* | | Update README.mdDimitri van Heesch2020-12-151-2/+1
| |/ |/|
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-141-2/+6
|\ \
| * | Update build_cmake.ymlDimitri van Heesch2020-12-141-4/+4
| | |
| * | Update build_cmake.ymlDimitri van Heesch2020-12-141-1/+5
| | |
* | | Regression: Fixed crash in dotgfxhierarchytable.cppDimitri van Heesch2020-12-141-1/+1
|/ / | | | | | | | | - introduced by commit fce7c2f8af2ccd04137c7db163333d0110241835 - found when processing pytorch code
* | Merge pull request #8249 from albert-github/feature/issue_8246Dimitri van Heesch2020-12-141-3/+3
|\ \ | | | | | | issue #8246 The prefix &#х202А; for files is displayed incorrectly in the file names.
| * | issue #8246 The prefix &#х202А; for files is displayed incorrectly in the ↵albert-github2020-12-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file names. Each index generator should handle its Left-To-Right / Right-To-Left handling on its own as otherwise we get for e.g. treeview in the js file: ``` [ "\u202A‪afx3.h", "a00002_source.html", null ] ``` instead of: ``` [ "\u202A;afx3.h", "a00002_source.html", null ] ``` resulting in the problems from this issue. in the htmlhelp (index.hhc): ``` ... value="‪‪afx3.h" ... ``` i.e. a double `‪` which is not nice. In "XML" type formats (not the doxygen xml output!), here qhp index.qhp: ``` ... title="‪afx3.h" ... ``` where the LTR sequence is escaped.
* | | Merge pull request #8250 from albert-github/feature/bug_doxyw_endtagDimitri van Heesch2020-12-144-4/+4
|\ \ \ | | | | | | | | Incorrect end tag in doxywizard
| * | | Incorrect end tag in doxywizardalbert-github2020-12-144-4/+4
| |/ / | | | | | | | | | The closing `</qt` was not properly closed to `</qt>`.
* | | Merge pull request #8248 from albert-github/featurre/issue_8247Dimitri van Heesch2020-12-141-1/+1
|\ \ \ | | | | | | | | issue #8247 declaration different in cpp and h file of qstrncmp
| * | | issue #8247 declaration different in cpp and h file of qstrncmpalbert-github2020-12-141-1/+1
| |/ / | | | | | | | | | argument names of source and destination were in h file switched compared to the cpp file, no harm done it are just names in the prototype but it is confusing.
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-1/+4
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-6/+5
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-1/+1
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-2/+2
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-8/+9
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-0/+15
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-16/+10
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-3/+11
| | |
* | | Update build_cmake.ymlDimitri van Heesch2020-12-141-15/+8
|/ /
* | Update build_cmake.ymlDimitri van Heesch2020-12-141-1/+2
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-4/+4
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-8/+16
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-0/+11
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-9/+14
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-11/+7
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+1
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-4/+4
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+1
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+1
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+0
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-5/+18
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-4/+16
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-2/+7
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-3/+5
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+0
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-2/+14
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-4/+4
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-3/+4
| |
* | Update build_cmake.ymlDimitri van Heesch2020-12-131-1/+1
| |