summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove QAccessibleEventFrederik Gladhorn2012-01-121-1/+0
* Make QFtp private.Jonas M. Gastal2012-01-121-1/+0
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-112-2/+0
* Remove QtV8 library from QtBaseSimon Hausmann2012-01-092-42/+0
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-061-4/+2
* Update copyright year in license headers.Jason McDonald2012-01-0556-56/+56
* Finish removing Qt3 supportBradley T. Hughes2011-12-236-242/+34
* Disable warnings when building mkv8snapshotBradley T. Hughes2011-12-141-0/+1
* qtbase: Remove QSound.Friedemann Kleint2011-12-071-1/+0
* Executing 'make install' did not build mkv8snapshotJyri Tahtela2011-12-061-0/+3
* Initialize the return value of signalsOlivier Goffart2011-11-291-1/+1
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+15
* Make v8 snapshots work in debug-and-release modeKent Hansen2011-11-241-0/+5
* Add V8 snapshot supportKent Hansen2011-11-222-0/+33
* moc: Remove code that generate QMetaObject.Olivier Goffart2011-11-154-320/+0
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-1/+4
* moc: support mapping pointers to member functions to indexesOlivier Goffart2011-11-143-2/+39
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-2/+3
* moc: support c++11 style enumsOlivier Goffart2011-10-293-4/+15
* Remove Windows and X11 from src/widgets/platforms.Robin Burchell2011-10-281-3/+0
* Fix compiler warnings.Friedemann Kleint2011-10-271-5/+0
* Move the implementation of normalizeTypeInternal()Bradley T. Hughes2011-10-271-1/+1
* Remove unnecessary sources from the bootstrap libraryBradley T. Hughes2011-10-251-7/+0
* Make some qtestlib headers private.Jason McDonald2011-10-231-5/+0