summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for grouped property changesLars Knoll2021-04-161-3/+74
* Don't emit change notifications more often than requiredLars Knoll2021-04-161-0/+31
* Remove lazy binding evaluationLars Knoll2021-04-161-87/+11
* Replace conversion operator by operator* in QJniEnvironmentAssam Boudjelthia2021-04-141-3/+6
* QBindable: Mark non-modifying methods as constFabian Kosmale2021-04-141-0/+21
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-2/+68
* QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-011-6/+6
* QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-011-7/+8
* Fix some warningsAndreas Buhr2021-03-311-2/+4
* tst_qobject: enable some tests for narrowingGiuseppe D'Angelo2021-03-301-3/+7
* Repair tst_qwineventnotifierAlex Trotsenko2021-03-292-1/+3
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* Rename QJniEnvironment exceptionCheckAndClear to checkAndClearExceptionsAssam Boudjelthia2021-03-261-3/+3
* Introduce QMetaObject::metaTypeFabian Kosmale2021-03-251-0/+11
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-03-251-0/+10
* QMetaObjectBuilder: remove unused serialization codeFabian Kosmale2021-03-201-50/+0
* QObject: remove QAbstractDeclarativeData::parentChangedFabian Kosmale2021-03-111-37/+0
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMÃ¥rten Nordheim2021-03-111-0/+27
* 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