summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+1
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* QList: update docsIvan Solovev2020-12-091-40/+48
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-081-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-071-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-083-49/+71
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-081-21/+57
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3