summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaMethod: use new comparison helper macrosTatiana Borisova6 days2-11/+18
* QThread: Reuse isMainThread()Jarek Kobus6 days1-4/+4
* QMetaSequence and QMetaAssociation: use new comparison helper macrosTatiana Borisova6 days2-1/+15
* QMimeData: fix setData on URI list without ending CRLFThiago Macieira13 days1-0/+8
* QDeadlineTimer: use new comparison helper macrosTatiana Borisova2024-04-182-0/+32
* tst_QVariant: fix stringification of char16_t and char32_tThiago Macieira2024-04-151-1/+3
* tst_QVariant: remove duplicate rows from compareNumericsThiago Macieira2024-04-151-2/+1
* tst_QVariant: fix copy & paste error in double-float comparisonsThiago Macieira2024-04-151-1/+1
* JNI: check for pending exception first in getCleanJniObject()Assam Boudjelthia2024-04-042-0/+28
* Fix Qt::AA_DontUseNativeMenuWindows being unsettable on 32 bit systemsMitch Curtis2024-04-042-0/+54
* Tests: check the output of QFile::openGiuseppe D'Angelo2024-03-272-3/+3
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-0/+7
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-181-0/+44
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-131-40/+65
* QVariant: use comparison helper macrosIvan Solovev2024-03-122-34/+70
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-063-0/+69
* Correct license for filesLucie Gérard2024-03-051-1/+1
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-032-7/+27
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-034-665/+388
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-033-0/+1574
* JNI: support construction of QJniArray from std::initializer_listVolker Hilsheimer2024-02-262-13/+29
* JNI: Support QStringList as a parameter of native functionsVolker Hilsheimer2024-02-233-0/+37
* JNI: implement support for native functions taking a listVolker Hilsheimer2024-02-232-1/+51
* QTimer: use QTest::ingoreMessage() for negative internvals testsAhmad Samir2024-02-151-0/+15
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-121-1/+37
* QObject: fix installEventFilterOrder() test flakinessJarek Kobus2024-02-041-45/+40
* Change license for tests filesLucie Gérard2024-02-0446-46/+46
* QObject: add unittest to check the order of eventFilter() callsAhmad Samir2024-02-011-0/+75
* JNI: Fix QJniObject::callback test caseVolker Hilsheimer2024-02-011-4/+4
* QJniArray: make reverse-iterableVolker Hilsheimer2024-01-291-0/+11
* QJniArray: add missing post-increment operatorVolker Hilsheimer2024-01-291-0/+11
* QJniArray: add missing typedefsVolker Hilsheimer2024-01-291-0/+8
* moc/QMetaProperty: Remove limitation on non-own-class notify signalsFabian Kosmale2024-01-261-1/+27
* QObject: Let moveToThread return succcess stateChristian Ehrlicher2024-01-241-3/+5
* QJniArray: fix const_iterator declaration, make it default-constructibleVolker Hilsheimer2024-01-241-0/+17
* QJniArray: add test case for QJniArray::sizeVolker Hilsheimer2024-01-231-0/+15
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+36
* Blacklist QEventLoop test on QNXVolker Hilsheimer2023-12-181-1/+1
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-151-32/+32
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-091-0/+54
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-082-0/+16
* QMetaEnum: let key(s)ToValue match fully-qualified unscoped enumeratorsAhmad Samir2023-11-261-2/+15
* Purge empty BLACKLIST files from testsEdward Welbourne2023-11-241-0/+0
* Add a comment to tst_qtimer.cpp to point out its reuse by QtGuiEdward Welbourne2023-11-241-0/+10
* Blacklist tst_QGuiEventLoop::processEvents on QNXVolker Hilsheimer2023-11-222-0/+16
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-221-0/+19
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-222-19/+14
* 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