summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Help the compiler avoid duplicate TLS lookupsUlf Hermann2021-10-201-2/+4
* Optimize QObjectCompatProperty::notifyUlf Hermann2021-10-203-25/+44
* QObjectCompatProperty: Add support for custom gettersIevgenii Meshcheriakov2021-10-203-11/+31
* Compile Private API autotests for INTEGRITYTatiana Borisova2021-10-201-1/+1
* Disable copy and move for QPropertyObserverNodeProtectorUlf Hermann2021-10-191-1/+4
* Inline a few methods of QPropertyObserverPointerUlf Hermann2021-10-182-99/+111
* QProperty: Eliminate further unnecessary TLS operationsUlf Hermann2021-10-182-6/+13
* QProperty: Don't needlessly calculate inBindingWrapper()Ulf Hermann2021-10-181-14/+14
* Decouple quitOnLastWindowClosed from quitLockEnabledTor Arne Vestbø2021-10-182-13/+30
* QTimer: Add \note in documentationFan RuiJie2021-10-141-0/+2
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* QEventDispatcherWasm: Fix typo in debug messageJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-128-10/+10
* 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