summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+28
|\
| * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-0/+28
* | Rename a few QSignalSpy variables to match what they are spyingTor Arne Vestbø2013-07-081-15/+15
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-0/+42
|\|
| * Add basic conversion functions from QVariant(QJsonValue).Jędrzej Nowacki2013-06-141-0/+42
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-67/+0
|\|
| * QEventLoop: Remove the test that checked throwing from an event handlerThiago Macieira2013-06-081-67/+0
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+51
* | Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-2/+2
* | Core: QDebug and comparison operator support metatypes.Christoph Schleifenbaum2013-05-272-1/+87
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+25
|\|
| * Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* | Make it possible to access QPair and std::pair elements from a QVariant.Stephen Kelly2013-05-201-0/+28
* | Add container access functionality for associative containers in QVariant.Stephen Kelly2013-05-201-0/+85
* | Don't test QHash<float, U> or QHash<double, U>Stephen Kelly2013-05-201-4/+1
* | Add automatic container access registration for built-in containers.Stephen Kelly2013-05-081-19/+0
* | Add QVariantList extraction from a QVariant with a sequential container.Stephen Kelly2013-05-081-0/+51
* | Add QVariant container iteration API.Stephen Kelly2013-05-081-0/+165
* | Core: Support for converting user defined QVariant types.Christoph Schleifenbaum2013-05-081-0/+282
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-04-261-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-221-2/+2
| |\|
| | * Reduce qmetatype autotest build time for Windows CE.Janne Anttila2013-04-171-2/+2
* | | Use variadic templates to mark function pointers as non-QObjects.Stephen Kelly2013-04-241-0/+4
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-124-11/+7
|\|
| * 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
* | Add automatic metatype handling for common standard library containers.Stephen Kelly2013-04-011-15/+59
|/
* 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
|\|