summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+42
* QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
* tst_qtranslator: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-9/+6
* tst_qcoreapplication: Remove QT_DISABLE_DEPRECATED_BEFORE=0Debao Zhang2013-04-122-2/+1
* Support connection to functor with multiple operator()Olivier Goffart2013-03-191-0/+126
* Fix qmath autotest for armFabian Bumberger2013-03-141-1/+1
* Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-0/+5
* Skip unstable autotestPaul Olav Tvete2013-03-121-0/+2
* Android: disable unsupported autotestsPaul Olav Tvete2013-03-121-1/+1
* Android compile fixPaul Olav Tvete2013-03-121-1/+1
* Let QMetaObject::connectSlotsByName(o) also check for signals of oAxel Waggershauser2013-03-071-0/+15
* Simplify further extension of tst_QObject::connectSlotsByNameAxel Waggershauser2013-03-061-119/+31
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-0/+1
|\
| * Do not build qsharedmemory and qsystemsemaphore autotests on QNXFabian Bumberger2013-03-051-0/+1
* | Distinguish between 'mac' and 'macx' qmake scopesTor Arne Vestbø2013-03-052-2/+2
* | Clear the current thread data for the main threadThiago Macieira2013-03-051-0/+12
* | Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+67
* | Fix QMetaType of const referencesOlivier Goffart2013-02-212-0/+32
* | Check for network module when building according auto testsOliver Wolff2013-02-191-0/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-173-5/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-143-5/+5
| |\|
| | * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-012-4/+4
| | * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
| | * Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-282-2/+10
* | | Make it possible to use QPointer<const T>Stephen Kelly2013-02-131-0/+7
|/ /
* | Add qDegreesToRadians and qRadiansToDegrees math functionsLaszlo Papp2013-02-051-0/+75
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2324-24/+24
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1824-24/+24
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-232-2/+10
* | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-221-0/+10
|/
* Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
|\
| * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
* | 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