summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Major clean-up of FunctionNode and parameter processingv5.13.0-alpha1Martin Smith2019-02-0632-2998/+3280
* Fix deprecation warningsFriedemann Kleint2019-02-0515-26/+40
* makeqpf: migrate to QRegularExpressionSamuel Gaist2019-02-051-8/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-051-1/+1
|\
| * Disable qtdiag on WebAssemblyEskil Abrahamsen Blomfeldt2019-02-041-1/+1
* | Document CodeChunk in its .cpp file, rather than its .hMartin Smith2019-02-042-22/+36
* | Inline CodeParser::processCommonMetaCommand() in its one callerMartin Smith2019-01-303-101/+62
* | Tidy up CppCodeParser::parseMacroArg() and clarify its documentationMartin Smith2019-01-301-42/+44
* | Skip NULL nodes when processing meta-commandsMartin Smith2019-01-291-11/+16
* | QDoc: Further improvements to libclang detectionPaul Wicking2019-01-282-5/+15
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-267-45/+55
|\ \ | |/
| * linguist: Replace splash screen image with 128px application iconAlessandro Portale2019-01-254-3/+3
| * Check the parenthesis depth in case of right parenthesis token, to set metaEx...Lucie Gerard2019-01-251-1/+4
| * Check that similar message does not have an other exact fitLucie Gerard2019-01-231-3/+7
| * windeployqt: Fix clang warning about switch statementKai Koehne2019-01-231-0/+1
| * windeployqt: Use nullptr were applicableKai Koehne2019-01-221-37/+40
| * windeployqt: Remove unused methodKai Koehne2019-01-221-1/+0
* | QFile/QFileInfo: readLink() was replaced by symLinkTarget()Liang Qi2019-01-251-1/+1
* | Inline various simple methods in QDocMartin Smith2019-01-238-104/+16
* | QDoc: filter out internal nodes when processing argsMartin Smith2019-01-234-14/+30
* | Unify semicolon usage in Q_UNUSEDJesus Fernandez2019-01-2330-63/+63
* | Replace nodeType() comparisons to Node:X with isX() testsMartin Smith2019-01-2210-46/+42
* | Fix bug where -module part of module-page-names were lostMartin Smith2019-01-221-17/+13
* | Kill some dead code; it was all #if 0 beforeMartin Smith2019-01-223-113/+0
* | Remove unused method Doc::renameParameters()Martin Smith2019-01-222-27/+0
* | Add a Text::contains() method for use by QDocMartin Smith2019-01-222-0/+18
* | Remove Atom::GuidLink as it is no longer in useMartin Smith2019-01-223-5/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-1838-69/+61121
|\ \ | |/
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-1838-69/+61121
| |\
| | * Add changes file for Qt 5.12.1v5.12.15.12.1Antti Kokko2019-01-151-0/+59
| | * windeployqt: Deploy the Qt Virtual Keyboard pluginsAndy Shaw2019-01-091-0/+1
| | * Bring the qcollectiongenerator tool backJarek Kobus2019-01-085-1/+138
| | * Assistant: Mark the readonly collection filesJarek Kobus2019-01-084-0/+16
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0820-72/+148
| | |\
| | * | qdoc: Link buildversion field to navigation.landingpageTopi Reinio2019-01-021-4/+20
| | * | qdoc: Don't include overridden functions in all-members listMartin Smith2019-01-021-1/+5
| | * | qdoc: Include inherited members in all-members listMartin Smith2019-01-021-3/+3
| | * | Move QML documentation example to QDoc testsPaul Wicking2018-12-237-2/+0
| | * | qhelpgenerator: Always return positive valuesKai Koehne2018-12-221-13/+13
| | * | Qt Designer: Generate global includes for custom widget pluginsFriedemann Kleint2018-12-202-2/+2
| | * | Doc: Update minimum qdocconfPaul Wicking2018-12-191-14/+8
| | * | Bump copyright year to 2019Kai Koehne2018-12-185-5/+5
| | * | Add binary compatibility files for QtTools for Qt 5.12Milla Pohjanheimo2018-12-183-0/+60749
| | * | Try multiple llvm-config candidates when configuring QDocPaul Wicking2018-12-171-2/+19
| | * | Replace error() with qtLog() in checks for libclang for QDocPaul Wicking2018-12-141-2/+2
| | * | Port qdoc's libclang detection to the configure systemSimon Hausmann2018-12-126-21/+82
| | * | Minor clean up in llvm detectionSimon Hausmann2018-12-121-1/+1
| * | | Fix fileExists() queryJarek Kobus2019-01-171-2/+2
| * | | Bump versionKari Oikarinen2019-01-141-1/+1
* | | | qdoc: Change test from PageNode to TextPageNodeMartin Smith2019-01-151-1/+1