summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/ditaxmlgenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Don't include internal items in annotated listsMartin Smith2012-11-291-1/+10
* qdoc: Listing group members across modulesMartin Smith2012-11-271-82/+35
* Change license header from Nokia to DigiaSergio Ahumada2012-11-261-1/+1
* qdoc: better copying of .css filesMartin Smith2012-11-161-1/+1
* qdoc: Removed setting of codeindent variableMartin Smith2012-11-071-1/+2
* qdoc: qdoc now can run in 2 passesMartin Smith2012-10-121-13/+20
* qdoc: Implements the -no-link-errors optionMartin Smith2012-10-101-1/+1
* qdoc: Simplification of target ref constructionMartin Smith2012-10-081-19/+10
* QDoc: remove the experimental basedir variablePierre Rossi2012-09-281-18/+0
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-261-9/+10
* Use QStringList::join(QChar) overload where applicable [tools]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-22/+22
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-191-4/+4
* qdoc: Refactoring of qdoc data structuresMartin Smith2012-09-141-499/+197
* Use QString() instead of "".Frederik Gladhorn2012-09-011-2/+2
* doc: Replaced FakeNode with DocNodeMartin Smith2012-08-211-134/+134
* qdoc: Removed "../" from paths to imagesMartin Smith2012-08-061-6/+8
* qdoc: Fixed incorrect href attribute values in qdocMartin Smith2012-07-251-4/+27
* qdoc: Removed several #if 1 macros.Martin Smith2012-07-061-6/+0
* qdoc: Removed several #if 0 blocks.Martin Smith2012-07-061-150/+0
* qdoc: The \br macro is promoted to a qdoc commandMartin Smith2012-07-051-0/+3
* QDoc: Use the module page as link in qt.ditamap.Casper van Donderen2012-06-211-6/+16
* QDoc: Use 'Type' instead of 'element' in instantiates.Casper van Donderen2012-06-211-2/+2
* QDoc: Use the correct DITAiXML for table col/rowspan.Casper van Donderen2012-06-051-6/+46
* QDoc: check if !isNull() before casting prev/next nodes.Casper van Donderen2012-06-041-3/+3
* QDoc: Do not put indexNodes in qt.ditamap.Casper van Donderen2012-06-011-1/+1
* QDoc: Use \page title with prev/next links in DITAXML.Casper van Donderen2012-06-011-0/+12
* QDoc: Force writing \n before a snippet in DITAXML.Casper van Donderen2012-05-301-2/+5
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-115/+115
* qdoc: Fixed pure doc parserMartin Smith2012-05-251-1/+1
* qdoc: Write <qmlinheritedby> before <qmlinstantiates>Martin Smith2012-05-211-1/+1
* qdoc: Fix some QString usage issues (Krazy warnings).Friedemann Kleint2012-05-161-15/+15
* QDoc: Use capitalized navtitles in ditamap.Casper van Donderen2012-05-151-10/+10
* qdoc: Fixed some terminology output by qdocMartin Smith2012-05-151-1/+1
* qdoc: Fixed a regression bug caused by fixing error messagesMartin Smith2012-05-111-20/+9
* QDoc: Generate images inline for \inlineimageCasper van Donderen2012-05-101-5/+3
* QDoc: Remove generateQmlDesc and use generateApiDesc instead.Casper van Donderen2012-05-091-21/+6
* QDoc: Use node name for page DITA title when name argument is empty.Casper van Donderen2012-05-091-1/+4
* qdoc: Fixed qdoc error messagesMartin Smith2012-05-091-1/+1
* qdoc: Further changes to the QML specializationMartin Smith2012-05-011-12/+25
* qdoc: Further changes to the QML specializationMartin Smith2012-04-281-2/+7
* qdoc: Further changes to the QML specializationMartin Smith2012-04-241-58/+76
* qdoc: Don't write '...' for empty <apiName>Martin Smith2012-04-231-2/+2
* qdoc: Update qdoc to use QML spec for DITAMartin Smith2012-04-231-177/+247
* QDoc: Generate index file for DITAXML.Casper van Donderen2012-04-191-2/+6
* QDoc: Write subclasses of namespaces in automatic ditamap.Casper van Donderen2012-04-171-13/+22
* qdoc: Fixed bugs causing invalid DITA XMLMartin Smith2012-04-141-153/+177
* QDoc: Fix infinite loop when finding items in ditamaps.Casper van Donderen2012-04-131-1/+2
* QDoc: Generate missing image error.Casper van Donderen2012-04-121-0/+1
* qdoc: Fixed to report read-only QML properties correctlyMartin Smith2012-04-111-19/+11