summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: enable androiddeployqt to get the host's rcc binary pathAssam Boudjelthia2020-08-282-3/+26
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-2833-104/+105
* Android: add option to get app arguments with AndroidManifest.xmlAssam Boudjelthia2020-08-283-1/+13
* qnetconmon: Downgrade Warning to DebugMårten Nordheim2020-08-281-1/+1
* Remove "internal" parameter in QTextLine::draw()Jonas Karlsson2020-08-282-6/+13
* Use OpenType font weightsJonas Karlsson2020-08-2821-107/+219
* Linux: Fix QLabel content truncated under high dpiChen Bin2020-08-281-1/+1
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-282-43/+43
* Improve connect: Use existing metatypes if possibleFabian Kosmale2020-08-283-15/+38
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-275-17/+15
* Add QOffScreenSurface platform API abstractionAssam Boudjelthia2020-08-2715-111/+319
* Remove obsolete ### Qt 6 commentVolker Hilsheimer2020-08-271-2/+0
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-2711-17/+19
* macOS: fix standaloneMonthName implementation for system localeVolker Hilsheimer2020-08-271-5/+23
* Redo QNetworkAccessBackend and various cleanups around itMårten Nordheim2020-08-2717-464/+796
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-2717-4221/+2
* Pass QByteArrayView by valueLars Knoll2020-08-272-5/+5
* Inline the equality operatorLars Knoll2020-08-272-13/+8
* Make QUUid constructors from string like types explicitLars Knoll2020-08-271-3/+3
* Fix build without features.animationTasuku Suzuki2020-08-281-1/+1
* Change QByteArray to handle large arraysLars Knoll2020-08-2710-221/+212
* Update allocation interface of QArrayDataPointerAndrei Golubev2020-08-273-8/+11
* Make *ArrayOps::createInPlace protectedAndrei Golubev2020-08-271-5/+12
* Support GrowsBackwards prepend in QListAndrei Golubev2020-08-271-12/+10
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-272-52/+449
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-274-13/+104
* Fix subtle issue in tst_qtablewidgetAndrei Golubev2020-08-271-1/+1
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-274-13/+13
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-272-20/+43
* QLayout::indexOf: redo implementationGiuseppe D'Angelo2020-08-262-14/+14
* Make QPaintDevice::devicePixelRatio() return qrealMorten Johan Sørvig2020-08-262-4/+4
* QColumnView: replace QItemDelegate with QStyledItemDelegatePeng Wenhao2020-08-262-10/+7
* Remove ### Qt 6 commentVolker Hilsheimer2020-08-264-4/+0
* Move the QPalette::resolveMask into the privateVolker Hilsheimer2020-08-262-18/+32
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-269-71/+97
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Remove the alignas() from QVariant::PrivateLars Knoll2020-08-262-4/+5
* Improve license information for libpngKai Koehne2020-08-261-2/+2
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2617-50/+144
* Add note about use of receivedExpose member in QGuiApplicationTor Arne Vestbø2020-08-261-0/+6
* Allow arbitrary baseline shift in QTextCharacterFormatJordi Pujol Foyo2020-08-266-5/+194
* QtConcurrent: Add documentation for runWithPromise()Jarek Kobus2020-08-266-12/+250
* X11: restrict fallback logical DPI to 96 and higherMorten Johan Sørvig2020-08-261-1/+6
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-267-7/+13
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-263-4/+4
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-263-0/+105
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-261-1/+3
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-264-16/+6
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-262-51/+0