summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-101-0/+6
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0911-20/+210
* 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
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* 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
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* 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