summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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