summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of win32-msvc2012 qmake scopeJoerg Bornemann2018-11-221-1/+1
* 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
* | Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
* | 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
* QMetaEnum: fix UBAnton Kudryavtsev2018-10-171-0/+10
* 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
|\
| * QObject: do allow setProperty() to change the type of the propertyThiago Macieira2018-08-041-1/+13
* | tst_qsystemsemaphore: Use qt_test_helper functionalityOliver Wolff2018-07-317-51/+14
* | tst_qobject: Use qt_test_helper functionalityOliver Wolff2018-07-314-50/+13
* | tst_qsharedmemory: Use qt_test_helper functionalityOliver Wolff2018-07-317-56/+16
* | Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.13Tony Sarajärvi2018-07-311-0/+1
* | Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+13
* | Allow loading of empty translation filesKai Koehne2018-07-126-24/+42
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-042-0/+21
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-023-156/+125
|\|
| * Fix metatype trait for types that are both QObject and Q_GADGETDaniel Vrátil2018-06-301-0/+11
| * tst_QTimer: Replace unconditional qWait()s with QSignalSpyKari Oikarinen2018-06-261-152/+111
| * Make tests compile for AndroidLiang Qi2018-06-251-1/+1
* | tst_qobject: Fix execution in debug&release shadow buildsOliver Wolff2018-06-264-16/+39
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-0/+21
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-1/+0
|\|
| * tst_QEventLoop: Remove unconditional qWait()Kari Oikarinen2018-04-101-1/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-3/+7
|\|
| * tst_QWinEventNotifier: fix flakinessAlex Trotsenko2018-03-231-3/+7
* | Allow QWinEventNotifier to coexist with waiting functionsAlex Trotsenko2018-03-271-0/+21
* | Add QTimer::connectTo(), a shorthand way of connecting to timeout()Sergio Martins2018-03-251-0/+27
|/
* Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-0/+19
* qmetatype: add '-bigobj' flag to Windows ICC buildsAlexander Shevchenko2018-02-151-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-4/+60
|\
| * Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-8/+2
| * Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-261-0/+60
| * QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+8
| * Remove dead code from tst_qwineventnotifier.cppJoerg Bornemann2018-01-251-4/+0
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-2/+2
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-142-2/+2
|\ \ \ | | |/ | |/|
| * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-202-2/+2
* | | Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-102-2/+43
|\ \ \
| * | | Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-2/+43