summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-12-032-3/+33
* Fix QTranslator::load() search order not following uiLanguages orderKarsten Heimrich2020-12-031-25/+9
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QDuplicateTracker: remove the appendTo && overloadMÃ¥rten Nordheim2020-12-021-8/+1
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* QLatin1String: documentation updatesIvan Solovev2020-12-021-61/+246
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-023-9/+36
* Fix link to qHash documentationVolker Hilsheimer2020-12-021-1/+1
* Fix links to Application ExampleVolker Hilsheimer2020-12-021-1/+1
* Silence code checker warningsLars Knoll2020-12-011-2/+3
* CMake: Allow WIN32 and MACOSX_BUNDLE arguments for qt6_add_executableCristian Adam2020-12-011-0/+1
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* Add a note about where to declare the streaming operatorsLars Knoll2020-12-011-1/+2
* Fix documentation of QMetaType::TypeFlagAndreas Buhr2020-12-011-1/+1
* CMake: don't add empty QT_ANDROID_APPLICATION_ARGUMENTS to JsonAssam Boudjelthia2020-12-011-2/+4
* Fix qdoc warning about unknown commandsAndreas Buhr2020-12-011-3/+3
* CMake: fix indentations in Qt6AndroidMacros.cmakeAssam Boudjelthia2020-12-011-11/+8
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-011-1/+1
* Discourage the foreach keywordOle-Morten Duesund2020-12-012-63/+110
* Bump the type info version in qhooks.cppLars Knoll2020-12-011-1/+1
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-014-27/+36
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-012-28/+40
* CMake: Re-generate project files in srcJoerg Bornemann2020-12-011-3/+1
* CMake: Fix resource object file paths in prl files for prefix buildsAlexandru Croitor2020-11-301-0/+11