| Commit message (Expand) | Author | Age | Files | Lines |
| * | qdoc is moving back to qttools | Oswald Buddenhagen | 2015-10-22 | 1 | -1525/+0 |
| * | qdoc: Fix issue with findNodeForTarget() | Topi Reinio | 2015-09-07 | 1 | -7/+4 |
| * | qdoc: Allow formal parameters in link targets | Martin Smith | 2015-08-16 | 1 | -6/+11 |
| * | qdoc: Make \target and \keyword commands link as expected | Topi Reinio | 2015-08-03 | 1 | -3/+3 |
| * | qdoc: don't hold Location in QLists, don't even copy it | Marc Mutz | 2015-06-22 | 1 | -5/+2 |
| * | qdoc: Improve documentation for properties | Martin Smith | 2015-06-10 | 1 | -0/+2 |
| * | Merge remote-tracking branch 'origin/5.5' into dev | Simon Hausmann | 2015-06-03 | 1 | -4/+4 |
| |\ |
|
| | * | Don't assign iterator to const_iterator | Sérgio Martins | 2015-06-02 | 1 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/5.5' into dev | Liang Qi | 2015-04-27 | 1 | -3/+4 |
| |\| |
|
| | * | qdoc: Resolve base classes for a class declared in a namespace | Topi Reinio | 2015-04-27 | 1 | -3/+4 |
| * | | qdoc: Changing InnerNode to Aggregate | Martin Smith | 2015-04-13 | 1 | -24/+24 |
| * | | qdoc: More data member name changes | Martin Smith | 2015-04-11 | 1 | -7/+7 |
| * | | qdoc: Data member name changes | Martin Smith | 2015-04-08 | 1 | -1/+1 |
| |/ |
|
| * | qdoc: Duplicate QML types in the "All QML Types" list are distinguished | Martin Smith | 2015-03-25 | 1 | -2/+7 |
| * | qdoc: Fix const correctness in old style casts | Thiago Macieira | 2015-03-11 | 1 | -3/+3 |
| * | qdoc: Correct parsing of the using clause | Martin Smith | 2015-02-26 | 1 | -1/+25 |
| * | qdoc: Support documentation of JavaScript | Martin Smith | 2015-02-20 | 1 | -116/+143 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | qdoc: Change uses of module and qmlModule | Martin Smith | 2015-02-03 | 1 | -9/+9 |
| * | qdoc: Change name of node type | Martin Smith | 2015-01-22 | 1 | -12/+10 |
| * | qdoc: qdoc's 'square bracket' parameters were evaluated too early | Martin Smith | 2015-01-12 | 1 | -8/+12 |
| * | qdoc: Include source file and line number of links | Martin Smith | 2014-11-12 | 1 | -2/+6 |
| * | qdoc: Generate the links-to-broken-links page | Martin Smith | 2014-11-12 | 1 | -16/+18 |
| * | qdoc: Generate \keyword anchors at the top of the page | Martin Smith | 2014-11-12 | 1 | -1/+1 |
| * | qdoc: Generate cross-module links-to-links pages | Martin Smith | 2014-11-11 | 1 | -1/+58 |
| * | qdoc: Generate QA pages | Martin Smith | 2014-10-17 | 1 | -0/+1 |
| * | qdoc: qdoc was too slow | Martin Smith | 2014-10-17 | 1 | -1/+5 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | qdoc: Add new checkForCollision() | Martin Smith | 2014-08-22 | 1 | -0/+9 |
| * | qdoc: Remove all collision node stuff from qdoc | Martin Smith | 2014-08-22 | 1 | -53/+2 |
| * | qdoc: Allow choice of linking to QML or CPP | Martin Smith | 2014-08-20 | 1 | -136/+327 |
| * | qdoc: Give documenter more control of linking | Martin Smith | 2014-06-26 | 1 | -15/+18 |
| * | qdoc: Give documenter more control of linking | Martin Smith | 2014-06-01 | 1 | -47/+29 |
| * | qdoc: \l now works with QML property groups | Martin Smith | 2014-04-17 | 1 | -2/+0 |
| * | qdoc: \l{Qt::Window} links to the wrong page | Martin Smith | 2014-03-31 | 1 | -52/+53 |
| * | qdoc: Teach qdoc to use multiple trees (part 3) | Martin Smith | 2014-03-31 | 1 | -5/+259 |
| * | qdoc: Teach qdoc to use multiple trees (part 2) | Martin Smith | 2014-03-31 | 1 | -15/+254 |
| * | qdoc: Teach qdoc to use multiple trees | Martin Smith | 2014-03-31 | 1 | -274/+292 |
| * | qdoc: Eliminate uses of qmlModuleIdentifier() | Martin Smith | 2013-10-04 | 1 | -1/+1 |
| * | qdoc: Fixed handling of QML references | Martin Smith | 2013-10-01 | 1 | -13/+0 |
| * | qdoc: Implement better handling of QML property groups | Martin Smith | 2013-07-11 | 1 | -1/+1 |
| * | qdoc: qdoc was confused by namespace and module with same name | Martin Smith | 2013-06-11 | 1 | -4/+8 |
| * | qdoc: inherited members do not show up for QML components | Martin Smith | 2013-02-13 | 1 | -1/+3 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | qdoc: Don't include inherited members in the class ref | Martin Smith | 2012-12-05 | 1 | -15/+33 |
| * | qdoc: Listing group members across modules | Martin Smith | 2012-11-27 | 1 | -65/+0 |
| * | qdoc: retrying More refactoring of qdoc data structures | Martin Smith | 2012-09-26 | 1 | -1610/+15 |
| * | Use QStringList::join(QChar) overload where applicable [tools] | Marc Mutz | 2012-09-23 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | make src/tools/ compile without CamelCase headers | Oswald Buddenhagen | 2012-09-19 | 1 | -1/+1 |