summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-072-2/+15
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-061-24/+33
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-054-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-042-2/+2
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-2/+2
* Document QMultiHash::clear functionAndreas Buhr2020-12-041-0/+9
* Do not advise using AUTORCC anymoreKai Koehne2020-12-041-3/+0
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-0442-72/+72
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-033-1/+22
* Dont' return a const ref to QModelIndexLars Knoll2020-12-032-6/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-031-0/+2