qdoc: Removed several #if 0 blocks.
[profile/ivi/qtbase.git] / src / tools / qdoc / ditaxmlgenerator.cpp
2012-07-06 Martin Smithqdoc: Removed several #if 0 blocks.
2012-07-05 Martin Smithqdoc: The \br macro is promoted to a qdoc command
2012-06-21 Casper van DonderenQDoc: Use the module page as link in qt.ditamap.
2012-06-21 Casper van DonderenQDoc: Use 'Type' instead of 'element' in instantiates.
2012-06-05 Casper van DonderenQDoc: Use the correct DITAiXML for table col/rowspan.
2012-06-04 Casper van DonderenQDoc: check if !isNull() before casting prev/next nodes.
2012-06-01 Casper van DonderenQDoc: Do not put indexNodes in qt.ditamap.
2012-06-01 Casper van DonderenQDoc: Use \page title with prev/next links in DITAXML.
2012-05-30 Casper van DonderenQDoc: Force writing \n before a snippet in DITAXML.
2012-05-29 Thiago MacieiraMake qdoc compile with QT_STRICT_ITERATORS
2012-05-25 Martin Smithqdoc: Fixed pure doc parser
2012-05-21 Martin Smithqdoc: Write <qmlinheritedby> before <qmlinstantiates>
2012-05-16 Friedemann Kleintqdoc: Fix some QString usage issues (Krazy warnings).
2012-05-15 Casper van DonderenQDoc: Use capitalized navtitles in ditamap.
2012-05-15 Martin Smithqdoc: Fixed some terminology output by qdoc
2012-05-11 Martin Smithqdoc: Fixed a regression bug caused by fixing error...
2012-05-10 Casper van DonderenQDoc: Generate images inline for \inlineimage
2012-05-10 Marius Storm-OlsenMerge branch 'docs-refactoring' into master
2012-05-09 Casper van DonderenQDoc: Remove generateQmlDesc and use generateApiDesc...
2012-05-09 Casper van DonderenQDoc: Use node name for page DITA title when name argum...
2012-05-09 Martin Smithqdoc: Fixed qdoc error messages
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-05-01 Martin Smithqdoc: Further changes to the QML specialization
2012-04-28 Martin Smithqdoc: Further changes to the QML specialization
2012-04-24 Martin Smithqdoc: Further changes to the QML specialization
2012-04-23 Martin Smithqdoc: Don't write '...' for empty <apiName>
2012-04-23 Martin Smithqdoc: Update qdoc to use QML spec for DITA
2012-04-19 Casper van DonderenQDoc: Generate index file for DITAXML.
2012-04-17 Casper van DonderenQDoc: Write subclasses of namespaces in automatic ditamap.
2012-04-17 Sergio AhumadaMerge "Merge remote-tracking branch 'origin/master...
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-14 Martin Smithqdoc: Fixed bugs causing invalid DITA XML
2012-04-13 Casper van DonderenQDoc: Fix infinite loop when finding items in ditamaps.
2012-04-12 Casper van DonderenQDoc: Generate missing image error.
2012-04-11 Marius Storm-OlsenMerge commit 'qt-v5.0.0-alpha1'
2012-04-11 Martin Smithqdoc: Fixed to report read-only QML properties correctly
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-02 Martin Smithqdoc: Don't lower case <shortdesc> in DITA.
2012-04-02 Martin Smithqdoc: Add the \hr command
2012-04-02 Martin Smithqdoc: Allow documenting a C++ class as a QML type.
2012-04-01 Casper van DonderenQDoc: Fix assert and remove duplicate description.
2012-03-29 Casper van DonderenQDoc: Add hand-written ditamaps as children of qt.ditamap
2012-03-29 Casper van DonderenQDoc: Remove LOCAL LINK debug output.
2012-03-29 Casper van DonderenQDoc: Do not generate the sub-lists in automatic ditamap.
2012-03-29 Simo FältMerge branch 'master' of git://scm.dev.nokia.troll... qt-v5.0.0-alpha1
2012-03-28 Casper van Donderenqdoc: Add simple return types such as void to output.
2012-03-28 Casper van Donderenqdoc: Use otherprops attribute for DITA signals/slots.
2012-03-28 Casper van Donderenqdoc: also allow \page index as head of ditamap.
2012-03-28 Casper van Donderenqdoc: Rename QML classes to QML types in ditamap.
2012-03-28 Casper van Donderenqdoc: Do not write index.dita multiple times in ditamap.
2012-03-28 Casper van Donderenqdoc: Implement \uicontrol command.
2012-03-23 Kent HansenMerge "Merge master into api_changes" into refs/staging...
2012-03-23 Kent HansenMerge master into api_changes
2012-03-20 Martin Smithqdoc: Remove short description from apiDesc
2012-03-20 Martin Smithqdoc: Remove the spectitle attribute
2012-03-20 Martin Smithqdoc: Enable XSLTs to produce correct #include info.
2012-03-20 Casper van Donderenqdoc: Merge PageGenerator into Generator class.
2012-03-19 Kent HansenMerge master into api_changes
2012-03-17 Martin Smithqdoc: Structure the DITA map with a root node.
2012-03-16 Kent HansenMerge master into api_changes
2012-03-15 Martin Smithqdoc: Structure the DITA map with a root node.
2012-03-14 Martin Smithqdoc3: Change suffix of DITA files to .dita
2012-03-13 Martin Smithqdoc3: qdoc now handles overloaded methods for QML
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-08 Lars KnollMove qdoc into qtbase and bootstrap it