summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Allow colon characters in manifest meta attribute valuesTopi Reinio2013-06-241-3/+4
* Make qtbase compile with QT_NO_TRANSLATIONTasuku Suzuki2013-06-185-87/+2
* Make qtbase compile with QT_NO_TEXTCODECTasuku Suzuki2013-06-176-0/+34
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-128-49/+81
|\
| * Qdoc: replaced example file qt.qdocconf with qtgui.qdocconfNico Vertriest2013-06-122-35/+65
| * Doc: Fixed snippet issues in QDoc documentationTopi Reinio2013-06-104-11/+11
| * redo include path logic for pre-generated headersOswald Buddenhagen2013-06-102-3/+5
* | qdoc: qdoc was confused by namespace and module with same nameMartin Smith2013-06-117-44/+86
|/
* Doc: Rearranged page titles in the <head> of HTML pages.Jerome Pasion2013-06-071-3/+3
* Adapt QtPrintSupport related uic ruleshjk2013-06-041-3/+3
* qdoc: excludedirs works againMartin Smith2013-05-311-1/+1
* qdoc: Handle collision nodes when building index filesTopi Reinio2013-05-302-4/+12
* qdoc: "All Overview and HOWTOs" no longer lists internal pagesMartin Smith2013-05-302-4/+4
* qdoc: QML property lists were not shownMartin Smith2013-05-301-2/+5
* qdoc: Brief attribute was written incorrectlyMartin Smith2013-05-201-3/+15
* moc: Fix Generator::registerableMetaTypeOlivier Goffart2013-05-201-2/+2
* moc: recover bad template parsing.Olivier Goffart2013-05-201-0/+5
* qdoc: Don't try to add html files for images in .qhpTopi Reinio2013-05-101-0/+1
* qdoc: Documentation for QMetaObject::Connection now appearsMartin Smith2013-05-081-1/+17
* qdoc: Briefs from other modules now show upMartin Smith2013-05-085-2/+37
* qdoc: Standardize paths used in example and demo manifest filesTopi Reinio2013-05-081-6/+0
* moc: use fprintf instead of qWarningOlivier Goffart2013-05-081-2/+2
* qdoc: Fix warning about unused variable 'high'.Friedemann Kleint2013-05-071-2/+0
* qdoc: Fix missing images in 09-qdoc-commands-includingimages.htmlSergio Ahumada2013-05-071-1/+2
* qdoc: The \wrapper command is addedMartin Smith2013-05-076-4/+34
* qdoc: Config class uses current path for each path varMartin Smith2013-04-305-25/+10
* qdoc: Config class keeps track of current pathMartin Smith2013-04-306-180/+221
* qdoc: Adjust regexp that generates tags from module namesTopi Reinio2013-04-261-1/+1
* Don't bootstrap QT_EVAL codeEskil Abrahamsen Blomfeldt2013-04-201-0/+2
* qdoc: Include words from the module name as tags in example manifestTopi Reinio2013-04-191-0/+13
* qdoc: Add index of obsolete members to obsolete pageMartin Smith2013-04-1715-92/+209
* Remove unused private members [tools]Thiago Macieira2013-04-115-7/+2
* qdoc: Removed dead code from qdocMartin Smith2013-04-083-17/+10
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-032-2/+2
|\
| * qdoc: Use 'org.qt-project.' prefix in namespaceSergio Ahumada2013-03-271-1/+1
| * Revert "qclass_lib_map.h: Fix include of the QDeclarativeView widget."Friedemann Kleint2013-03-261-1/+1
* | make bootstrapping of qdoc optionalOswald Buddenhagen2013-04-031-1/+2
* | add qcryptographichash to bootstrap libOswald Buddenhagen2013-04-032-4/+5
* | 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: Show signals inherited from abstract base typesMartin Smith2013-03-262-3/+4
* | Silence warning by Apple Clang 4.2 about adding an integer to a stringThiago Macieira2013-03-261-1/+1
* | qdoc: List of all members subpage redesignedMartin Smith2013-03-224-22/+124
* | Initialize gen_ variableMontel Laurent2013-03-221-0/+1
* | Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-0/+1
|\|
| * pass module version to syncqtOswald Buddenhagen2013-03-201-1/+1
* | Merge branch 'dev' into stableOswald Buddenhagen2013-03-2042-1636/+2026
|\ \
| * | Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-165-10/+10
| * | bring bootstrapped QT magic from qt_tool to qt_moduleOswald Buddenhagen2013-03-162-5/+2
| * | update qml parser to current version from qtdeclarativeOswald Buddenhagen2013-03-1419-1465/+1883