summaryrefslogtreecommitdiffstats
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-112-4/+20
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-111-2/+2
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-112-1/+32
* Android: use libexec path for rcc for Android deployment settings fileAssam Boudjelthia2021-03-111-1/+1
* tst_qguivariant benchmark: Only use valid QMetaTypesFabian Kosmale2021-03-101-2/+5
* tst_bench_qguimetatype: only consider valid metatypesFabian Kosmale2021-03-101-2/+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-103-50/+203
* Make qt_get_module_for_plugin() internal and do what its name saysCraig Scott2021-03-101-12/+7
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-092-1/+17
* configure: Fix error when turning on/off non-emitted featuresJoerg Bornemann2021-03-091-14/+14
* Move syncqt.pl to libexecJoerg Bornemann2021-03-093-6/+2
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-082-1/+27
* High-DPI: Set the minimum scale factor to 1Morten Johan Sørvig2021-03-082-5/+18
* Doc Build: Do not fail if CMakeCache.txt does not existToni Saario2021-03-071-1/+1
* Allow disabling module build and building of tests per moduleToni Saario2021-03-071-2/+8
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-072-0/+6
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-074-0/+50
* 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
* Complete the renaming of qt_add_tool to qt_internal_add_toolJoerg Bornemann2021-03-071-3/+3
* Generate information about user-facing applications in build dirJoerg Bornemann2021-03-075-2/+34
* 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-0544-267/+241
* 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
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* 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
* Stabilize test QMenu::QTBUG_89082_actionTipsHide() on Windows, take 2Friedemann Kleint2021-03-041-3/+5
* 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
* configurejson2cmake: Add library mapping for libmngJoerg Bornemann2021-03-021-0/+1
* 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