summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Use the same style of qmake variable referencing used elsewhere in Qt.David Boddie2010-12-081-2/+2
| * | | qdoc: Changed index.qdoc to use new \div commandMartin Smith2010-12-147-6/+44
| * | | doc: Fixed the \raisedaster macro to write the <sup> element.Martin Smith2010-12-091-0/+5
| * | | doc: Removed the \hr macro from the DITA XML qdocconf file.Martin Smith2010-12-091-1/+1
| * | | qdoc: Updated signature of generateInnerNode() in the XML generator.Martin Smith2010-12-093-8/+13
| * | | Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimirMartin Smith2010-12-08113-11222/+4281
| |\ \ \
| | * | | Updated the DITA configuration to use the new configuration structure.David Boddie2010-12-071-1/+1
| | * | | Updated the DITA generator to use the modified generator API.David Boddie2010-12-071-1/+1
| | * | | Merge branch 'qdoc-simplified' into mimir-simplifiedDavid Boddie2010-12-07112-11220/+4279
| | |\ \ \ | | | |/ /
| | | * | Added missing qmlcodemarker.cpp and qmlcodemarker.h files.David Boddie2010-12-067-25/+523
| | | * | Forced the \qml command to use the QML code marker.David Boddie2010-12-061-2/+3
| | | * | Removed QDebug includes.David Boddie2010-12-063-4/+0
| | | * | Minor housekeeping changes.David Boddie2010-12-031-1/+1
| | | * | Added a specialized version of the QML code marker for JavaScript files.David Boddie2010-12-024-0/+207
| | | * | Updated handling of some statement nodes, removed unnecessary functions.David Boddie2010-12-012-669/+28
| | | * | Fixed/adjusted handling of UiPublicMember nodes.David Boddie2010-12-012-199/+5
| | | * | Trivial comment fix.David Boddie2010-12-011-1/+1
| | | * | Select the appropriate code marker for each file.David Boddie2010-12-012-3/+9
| | | * | Removed an unused function.David Boddie2010-12-011-15/+0
| | | * | Merge branch '4.7' into qdoc-simplifiedDavid Boddie2010-11-3013-36/+38
| | | |\ \
| | | * | | Made more adjustments to node handling and removed debugging statements.David Boddie2010-11-301-11/+11
| | | * | | Made further refinements to the node traversal and comment handling.David Boddie2010-11-292-109/+186
| | | * | | Fixed grammar.David Boddie2010-11-292-2/+2
| | | * | | Added more span classes to make the QML output more colorful.David Boddie2010-11-291-13/+30
| | | * | | Removed unnecessary include, fixed whitespace.David Boddie2010-11-291-469/+468
| | | * | | Added the foundations of QML markup support.David Boddie2010-11-2818-126/+1877
| | | * | | Added support for pure QML signals and properties.David Boddie2010-11-252-14/+39
| | | * | | Ensured that QML nodes are imported from indexes.David Boddie2010-11-251-0/+6
| | | * | | Added a check for read-only pure QML properties before C++ checks.David Boddie2010-11-251-0/+3
| | | * | | Trivial whitespace fixes.David Boddie2010-11-251-3/+3
| | | * | | Ensured that the inObsoleteLink variable is initialized.David Boddie2010-11-251-1/+2
| | | * | | Ensured that the inObsoleteLink variable is initialized.David Boddie2010-11-251-1/+2
| | | * | | Refactored use of parsers to parse files based on their types.David Boddie2010-11-2414-47/+769
| | | * | | Added the version number to the configuration and fixed the generator.David Boddie2010-11-242-4/+5
| | | * | | Removed unused code.David Boddie2010-11-245-149/+1
| | | * | | Removed unused code.David Boddie2010-11-229-172/+2
| | | * | | Removed unused functions.David Boddie2010-11-193-165/+0
| | | * | | Removed the unused C code parser.David Boddie2010-11-193-141/+0
| | | * | | Improved translation support, using the application object if possible.David Boddie2010-11-191-1/+13
| | | * | | Updated code comments.David Boddie2010-11-191-3/+2
| | | * | | Further simplifications to qdoc3.David Boddie2010-11-1918-2429/+5
| | | * | | Removed unused files and functionality from qdoc3.David Boddie2010-11-1930-5197/+3
| | | * | | Moved style-specific declarations. Removed script declarations.David Boddie2010-11-184-43/+70
| | | * | | Started fixing qdoc's output to use some kind of page templates.David Boddie2010-11-1122-1314/+1216
| | | * | | Removed obsolete files.David Boddie2010-11-106-1336/+0
| * | | | | qdoc: Fixed the double escaping problem.Martin Smith2010-12-082-111/+120
| |/ / / /
| * | | | qdoc: Fixed some reported bugs in the XML.Martin Smith2010-12-062-38/+39
| * | | | qdoc: Replaced all "#location" with "file.xml#location"Martin Smith2010-11-191-10/+29
| * | | | qdoc: Changed some outputclass attributes.Martin Smith2010-11-101-2/+4
| * | | | qdoc: Removed unused code.Martin Smith2010-11-102-78/+0