summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-216-10/+35
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-204-4/+4
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-0/+2
* QPropertyBindingPrivate: move static_assert()s to .cpp fileMarc Mutz2022-01-192-2/+6
* Remove (set but) unused member from QTimerPrivateEdward Welbourne2022-01-181-3/+1
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-181-1/+1
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-1/+2
* qmetatype: Fix incorrect more than one typedef warningJonas Kvinge2022-01-171-1/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-151-1/+17
* Allow reading QObject::objectName from other threads againAllan Sandfeld Jensen2022-01-131-0/+4
* Revise the explanation for leaving QTest::qWait() as it isEdward Welbourne2022-01-131-4/+6
* QMetaType: Allow conversion of derived gadget types to their base typesUlf Hermann2022-01-131-5/+11
* Add a few explicit conversions back from intThiago Macieira2022-01-121-1/+1
* QVariant: fix incorrect warning about duplicated alias where there isn'tThiago Macieira2022-01-121-0/+1
* Add Q_FLAG for QEventLoop::ProcessEventsFlagsTor Arne Vestbø2022-01-121-0/+1
* Revert "Implement QTest::qWait() in terms of QTest::qWaitFor()"Michal Klocek2022-01-081-2/+18
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-052-3/+7
* [doc] QCoreApplication::installTranslator() doesn't take ownershipMarc Mutz2022-01-031-0/+2
* wasm: hardcode idealThreadCount for some browsersLorn Potter2021-12-241-1/+5
* wasm: add virtual processWindowSystemEvents()Morten Johan Sørvig2021-12-232-0/+9
* Add QObject::isQuickItemType() for convenienceYuhang Zhao2021-12-232-1/+15
* QVariant: use a typedef name when saving user types to QDataStreamThiago Macieira2021-12-173-6/+49
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-172-48/+18
* Fix INTEGRITY runtime qobject issueTatiana Borisova2021-12-161-1/+1
* wasm: implement socket notifier supportMorten Johan Sørvig2021-12-152-4/+145
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-122-46/+102
* Implement QTest::qWait() in terms of QTest::qWaitFor()Edward Welbourne2021-12-091-18/+2
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-062-15/+2
* QObject: Q_ASSERT the object type before calling a PMFThiago Macieira2021-11-272-5/+36
* Long live Q_GADGET_EXPORT!Marc Mutz2021-11-272-7/+37
* QObject: don't #include qproperty.hMarc Mutz2021-11-231-2/+2
* qapplicationstatic.h: fix syncqt warningMarc Mutz2021-11-231-1/+1
* Remove unneeded int conversions in qmetatype.hKai Köhne2021-11-191-9/+9
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-182-0/+200
* Android: check if objectClass() is not null in registerNativeMethods()Assam Boudjelthia2021-11-151-3/+4
* 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