| Commit message (Expand) | Author | Age | Files | Lines |
| * | qdoc is moving back to qttools | Oswald Buddenhagen | 2015-10-22 | 1 | -3380/+0 |
| * | qdoc: replace some inefficient QLists with QVector | Marc Mutz | 2015-07-22 | 1 | -2/+2 |
| * | qdoc: Update documentation of \qmlabstract | Martin Smith | 2015-05-12 | 1 | -23/+0 |
| * | qdoc: More data member name changes | Martin Smith | 2015-04-11 | 1 | -18/+18 |
| * | qdoc: Add details to messages about not finding files. | Friedemann Kleint | 2015-03-27 | 1 | -1/+4 |
| * | qdoc: ignores .pragma and .import in javascript files | Martin Smith | 2015-03-14 | 1 | -3/+2 |
| * | qdoc: Support documentation of JavaScript | Martin Smith | 2015-02-20 | 1 | -3/+0 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | qdoc: Change name of node type | Martin Smith | 2015-01-22 | 1 | -1/+1 |
| * | qdoc: Remove CR from command parameters | Martin Smith | 2014-11-12 | 1 | -1/+4 |
| * | qdoc: no longer autolinks symbols that begin with "__" | Martin Smith | 2014-11-12 | 1 | -4/+6 |
| * | qdoc: Generate \keyword anchors at the top of the page | Martin Smith | 2014-11-12 | 1 | -3/+6 |
| * | qdoc: Generate cross-module links-to-links pages | Martin Smith | 2014-11-11 | 1 | -2/+2 |
| * | qdoc: qdoc was too slow | Martin Smith | 2014-10-17 | 1 | -12/+3 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | qdoc: Fix output of \br command | Topi Reinio | 2014-08-26 | 1 | -1/+1 |
| * | qdoc: Report error in square bracket parameter | Martin Smith | 2014-08-22 | 1 | -0/+10 |
| * | qdoc: Give documenter more control of linking | Martin Smith | 2014-06-26 | 1 | -3/+14 |
| * | qdoc: Give documenter more control of linking | Martin Smith | 2014-06-01 | 1 | -5/+76 |
| * | qdoc: Added 2nd argument to \generate list classes command | Martin Smith | 2014-05-02 | 1 | -1/+7 |
| * | qdoc: Simplify config code for reading file paths | Topi Reinio | 2014-05-02 | 1 | -4/+4 |
| * | qdoc: Teach qdoc to use multiple trees (part 2) | Martin Smith | 2014-03-31 | 1 | -32/+32 |
| * | QDoc: properly initialize a member | Giuseppe D'Angelo | 2013-09-13 | 1 | -1/+3 |
| * | qdoc: Fix the qdoc \include command | Martin Smith | 2013-08-22 | 1 | -4/+10 |
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi... | Sergio Ahumada | 2013-07-24 | 1 | -2/+2 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-07-23 | 1 | -2/+2 |
| | |\ |
|
| | | * | Fix typo in qdoc's messages. | Takumi Asaki | 2013-07-17 | 1 | -2/+2 |
| * | | | doc: Ensure page name does not change | Martin Smith | 2013-07-23 | 1 | -42/+0 |
| |/ / |
|
| * / | qdoc: Implement better handling of QML property groups | Martin Smith | 2013-07-11 | 1 | -4/+6 |
| |/ |
|
| * | Silence warning by Apple Clang 4.2 about adding an integer to a string | Thiago Macieira | 2013-03-26 | 1 | -1/+1 |
| * | Fix warnings reported by ICC in qdoc | Thiago Macieira | 2013-03-01 | 1 | -1/+1 |
| * | qdoc: Fix translation contexts. | Friedemann Kleint | 2013-02-07 | 1 | -0/+2 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | 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 | -31/+2 |
| * | Use QString() instead of "". | Frederik Gladhorn | 2012-09-01 | 1 | -4/+4 |
| * | qdoc: Removed several #if 0 blocks. | Martin Smith | 2012-07-06 | 1 | -10/+0 |
| * | qdoc: The \br macro is promoted to a qdoc command | Martin Smith | 2012-07-05 | 1 | -0/+6 |
| * | qdoc: Better error messages for QML command errors | Martin Smith | 2012-06-12 | 1 | -0/+20 |
| * | Make qdoc compile with QT_STRICT_ITERATORS | Thiago Macieira | 2012-05-29 | 1 | -12/+12 |
| * | qdoc: Fix some QString usage issues (Krazy warnings). | Friedemann Kleint | 2012-05-16 | 1 | -6/+6 |
| * | qdoc: Removed some obsolete ifdefs | Martin Smith | 2012-05-10 | 1 | -5/+0 |
| * | qdoc: Fixed qdoc error messages | Martin Smith | 2012-05-09 | 1 | -5/+7 |
| * | QDoc: Remove the unused \expire command. | Casper van Donderen | 2012-05-08 | 1 | -43/+0 |
| * | qdoc: Add the \hr command | Martin Smith | 2012-04-02 | 1 | -0/+6 |
| * | qdoc: Implement \uicontrol command. | Casper van Donderen | 2012-03-28 | 1 | -0/+5 |
| * | Move qdoc into qtbase and bootstrap it | Lars Knoll | 2012-03-08 | 1 | -0/+3393 |