summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Don't use the deprecated translate() method anymoreLars Knoll2012-05-1899-981/+981
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]Thiago Macieira2012-05-071-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other]Thiago Macieira2012-05-042-3/+3
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-033-1/+269
|\
| * Add unit testing for the qdbusxml2cpp toolThiago Macieira2012-04-213-1/+269
* | Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-7/+7
* | Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-4/+1
|/
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+7
|\
| * moc: Fix parsing of the empty preprocessor commandOlivier Goffart2012-04-161-0/+7
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-9/+9
|\|
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-282-8/+8
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-1/+1
* | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-24/+24
* | Stop relying on QHash orderingGiuseppe D'Angelo2012-04-031-0/+10
* | Bootstrap qdbuscpp2xml.Stephen Kelly2012-03-185-0/+326
* | moc: test signature with (void)Olivier Goffart2012-03-162-0/+4
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-1250-42/+746
|\|
| * remove strange .qmake.cache hacksOswald Buddenhagen2012-03-085-26/+0
| * Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-0845-16/+746
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-083-2/+176
|\|
| * remove injection of default_pre in infile()/$$fromfile()Oswald Buddenhagen2012-03-051-0/+1
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-0/+152
| |\
| | * Merge master -> api_changesRohan McGovern2012-02-297-47/+49
| | |\
| | * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-0/+152
| * | | qmake-test: Fix jom/nmake handling on Windows.Friedemann Kleint2012-03-011-2/+23
| | |/ | |/|
* / | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-13/+13
|/ /
* | remove useless init() functionOswald Buddenhagen2012-02-271-6/+0
* | move resetEnvironment() call to cleanup()Oswald Buddenhagen2012-02-271-1/+1
* | make qmake test suite a tad more verbose on failureOswald Buddenhagen2012-02-273-13/+19
* | TestCompiler: split commands from argumentsOswald Buddenhagen2012-02-273-11/+27
* | don't rely on $PATH for finding rccOswald Buddenhagen2012-02-271-1/+3
* | clean up qmake-generated projectsOswald Buddenhagen2012-02-243-16/+0
|/
* uic: use QStringLiteral() instead of QString::fromUtf8() where applicableMarc Mutz2012-02-2099-1500/+1500
* Eliminate duplicate data row names in dbus, tools and xml autotests.Jason McDonald2012-02-161-3/+3
* Implement QMAKE_SUBSTITUTES.config = verbatim.Stephen Kelly2012-02-113-1/+15
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30145-145/+145
* Update contact information in license headers.Jason McDonald2012-01-23145-145/+145
* Update copyright year in license headers.Jason McDonald2012-01-05144-144/+144
* Changed tests: qmake,selftest and lancelot to use QFINDTESTDATA.Kurt Korbatits2012-01-051-2/+7
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-14/+14
* Fix qimagereader, qmovie and qmake unittest to work in shadow build.Kurt Korbatits2011-12-152-11/+13
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-14/+14
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-14/+14
* Add support to moc for registering non-local enums via Q_ENUMS.Glenn Watson2011-11-271-0/+38
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-56/+77
* moc: fix Q_INVOKABLE returning referencesOlivier Goffart2011-11-151-0/+16
* Fix parsing of #if defined expressionOlivier Goffart2011-11-111-1/+22
* moc: support c++11 style enumsOlivier Goffart2011-10-293-2/+103