summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QMetaMethod: use new comparison helper macrosTatiana Borisova4 days2-8/+11
* QMetaSequence and QMetaAssociation: use new comparison helper macrosTatiana Borisova4 days2-26/+21
* Don't quit automatically via QEventLoopLocker if there are open windowsTor Arne Vestbø5 days2-2/+20
* QTimer/QObject::startTimer: improve the detection of overflowThiago Macieira6 days3-4/+21
* QThread: Introduce static isMainThread() helperJarek Kobus7 days2-0/+2
* QMimeData: fix setData on URI list without ending CRLFThiago Macieira11 days1-0/+5
* wasm: back out of calling onLoaded at first frameMorten Sørvig12 days1-4/+5
* QMetaTypeCustomRegistry: use QHash::removeIf() instead of a custom erasing loopVladimir Belyavsky13 days1-7/+1
* Remove unused includes in qmetatype.cppVladimir Belyavsky13 days1-2/+1
* Fix documentation of QAndroidApplication::contextVolker Hilsheimer2024-04-191-1/+1
* QSystemError: add a couple of utility methodsAhmad Samir2024-04-191-0/+7
* QMetaType: allow converting to/from QChar and char16_tThiago Macieira2024-04-181-0/+3
* QMetaType: add conversion from charXX_t to QStringThiago Macieira2024-04-181-0/+10
* QDeadlineTimer: use new comparison helper macrosTatiana Borisova2024-04-182-29/+30
* QSignalMapper: change to use QObject::connect PMF syntaxJuha Vuolle2024-04-182-9/+3
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-181-0/+3
* 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