summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in QMetaPropertyFabian Kosmale2020-06-1111-296/+166
* Qt6: remove support for property flags being functionsLars Knoll2020-06-119-212/+30
* Clean up QMetaEnum codeLars Knoll2020-06-114-61/+55
* QMetaMethod: clean up offset handlingLars Knoll2020-06-115-47/+86
* CMake: Implement workaround for failing linux static buildsAlexandru Croitor2020-06-111-0/+23
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1139-244/+228
* qmake: Support .dll.a import libraries for MinGW builds of QtJoerg Bornemann2020-06-111-1/+20
* CMake: Don't add "d" suffix to MinGW debug librariesJoerg Bornemann2020-06-111-1/+9
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-118-273/+0
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-113-149/+22
* QString: remove remnants of old multiArg()Marc Mutz2020-06-112-63/+0
* CMake: Fix incorrect paths in build instructions messageAlexandru Croitor2020-06-111-4/+4
* CMake: Rename cpp compile check to HAVE_DASH_UNDEFINED_SYMBOLSAlexandru Croitor2020-06-111-3/+3
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-113-8/+48
* Android: fix behovior of right click to not interfere with other clicksAssam Boudjelthia2020-06-111-10/+10
* CMake: Fix installation location of plugins in static builds of QtJoerg Bornemann2020-06-111-4/+3
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-119-1/+68
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-114-0/+17
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* Windows: Fix registry string read failuresFriedemann Kleint2020-06-111-11/+9
* Port QtPrintSupport to QStringViewLars Knoll2020-06-112-2/+2
* Port testlib from QStringRef to QStringViewLars Knoll2020-06-112-2/+2
* Port QtSql from QStringRef to QStringViewLars Knoll2020-06-112-5/+5
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-1115-45/+45
* Port mimetypes away from QStringRefLars Knoll2020-06-117-8/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-117-18/+16
* wasm: fix network POST data corruptionLorn Potter2020-06-112-5/+5
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* Fix QToolButton menus showing on primary screens in multiscreen setupsFriedemann Kleint2020-06-101-1/+2
* Merge QToolTip::showText overloads as per ### Qt 6 commentsVolker Hilsheimer2020-06-102-28/+6
* Clean up special functions for QTextFrame::iteratorVolker Hilsheimer2020-06-102-53/+8
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-102-0/+9
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-1060-185/+85
* Doc: Improve documentation for QLocale::FormatTypeKai Koehne2020-06-102-21/+33
* Long live std::pair!Giuseppe D'Angelo2020-06-1028-500/+93
* QLatin1String: add toString()Marc Mutz2020-06-102-0/+18
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* CMake: Temporary workaround for static top-level Qt buildsAlexandru Croitor2020-06-101-1/+7
* CMake: Don't configure examples by defaultAlexandru Croitor2020-06-101-1/+1
* CMake: Fix dbus duplicate target errors in top-level buildsAlexandru Croitor2020-06-101-1/+4
* Remove the openglextensions moduleEirik Aavitsland2020-06-1012-27335/+3
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-1010-34/+34
* Port QUrl away from QStringRefLars Knoll2020-06-101-9/+9
* Port QMetaObject away from QStringRefLars Knoll2020-06-101-3/+3
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-1012-20/+20
* Remove accidental leftover debug printoutMårten Nordheim2020-06-101-1/+0
* Doc snippets: Use nullptr instead of 0 literalPaul Wicking2020-06-1011-11/+11
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Q(E)SDP: add get()Giuseppe D'Angelo2020-06-102-0/+21