summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Use QStringList::join(QChar) overload where applicable [QtDBus]Marc Mutz2012-09-101-1/+1
* Use the same hash for 8 bit strings as in QByteArrayLars Knoll2012-09-091-12/+1
* Removing duplicate includesSergio Ahumada2012-09-091-1/+0
* Fix missing or improper include guard in headersSergio Ahumada2012-09-091-2/+2
* qdoc: Renaming include guard in qmlmarkupvisitor.h headerSergio Ahumada2012-09-081-2/+2
* Added API Reference Style GuidelinesJerome Pasion2012-09-077-8/+617
* Fix a bug in qdoc where to look for index files.Jan-Arve Saether2012-09-071-1/+3
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-031-0/+42
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-2/+2
* Find qdoc indexes in relative paths.Frederik Gladhorn2012-09-011-1/+1
* Use QString() instead of "".Frederik Gladhorn2012-09-017-58/+58
* QDoc: Write SHA1 of .qhp to file.Casper van Donderen2012-08-313-1/+18
* Doc: Simplify qtbase qdocconfs.Casper van Donderen2012-08-311-5/+8
* Fix static plugins for classes in namespaces.Friedemann Kleint2012-08-301-1/+2
* Let qdoc respect excludedirs for examples.Frederik Gladhorn2012-08-293-5/+4
* Use qualified name for QT_MOC_EXPORT_PLUGIN()Lukas Geyer2012-08-291-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-282-1/+52
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-283-5/+93
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-261-1/+11
* doc: Replaced FakeNode with DocNodeMartin Smith2012-08-2119-545/+539
* Remove QProxyModel from qtbase.Stephen Kelly2012-08-201-1/+0
* Doc: Fix spelling errorsSergio Ahumada2012-08-172-3/+3
* Fix a bug in qdocs handling of excludedirsJan-Arve Saether2012-08-176-13/+60
* rcc: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* Add possibility to add OpenSSL, DBUS, MySQL path under WindowsAndreas Holzammer2012-08-072-0/+4
* qdoc: Don't always add example .qdoc files to source listMartin Smith2012-08-071-3/+5
* qdoc: Removed "../" from paths to imagesMartin Smith2012-08-062-12/+16
* qdoc: No longer prints namespace qualifier twiceMartin Smith2012-08-062-8/+5
* qdoc: Ignore property functions of obsolete propertiesMartin Smith2012-08-022-1/+7
* Fix a typo in the qdoc manual (QChra -> QChar)Laszlo Papp2012-08-021-1/+1
* QDoc: Set HTML Doctype to XHTML 1.0 Transitional.Casper van Donderen2012-08-021-1/+1
* QDoc: Set the default output encoding for HTML to UTF-8.Casper van Donderen2012-08-021-1/+1
* QDoc: Add extra tags when no HTML.endheader is specified.Casper van Donderen2012-08-021-1/+4
* qdoc: Added support for modularized example docMartin Smith2012-08-013-2/+28
* qdoc: Removed useless qdoc warningsMartin Smith2012-08-011-4/+0
* Fix crash in uicAndreas Holzammer2012-08-011-2/+6
* build host tools in release mode againJoerg Bornemann2012-07-312-8/+2
* Search the include paths for json files containing plugin infoLars Knoll2012-07-314-8/+22
* qclass_lib_map.h: Fix include of the QDeclarativeView widget.Friedemann Kleint2012-07-311-1/+1
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-311-1/+1
* qdoc: Added safety checks to findUnambiguousTarget()Martin Smith2012-07-301-1/+4
* qdoc: Updated qdoc manual and qdoc guideMartin Smith2012-07-276-26/+143
* qdoc: Changed \qmlclass to \qmltype, added \instantiatesMartin Smith2012-07-267-19/+55
* Revert "QDoc: Allow '0' to be used as 2nd arg for \qmlclass."Casper van Donderen2012-07-261-21/+11
* QDoc: Introduce a setting to include index nodes in QHP.Casper van Donderen2012-07-252-1/+3
* qdoc: Fixed incorrect href attribute values in qdocMartin Smith2012-07-2511-105/+99
* qdoc: Restricted qdoc errors for \reimp commandMartin Smith2012-07-201-26/+28
* QDoc: Fix make commands for QDoc manual.Casper van Donderen2012-07-192-10/+8
* Generate a fatal error as appropriate.Stephen Kelly2012-07-161-1/+3
* Fix typo qith -> with.Stephen Kelly2012-07-141-1/+1