summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-0113-396/+372
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-281-0/+1
* QIcon::setIsMask: don't dereference nullptrVolker Hilsheimer2021-02-281-2/+2
* Assert that QWidgetPrivate::create creates a windowVolker Hilsheimer2021-02-281-0/+1
* Improve docs for QFuture::then() with contextSona Kurazyan2021-02-262-0/+21
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-261-0/+4
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-262-6/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-262-9/+11
* QEventDispatcherWin32: get rid of the hook procedureAlex Trotsenko2021-02-262-30/+9
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-02-2520-1726/+540
* QProcess::startDetached/Unix: report which function failedThiago Macieira2021-02-241-30/+42
* QProcess::startDetached/Unix: simplify handling of the pipesThiago Macieira2021-02-241-21/+26
* Assert that setCurrentAnimation has the assumed side effectVolker Hilsheimer2021-02-251-1/+3