summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QString: split some code from insert() overloads to a static helperAhmad Samir2023-02-091-37/+38
* QString: refactor two insert overloadsAhmad Samir2023-02-091-24/+28
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-094-6/+99
* Expose files locating in QT_ANDROID_PACKAGE_SOURCE_DIR to IDEAlexey Edelev2023-02-091-0/+26
* Reset the _qt_expects_finalization flagAlexey Edelev2023-02-091-0/+1
* CMake: Fix directory scoping issue for qt6_generate_deploy_scriptJoerg Bornemann2023-02-091-0/+7
* QVarLengthArray: use new q20::construct_at instead of raw placement newMarc Mutz2023-02-091-9/+9
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-7/+8
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-082-2/+100
* QProperty: Remove recursive notify logicFabian Kosmale2023-02-082-37/+12
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-081-16/+18
* Deprecate QPropertyAliasFabian Kosmale2023-02-083-2/+19
* Avoid potential data races caused by qt_ntfs_permission_lookupMate Barany2023-02-085-3/+105
* Qt::Appearance: don't assign values to enumeratorsMarc Mutz2023-02-081-3/+3
* Deprecate QTypeInfo::isPointer and isIntegralGiuseppe D'Angelo2023-02-081-10/+10
* macOS: Skip deployment target runtime check when detecting compat versionTor Arne Vestbø2023-02-071-0/+8
* permissions: Replace deprecated location permission usage keyTor Arne Vestbø2023-02-083-8/+23
* Fix proxy-data handlingFabian Kosmale2023-02-073-4/+23
* Rename Qt CMake policies argument namesAmir Masoud Abdol2023-02-072-18/+18
* Use QtMiscUtils hex/oct-related helpersAhmad Samir2023-02-074-29/+18
* QtMiscUtils: add some more character helpersAhmad Samir2023-02-0714-102/+111
* Update CLDR to v42Mate Barany2023-02-078-5404/+5681
* Add/enable Alpha detectionPino Toscano2023-02-072-3/+6
* Use qt_winrtbase_p.h workaround in more placesYuhang Zhao2023-02-071-2/+4
* QMetaObject: Fix version check for deprecated methodsFabian Kosmale2023-02-072-2/+4
* iOS: Disallow upgrading QLocationPermission::WhenInUse to AlwaysTor Arne Vestbø2023-02-071-6/+14
* iOS: Report PermissionStatus::Denied when detecting accuracy mismatchTor Arne Vestbø2023-02-071-1/+1
* Make qt6_extract_metatypes respects the AUTOGEN_BUILD_DIR, if setAmir Masoud Abdol2023-02-071-3/+16
* QDir::entryList: don't fill a QFileInfo cache if we just want namesDavid Faure2023-02-072-8/+20
* CMake: Warn about double qt6_finalize_target for plugins and libsJoerg Bornemann2023-02-071-10/+11
* Include QLocale::system() in matchingLocales() return listMate Barany2023-02-061-0/+9
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2023-02-065-12/+12
* Use std::exchange in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-3/+1
* Fix narrowing in Qt::endPropertyUpdateGroup()Marc Mutz2023-02-051-4/+4
* QCalendarBackend: de-duplicate some codeAhmad Samir2023-02-041-78/+29
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-035-53/+86
* Call _tzset() before localtime_s() in qtLocalTime()Edward Welbourne2023-02-031-4/+6
* q20::construct_at(): fix various issuesMarc Mutz2023-02-021-6/+10
* Q_APPLICATION_STATIC: add missing std::launder()Marc Mutz2023-02-021-2/+4
* QtCore: Disambiguate static variablesFriedemann Kleint2023-02-028-15/+19
* QMimeDatabase: don't stat() something that isn't a local fileThiago Macieira2023-02-022-24/+26
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-022-108/+48
* Apple: Detect missing bundle identifier when using location permissionsTor Arne Vestbø2023-02-021-0/+7
* Revert "Revert "Add support for MultiABI with custom install dir of the andro...Alexey Edelev2023-02-022-37/+101
* Fix analog clock example to adhere to guidelinesJan Arve Sæther2023-02-021-1/+1
* Correct an inaccurate comment in inDateTimeRange()Edward Welbourne2023-02-021-1/+2
* moc: Allow calling ctors on pre-allocated dataUlf Hermann2023-02-022-1/+3
* QtMiscUtils: replace uint args with char32_tAhmad Samir2023-02-021-6/+6
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Q*Permission: un-Q_GADGET classes w/o Q_ENUMsMarc Mutz2023-02-021-3/+3