summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
Commit message (Expand)AuthorAgeFilesLines
* port qmake to qt creator's qmake language evaluatorOswald Buddenhagen2012-09-111-1/+1
* test: Remove QSKIP from tst_uic::stdOut()Sergio Ahumada2012-09-101-3/+0
* Fix semantics of the src dir in the include search paths with MinGWSimon Hausmann2012-09-105-0/+22
* Auto test for 'qmake -project' use case.Rafael Roquetto2012-09-047-4/+205
* Generate includes for Qt containers used as auto-metatypes.Stephen Kelly2012-09-032-0/+77
* Fix moc generating invalid code for slots with reference types as argument.Volker Krause2012-09-021-0/+6
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-0/+234
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-0/+172
* moc: test slots marked final/override in various waysMarc Mutz2012-08-263-0/+297
* moc: parse classes that use Q_DECL_FINAL|final|sealedMarc Mutz2012-08-263-3/+167
* Remove relic QT_VERSION from qmake testRafael Roquetto2012-08-141-1/+1
* uic-Autotest: Remove SRCDIR-define, add stdout-test.Friedemann Kleint2012-08-023-74/+86
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0134-1/+35
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-281-4/+12
* Add some tests to note that private signals can't be overloads.Stephen Kelly2012-07-131-0/+88
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-0/+370
* test behavior of $${absolute,relative}_path() with empty 1st argumentOswald Buddenhagen2012-07-121-0/+2
* Update the moc no-keywords test for the signals replacement.Stephen Kelly2012-07-091-1/+1
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-152/+0
* do not unnecessarily mess with CONFIGOswald Buddenhagen2012-06-273-26/+26
* fix somewhat common edge case in $$shadowed()Oswald Buddenhagen2012-06-261-0/+1
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* Fix unused parameter warnings in moc test.Mitch Curtis2012-06-201-3/+3
* add $$reverse() functionOswald Buddenhagen2012-06-191-0/+2
* add $$shell_quote() functionOswald Buddenhagen2012-06-191-0/+8
* add $$absolute_path() and $$relative_path()Oswald Buddenhagen2012-06-191-0/+5
* add $$native_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$clean_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$format_number() functionOswald Buddenhagen2012-06-191-0/+14
* add $$shadowed() functionOswald Buddenhagen2012-06-192-1/+3
* add $$val_escape() functionOswald Buddenhagen2012-06-191-0/+9
* add mkpath() functionOswald Buddenhagen2012-06-191-0/+4
* add write_file() functionOswald Buddenhagen2012-06-191-1/+15
* Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcessRohan McGovern2012-06-053-3/+3
* Marked tst_qmake as parallel-safeRohan McGovern2012-05-291-0/+1
* 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