summaryrefslogtreecommitdiffstats
path: root/src/tools/qdoc/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Snippets files no longer parsed by qdocMartin Smith2013-11-011-0/+8
* Fix crash in qdoc startupKai Koehne2013-10-181-25/+23
* Improve qdoc performance.Jędrzej Nowacki2013-09-211-10/+10
* Remove qSort usages from qdocGiuseppe D'Angelo2013-09-131-1/+3
* qdoc: Let default output subdir be htmlMartin Smith2013-08-121-0/+2
* qdoc: Restore support for output in one directoryMartin Smith2013-08-081-2/+13
* Merge branch 'stable' into devSergio Ahumada2013-05-071-1/+1
|\
| * qdoc: Config class uses current path for each path varMartin Smith2013-04-301-1/+1
* | Add new option to qdoc.Jędrzej Nowacki2013-04-051-0/+7
|/
* fix non-bootstrapped buildOswald Buddenhagen2013-04-021-1/+1
* move the setup of QT_INSTALL_DOCS from qdoc to qt_docs.prfOswald Buddenhagen2013-04-021-12/+0
* qdoc: Now checks for existance of each exclude dirMartin Smith2013-03-181-1/+3
* Fix spelling error found by bot.Friedemann Kleint2013-02-071-1/+1
* qdoc: Fix translation contexts.Friedemann Kleint2013-02-071-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* qdoc: Fix problem of missing inherited membersMartin Smith2013-01-111-2/+2
* qdoc: better copying of .css filesMartin Smith2012-11-161-0/+1
* qdoc: better copying of .css filesMartin Smith2012-11-141-5/+10
* qdoc: Adding the -log-progress optionMartin Smith2012-10-251-3/+6
* qdoc: Don't load index in -prepare phaseMartin Smith2012-10-251-91/+104
* qdoc: qdoc now can run in 2 passesMartin Smith2012-10-121-0/+10
* Modularize documenation buildTor Arne Vestbø2012-10-101-0/+12
* qdoc: Implements the -no-link-errors optionMartin Smith2012-10-101-0/+7
* qdoc: Adding a debug functionMartin Smith2012-10-081-0/+15
* qdoc: Augment imagedirs listMartin Smith2012-09-291-4/+14
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-261-4/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* qdoc: Refactoring of qdoc data structuresMartin Smith2012-09-141-32/+19
* Fix a bug in qdoc where to look for index files.Jan-Arve Saether2012-09-071-1/+3
* Find qdoc indexes in relative paths.Frederik Gladhorn2012-09-011-1/+1
* Let qdoc respect excludedirs for examples.Frederik Gladhorn2012-08-291-1/+1
* Fix a bug in qdocs handling of excludedirsJan-Arve Saether2012-08-171-1/+1
* qdoc: Don't always add example .qdoc files to source listMartin Smith2012-08-071-3/+5
* qdoc: Added support for modularized example docMartin Smith2012-08-011-0/+10
* qdoc: Removed several #if 0 blocks.Martin Smith2012-07-061-21/+0
* qdoc: Report multiple topic commands as an errorMartin Smith2012-06-281-16/+25
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-271-1/+1
* QDoc: Check if index file was already inserted in list.Casper van Donderen2012-06-141-8/+15
* QDoc: Also allow dependant modules to be specified on CLI.Casper van Donderen2012-06-121-1/+8
* qdoc: Better error messages for QML command errorsMartin Smith2012-06-121-11/+39
* QDoc: Look for template and include() under installdir.Casper van Donderen2012-06-051-1/+2
* QDoc: Remove fatal exit when not finding an index directory.Casper van Donderen2012-05-301-1/+0
* QDoc: Add support for 'all subfolders' in dependant modules.Casper van Donderen2012-05-301-5/+24
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-291-8/+8
* QDoc: Generate correct relative paths and links when using -installdir.Casper van Donderen2012-05-161-0/+5
* qdoc: Fix some QString usage issues (Krazy warnings).Friedemann Kleint2012-05-161-3/+3
* Remove the HAVE_DECLARATIVE define.Stephen Kelly2012-05-101-6/+0
* qdoc: Fixed minor version number in DITA XMLMartin Smith2012-05-041-1/+0
* QDoc: Implement -installdir CLI option for module cross-linking.Casper van Donderen2012-04-251-2/+8
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-231-0/+56