summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in backwards compatibility code.Stephen Kelly2012-04-211-1/+1
* QDoc: Remove the text around previous and next page links.Casper van Donderen2012-04-201-4/+4
* QDoc: Generate index file for DITAXML.Casper van Donderen2012-04-198-198/+209
* QDoc: Write subclasses of namespaces in automatic ditamap.Casper van Donderen2012-04-171-13/+22
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1612-340/+360
|\
| * moc: Fix parsing of the empty preprocessor commandOlivier Goffart2012-04-161-0/+2
| * QDoc: add missing newline characters in qdoc -help.Casper van Donderen2012-04-141-2/+2
| * qdoc: Fixed bugs causing invalid DITA XMLMartin Smith2012-04-144-154/+186
| * QDoc: Fix infinite loop when finding items in ditamaps.Casper van Donderen2012-04-131-1/+2
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-2/+8
| * QDoc: Generate missing image error.Casper van Donderen2012-04-122-0/+2
| * QDoc: Fix no-examples option.Martin Smith2012-04-111-3/+5
| * qdoc: Fixed to report read-only QML properties correctlyMartin Smith2012-04-117-179/+154
* | Update com.trolltech -> org.qtproject in the bootstrapped toolsThiago Macieira2012-04-162-18/+45
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1025-904/+1218
|\|