summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: minor language and layout editsNico Vertriest2013-08-291-3/+8
* Doc: added excludedirs to qdocconf example.Nico Vertriest2013-08-231-0/+18
* Doc: minimal qdocconf file with commentsNico Vertriest2013-08-231-0/+86
* moc generated code should compile with QT_NO_KEYWORDSOlivier Goffart2013-08-221-2/+2
* moc: Fix related objects containing itselfOlivier Goffart2013-08-221-2/+14
* moc: Issue a warning instead of an error when macro argument mismatchOlivier Goffart2013-08-221-2/+2
* Doc: qtgui configuration file with commentsNico Vertriest2013-08-201-0/+292
* don't include qconfig.cpp into moc and uicOswald Buddenhagen2013-08-153-4/+2
* RCC: Mention -list command line option in -help outputhjk2013-08-131-0/+1
* don't put QLibraryInfo and QSettings into bootstrap libOswald Buddenhagen2013-08-121-7/+1
* Doc: a minimal qdocconf file with commentsNico Vertriest2013-08-091-0/+78
* Doc: preliminary review of qdoc-manual.qdocNico Vertriest2013-08-081-323/+298
* Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-208-8/+8
* Fix typo in qdoc's messages.Takumi Asaki2013-07-171-2/+2
* Doc: Renamed generated list keyword.Jerome Pasion2013-07-081-1/+1
* moc: Avoid non-deterministic output which causes unnecesary rebuildsRobin Burchell2013-06-301-1/+6
* 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
|\