summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qobject/tst_qobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly use the "process" featureUlf Hermann2017-02-271-4/+5
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-141-0/+35
* AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+76
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+76
| |\
| | * QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+21
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+124
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+17
| |\|
| | * Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-0/+17
| * | tst_QObject: Test if the new connect style works with virtual basesThiago Macieira2016-06-021-0/+107
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+19
| |\|
| | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-0/+19
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-4/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+2
|\|
| * Fix tests for platforms without process supportMaurice Kalinowski2016-03-011-0/+2
* | Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-0/+3
|\|
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-161-0/+3
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-4/+5
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-4/+5
| | |\
| | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
* | | | Updated license headersJani Heikkinen2016-01-211-17/+12
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-2/+2
|\| |
| * | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-091-2/+2
| |/
* / tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-24/+24
|/
* Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-0/+24
* Fix source incompatibility while connecting signals with forward declared arg...Olivier Goffart2015-03-181-1/+20
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-1/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+12
|\
| * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-0/+12
* | QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-14/+19
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+42
|\
| * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42
* | 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
* | 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
| |\|