summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1419-94/+132
|\
| * qdoc: Improve formatting of function signaturesTopi Reinio2015-10-133-13/+14
| * qdoc: Insert targets for function and enum nodes read from the indexTopi Reinio2015-10-132-8/+41
| * qdoc: Fix single-character string literals.Friedemann Kleint2015-10-1310-36/+36
| * qdoc: Avoid extra spaces in function synopsesTopi Reinio2015-10-072-5/+5
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-3/+3
| | |\
| | | * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-041-3/+2
| * | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-023-7/+7
| * | | qdoc: Fix a regression with QML node attributes written to index filesTopi Reinio2015-10-021-19/+19
| * | | qdoc: Resolve namespaces declared in index treesTopi Reinio2015-10-021-1/+5
| |/ /
| * | uic/class_lib_map.h: Fix include path of QValidator-derived classes.Friedemann Kleint2015-09-301-4/+4
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2515-81/+197
|\| |
| * | qdoc: Fix write to invalid memoryTopi Reinio2015-09-251-4/+12
| * | qdoc: Document macro parametersTopi Reinio2015-09-241-0/+12
| * | qdoc: Allow linking to QML signals with their proper nameTopi Reinio2015-09-111-2/+6
| * | qdoc: Fix issue with findNodeForTarget()Topi Reinio2015-09-071-7/+4
| * | qdoc: Introduce codeprefix & codesuffix, re-introduce codeindentTopi Reinio2015-09-078-12/+33
| * | qdoc: Correctly resolve non-function links that end in parenthesesTopi Reinio2015-09-071-22/+10
| * | qdoc: allow 'void' function parameter without a parameter nameTopi Reinio2015-08-261-0/+1
| * | qdoc: Use lowercase names for modules read from index filesTopi Reinio2015-08-261-1/+1
| * | qdoc: Check and warn if \relates is used incorrectlyTopi Reinio2015-08-192-1/+7
| * | qdoc: Improve resolving related non-members and their overload numbersTopi Reinio2015-08-196-33/+112
| * | Merge dev into 5.6Oswald Buddenhagen2015-08-1715-135/+261
| |\ \
| * | | Fix -Wcast-qual warningsThiago Macieira2015-08-131-1/+1
* | | | Optimize moc: Preallocate some space for tokenization results.Milian Wolff2015-09-141-0/+5
* | | | qdoc: Fixed linking for overloaded functionsMartin Smith2015-09-012-19/+26
| |/ / |/| |
* | | qdoc: Instantiator::objectAt now appear in docsMartin Smith2015-08-161-25/+24
* | | qdoc: Allow formal parameters in link targetsMartin Smith2015-08-1615-110/+237
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-094-13/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-13/+9
| |\|
| | * qdoc: Fix incorrect keyword details written to .qhp for QML propertiesTopi Reinio2015-07-311-7/+1
| | * qdoc: Fix string used in compatibility members pageTopi Reinio2015-07-311-1/+1
| | * qdoc: Add images used in examples into .qhpTopi Reinio2015-07-311-1/+3
| | * Fix build with clang 3.7Bernhard Rosenkränzer2015-07-201-4/+4
* | | qdoc: Don't use QStringLiteral in string comparisonsTopi Reinio2015-08-061-8/+8
|/ /
* | qdoc: Do not merge QML module nodes with different major versionsTopi Reinio2015-08-041-0/+14
* | qdoc: Make \target and \keyword commands link as expectedTopi Reinio2015-08-035-15/+23
* | Doc: Fix various issues in QDoc ManualTopi Reinio2015-07-297-172/+149
* | qdoc: Allow using group name as a QHP subproject selectorTopi Reinio2015-07-293-49/+124
* | qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* | qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* | Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* | use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291
* | Don't generate invalid XMLLars Knoll2015-07-241-1/+5
* | Optimize CppCodeMarker::addMarkUp furtherLars Knoll2015-07-243-15/+12
* | moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* | Optimize CppCodeMarker::addMarkUp()Lars Knoll2015-07-233-12/+38
* | Skip loading of index files if we are running with --prepareLars Knoll2015-07-231-3/+5