summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix native timer update for the no-timer caseMorten Johan Sørvig2021-11-111-2/+10
* wasm: make timers work for the new event dispatcherMorten Johan Sørvig2021-11-111-3/+0
* qmetatype.cpp: provide missing initializer for const variableThiago Macieira2021-11-101-1/+1
* Don't quit application if we're not in execTor Arne Vestbø2021-11-081-0/+3
* QCoreApplication: document the app's bindir is in libraryPaths()Thiago Macieira2021-11-051-4/+5
* Doc: Move Q_OBJECT_COMPUTED_PROPERTY to QObjectComputedPropertyLuca Di Sera2021-11-051-1/+1
* Extract Header qbindingstorage.hMarc Mutz2021-11-042-62/+119
* wasm: enable event dispatcher asyncify supportMorten Johan Sørvig2021-11-042-23/+9
* Add QEventLoop::ProcessEventsFlag::ApplicationExecMorten Johan Sørvig2021-11-033-2/+4
* Add warning about QCoreApplication deferred deleteMichal Klocek2021-11-011-0/+4
* Inline QPropertyBindingDataPointerAndrei Golubev2021-11-012-11/+12
* QMetaType: Avoid superfluous template instantiationsFabian Kosmale2021-10-292-11/+8
* Extend documentation for bindable propertiesIvan Solovev2021-10-291-4/+9
* QObjectComputedProperty docs: move example to snippetIvan Solovev2021-10-261-36/+1
* Make QObjectComputedProperty documentation visibleIvan Solovev2021-10-251-2/+0
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-4/+4
* Remove superfluous qfuture.h includes from qcoreapplication[_p].hJoerg Bornemann2021-10-223-6/+2
* Remove unused qapplicationpermission.hJoerg Bornemann2021-10-223-81/+0
* 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