summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject
Commit message (Expand)AuthorAgeFilesLines
* Allow connect to functors with less parameters than the signalOlivier Goffart2012-11-061-0/+36
* Fix connection to const slots (or from const signals)Olivier Goffart2012-11-061-0/+13
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-222-37/+37
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-8/+8
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-2/+20
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-281-0/+1
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-2/+2
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+31
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-17/+17
* Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+2
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+316
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+14
|\
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-0/+14
* | Merge master into api_changesKent Hansen2012-03-231-1/+1
|\|
| * Fixed path in qobject unittestKurt Korbatits2012-03-221-1/+1
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-224-305/+0
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-0/+3
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-8/+8
* | Change the representation of meta-object string dataKent Hansen2012-02-291-1/+1
|/
* clean up qmake-generated projectsOswald Buddenhagen2012-02-241-4/+1
* Fixed tst_qobject signalbug silently not compiled in -fast builds.Friedemann Kleint2012-02-232-6/+8
* Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
* Fixed qobject unittest to work from installation directoryKurt Korbatits2012-02-202-2/+6
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-3/+0
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1
* Align QVariant::UserType and QMetaType::UserJędrzej Nowacki2012-02-071-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-305-5/+5
* Call connectNotify when connecting with function pointerOlivier Goffart2012-01-291-0/+14
* moc: Use QMetaType::QVariant as the type for QVariantKent Hansen2012-01-251-1/+1
* tst_qobject: Run as console application.Friedemann Kleint2012-01-252-3/+3
* Add autotest for failing signal connection.Friedemann Kleint2012-01-241-0/+6
* Test connecting to virtual function pointerOlivier Goffart2012-01-241-0/+47
* Update contact information in license headers.Jason McDonald2012-01-235-5/+5
* Update copyright year in license headers.Jason McDonald2012-01-055-5/+5
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-031-78/+78
* Finish removing Qt3 supportBradley T. Hughes2011-12-231-4/+4
* Revert "Revert "Add QObject::objectNameChanged(con... signal""Alan Alpert2011-12-201-2/+0
* Do not call QueuedConnection slot on partialy destroyed objectOlivier Goffart2011-12-191-4/+17
* Fix typos in QObject::(dis)connect warningsGiuseppe D'Angelo2011-12-151-1/+1
* QObject-test: Reorganize subprocess.Friedemann Kleint2011-12-146-7/+16
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Revert "Add QObject::objectNameChanged(const QString &objectName) signal"Martin Jones2011-12-021-0/+2
* Add QObject::objectNameChanged(const QString &objectName) signalBradley T. Hughes2011-12-011-2/+0
* Fixed installation of corelib testsRohan McGovern2011-12-013-12/+5
* Support for up to 6 arguments in the new connection syntaxOlivier Goffart2011-11-301-2/+0