summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Fix export of QDeferredDeleteEvent, should be Q_CORE_EXPORTMatt Aber2024-01-191-1/+2
* QTest: remove static keyword from the new qWaitFor() chrono overloadAhmad Samir2024-01-191-1/+1
* QEventLoopLocker: use macro to implement move-ctorIvan Solovev2024-01-181-2/+1
* QMetaTypeModuleHelper: suppress cppcoreguidelines-virtual-class-destructorMarc Mutz2024-01-181-0/+1
* QMetaType: Assert on consistency when unregisteringUlf Hermann2024-01-171-6/+15
* Remove foreach snippets from the documentationKai Köhne2024-01-161-5/+0
* Fix stub qt_jspi_resume_js() return valueMorten Sørvig2024-01-151-1/+2
* QObject: de-pessimize installEventFilter()Marc Mutz2024-01-151-3/+3
* QObject: Optimize removeEventFilterJarek Kobus2024-01-151-3/+5
* QObject: clarify docs wrt. member access following Q_OBJECT and coAhmad Samir2024-01-141-0/+11
* QObject: Make it clear we don't install duplicated event filtersJarek Kobus2024-01-111-0/+3
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+6
* QObject: re-add the nameless qt_qFindChildren_helper to restore BCThiago Macieira2023-12-211-0/+2
* Add categorized logging of delete later machineryTor Arne Vestbø2023-12-214-10/+62
* Add a comment to highlight QSpontaneKeyEvent usage in QtWebEngineAnu Aliyas2023-12-201-0/+2
* Doc: Use Qml DefaultProperty as example for Q_CLASSINFOKai Köhne2023-12-201-6/+9
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-193-3/+3
* Move QDeferredDeleteEvent loop level/scope handling into deleteLater()Tor Arne Vestbø2023-12-194-43/+46
* Tweak QObject::deleteLater() documentation a bitTor Arne Vestbø2023-12-191-4/+0
* Document how to process deferred deletes in a plugin-scenarioTor Arne Vestbø2023-12-191-0/+15
* JNI API review: minor cleanups of QJniArrayVolker Hilsheimer2023-12-192-21/+33
* JNI API review: use has-a-QJniObject relationship for QtJniTypes typesVolker Hilsheimer2023-12-193-175/+148
* wasm: delay "qtLoaded" qtloader.js eventMorten Sørvig2023-12-182-0/+47
* Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentationKai Köhne2023-12-182-8/+6
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2023-12-152-14/+18
* JNI API review: refactor repeated if constexpr-chainVolker Hilsheimer2023-12-152-145/+73
* JNI API review: minor API and implementation cleanupsVolker Hilsheimer2023-12-155-51/+60
* QObject: remove the operator comma hackThiago Macieira2023-12-141-29/+47
* Suppress clang-tidy mem leak warning on QMetaObject::invokeMethodThiago Macieira2023-12-142-0/+2
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-143-9/+2
* QMetaType: s/QPair/std::pair/Marc Mutz2023-12-141-17/+14
* QtCore platform code: s/QPair/std::pair/Marc Mutz2023-12-134-6/+5
* [docs] QDeadlineTimer: remove docs of a function that exists no moreMarc Mutz2023-12-131-5/+0
* QProperty: clean up unnecessary sentinel classPo-Hao Su2023-12-092-5/+14
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-081-5/+8
* Add Q_OBJECT_NO_OVERRIDE_WARNING for MSVCJoni Poikelin2023-12-011-0/+2
* Rename EINTR_LOOP -> QT_EINTR_LOOPMarc Mutz2023-11-303-15/+15
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-305-12/+16
* wasm: manage wakeUp state correctlyMorten Sørvig2023-11-271-1/+15
* Apple: Use namespaced category name sandbox helperTor Arne Vestbø2023-11-272-2/+2
* JNI: remove the environment check in QJniObject againVolker Hilsheimer2023-11-271-54/+5
* QMetaEnum: let key(s)ToValue match fully-qualified unscoped enumeratorsAhmad Samir2023-11-261-2/+30
* wasm: Proxy emscripten_fetch() to the main threadPiotr Wierciński2023-11-221-1/+1
* QObject: allow calling findChild() without a nameRym Bouabid2023-11-222-1/+25
* QObject: port findChild/ren() to QAnyStringViewRym Bouabid2023-11-222-40/+31
* Doc: Fix template information for QJniObject membersLuca Di Sera2023-11-181-7/+8
* Doc: Fix template information for QMetaType membersLuca Di Sera2023-11-181-7/+7
* Doc: Fix template information for QCoreApplication::requestPermissionLuca Di Sera2023-11-181-1/+1
* Doc: Fix template information for QMetaEnum::fromTypeLuca Di Sera2023-11-181-1/+1
* Doc: Fix template information for QObject::findChildrenLuca Di Sera2023-11-181-1/+1