summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-1/+1
* QObject: fix connection to function pointer with non-copyable references argu...Olivier Goffart2014-01-171-0/+14
* Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+16
|\
| * Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-0/+16
* | tst_QObject: separate QSignalBlocker testsMarc Mutz2013-12-115-129/+319
* | Move-enable QSignalBlockerMarc Mutz2013-12-111-0/+100
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-091-0/+38
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+38
| |\|
| | * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+38
| | |\
| | | * Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-0/+38
* | | | Remove trailing space from QDebug streamKai Koehne2013-12-061-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-0/+26
|\| |
| * | Add QSystemSemaphore::release() auto-testsKonstantin Ritt2013-11-281-0/+19
| * | QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-281-0/+7
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-264-3/+246
|\|
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-0/+84
| * Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-3/+26
| * Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
| * Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-0/+1
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+49
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-246-12/+15
|\|
| * exclude gui-needing tests from -no-gui buildOswald Buddenhagen2013-10-181-0/+3
| * don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-163-3/+3
| * rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-043-45/+111
|\|
| * Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-013-45/+111
* | WinRT: Fix various test compilationsAndrew Knight2013-10-023-4/+4
|/
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-16/+16
* 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