summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QMetaEnum: write "proper code"Marc Mutz2021-08-231-27/+31
* QMetaEnum: avoid quadratic behavior in valueToKeys()Marc Mutz2021-08-211-5/+33
* QMetaEnum: stop playing ping-pong with *okMarc Mutz2021-08-181-6/+2
* QMetaEnum: stop parsing when an invalid key is foundMarc Mutz2021-08-161-1/+1
* QVariant: Tolerate QObject* metatypes without QMetaObjectUlf Hermann2021-08-101-3/+5
* QMetaStringTable: disable copy and moveMarc Mutz2021-08-101-0/+1
* QCoreGlobalData: use QHash, not QMap, for dirSearchPathsMarc Mutz2021-08-061-2/+1
* QMetaTypeFunctionRegistry: avoid double-lookup in insertIfNotContains()Marc Mutz2021-08-041-2/+4
* QProperty: Only try to avoid TLS access if currentThreadId is fasterFabian Kosmale2021-08-041-1/+9
* QProperty: Avoid needlessly refetching bindingStatusFabian Kosmale2021-08-042-9/+12
* QProperty: more micro optimizationFabian Kosmale2021-08-042-40/+60
* QProperty: Force inlining of addObserverFabian Kosmale2021-08-041-1/+1
* Pass QBindingStatus to evaluateBindingsFabian Kosmale2021-08-042-12/+11
* QProperty: micro optimizationsFabian Kosmale2021-08-042-3/+8
* Avoid superfluous QBindingStoragePrivate::get callFabian Kosmale2021-08-041-1/+3
* Avoid TLS access for groupUpdateDataFabian Kosmale2021-08-044-7/+23
* QProperty: Avoid TLS lookup if we are in the same threadFabian Kosmale2021-08-044-1/+18
* QMetaType: auto-unregister converters and mutable views againMarc Mutz2021-08-041-8/+37
* Pass QDeadlineTimer by value in runOnAndroidMainThread()Assam Boudjelthia2021-08-011-4/+2
* Remove app permission API from QCoreApplicationAssam Boudjelthia2021-07-304-282/+0
* QPrivateSlotBase: add empty base class optimizationMarc Mutz2021-07-291-5/+30
* QSlotObjectBase: document relation between m_impl and Operation betterMarc Mutz2021-07-291-1/+4
* QUuid: port fromRfc4122() to QByteArrayViewMarc Mutz2021-07-281-2/+2
* QEventDispatcher: Remove code dealing with Windows < 10Mårten Nordheim2021-07-281-13/+1
* Deduplicate offset calculation in QMetaObjectBuilderIvan Tkachenko2021-07-271-1/+1
* macOS: Add helper function to check whether we're running under RosettaTor Arne Vestbø2021-07-272-0/+11
* Move Android implementation of permissions API to QtAndroidPrivateTor Arne Vestbø2021-07-262-302/+0
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-232-15/+12
* Android: stop making throwing promisesGiuseppe D'Angelo2021-07-221-25/+1
* Simplify the application permission APIAssam Boudjelthia2021-07-193-66/+66
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-3/+2
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+1