summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+3
* tst_QObject: separate QSignalBlocker testsMarc Mutz2013-12-111-129/+5
* Move-enable QSignalBlockerMarc Mutz2013-12-111-0/+100
* 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
| |\
| | * 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-261-0/+97
|\|
| * Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+49
|/
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-2/+207
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-0/+4
* QMetaMethod and QDBusMetaObject: Give public access to signal methodsCaroline Chao2013-09-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-7/+51
|\
| * qobject: Do not destroy slot objects inside a lockDario Freddi2013-08-071-7/+51
* | Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+51
|/
* Fix a case of connect()ing to signals declared in a base classOlivier Goffart2013-05-091-0/+25
* Support connection to functor with multiple operator()Olivier Goffart2013-03-191-0/+126
* Improve warning messages (and readability) of connectSlotsByName()Axel Waggershauser2013-03-131-0/+5
* 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
* Add private API to connect to slots in QObjectPrivateOlivier Goffart2013-02-281-0/+67
* Fix QMetaType of const referencesOlivier Goffart2013-02-211-0/+20
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-221-0/+10
|/
* 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
* Fix connecting to a functor with 3 argumentsOlivier Goffart2012-11-301-1/+52
* 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
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-33/+33
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-8/+8
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-2/+20
* Remove const char *-based connectNotify() APIKent Hansen2012-05-151-111/+23
* Introduce QObject::isSignalConnected(QMetaMethod)Olivier Goffart2012-05-021-0/+31
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-17/+17
* Fix regression in connectNotify(const char *) emissionKent Hansen2012-05-011-0/+2
* Add QMetaMethod-based QObject::connect/disconnectNotify() APIKent Hansen2012-05-011-0/+316
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+14
|\
| * moc: fix compilation of signals returning pointers.Olivier Goffart2012-04-131-0/+14
* | Remove support for meta-object revisions < 7Kent Hansen2012-03-221-78/+0
* | Fix QMetaObject::normalizedType() for "void" argumentKent Hansen2012-03-211-0/+3
* | QRegularExpression: add QObject::findChildren overloadGiuseppe D'Angelo2012-03-211-0/+21
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-8/+8
|/
* Silence warnings/debug output from qobject testsKent Hansen2012-02-201-0/+14
* Force -fPIE on ELF if Qt is built with reduced relocationsOlivier Goffart2012-02-101-3/+0
* Fixed tst_qobject::property for clangRohan McGovern2012-02-091-0/+1