summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Centralize place where we ensure qdoc is built before generating docsTor Arne Vestbø2012-10-103-8/+7
* qdoc: Implements the -no-link-errors optionMartin Smith2012-10-108-50/+36
* QDoc/Bootstrap library: fix link error on WindowsPierre Rossi2012-10-091-1/+1
* uic: Map QLCDNumber::numDigits to QLCDNumber::digitCount.Friedemann Kleint2012-10-081-1/+6
* doc: remove old un-used monolithic qdocconf fileTor Arne Vestbø2012-10-081-115/+0
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-081-4/+10
* Fix a bug in how paths are made canonical and relativeJan Arve Saether2012-10-081-1/+1
* qdoc: Simplification of target ref constructionMartin Smith2012-10-086-171/+188
* qdoc: Change to debug outputMartin Smith2012-10-081-1/+2
* qdoc: Change qdoc to use QML terminologyMartin Smith2012-10-081-1/+1
* qdoc: Adding a debug functionMartin Smith2012-10-084-0/+41
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-011-0/+8
* qdoc: Augment imagedirs listMartin Smith2012-09-295-8/+54
* QDoc: remove the experimental basedir variablePierre Rossi2012-09-2810-147/+1
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-271-2/+0
* qdoc: retrying More refactoring of qdoc data structuresMartin Smith2012-09-2616-1738/+2016
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Moc: Correctly expand macros with argumentsLars Knoll2012-09-252-19/+163
* Moc: Make # and ## valid tokens in cpp parsing modeLars Knoll2012-09-252-4/+6
* Correctly parse function macrosLars Knoll2012-09-253-8/+75
* Correctly expand macros without arguments in mocLars Knoll2012-09-252-15/+51
* Use QStringList::join(QChar) overload where applicable [tools]Marc Mutz2012-09-2310-12/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22151-3490/+3490
* QDBusMetaTypeId: don't cache the result of qMetaTypeId<>() in static intsMarc Mutz2012-09-221-2/+2
* move syncqt call to qt_module_headers.prfOswald Buddenhagen2012-09-211-0/+13
* make src/tools/ compile without CamelCase headersOswald Buddenhagen2012-09-1969-198/+196
* Make qdoc read multiline macros in files with CRLF endingsJan-Arve Saether2012-09-181-1/+4
* SIC: QtPrintSupport - Remove QAbstractPageSetupDialogJohn Layt2012-09-171-1/+0
* Make maemo scope syntax in project files more genericLaszlo Papp2012-09-141-1/+1
* qdoc: Refactoring of qdoc data structuresMartin Smith2012-09-1435-2111/+1817
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-142-2/+2
* QDoc manual: ordered command listJerome Pasion2012-09-141-3/+3
* Output absolute paths in qdoc messages.Frederik Gladhorn2012-09-111-2/+5
* 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