summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-221-0/+34
* tst_qtimer: remove extra `;` after Q_DISABLE_COPYAhmad Samir2023-11-191-1/+1
* JNI: Add convenience overloads for registerNativeMethodsVolker Hilsheimer2023-11-131-8/+7
* JNI: allow QString as a parameter to native methodsVolker Hilsheimer2023-11-073-27/+74
* Extend QTestPrivate property tests - actual implementation [2/2]Ivan Solovev2023-11-011-10/+0
* JNI: don't implement a signature for 'long' C++ typeVolker Hilsheimer2023-11-011-2/+2
* QMetaEnum: refactor keysToValueAhmad Samir2023-10-311-4/+26
* qcore_unix: port qt_safe_poll to QDeadlineTimerAhmad Samir2023-10-241-2/+2
* JNI: Fix reference leak in QJniArrayVolker Hilsheimer2023-10-231-3/+24
* tst_QMetaEnum: add round-trip testing to valueToKeys()Marc Mutz2023-10-191-0/+3
* JNI: Reduce amount of temporary QJniEnvironment instantiationsVolker Hilsheimer2023-10-181-1/+1
* JNI: treat equivalent C++ types as the same JNI types as wellVolker Hilsheimer2023-10-181-0/+10
* JNI: add QJniArray class for easier working with arraysVolker Hilsheimer2023-10-166-2/+359
* Android: Simplify Qt for Android hierarchy, less Java reflection!Assam Boudjelthia2023-10-122-5/+8
* QAbstractSocketEngine: port to QDeadlineTimerAhmad Samir2023-10-071-2/+2
* QPointer: ensure construction from nullptr is constinit'ableMarc Mutz2023-10-051-0/+7
* JNI: Silence and harden QJniEnvironment testVolker Hilsheimer2023-10-051-0/+17
* tst_QPointer: ensure default-constructed objects are constinit'ableMarc Mutz2023-10-041-0/+4
* tst_QPointer: add checks for CTADMarc Mutz2023-10-041-0/+42
* JNI: Add promotion for signed char and extend test caseVolker Hilsheimer2023-09-292-11/+132
* JNI: Fix native functions that take a declared QtJniTypes classVolker Hilsheimer2023-09-273-6/+63
* JNI: Make declared QtJniTypes classes proper QJniObjectsVolker Hilsheimer2023-09-272-5/+107
* JNI: Implement QJniObject::className to get the name of the class if not setVolker Hilsheimer2023-09-271-0/+17
* QProperty: Steal currentCompatProperty while evaluating a different oneUlf Hermann2023-09-271-0/+105
* JNI: harden QJniObject test caseVolker Hilsheimer2023-09-261-1/+11
* JNI: Implicitly convert QString to jstring in API callsVolker Hilsheimer2023-09-261-4/+33
* JNI: remove compatibility alias for CTStringVolker Hilsheimer2023-09-261-0/+6
* QPointer: also provide a converting assignment operatorGiuseppe D'Angelo2023-09-231-0/+23
* JNI: treat enums as their underlying typesVolker Hilsheimer2023-09-232-4/+60
* QJniObject: add callStaticMethod overload that takes class as typeVolker Hilsheimer2023-09-221-11/+13
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-221-15/+25
* JNI: rename our compile-time String type to CTStringVolker Hilsheimer2023-09-221-20/+18
* QVariant: add fromMetaTypeGiuseppe D'Angelo2023-09-201-0/+18
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* tst_qeventdispatcher: port to QDeadlineTimerAhmad Samir2023-09-041-8/+9
* QTimer: extend property tests and fix binding loopIvan Solovev2023-09-032-0/+40
* Constrain QCoreApplication::requestPermission to compatible functorsVolker Hilsheimer2023-09-011-0/+24
* Implement QSignalBlocker::dismiss()Axel Spoerl2023-08-311-0/+11
* Allow QObjects to opt in to receiving ParentAboutToChange/ParentChangeTor Arne Vestbø2023-08-301-0/+73
* invokeMethod: Try invoking functor and member function accepting pointer, ret...Mårten Nordheim2023-08-241-0/+20
* invokeMethod: enable passing parameters to overload taking functorsMårten Nordheim2023-08-241-0/+112
* QTimer: fix regression on singleShot-invoking non-mormalized SLOT()sThiago Macieira2023-08-221-0/+57
* Remove the unix dispatcher from WASM buildsMikolaj Boc2023-08-221-2/+4
* QObject: Do not register an observer when writing objectName propertyUlf Hermann2023-08-211-0/+10
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-192-6/+4
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* Give QLocale::uiLanguages() a separator parameterEdward Welbourne2023-08-161-1/+1
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-112-5/+27
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* QMetaType: fix recursive detection of std::optional operatorsThiago Macieira2023-07-311-0/+20