summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SQLite: Update to 3.35.2Andy Shaw2021-03-203-4599/+7020
* Merge "CMake: Get rid of the Core_versiontagging object library"Alexandru Croitor2021-03-191-17/+4
|\
| * CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-191-17/+4
* | Properly set ICC and QCCNiclas Rosenvik2021-03-191-2/+2
|/
* Merge "Set QT_DEFAULT_MKSPEC for various bsd systems"Niclas Rosenvik2021-03-191-0/+10
|\
| * Set QT_DEFAULT_MKSPEC for various bsd systemsNiclas Rosenvik2021-03-191-0/+10
* | Merge "Suppress warning (MSVC, C4250)"Timur Pocheptsov2021-03-192-1/+11
|\ \
| * | Suppress warning (MSVC, C4250)Timur Pocheptsov2021-03-192-1/+11
| |/
* | Merge "paintengine: improve error handling"Eirik Aavitsland2021-03-191-2/+2
|\ \
| * | paintengine: improve error handlingEirik Aavitsland2021-03-191-2/+2
* | | Merge "qmake: Improve error message when detecting macOS platform SDK upgrade"Tor Arne Vestbø2021-03-192-4/+11
|\ \ \ | |_|/ |/| |
| * | qmake: Improve error message when detecting macOS platform SDK upgradeTor Arne Vestbø2021-03-192-4/+11
* | | Merge "tst_bench_qmetaobject: Fix test"Fabian Kosmale2021-03-191-3/+4
|\ \ \ | |_|/ |/| |
| * | tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* | | Merge "Consistently check for nullptr in QGraphicsTextItem::inputMethodQuery"Volker Hilsheimer2021-03-191-8/+10
|\ \ \
| * | | Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
| |/ /
* | | Merge "CMake: Make Platform a dependency for all Qt internal targets"Alexandru Croitor2021-03-193-3/+3
|\ \ \ | |_|/ |/| |
| * | CMake: Make Platform a dependency for all Qt internal targetsAlexandru Croitor2021-03-193-3/+3
* | | Merge "Tests: Clarify the course of actions when touching tst_toolsupport"hjk2021-03-191-0/+4
|\ \ \ | |_|/ |/| |
| * | Tests: Clarify the course of actions when touching tst_toolsupporthjk2021-03-191-0/+4
* | | Merge "rhi: Make it possible to clone a QRhiRenderPassDescriptor"Laszlo Agocs2021-03-1913-64/+191
|\ \ \ | |_|/ |/| |
| * | rhi: Make it possible to clone a QRhiRenderPassDescriptorLaszlo Agocs2021-03-1913-64/+191
* | | Merge "Improve the sample code"Fan PengCheng2021-03-191-1/+6
|\ \ \ | |_|/ |/| |
| * | Improve the sample codeFan PengCheng2021-03-191-1/+6
| |/
* / QSql/MariaDB/MySQL: use utf-8 as encoding for username and passwordChristian Ehrlicher2021-03-191-29/+20
|/
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-184-66/+96
* QAbstractSocket: fake a bind(QHostAddress::SpecialAddress)Thiago Macieira2021-03-185-0/+40
* QDial: use qRound to roundVolker Hilsheimer2021-03-182-14/+39
* Merge "QAsn1Element: Avoid overflow in QAsn1Element::toInteger"Robert Löhning2021-03-181-2/+3
|\
| * QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* | Merge "Triangulator: Ensure all members are initialized"Eirik Aavitsland2021-03-181-5/+8
|\ \
| * | Triangulator: Ensure all members are initializedEirik Aavitsland2021-03-181-5/+8
| |/
* | QTzTimeZonePrivate: provide correct data for before the first transitionEdward Welbourne2021-03-182-14/+24
* | Extend system zone test to check it matches LocalTimeEdward Welbourne2021-03-181-0/+15
|/
* Merge "Don't combine enum values from different enum types"Volker Hilsheimer2021-03-181-2/+2
|\
| * Don't combine enum values from different enum typesVolker Hilsheimer2021-03-181-2/+2
* | Merge "Add documentation on how to write a value to a bindable property"Andreas Buhr2021-03-181-0/+52
|\ \
| * | Add documentation on how to write a value to a bindable propertyAndreas Buhr2021-03-181-0/+52
| |/
* | Merge "rhi: Make unreleased resource warnings available in release builds"Laszlo Agocs2021-03-181-4/+7
|\ \
| * | rhi: Make unreleased resource warnings available in release buildsLaszlo Agocs2021-03-181-4/+7
* | | Merge "macOS: Don't draw scrollbar handle when there is no range"Andy Shaw2021-03-181-1/+1
|\ \ \ | |_|/ |/| |
| * | macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-181-1/+1
| |/
* | Merge "Rename QList test to something meaningful"Andrei Golubev2021-03-181-2/+2
|\ \
| * | Rename QList test to something meaningfulAndrei Golubev2021-03-181-2/+2
| |/
* | Merge "Stop using QSslConfigurationPrivate inside the plugin code"Timur Pocheptsov2021-03-1812-249/+334
|\ \
| * | Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-1812-249/+334
| |/
* / Disable two tests in tst_QAccessibility on WaylandEskil Abrahamsen Blomfeldt2021-03-181-0/+6
|/
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15
* QPainterPath: plug memory leakGiuseppe D'Angelo2021-03-171-12/+3
* Merge "QSqlError: protect against self-assignment"Volker Hilsheimer2021-03-173-2/+10
|\