summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-021-7/+13
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-021-221/+224
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-021-1/+1
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-011-2/+2
* QJsonObject::take: add missing detach() callThiago Macieira2021-01-271-0/+1
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Extend alignment of QArrayData to std::max_align_t in allocationAndrei Golubev2021-01-261-7/+16
* QMimeDatabase/xml: support both 'xmlstarlet' and 'xml' for minifying XMLKai Köhne2021-01-251-0/+4
* Hold references to zone IDs alive during useEdward Welbourne2021-01-211-2/+8
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-212-3/+52
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-01-201-1/+2
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-202-2/+5
* Add missing since to QEvent::copy docsNicolas Fella2021-01-191-0/+1
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-01-192-15/+24
* Doc: Clarify setLibraryPaths behaviorPaul Wicking2021-01-191-3/+4
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-161-1/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-162-19/+20
* QCache: when overwriting, store the new cost instead of the deltaMårten Nordheim2021-01-141-1/+2
* CMake: Fix build with GCC and ltcgChristophe Giboudeaux2021-01-131-13/+18
* Doc: Generalize timer docsKai Köhne2021-01-111-3/+3
* Doc: Add partial documentation for CMake API (tech preview)Craig Scott2021-01-114-1/+601
* QDir/QFileInfo: add doc notes about paths starting with ':'Ahmad Samir2021-01-082-7/+27
* QProperty docs: update macro nameAndreas Buhr2021-01-081-4/+5
* Fix segmentation fault in QObject::dumpObjectInfoAndreas Buhr2021-01-071-1/+1
* Doc: Improve QMap, QMultiMap descriptionKai Köhne2021-01-062-4/+2
* Change QLineF::setLength() to work whenever length() is non-zeroEdward Welbourne2021-01-062-11/+11
* Doc: Use correct include for QtFuture namespacePaul Wicking2021-01-061-0/+1
* android: Generate deployment settings file with correct qml-import-pathsCraig Scott2021-01-061-2/+7
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+3
* Update shared-mime-info to the 2.1 release, adjust implementationDavid Faure2021-01-054-7050/+8878
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2021-01-041-25/+17
* XmlStringRef: remove operator<=>Giuseppe D'Angelo2021-01-041-6/+0
* CMake: Prefer canonical CMAKE_ANDROID_NDK var when writing deploy fileCraig Scott2021-01-041-1/+1
* QProcess/Win: handle more errors in openChannel()Alex Trotsenko2020-12-301-40/+46
* QRegularExpression: mention raw string literal in the docsAhmad Samir2020-12-282-0/+18
* Add test creating QDateTime in double-DST gap in 1947 GermanyAndreas Buhr2020-12-241-0/+3
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2020-12-221-0/+2
* CMake: Use host variables instead of hardcoded directoriesAlexey Edelev2020-12-211-3/+3
* CMake: Don't rely on versionless commands or targets existingCraig Scott2020-12-211-3/+3
* Fix crash on reallocateAndGrowMichal Klocek2020-12-211-1/+1
* Disallow construction of QPropertyBinding from a propertyFabian Kosmale2020-12-181-5/+1
* QCache: fix updating entries breaking the internal chainMårten Nordheim2020-12-171-4/+5
* Restore previous QDateTime behavior in DST gapAndreas Buhr2020-12-171-3/+3
* QProperty docs: update macro nameIvan Solovev2020-12-171-2/+3
* Move QObjectBindableProperty documentation into snippet fileFabian Kosmale2020-12-172-18/+71
* QString: update documentationIvan Solovev2020-12-172-120/+215
* Add sections about std containers and algorithmsOle-Morten Duesund2020-12-172-0/+72
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33