summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify the moc code related to private signals a bit.Stephen Kelly2012-07-132-10/+21
* Create a way to inform moc about private signals.Stephen Kelly2012-07-133-8/+36
* qdoc: Clean path names before using themMartin Smith2012-07-132-3/+3
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Use QDoc instead of Qdoc to be consistent with the rest of the documentationLaszlo Papp2012-07-082-2/+2
* Fix some typos in the qdoc manualLaszlo Papp2012-07-061-10/+10
* qdoc: Removed several #if 1 macros.Martin Smith2012-07-064-28/+0
* QDoc: Fix relative URL generation for cross-linking.Casper van Donderen2012-07-061-1/+1
* qdoc: Removed several #if 0 blocks.Martin Smith2012-07-068-317/+0
* qdoc: The \br macro is promoted to a qdoc commandMartin Smith2012-07-055-0/+14
* disable building uic when -no-widgets is setTasuku Suzuki2012-07-041-1/+1
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-044-121/+6
* Change CONFIG += staticlib to CONFIG += staticThiago Macieira2012-06-281-1/+1
* QDoc: Allow '0' to be used as 2nd arg for \qmlclass.Casper van Donderen2012-06-281-11/+21
* qdoc: Report multiple topic commands as an errorMartin Smith2012-06-284-16/+59
* Clean up the use of QT_NODLLThiago Macieira2012-06-282-4/+0
* Add const & to foreach 'iterators'Albert Astals Cid2012-06-276-8/+8
* don't compile the host tools for wince already in configureOswald Buddenhagen2012-06-271-1/+1
* QDoc: Use the module page as link in qt.ditamap.Casper van Donderen2012-06-212-7/+17
* QDoc: Use 'Type' instead of 'element' in instantiates.Casper van Donderen2012-06-212-4/+4
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-209-64/+20
|\
| * don't refer to module versions during bootstrapOswald Buddenhagen2012-06-195-10/+10
| * remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-195-12/+2
| * detach src/src.pro and src/tools/tools.pro from qtbase.proOswald Buddenhagen2012-06-191-2/+1
| * remove convoluted recursive debug/release target magicOswald Buddenhagen2012-06-191-39/+0
| * properly declare the host tools as such in the project filesOswald Buddenhagen2012-06-197-1/+7
* | MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
|/
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-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-1212-83/+205
* QDoc: Only print modulename::type on collision pages.Casper van Donderen2012-06-081-3/+2
* QDoc: Look for template and include() under installdir.Casper van Donderen2012-06-053-2/+10
* QDoc: search for example projectPath for manifest.Casper van Donderen2012-06-051-2/+22
* QDoc: Use the correct DITAiXML for table col/rowspan.Casper van Donderen2012-06-052-6/+48
* QDoc: check if !isNull() before casting prev/next nodes.Casper van Donderen2012-06-041-3/+3
* QDoc: Don't put ditamaps in index file.Casper van Donderen2012-06-011-1/+1
* QDoc: Do not put indexNodes in qt.ditamap.Casper van Donderen2012-06-011-1/+1
* QDoc: Use \page title with prev/next links in DITAXML.Casper van Donderen2012-06-011-0/+12
* QtPrintSupport - Cleanup QPrintDialog headerJohn Layt2012-06-011-1/+0
* 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
* QDoc: Force writing \n before a snippet in DITAXML.Casper van Donderen2012-05-301-2/+5
* Fix shadow build compilation with MSVCThiago Macieira2012-05-292-2/+2
* Make qdoc compile with QT_STRICT_ITERATORSThiago Macieira2012-05-2917-411/+411
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-254-4/+4