summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't assign iterator to const_iteratorSérgio Martins2015-06-021-4/+4
* qdoc: Resolve base classes for a class declared in a namespaceTopi Reinio2015-04-271-3/+4
* qdoc: Duplicate QML types in the "All QML Types" list are distinguishedMartin Smith2015-03-251-2/+7
* qdoc: Fix const correctness in old style castsThiago Macieira2015-03-111-3/+3
* qdoc: Correct parsing of the using clauseMartin Smith2015-02-261-1/+25
* qdoc: Support documentation of JavaScriptMartin Smith2015-02-201-116/+143
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* qdoc: Change uses of module and qmlModuleMartin Smith2015-02-031-9/+9
* qdoc: Change name of node typeMartin Smith2015-01-221-12/+10
* qdoc: qdoc's 'square bracket' parameters were evaluated too earlyMartin Smith2015-01-121-8/+12
* qdoc: Include source file and line number of linksMartin Smith2014-11-121-2/+6
* qdoc: Generate the links-to-broken-links pageMartin Smith2014-11-121-16/+18
* qdoc: Generate \keyword anchors at the top of the pageMartin Smith2014-11-121-1/+1
* qdoc: Generate cross-module links-to-links pagesMartin Smith2014-11-111-1/+58
* qdoc: Generate QA pagesMartin Smith2014-10-171-0/+1
* qdoc: qdoc was too slowMartin Smith2014-10-171-1/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* qdoc: Add new checkForCollision()Martin Smith2014-08-221-0/+9
* qdoc: Remove all collision node stuff from qdocMartin Smith2014-08-221-53/+2
* qdoc: Allow choice of linking to QML or CPPMartin Smith2014-08-201-136/+327
* qdoc: Give documenter more control of linkingMartin Smith2014-06-261-15/+18
* qdoc: Give documenter more control of linkingMartin Smith2014-06-011-47/+29
* qdoc: \l now works with QML property groupsMartin Smith2014-04-171-2/+0
* qdoc: \l{Qt::Window} links to the wrong pageMartin Smith2014-03-311-52/+53
* qdoc: Teach qdoc to use multiple trees (part 3)Martin Smith2014-03-311-5/+259
* qdoc: Teach qdoc to use multiple trees (part 2)Martin Smith2014-03-311-15/+254
* qdoc: Teach qdoc to use multiple treesMartin Smith2014-03-311-274/+292
* qdoc: Eliminate uses of qmlModuleIdentifier()Martin Smith2013-10-041-1/+1
* qdoc: Fixed handling of QML referencesMartin Smith2013-10-011-13/+0
* qdoc: Implement better handling of QML property groupsMartin Smith2013-07-111-1/+1
* qdoc: qdoc was confused by namespace and module with same nameMartin Smith2013-06-111-4/+8
* qdoc: inherited members do not show up for QML componentsMartin Smith2013-02-131-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qdoc: Don't include inherited members in the class refMartin Smith2012-12-051-15/+33
* qdoc: Listing group members across modulesMartin Smith2012-11-271-65/+0
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-261-1610/+15
* Use QStringList::join(QChar) overload where applicable [tools]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-1/+1
* qdoc: Refactoring of qdoc data structuresMartin Smith2012-09-141-102/+45
* Use QString() instead of "".Frederik Gladhorn2012-09-011-11/+11
* doc: Replaced FakeNode with DocNodeMartin Smith2012-08-211-54/+53
* qdoc: Added safety checks to findUnambiguousTarget()Martin Smith2012-07-301-1/+4
* qdoc: Changed \qmlclass to \qmltype, added \instantiatesMartin Smith2012-07-261-1/+1
* qdoc: Fixed incorrect href attribute values in qdocMartin Smith2012-07-251-7/+9
* QDoc: Fix relative URL generation for cross-linking.Casper van Donderen2012-07-061-1/+1
* QDoc: Don't put ditamaps in index file.Casper van Donderen2012-06-011-1/+1
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-23/+23
* QDoc: Generate correct relative paths and links when using -installdir.Casper van Donderen2012-05-161-6/+4
* qdoc: Fixed a qdoc error problemMartin Smith2012-05-101-6/+8