summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_qmetatype: RELOCATABLE -> PRIMITIVE is binary compatibleFabian Kosmale2021-03-051-1/+10
* QMetaType: Store QMetaObject for pointer to const QObject, tooFabian Kosmale2021-02-263-0/+50
* Fix QTimer::setInterval to remove existing bindingsAndreas Buhr2021-02-151-0/+4
* Fix registerNativeMethods for goodAssam Boudjelthia2021-02-113-0/+79
* Split up the QMetaType unit testVolker Hilsheimer2021-02-095-910/+966
* Remove QObjectCompatProperty::operator= for safer usageAndreas Buhr2021-01-291-11/+11
* QProperty: Treat change listener modifying its source property as a loopFabian Kosmale2021-01-281-1/+3
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-276-0/+1365
* Q(Untyped)Bindable: add takeBinding methodFabian Kosmale2021-01-271-0/+18
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-2/+77
* QTimer: port to new property systemIvan Solovev2021-01-261-0/+88
* QProperty: Add private isAnyBindingEvaluating functionFabian Kosmale2021-01-211-0/+9
* tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()Friedemann Kleint2021-01-211-2/+2
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-181-0/+28
* QVariant::fromValue<T>: require T to be copy constructibleFabian Kosmale2021-01-181-0/+15
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-124-117/+0
* QBindable: Improve read-only supportFabian Kosmale2021-01-111-0/+8
* Remove the qmake project filesJoerg Bornemann2021-01-0733-264/+0
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-10/+54
* Replace QtTest headers with QTestDavid Skoland2020-12-2222-22/+53
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+77
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-171-5/+5
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* Bindable property with initializationIvan Solovev2020-12-171-0/+64
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-111-0/+46
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-301-0/+39
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-4/+4
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-301-3/+3
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-301-39/+0
* tst_qmetaobjectbuilder: Clean-up deallocation of dynamic metaobjectsFabian Kosmale2020-11-301-9/+16
* tst_qmetaobjectbuilder: more descriptive error messagesFabian Kosmale2020-11-301-41/+78
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-301-0/+20
* QSet: add missing insert-with-hintMarc Mutz2020-11-251-2/+2
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-12/+23
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-8/+0
* Test QTimer's isSingleShot() and timerType()Edward Welbourne2020-11-171-1/+7
* Add some tests for various qmath.h functionsEdward Welbourne2020-11-171-0/+68
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2