summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* QList: update docsIvan Solovev2020-12-081-40/+48
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* QPropertyBindingPrivate: Enable QML engine error handlingFabian Kosmale2020-12-082-2/+25
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-071-13/+12
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* Inline QCollator's QString methods via QStringViewEdward Welbourne2020-12-072-10/+6
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* 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 overflow math functions publicUlf Hermann2020-12-073-235/+374
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-072-2/+15
* QProcess: simplify the logic around _q_processDied()Alex Trotsenko2020-12-064-18/+15
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-061-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-063-49/+71
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-061-21/+57
* QCborStreamReader: move the readStringChunk code to the PrivateThiago Macieira2020-12-051-24/+33
* QByteArray: update documentationIvan Solovev2020-12-052-82/+147
* QString/QByteArray: add missing Q_CHECK_PTRThiago Macieira2020-12-044-0/+20
* Improve the documentation for QElapsedTimer::restart, include unitsAleix Pol2020-12-051-1/+2
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-055-27/+7
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* QList: make an indirect inclusion directGiuseppe D'Angelo2020-12-041-0/+1
* Fix broken link to Zstandard libraryAndreas Buhr2020-12-042-2/+2
* Indicate the limited locale selection in the POSIX backendEdward Welbourne2020-12-041-2/+3
* 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
* Android: Kill calls to deprecated func in API 29Piotr Mikolajczyk2020-12-041-55/+7
* Remove unneeded qatomic_msvc.hChristian Ehrlicher2020-12-044-492/+0
* Dont' return a const ref to QModelIndexLars Knoll2020-12-042-6/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+2
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-043-1/+22
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Fix documentation warnings about QCollator propertyAndreas Buhr2020-12-031-2/+2
* Fix event() chaining in QWinEventNotifierAlex Trotsenko2020-12-031-5/+8
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* QHash: default the argument for the hash calculator helperGiuseppe D'Angelo2020-12-031-1/+1
* QDuplicateTracker: allow usage of qHashGiuseppe D'Angelo2020-12-031-1/+9
* QRE: discourage users from assuming that QRE stores the subjectGiuseppe D'Angelo2020-12-031-0/+10
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QRegularExpression: plaster some [[nodiscard]]Giuseppe D'Angelo2020-12-031-0/+5
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-22/+22
* Add test for qRoundDavid Skoland2020-12-021-0/+8
* Fix QSet::insert documentationAndreas Buhr2020-12-021-1/+1
* Document QMultiHash::clear functionAndreas Buhr2020-12-021-0/+9
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-026-0/+214
* QDuplicateTracker: remove the appendTo && overloadMÃ¥rten Nordheim2020-12-021-8/+1