summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-129-12/+12
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* Return a plain QMetaObject* from toDynamicMetaObject()Ulf Hermann2021-10-072-2/+5
* Fix __cpp_lib_hypot related error when building in macosAlexey Edelev2021-10-051-1/+1
* QEventLoop: remove unnecessary bits of Qt 5 suggestionThiago Macieira2021-10-041-3/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* wasm: fix runOnMainThread()Morten Johan Sørvig2021-10-011-6/+10
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-9/+0
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-012-4/+4
* wasm: limit exec() workarounds to the main threadMorten Johan Sørvig2021-09-301-4/+6
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-302-30/+17
* Convert all QT_VERSION checks to compare against QT_VERSION_CHECK()Edward Welbourne2021-09-231-3/+4
* Remove fatuously true or false QT_VERSION checksEdward Welbourne2021-09-231-15/+1
* Remove redundant semi-colonsAllan Sandfeld Jensen2021-09-221-4/+4
* QVariant::Private: select storage in get at compile timeFabian Kosmale2021-09-211-1/+1
* QVariant: write less haphazardly to dataFabian Kosmale2021-09-211-2/+2
* QProperty: attempt to fix compilation with GCC 10Thiago Macieira2021-09-211-1/+1
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-11/+10
* QCoreApplication: enforce non-null arguments when sending/posting eventsGiuseppe D'Angelo2021-09-171-5/+18
* QEventDispatcherWasm: handle EventLoopExecMorten Johan Sørvig2021-09-152-0/+19
* Q_DECLARE_INTERFACE: rework to use more inline functionsThiago Macieira2021-09-141-7/+19
* Add documentation for QPropertyBindingErrorFabian Kosmale2021-09-131-11/+146
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+1
* Allow destruction of QWinEventNotifier in its signalAlex Trotsenko2021-09-101-1/+3
* Fix binding guard in property evaluationIvan Solovev2021-09-101-9/+9
* normalizeTypeFromSignature: Update for Clang 13Martin Storsjö2021-09-091-2/+1
* wasm: add DialogExec hack/warning to event dispatcherMorten Johan Sørvig2021-09-082-0/+19
* Q_DECLARE_INTERFACE: delete unspecialized qobject_interface_iid()Thiago Macieira2021-09-071-3/+2
* Q_DECLARE_INTERFACE: add missing const to const qobject_castThiago Macieira2021-09-071-1/+1
* Remove redundant break;s following return;sEdward Welbourne2021-09-061-2/+0
* QObject::connect(): fail to connect to a functor if UniqueConnection is passedGiuseppe D'Angelo2021-08-271-7/+26
* wasm: add new event dispatcher implementationMorten Johan Sørvig2021-08-272-0/+670
* Fix Clang warning about loop variable creating a copyTor Arne Vestbø2021-08-261-1/+1
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+2
* Re-add QPropertyAlias functionalityFabian Kosmale2021-08-233-12/+40
* QMetaEnum: write "proper code"Marc Mutz2021-08-231-27/+31
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-211-5/+33
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* QMetaStringTable: disable copy and moveMarc Mutz2021-08-101-0/+1
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-061-2/+1
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-041-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-042-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-042-40/+60
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-042-12/+11