summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+11
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-156-94/+102
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-132-24/+64
* Move IsSequentialContainer tagging to the appropriate macroArno Rehn2021-07-121-10/+13
* QObject: make new-style-connects SFINAE-friendlyMarc Mutz2021-07-121-2/+8
* Fix qt_error_string() and QSystemError::string's lack of i18nThiago Macieira2021-07-081-2/+7
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Fix binding functor addressing in QPropertyAndrei Golubev2021-07-051-2/+3
* macOS: Notify socket notifier on connection errorMorten Johan Sørvig2021-07-021-3/+11
* Re-apply "Remove old Android code that have now has alternative public APIs"Assam Boudjelthia2021-07-014-2900/+3
* Doc: Add QEvent::Quit to the list of enum valuesVenugopal Shivashankar2021-07-011-0/+1
* Remove temporary alias with typo to corrected PermissionTypeEdward Welbourne2021-07-011-3/+0