summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* Fix compilation on Linux: link to zlib in the bootstrapped tools.Thiago Macieira2012-05-221-2/+1
* qdoc: Write <qmlinheritedby> before <qmlinstantiates>Martin Smith2012-05-211-1/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-181-5/+0
* qdoc: Report multiple QML property docssMartin Smith2012-05-183-20/+75
* Encapsulate the dynamic meta object pointerAaron Kennedy2012-05-181-1/+1
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-172-0/+2
* QDoc: Generate correct relative paths and links when using -installdir.Casper van Donderen2012-05-162-6/+9
* qdoc: Include QML type name in method quidMartin Smith2012-05-162-6/+6
* qdoc: Fix some QString usage issues (Krazy warnings).Friedemann Kleint2012-05-1617-94/+94
* qdoc: Fix warnings about unused variables.Friedemann Kleint2012-05-162-5/+5
* qdoc: Improve fileToOpen detection for examples manifestAlessandro Portale2012-05-151-1/+1
* qdoc: Don't include internal QML properties in outputMartin Smith2012-05-155-8/+18
* QDoc: Use capitalized navtitles in ditamap.Casper van Donderen2012-05-151-10/+10
* qdoc: Fixed some terminology output by qdocMartin Smith2012-05-152-2/+2
* QDoc: Also use the CppCodeMarker for .qtx and .qtt files.Casper van Donderen2012-05-121-0/+2
* qdoc: Fixed a regression bug caused by fixing error messagesMartin Smith2012-05-115-37/+19
* QDoc: Return correct path when quoting example files.Casper van Donderen2012-05-111-0/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Remove the HAVE_DECLARATIVE define.Stephen Kelly2012-05-102-7/+0
* QDoc: Generate images inline for \inlineimageCasper van Donderen2012-05-101-5/+3
* qdoc: Removed some obsolete ifdefsMartin Smith2012-05-105-20/+4
* qdoc: Fixed a qdoc error problemMartin Smith2012-05-103-63/+61
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-103-21/+9
|\
| * Doc: Modularize QtDBus documentation and add missing file to QtNetwork.Casper van Donderen2012-05-091-21/+0
| * Properly implement a 'make docs' target for subdirs and apps/libsMarius Storm-Olsen2012-05-092-0/+9
* | qdoc: Fixed three qdoc error problemsMartin Smith2012-05-094-20/+29
* | QDoc: Remove generateQmlDesc and use generateApiDesc instead.Casper van Donderen2012-05-092-22/+6
* | qdoc: Fixed a qdoc error problemMartin Smith2012-05-091-4/+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-0911-86/+113
* | Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* | QDoc: Remove the unused \expire command.Casper van Donderen2012-05-082-80/+0
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-12/+0
|/
* QDoc: Examples: Move list of files/images to bottom of output.Casper van Donderen2012-05-051-5/+5
* qdoc: Fixed minor version number in DITA XMLMartin Smith2012-05-048-123/+129
* QDoc: Generate unique ids for qmlMethods.Casper van Donderen2012-05-044-27/+17
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [qdoc]Thiago Macieira2012-05-031-2/+2
* QDoc: Remove all occurences of 'qdoc3' in source.Casper van Donderen2012-05-022-8/+8
* qdoc: Further changes to the QML specializationMartin Smith2012-05-013-14/+29
* Remove unused codeLars Knoll2012-04-301-3/+1
* qdoc: Further changes to the QML specializationMartin Smith2012-04-283-63/+87
* QDoc: Pretend that .qtx and .qtt files are .qdoc files.Casper van Donderen2012-04-271-1/+1
* QDoc: Disambiguate prev and next links in html source.Casper van Donderen2012-04-261-2/+2
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-252-22/+10
* QDoc: Implement -installdir CLI option for module cross-linking.Casper van Donderen2012-04-254-3/+22
* qdoc: Further changes to the QML specializationMartin Smith2012-04-242-63/+93
* qdoc: Don't write '...' for empty <apiName>Martin Smith2012-04-231-2/+2
* qdoc: Update qdoc to use QML spec for DITAMartin Smith2012-04-234-190/+285
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-232-0/+57