summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+21
* QTimer: add support for <chrono> functionsThiago Macieira2016-07-091-0/+98
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-023-0/+145
* 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
* | | Fix invalid QDataStream data for QDateTimeThiago Macieira2016-05-261-0/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+10
| |\|
| | * Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-0/+10
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-054-2/+45
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-042-0/+43
| |\|
| | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
| | * QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-302-2/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-307-19/+6
|/ /
* | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+48
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-114-2/+8
|\|
| * tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
| * Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
* | 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-184-1/+22
|\|
| * Update testdataMaurice Kalinowski2016-02-171-1/+1
| * winrt: Fix usage of testdataMaurice Kalinowski2016-02-171-0/+9
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-162-0/+12
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-262-47/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-47/+48
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-47/+48
| | |\
| | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2
| | | * Fix UB in tst_QMetaTypeMarc Mutz2016-01-061-43/+43
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | | | Updated license headersJani Heikkinen2016-01-2127-461/+326
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-0/+7
|\| |
| * | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-183-4/+45
|\| |
| * | Fix compilation for WinRTMaurice Kalinowski2015-12-142-4/+4
| * | QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41
* | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-232-9/+47
* | | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-222-2/+5
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-8/+155
|\| |
| * | Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
| * | QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15