summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QtCore: avoid unnecessary export in static buildZhao Yuhang2024-04-061-1/+5
* Revert "wasm: Proxy emscripten_fetch() to the main thread"Piotr Wierciński2024-04-051-1/+1
* JNI: check for pending exception first in getCleanJniObject()Assam Boudjelthia2024-04-041-5/+3
* Qt::ApplicationAttribute: static_assert that we don't go higher than 32Mitch Curtis2024-04-041-1/+4
* QObject: add check for Q_OBJECT macro to findChild(ren)Thiago Macieira2024-04-031-0/+6
* QMetaMethod: document that fromSignal(nullptr) is okMarc Mutz2024-03-211-1/+1
* QTest::qWaitFor(., int): remove superfluous static keywordMarc Mutz2024-03-211-1/+1
* QObjectPrivate::Signal: initialize all membersMarc Mutz2024-03-201-1/+1
* QObjectPrivate: fix data race on ConnectionData contentsDavid Faure2024-03-192-22/+29
* QProperty: Use RefCounted as intendedUlf Hermann2024-03-192-6/+10
* QProperty: Destroy binding when refcount is 0Ulf Hermann2024-03-182-9/+16
* QTest::qWaitFor: scope std::chrono using directive tighterMarc Mutz2024-03-151-2/+2
* QTest::qWaitFor: move ceil<> to after the checkMarc Mutz2024-03-151-4/+2
* wasm: Dont access QNetworkReply header data through dangling pointerPiotr Wierciński2024-03-141-1/+1
* QTest::qWaitFor: remove superfluous check for isForever()Marc Mutz2024-03-141-5/+0
* QTest: add missing <chrono> to qtestsupport_core.hMarc Mutz2024-03-141-0/+2
* QTest::qWaitFor: make a comment terserMarc Mutz2024-03-141-3/+2
* QTest::qWaitFor: remove superfluous qthread.h includeMarc Mutz2024-03-141-1/+0
* QTest::qWaitFor: scope a variable tighterMarc Mutz2024-03-141-2/+1
* Remove QObjectPrivate::isSender/senderList, no longer usedDavid Faure2024-03-142-36/+0
* QSingleShotTimer: use the Duration alias from the event dispatcherThiago Macieira2024-03-131-7/+10
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-1310-116/+111
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira2024-03-135-30/+39
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira2024-03-134-10/+11
* QTimerInfo: correct CoarseTimer beyond the [20ms,20s] range earlierThiago Macieira2024-03-131-18/+16
* QAbstractEventDispatcher: add an adaptation layer to use V2 methodsThiago Macieira2024-03-132-0/+49
* Short-live QAbstractEventDispatcherV2Thiago Macieira2024-03-133-13/+279
* QTest::qWaitFor(., int): restore lost Qt::PreciseTimer'nessMarc Mutz2024-03-131-1/+1
* Bootstrap: remove QVariantThiago Macieira2024-03-133-15/+40
* Bootstrap: remove QDataStreamThiago Macieira2024-03-132-8/+11
* QVariant: use comparison helper macrosIvan Solovev2024-03-122-7/+9
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo2024-03-081-2/+2
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-061-1/+4
* Revert "Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT"Marc Mutz2024-03-051-2/+1
* QCoreApplication: work around gcc 11.3 compiler bugChristian Ehrlicher2024-03-041-1/+1
* Mention QChronoTimer in API docsAhmad Samir2024-03-039-33/+46
* Timers: add Qt::TimerId enum classAhmad Samir2024-03-0310-47/+83
* Q{Chrono}Timer: de-duplicate some codeAhmad Samir2024-03-033-12/+11
* Add QChronoTimer, a timer with nanoseconds precisionAhmad Samir2024-03-035-532/+333
* Copy QTimer source files to QChronoTimerAhmad Samir2024-03-032-0/+833
* QTimer: delegate more to the chrono overloadsAhmad Samir2024-03-022-34/+57
* QJniObject: use ctor delegation instead of construct+assignMarc Mutz2024-03-011-4/+9
* Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'Kai Köhne2024-02-292-3/+3
* JNI: support construction of QJniArray from std::initializer_listVolker Hilsheimer2024-02-262-2/+10
* QSingleShotTimer: use nanoseconds precisionAhmad Samir2024-02-233-19/+28
* JNI: Move QJniArray constructor into the class bodyVolker Hilsheimer2024-02-231-11/+4
* JNI: don't depend on Qt-specific container API in QJniArrayVolker Hilsheimer2024-02-231-11/+13
* JNI: Support QStringList as a parameter of native functionsVolker Hilsheimer2024-02-232-9/+37
* JNI: implement support for native functions taking a listVolker Hilsheimer2024-02-231-0/+27
* JNI: Support declared QtJniTypes in QJniArrayVolker Hilsheimer2024-02-221-3/+7