summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix QTimer::crossThreadSingleShotToFunctor testVolker Hilsheimer2023-03-301-8/+20
* QMetaType: Provide underlyingType for enumsFabian Kosmale2023-03-282-0/+56
* tst_QVariant: add a test contrasting Qt 5/6 isNull behaviorMarc Mutz2023-03-241-0/+7
* Implement [variant.get] for QVariant [2/2]: get()Marc Mutz2023-03-241-1/+88
* Implement [variant.get] for QVariant [1/2]: get_if()Marc Mutz2023-03-241-0/+159
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-231-0/+10
* QTimer: fix new-style slot invocation for receiver in another threadThiago Macieira2023-03-231-3/+8
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-2/+2
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* Fix QPropertyAlias::addNotifierFabian Kosmale2023-03-091-0/+3
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-031-1/+2
* tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-031-1/+1
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-02-281-0/+1
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1726-79/+3
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+37
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-26/+30
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-0/+7
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-0/+26
* Deprecate QPropertyAliasFabian Kosmale2023-02-081-0/+4
* Fix proxy-data handlingFabian Kosmale2023-02-071-0/+34
* Q{Contacts,Calendar}Permission: bool readWrite → enum AccessModeMarc Mutz2023-02-021-8/+8
* IPC: Move QSharedMemory and QSystemSemaphore from kernel/ to ipc/Thiago Macieira2023-01-229-1406/+0
* QPermission: replace T data<T>() with std::optional<T> value<T>()Marc Mutz2023-01-131-15/+24
* tst_QPermission: add more testsMarc Mutz2023-01-131-0/+71
* Add minimal QPermission auto-testMarc Mutz2023-01-124-0/+82
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-302-1/+128
* CMake: Remove direct qt_android_generate_deployment_settings callAlexandru Croitor2022-12-152-4/+0
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-091-2/+4
* Tidy up in tst_QVariantEdward Welbourne2022-12-071-27/+27
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-301-0/+186
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-281-0/+3
* tst_QVariant: convert some test functions to table-drivenThiago Macieira2022-11-091-110/+141
* QVariant: add support for numeric comparisons for char16_t and char32_tThiago Macieira2022-11-091-0/+6
* QVariant: fix comparison of enums to numericsThiago Macieira2022-11-091-24/+159
* QVariant: make a major simplification in the numeric comparisonThiago Macieira2022-11-091-0/+190
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0311-65/+65
* tests: fix configuring with -no-feature-guiJohannes Kauffmann2022-10-291-1/+1
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-7/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-2/+2
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-1/+17
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-1/+2
* Anticipate various warnings in tst_QVariantEdward Welbourne2022-10-181-18/+40
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Distinguish the repeats of QSystemSemaphor's processes testsEdward Welbourne2022-10-111-3/+3
* Remove duplicate tst_QVariant canConvert:Int data rowEdward Welbourne2022-10-111-3/+0
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-0/+9
* Port from container.count()/length() to size()Marc Mutz2022-10-049-54/+54
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0