summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-2/+2
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-16/+5
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-0/+30
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-2/+207
* Don't send posted events from QWindowSystemInterface::sendWindowSystemEventsTor Arne Vestbø2013-09-161-0/+45
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-0/+4
* MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-131-0/+30
* Add a convenient way to get a type-erased smart pointer from a QVariant.Stephen Kelly2013-09-111-0/+53
* Add a simple test for QVariant carrying a QSharedPointer<QObject>Thiago Macieira2013-09-111-0/+36
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-101-0/+11
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+11
| |\
| | * QMetaMethod::invoke: compare the QMetaType id of the return typesOlivier Goffart2013-08-291-0/+11
* | | Metatype: Remove the need for runtime-registration of 3rd party containers.Stephen Kelly2013-09-091-13/+15
* | | QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-093-15/+15
|/ /
* | Make the automatic 1arg and 2arg metatype macros work with namespaced Qt.Stephen Kelly2013-09-061-0/+25
* | Fix the automatic declaration of smart pointer types.Stephen Kelly2013-09-061-0/+26
* | QVariant: Make it possible to extract a QObject* from a wrapper without conve...Stephen Kelly2013-09-051-0/+1
* | QVariant: Don't crash when doing user-defined conversion to QObject*Stephen Kelly2013-09-051-0/+36
* | Don't assume processEvents(WaitForMoreEvents) will process timersTor Arne Vestbø2013-09-051-4/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-1/+1
|\|
| * tests: Make the QT assignments more explicitSergio Ahumada2013-08-211-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-143-13/+76
|\|
| * Add auto-test for running the QEventLoop test with the GUI dispatcherTor Arne Vestbø2013-08-122-1/+5
| * Don't assume Q_OS_UNIX means we support QEventLoop::X11ExcludeTimersTor Arne Vestbø2013-08-122-3/+19
| * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-7/+51
| * Remove unused member in QEventLoop auto-testTor Arne Vestbø2013-08-061-2/+1
* | 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
|\|