summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-1/+8
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+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
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* 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
* doc: Remove dpiawareness command line argumentTor Arne Vestbø2020-12-071-2/+0
* 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
* QSslSocket: Don't call 'transmit' in unencrypted modeMårten Nordheim2020-12-042-1/+4
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* QInputDevice: Parent default keyboard to core app singletonFabian Kosmale2020-12-041-1/+1
* macOS: Make sure that the reserved characters are not escapedAndy Shaw2020-12-041-1/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Fix uic/rcc generating outdated export for Qt for PythonFriedemann Kleint2020-12-042-7/+7
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-2/+2
* QSocks5SocketEngine: fix reference to dangling dataMårten Nordheim2020-12-041-1/+5
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* 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
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-041-0/+5
* QPushButton: fix support of style sheet rule for text alignmentXiang Xiaojun2020-12-041-2/+4
* QTestLib: allow for non-zero values in env variablesGiuseppe D'Angelo2020-12-042-2/+16
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-04119-237/+237
* Fix documentation of QStringTokenizerAndreas Buhr2020-12-032-12/+28
* Remove non-existent function QApplication::desktop() from docsAndreas Buhr2020-12-031-1/+0
* CMake: Improve long paths handling for static buildsAlexey Edelev2020-12-031-1/+8
* uic: Do not generate QDockWidget::AllDockWidgetFeatures into codeFriedemann Kleint2020-12-031-1/+6
* 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
* Avoid signed overflow in mocFabian Kosmale2020-12-031-1/+9
* 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
* Android: print tailored warning if qml dependency path is a dirAssam Boudjelthia2020-12-031-0/+6
* Adjust the format of code blocks in function mouseReleaseEventQiang Li2020-12-031-1/+1
* QDuplicateTracker: remove the appendTo && overloadMårten Nordheim2020-12-021-8/+1
* Http2: don't call ensureConnection when there's no request availableMårten Nordheim2020-12-021-1/+3