| Commit message (Expand) | Author | Age | Files | Lines |
| * | qdoc is moving back to qttools | Oswald Buddenhagen | 2015-10-22 | 1 | -1326/+0 |
| * | qdoc: Improve formatting of function signatures | Topi Reinio | 2015-10-13 | 1 | -11/+7 |
| * | qdoc: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | qdoc: Avoid extra spaces in function synopses | Topi Reinio | 2015-10-07 | 1 | -3/+3 |
| * | qdoc: Allow formal parameters in link targets | Martin Smith | 2015-08-16 | 1 | -4/+4 |
| * | Optimize CppCodeMarker::addMarkUp further | Lars Knoll | 2015-07-24 | 1 | -4/+3 |
| * | Optimize CppCodeMarker::addMarkUp() | Lars Knoll | 2015-07-23 | 1 | -12/+19 |
| * | qdoc: Improve documentation for properties | Martin Smith | 2015-06-10 | 1 | -6/+4 |
| * | qdoc: Changing InnerNode to Aggregate | Martin Smith | 2015-04-13 | 1 | -7/+7 |
| * | qdoc: More data member name changes | Martin Smith | 2015-04-11 | 1 | -1/+1 |
| * | qdoc: Update for classes in namespaces | Martin Smith | 2015-03-27 | 1 | -0/+15 |
| * | qdoc: Teach qdoc to resolve namespaces | Martin Smith | 2015-03-07 | 1 | -60/+59 |
| * | qdoc: Support documentation of JavaScript | Martin Smith | 2015-02-20 | 1 | -15/+15 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | qdoc: Change remaining uses of qmlClass to qmlType | Martin Smith | 2015-02-03 | 1 | -21/+21 |
| * | qdoc: Change name of node type | Martin Smith | 2015-01-22 | 1 | -6/+6 |
| * | qdoc: Remove zero-width-space characters from function signatures | Topi Reinio | 2014-12-18 | 1 | -1/+1 |
| * | qdoc: Prepare QDoc for the new style on qt.io | Topi Reinio | 2014-11-11 | 1 | -6/+6 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | qdoc: Remove all collision node stuff from qdoc | Martin Smith | 2014-08-22 | 1 | -2/+1 |
| * | qdoc: Generate obsolete members page for QML types | Martin Smith | 2014-08-20 | 1 | -17/+17 |
| * | qdoc: Support use of \value command outside \enum topic. | Topi Reinio | 2014-07-18 | 1 | -0/+3 |
| * | qdoc: Now lists variable in namespaces | Martin Smith | 2014-05-10 | 1 | -1/+24 |
| * | qdoc: fix inheritance information for some QML types | Martin Smith | 2014-03-31 | 1 | -6/+6 |
| * | qdoc: Teach qdoc to use multiple trees | Martin Smith | 2014-03-31 | 1 | -2/+4 |
| * | qdoc: Part 2 of fix for inheriting abstract QML types | Martin Smith | 2013-11-01 | 1 | -0/+8 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -3/+3 |
| * | Improve qdoc performance. | Jędrzej Nowacki | 2013-09-21 | 1 | -63/+64 |
| * | qdoc: Avoid CppCodeMarker crash on abstract QML types | Martin Smith | 2013-09-12 | 1 | -1/+7 |
| * | qdoc: Implement better handling of QML property groups | Martin Smith | 2013-07-11 | 1 | -50/+9 |
| * | qdoc: Show signals inherited from abstract base types | Martin Smith | 2013-03-26 | 1 | -2/+2 |
| * | qdoc: List of all members subpage redesigned | Martin Smith | 2013-03-22 | 1 | -8/+21 |
| * | doc: QML Inheritance is not resolved correctly. | Martin Smith | 2013-02-22 | 1 | -5/+4 |
| * | qdoc: QML Inheritance is not resolved correctly. | Martin Smith | 2013-02-20 | 1 | -10/+8 |
| * | qdoc: inherited members do not show up for QML components | Martin Smith | 2013-02-13 | 1 | -5/+5 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | QDoc: Fix generated anchors for c++ class signals | Topi Reinio | 2012-12-11 | 1 | -1/+1 |
| * | qdoc: Don't include inherited members in the class ref | Martin Smith | 2012-12-05 | 1 | -43/+43 |
| * | 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 |
| * | qdoc: Refactoring of qdoc data structures | Martin Smith | 2012-09-14 | 1 | -66/+0 |
| * | Use QString() instead of "". | Frederik Gladhorn | 2012-09-01 | 1 | -33/+33 |
| * | doc: Replaced FakeNode with DocNode | Martin Smith | 2012-08-21 | 1 | -6/+5 |
| * | qdoc: No longer prints namespace qualifier twice | Martin Smith | 2012-08-06 | 1 | -4/+3 |
| * | qdoc: Ignore property functions of obsolete properties | Martin Smith | 2012-08-02 | 1 | -0/+6 |
| * | Make qdoc compile with QT_STRICT_ITERATORS | Thiago Macieira | 2012-05-29 | 1 | -38/+38 |
| * | qdoc: Fix some QString usage issues (Krazy warnings). | Friedemann Kleint | 2012-05-16 | 1 | -3/+3 |
| * | qdoc: Don't include internal QML properties in output | Martin Smith | 2012-05-15 | 1 | -4/+1 |
| * | QDoc: Also use the CppCodeMarker for .qtx and .qtt files. | Casper van Donderen | 2012-05-12 | 1 | -0/+2 |
| * | qdoc: Fixed a regression bug caused by fixing error messages | Martin Smith | 2012-05-11 | 1 | -0/+1 |