summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-12137-127/+66307
|\
| * qdoc: Fix closing 'table class="generic"' tagSergio Ahumada2012-03-121-2/+2
| * Remove unnecessary function.Casper van Donderen2012-03-121-25/+0
| * qdoc3: qdoc user manual updateMartin Smith2012-03-109-817/+1048
| * remove obviously counterproductive uses of QT_SOURCE_TREE & QT_BUILD_TREEOswald Buddenhagen2012-03-081-4/+4
| * Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-081-122/+182
| * Move qdoc into qtbase and bootstrap itLars Knoll2012-03-08135-1/+65915
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0810-13/+129
|\ \
| * | Split up base class QFileDevice for open-file operations (read/write)David Faure2012-03-061-0/+1
| |/
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-048-11/+126
| |\
| | * revamp -sysroot and -hostprefix handlingOswald Buddenhagen2012-03-013-3/+3
| | * Merge master -> api_changesRohan McGovern2012-02-297-18/+12
| | |\
| | * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-273-5/+120
| | * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-262-3/+3
| * | | don't abuse $$fromfile() for inspecting entire projectsOswald Buddenhagen2012-02-291-2/+2
| | |/ | |/|
* | | Introduce QMetaType::UnknownType.Jędrzej Nowacki2012-03-022-12/+12
* | | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-294-67/+127
* | | Change the representation of meta-object string dataKent Hansen2012-02-294-74/+188
|/ /
* | moc: Only generate IndexOfMethod for signals.Olivier Goffart2012-02-281-4/+8
* | remove over-uses of $$list()Oswald Buddenhagen2012-02-271-2/+2
* | uic: remove unused QRegExp #includesGiuseppe D'Angelo2012-02-262-2/+0
* | rcc: micro-optimizationMarc Mutz2012-02-241-1/+1
* | clean up qmake-generated projectsOswald Buddenhagen2012-02-241-8/+0
* | Bump the moc output revisionKent Hansen2012-02-231-1/+1
|/
* Drop file-engine abstraction from public APIJoão Abecasis2012-02-221-4/+0
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* moc: Fix loading of plugins in release mode.Friedemann Kleint2012-02-211-26/+40
* uic: use QStringLiteral() instead of QString::fromUtf8() where applicableMarc Mutz2012-02-202-29/+41
* Small moc cleanup: Pass lists by const referenceKent Hansen2012-02-202-4/+4
* moc: Get rid of implicit conversions to const char *Kent Hansen2012-02-206-26/+25
* Minuscule moc cleanup: Don't declare i in function scopeKent Hansen2012-02-201-5/+3
* Qt 5 plugin system: Fix handling of namespaced plugin classes.Friedemann Kleint2012-02-171-0/+4
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-161-1/+1
* Implement new plugin mechanismLars Knoll2012-02-157-150/+283
* Add JSON support to the bootstrap libraryLars Knoll2012-02-152-1/+10
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-031-1/+1
* Remove QInputContextPekka Vuorela2012-02-031-4/+0
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-0/+1
* Don't compile UIC with -O2 inside ScratchboxTor Arne Vestbø2012-01-311-0/+6
* Remove Symbian code from tools.Xizhi Zhu2012-01-303-51/+33
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3056-56/+56
* Get rid of checks for Qt3 typesKent Hansen2012-01-292-22/+0
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-2/+0
* remove vestiges of text codec pluginsMark Brand2012-01-251-2/+0
* Update contact information in license headers.Jason McDonald2012-01-2356-56/+56
* uic: Add translation-attributes to string list properties.Friedemann Kleint2012-01-204-22/+103
* Remove QBool and use bool instead.David Faure2012-01-201-1/+0
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-191-2/+0
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-13/+0