summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QWinRegistryKey: Fix how we handle the default value, take 2Yuhang Zhao2022-10-281-4/+5
* QString: return early in remove() if any precondition is falseAhmad Samir2022-10-281-8/+9
* QString: in remove() use d->erase() for all code pathsAhmad Samir2022-10-281-2/+2
* qlogging: avoid C-style castsJohannes Kauffmann2022-10-281-5/+5
* QStringConverter/AVX2: fix build with MSVC 2022Thiago Macieira2022-10-261-1/+1
* Doc: Fix typo in container documentationPaul Wicking2022-10-261-1/+1
* QOperatingSystemVersion: Change since-version for Ventura to 6.4Mårten Nordheim2022-10-261-1/+1
* Bootstrap: fix MinGW build with -maesThiago Macieira2022-10-251-0/+4
* QLocale: merge the code for some system locale queriesThiago Macieira2022-10-252-42/+31
* Use CMAKE_MESSAGE_CONTEXT for Better CMake Output MessagesAmir Masoud Abdol2022-10-251-6/+6
* QOperatingSystemVersion: Test Qt7 path in bootstrap buildsMårten Nordheim2022-10-252-3/+5
* QOperatingSystemVersion: Add macOS Ventura (13.0)Mårten Nordheim2022-10-252-0/+8
* Remove the Unnecessary CMake Module, `include(CMakeParseArguments)`Amir Masoud Abdol2022-10-251-2/+0
* Specify source and build directory explicitly for multi-ABI external projectsAlexey Edelev2022-10-251-1/+5
* Use consteval in QT_PROPERTY_DEFAULT_BINDING_LOCATIONPatrick Stewart2022-10-251-1/+7
* Make the `PREFIX` Parameter of the `qt_add_resources` OptionalAmir Masoud Abdol2022-10-252-5/+6
* qfilesystemengine: port to qsizetypeJohannes Kauffmann2022-10-251-3/+3
* qlogging: use qsizetype to fix Wconversion warningsJohannes Kauffmann2022-10-251-8/+8
* Move install paths from CoreConfigExtras.cmake to a separate fileAlexey Edelev2022-10-253-17/+24
* Use the correct way to check for AsyncifyMikolaj Boc2022-10-251-2/+4
* QProperty: Update documentation to reflect eager evaluationFabian Kosmale2022-10-251-159/+182
* Replace `arg_BIG_RESOURCES` with `rcc_BIG_RESOURCES`Amir Masoud Abdol2022-10-251-4/+4
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-1/+1
* QString: use '\0' instead of 0Ahmad Samir2022-10-231-1/+1
* Emit aboutToQuit from QCoreApplication::exit() instead of execCleanup()Tor Arne Vestbø2022-10-231-4/+6
* Fix the workaround in ~QWasmOpenGLContextMikolaj Boc2022-10-211-2/+4
* Android: fix include statement for Android Extras classesAssam Boudjelthia2022-10-211-0/+6
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-2153-141/+141
* QWinRegistryKey: fix assert when querying default valueYuhang Zhao2022-10-211-2/+3
* Layouts docs: pass parent widget in the ctorAhmad Samir2022-10-212-9/+6
* QLibrary: fix loading multiple versions of a libraryThiago Macieira2022-10-201-5/+9
* Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-201-1/+2
* QOperatingSystemVersion: add new Win10 versionYuhang Zhao2022-10-202-0/+8
* Fix duplicated words in documentationMårten Nordheim2022-10-192-3/+3
* Make qt_mac_ensureResponsible QT_BUILD_INTERNAL and Q_AUTOTEST_EXPORTTor Arne Vestbø2022-10-192-1/+7
* Apply Q_FLAG to flag type instead of enum typeFabian Kosmale2022-10-191-2/+2
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-2/+4
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-193-0/+59
* Correct handling of month-lengths in QDateTimeParserEdward Welbourne2022-10-181-6/+11
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-171-2/+3
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-33/+32
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"Mårten Nordheim2022-10-171-11/+1
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-50/+118
* QHash: simplify HashSeedStorage::initialize()Marc Mutz2022-10-161-3/+2
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1524-49/+68
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4