summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Resolve some race conditions on tst_QSharedMemoryThiago Macieira2013-01-142-10/+24
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-2/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* Delete the QSlotObject when disconnect()ingGiuseppe D'Angelo2012-12-171-8/+39
* Reset the QMetaObject::Connection dptr when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+56
* Remove useless QVERIFY(true)Giuseppe D'Angelo2012-12-171-2/+0
* Remove MSVC2012-optimization for the QMetaType-test.Friedemann Kleint2012-12-141-2/+7
* Fix connecting to a functor with 3 argumentsOlivier Goffart2012-11-301-1/+52
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-0/+40
* Prevent "number of sections exceeded" when compiling qmetatype tests.Mitch Curtis2012-11-231-0/+5
* tst_QMetaProperty doesn't need QtGuiMarc Mutz2012-11-221-1/+1
* Fix a warning on compilers not supporting constexpr.Jędrzej Nowacki2012-11-111-4/+4
* Enabled QSystemSemaphore autotestv5.0.0-beta2Oliver Wolff2012-11-081-0/+1
* move QSharedMemory autotest from qtscript to qtbaseOliver Wolff2012-11-076-1/+1058
* Fixed QSystemSemaphore autotest for "check" targetOliver Wolff2012-11-073-5/+21
* 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
* move QSystemSemaphore autotest from qtscript to qtbaseOliver Wolff2012-11-015-0/+411
* Test: remove QSKIP in tst_QEventLoop::throwInExec()Caroline Chao2012-10-291-10/+10
* Core/kernel: Make some signals private.Stephen Kelly2012-10-251-2/+1
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-223-38/+38
* Test: remove QSKIP from tst_QSocketNotifier::posixSocketsCaroline Chao2012-10-161-4/+5
* Test: remove QSKIP in tst_QCoreApplication::argcCaroline Chao2012-10-161-3/+6
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2220-480/+480
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-2/+1
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* Remove QWidgetStar.Stephen Kelly2012-08-182-3/+0
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0119-1/+20
* tests: removed QtWidgets dependency from tst_qsignalmapperRohan McGovern2012-07-302-16/+25
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-10/+18
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+50
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+19
* tst_qmetatype: fix two more unused typedefs (GCC 4.8 warning)Marc Mutz2012-07-251-3/+1
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-8/+8
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2549-390/+2
* Use a large core type for the QVariant::setValue test.Stephen Kelly2012-07-251-2/+4
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-0/+30
* Remove obsolete or commented use of Q_DECLARE_METATYPE.Stephen Kelly2012-07-241-5/+0
* Replace old typedefs with their built-in equivalents.Stephen Kelly2012-07-241-4/+2
* Fix typo pallete -> palette.Stephen Kelly2012-07-241-2/+2
* Split QWidgetsVariant tests into a separate testcase.Stephen Kelly2012-07-234-218/+16
* Test QVariant copy with a user type instead of a QtNetwork type.Stephen Kelly2012-07-152-9/+19
* Run QIcon related crash test with the other QtGui types.Stephen Kelly2012-07-141-2/+2
* Don't declare built-in metatypes as metatypes again.Stephen Kelly2012-07-141-23/+0
* Test for QMetaType binary breakage.Jędrzej Nowacki2012-07-133-0/+46
* Enable modularization of translation files.Jan-Arve Saether2012-07-123-0/+47
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+1
* Add constexpr template specializations for built in metatypes.Stephen Kelly2012-07-031-0/+41