summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-224-41/+86
|\
| * Simplify and relax UTF-8 locale override machinery for DarwinEdward Welbourne2023-03-101-6/+16
| * QCoreApplication::initLocale(): Improve warning on failureEdward Welbourne2023-03-101-8/+18
| * Tidy up QCoreApplicationPrivate::initLocale()'s #if-eryEdward Welbourne2023-03-101-12/+20
| * macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-071-0/+8
| * Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-071-4/+4
| * Use case-insensitive comparison to compare codec with UTF-8 and utf8Edward Welbourne2023-02-031-1/+1
| * Restore Android-conditioning on nl_langinfo() definitionEdward Welbourne2023-01-271-8/+10
| * QObject: stronger warning about isSignalConnected and threadsVolker Hilsheimer2022-11-281-13/+20
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-038-33/+42
|\|
| * Fix typo in documentation for QVariant::nameToTypeNicolas Fella2022-11-251-1/+1
| * QMetaType: Document the default ctorMårten Nordheim2022-11-051-0/+7
| * QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
| * QVariant/Doc: expand what toList & toMap conversions may succeedThiago Macieira2022-10-111-5/+14
| * Document that QSharedMemory requires -feature-ipc_posix on Mac App StoreTor Arne Vestbø2022-10-111-0/+6
| * qcore_mac_p.h: compile-optimize inline swap functionsMarc Mutz2022-10-111-6/+6
| * normalizeTypeFromSignature: Update for Clang 13Martin Storsjö2022-10-071-2/+1
| * Include QVariantPair in documentation of QMetaType::TypeEdward Welbourne2022-09-272-1/+2
| * QVariant: do allow non-default-constructible typesThiago Macieira2022-09-161-1/+1
| * Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-163-18/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-6.2.6' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-03-0114-190/+121
|\ \
| * | QVariant: do allow non-default-constructible typesThiago Macieira2022-09-161-1/+1
| |/
| * QCoreGlobalData: removeMarc Mutz2022-09-112-135/+0
| * QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-09-111-2/+7
| * QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-09-111-5/+11
| * QVariant: Avoid crash when constructed from unsuitable metatypeFabian Kosmale2022-09-091-3/+10
| * QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-09-042-0/+11
| * Doc: Update QMetaType::metaObject() descriptionsMike Trahearn2022-09-031-11/+13
| * Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
| * Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-202-3/+3
| * Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-181-16/+6
| * darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-181-4/+0
| * Avoid misleading bindingStatusAllan Sandfeld Jensen2022-08-114-4/+5
| * Fix race conditions in moveToThreadFabian Kosmale2022-08-111-1/+1
| * QProperty: fix threading issuesFabian Kosmale2022-08-116-5/+55
| * Fix build with the disabled 'translation' featureAlexey Edelev2022-08-101-1/+1
| * Fix compiler warning caused by comparing a decltype to nullptrAxel Spoerl2022-07-131-1/+1
| * QMimeData: fix the usage of a deprecated functionIvan Solovev2022-07-121-3/+1
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-24136-2921/+2921
|/
* Update commercial license headersTarja Sundqvist2022-06-21136-2921/+2921
* QMetaType: use explicit load/store operations on QBasicAtomicIntThiago Macieira2022-06-181-4/+4
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-1/+1
* AppleUnifiedLogger: Remove manually managed os_log_t cacheTor Arne Vestbø2022-06-031-24/+1
* QMimeData: return null string for null byte arrayLiang Qi2022-06-031-0/+2
* QMetaType: disable conversion from smart pointer<const QObject>Giuseppe D'Angelo2022-06-031-1/+1
* macOS: Try to get SIP configuration via private syscall if possibleTor Arne Vestbø2022-06-031-4/+15
* QCoreApplication/QPostEventList: fix int/qsizetype mismatchesMarc Mutz2022-06-031-13/+13
* QCoreApplication: port some indexed to ranged for loopsMarc Mutz2022-06-031-10/+6
* Fix data race in QObject::moveToThread()Marc Mutz2022-06-031-1/+1
* qobject_p.h: remove unused qreadwritelock.h includeMarc Mutz2022-06-032-1/+1