summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-1610-338/+350
|\
| * 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
| * 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
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1023-904/+1214
|\|
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-2/+2
| * qdoc: findNodeRecursive() was called with a null start nodeMartin Smith2012-04-032-2/+14
| * QDoc documentation: modified the instructions for documenting signals.Jerome Pasion2012-04-031-16/+9
| * qdoc: Don't lower case <shortdesc> in DITA.Martin Smith2012-04-021-32/+31
| * qdoc: Add the \hr commandMartin Smith2012-04-025-0/+16
| * qdoc: Allow documenting a C++ class as a QML type.Martin Smith2012-04-0215-729/+998
| * QDoc: Fix assert and remove duplicate description.Casper van Donderen2012-04-011-6/+6
| * QDoc: Write proper output file name for debug output.Casper van Donderen2012-03-302-2/+9
| * QDoc: Add hand-written ditamaps as children of qt.ditamapCasper van Donderen2012-03-291-30/+83
| * QDoc: Remove LOCAL LINK debug output.Casper van Donderen2012-03-291-1/+0
| * QDoc: pre-/append qmlmodule/module to distinguish names.Casper van Donderen2012-03-291-0/+7
| * QDoc: Do not generate the sub-lists in automatic ditamap.Casper van Donderen2012-03-291-92/+0
| * qdoc: Add simple return types such as void to output.Casper van Donderen2012-03-281-0/+5
| * qdoc: Use otherprops attribute for DITA signals/slots.Casper van Donderen2012-03-281-4/+4
| * qdoc: also allow \page index as head of ditamap.Casper van Donderen2012-03-281-1/+1
| * qdoc: Add CLI option to not generate example docs.Casper van Donderen2012-03-284-10/+19
| * qdoc: Rename QML classes to QML types in ditamap.Casper van Donderen2012-03-281-1/+1
| * qdoc: Do not write index.dita multiple times in ditamap.Casper van Donderen2012-03-281-0/+9
| * qdoc: Implement \uicontrol command.Casper van Donderen2012-03-287-1/+25
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-4/+5
|/
* QDoc: updating manual to use "type".Jerome Pasion2012-03-214-62/+63
* qdoc: Disable generation of .pageindex file.Casper van Donderen2012-03-212-227/+0
* QDoc: Changing "element" string to "type".Jerome Pasion2012-03-211-1/+1
* EGLFS: Integrate building into configure.Donald Carr2012-03-211-1/+0
* qdoc: Handle multiple \ingroup commands in QML types.Martin Smith2012-03-201-3/+7
* qdoc: Remove short description from apiDescMartin Smith2012-03-201-0/+12
* qdoc: Remove the spectitle attributeMartin Smith2012-03-201-3/+3
* qdoc: Enable XSLTs to produce correct #include info.Martin Smith2012-03-202-41/+42
* qdoc: Rename qt3 support pages to Compatibility pages.Casper van Donderen2012-03-204-19/+13
* Notifier signals don't need separate documentation.Casper van Donderen2012-03-203-2/+13
* qdoc: Merge PageGenerator into Generator class.Casper van Donderen2012-03-209-1429/+1237