summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QContiguousCache: Remove redundant conditionWang Yu2021-03-191-3/+1
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-1926-150/+235
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-191-1/+1
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* openssl: fix the build on LinuxShawn Rutledge2021-03-182-1/+5
* Fix compiler warnings in 32-bit buildsRobert Löhning2021-03-171-2/+2
* Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-172-1/+11
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-161-3/+4
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1612-249/+334
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-1642-2468/+3244
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-1/+4
* QOpenGLTexture: Fix typo in enum valueLaszlo Agocs2021-03-152-3/+8
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-151-22/+0
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-141-0/+4
* Doc: Add hyperlink to relevant sectionv6.1.0-beta2Paul Wicking2021-03-121-2/+2
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-126-18/+18
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-111-4/+2
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-111-2/+2
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-111-1/+5
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-102-1/+33
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-081-5/+3
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-072-0/+10
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-071-0/+23
* Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-071-0/+4
* QNetworkInterface/Unix: fix DNS eligibility of global addressesThiago Macieira2021-03-071-7/+8
* Improve docs for Qt Concurrent run with promise modeSona Kurazyan2021-03-051-0/+9
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-0543-243/+215
* Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
* Simplify code, remove redundant conditionWang Yicun2021-03-052-6/+2
* Protect against self-assignment, plug potential memory leakVolker Hilsheimer2021-03-051-0/+4
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-051-0/+1
* Convert QDtls classes to the new plugin-based designTimur Pocheptsov2021-03-0411-278/+749
* QLabel: simplify createStandardContextMenuVolker Hilsheimer2021-03-041-7/+6
* Don't access moved-from objectVolker Hilsheimer2021-03-041-7/+6
* Add nullptr checks to QGraphicsView classesVolker Hilsheimer2021-03-042-19/+23
* QGraphicsWidget: Check for nullptrs in focus chain handlingVolker Hilsheimer2021-03-041-2/+4
* QGraphicsWidget: don't dereference nullptrVolker Hilsheimer2021-03-041-1/+1
* QMetaType::create: don't leak memory if copy can't be madeVolker Hilsheimer2021-03-041-1/+1
* QHostInfo: simplify assignment operatorVolker Hilsheimer2021-03-041-4/+5
* Don't access data in moved-from objectVolker Hilsheimer2021-03-031-2/+2
* QSsl: fix UB pointer useTimur Pocheptsov2021-03-022-7/+7
* Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-7/+3