summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QProperty: Destroy binding when refcount is 0Ulf Hermann16 hours2-9/+16
* QTest::qWaitFor: scope std::chrono using directive tighterMarc Mutz4 days1-2/+2
* QTest::qWaitFor: move ceil<> to after the checkMarc Mutz4 days1-4/+2
* wasm: Dont access QNetworkReply header data through dangling pointerPiotr Wierciński5 days1-1/+1
* QTest::qWaitFor: remove superfluous check for isForever()Marc Mutz5 days1-5/+0
* QTest: add missing <chrono> to qtestsupport_core.hMarc Mutz5 days1-0/+2
* QTest::qWaitFor: make a comment terserMarc Mutz5 days1-3/+2
* QTest::qWaitFor: remove superfluous qthread.h includeMarc Mutz5 days1-1/+0
* QTest::qWaitFor: scope a variable tighterMarc Mutz5 days1-2/+1
* Remove QObjectPrivate::isSender/senderList, no longer usedDavid Faure5 days2-36/+0
* QSingleShotTimer: use the Duration alias from the event dispatcherThiago Macieira5 days1-7/+10
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira5 days10-116/+111
* QTimerInfo: store nanoseconds instead of millisecondsThiago Macieira5 days5-30/+39
* QAbstractEventDispatcher: port timer uses to the V2 APIThiago Macieira5 days4-10/+11
* QTimerInfo: correct CoarseTimer beyond the [20ms,20s] range earlierThiago Macieira5 days1-18/+16
* QAbstractEventDispatcher: add an adaptation layer to use V2 methodsThiago Macieira5 days2-0/+49
* Short-live QAbstractEventDispatcherV2Thiago Macieira5 days3-13/+279
* QTest::qWaitFor(., int): restore lost Qt::PreciseTimer'nessMarc Mutz6 days1-1/+1
* Bootstrap: remove QVariantThiago Macieira6 days3-15/+40
* Bootstrap: remove QDataStreamThiago Macieira6 days2-8/+11
* QVariant: use comparison helper macrosIvan Solovev6 days2-7/+9
* QObject: fix a documentation note in the destructorGiuseppe D'Angelo11 days1-2/+2
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer13 days1-1/+4
* Revert "Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORT"Marc Mutz14 days1-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
* Assert if CoUninitialize is called on wrong threadJøger Hansegård2024-02-212-0/+2
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-1/+1
* Documentation: Rename 'Qt Designer' to 'Qt Widgets Designer'Friedemann Kleint2024-02-191-1/+1
* QTimer: make both defaultTypeFor() methods constexpr and noexceptAhmad Samir2024-02-172-8/+12
* QMetaObject: consistently use QByteArray(View) in the implementationIvan Solovev2024-02-161-9/+9
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+3
* Disable NSUserDefaults initialization workaround on iOSTor Arne Vestbø2024-02-131-0/+2
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-122-6/+16
* Add virtual QObjectPrivate::writeToDebugStreamVolker Hilsheimer2024-02-102-4/+16
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-082-11/+19