summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-5/+2
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+5
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+5
| |\
| | * Fix blacklisting tst_QTimer::basic_chrono()Juha Karjalainen2019-02-211-1/+1
| | * Blacklist qtimer/basic_chrono on macos due to flakinessTony Sarajärvi2019-01-301-0/+2
* | | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+8
* | | Add a couple of tests in QObject::tst_qobjectOlivier Goffart2019-02-081-0/+165
|/ /
* | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-0/+29
* | tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
* | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-17/+48
* | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-6/+43
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-0/+7
|\|
| * fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-072-2/+11
|\|
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
| * Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* | Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-6/+18
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-4/+4
|\|
| * Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-1/+1
|\|
| * Remove usage of win32-msvc2012 qmake scopeJoerg Bornemann2018-11-221-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-222-52/+128
|\|
| * tests: Distinguish tst_qeventdispatcher and tst_qguieventdispatcherLiang Qi2018-11-161-0/+1
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-52/+127
| |\
| | * Re-blacklist tst_QEventDispatcher::registerTimer() on macOSUlf Hermann2018-11-151-0/+1
| | * Make sure QEventDispatcher::registerTimer() cleans up after itselfUlf Hermann2018-11-151-52/+126
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-061-0/+8
|\| |
| * | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-012-2/+53
|\| |
| * | QObject: Fix isSignalConnected() when signals have been disconnectedKari Oikarinen2018-10-311-0/+53
| |/
| * tst_qeventdispatcher: remove macOS from the BLACKLISTTimur Pocheptsov2018-10-251-2/+0
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-0/+10
|\|
| * QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-0/+10
* | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-3/+0
* | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-031-1/+0
* | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-1/+0
* | Expose type id from QMetaType instanceJędrzej Nowacki2018-10-011-0/+7
|/
* Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-031-5/+5
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-2/+1
* Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-301-3/+1
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-302-1/+247
* Extend blacklisting of qeventdispatcher to cover WinRTHeikki Halmet2018-08-211-0/+1
* Modernize the "thread" featureUlf Hermann2018-08-172-3/+3
* Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+5
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-113-2/+32
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+13
|\