summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* macOS: Notify socket notifier on connection error6.0Morten Johan Sørvig2021-07-021-3/+11
* QVarLengthArray: fix aliasing error in insert(it, n, v)Marc Mutz2021-06-281-1/+1
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-191-2/+20
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-173-24/+17
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-035-1078/+1075
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* fix: The QtStartUpFunction function may be called repeatedlyJiDe Zhang2021-04-281-1/+9
* Doc: Remove mention of no longer supported formatv6.0.4Paul Wicking2021-04-271-3/+1
* Change QList's insert() and emplace() to always invalidate [pos, end())Andrei Golubev2021-04-271-107/+114
* Do not shift the data pointer when removing all elements from QListAndrei Golubev2021-04-271-5/+7
* Resurrect data moves in QListAndrei Golubev2021-04-276-83/+307
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-273-18/+19
* Fix build error on iOS with the configure option -qtnamespaceLars Schmertmann2021-04-272-3/+9
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-242-8/+13
* Do not access internal allThreads data unlockedAllan Sandfeld Jensen2021-04-231-0/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-201-3/+5
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Unicode: fix the extended grapheme cluster algorithmGiuseppe D'Angelo2021-04-193-6292/+6462
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* QMultiHash: Fix docFabian Kosmale2021-04-161-3/+2
* Don't parse XML symbols longer than 4096 charactersAllan Sandfeld Jensen2021-04-161-0/+5
* Doc: Fix various documentation issuesTopi Reinio2021-04-162-4/+11
* Make POSIX transition rule parser more robustEdward Welbourne2021-04-141-14/+29
* Add missing compile definitions to the resource object libraryAlexey Edelev2021-04-141-0/+3
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-7/+7
* Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-04-121-7/+15
* Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-081-1/+4
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-4/+13
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-251-1/+5
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-201-17/+4
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-171-3/+4
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+4
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-061-0/+23
* Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
* QJsonObject: Fix operator<=()Ulf Hermann2021-02-181-1/+1
* Correct qt_mktime()'s check for last second in 1969Edward Welbourne2021-02-181-1/+1
* Remove the corelib_add_mimetypes_resources call for the Core libraryAlexey Edelev2021-02-161-1/+0
* Mark QPropertyAlias as internalFabian Kosmale2021-02-161-0/+2
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-3/+19
* Restore pre-Qt6 QList::fill() behaviorAndrei Golubev2021-02-111-1/+4
* CMake: always pass QT6_INSTALL_PREFIX to androiddeployqtAssam Boudjelthia2021-02-111-5/+2
* Fix typo in android APK generation logAlex Blasche2021-02-101-1/+1