summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-274-72/+710
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-276-34/+262
* Fix subtle issue in tst_qtablewidgetAndrei Golubev2020-08-271-1/+1
* Mark some Qt namespace enum members properly as deprecatedEdward Welbourne2020-08-275-14/+13
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-273-20/+57
* 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-2615-85/+122
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Remove the alignas() from QVariant::PrivateLars Knoll2020-08-262-4/+5
* cmake: Fix generation of third-party attributesKai Koehne2020-08-261-1/+1
* cmake: Fix building documentation on WindowsKai Koehne2020-08-261-6/+6
* Improve license information for libpngKai Koehne2020-08-261-2/+2
* headersclean: Check for all-W3 MSVC warningsKai Koehne2020-08-262-13/+2
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2620-51/+190
* 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-2612-14/+20
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-265-8/+30
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-264-0/+106
* Synchronize QEventDispatcherWin32::processEvents() with QCoreApplicationAlex Trotsenko2020-08-262-1/+29
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Don't skip QFileDialog retranslatability test on macOSVolker Hilsheimer2020-08-261-3/+0
* Smart pointers: port to explicit operator boolGiuseppe D'Angelo2020-08-264-16/+6
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-263-61/+0
* QXmlString::size(): Change return type to qsizetypeMarcel Krems2020-08-261-1/+1
* QStandardPaths/Unix: improve the XDG_RUNTIME_DIR creation/detectionThiago Macieira2020-08-253-106/+321
* Android: Fix building apps when Qt is configured with one ABIAlexandru Croitor2020-08-263-3/+29
* Android: Fix make check to work for single ABI Qt for Android buildsAlexandru Croitor2020-08-261-1/+1
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-263-14/+42
* Properly free m_mtdev when mtdev_open() returns an errorSteffen Kieß2020-08-261-0/+1
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* Fix warning from unused parameterVolker Hilsheimer2020-08-261-0/+1
* Android: Fix currentThreadId to work on Android emulatorAlexandru Croitor2020-08-261-2/+2
* QRegularExpression: code tidiesGiuseppe D'Angelo2020-08-261-6/+2
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-252-3/+49
* Cleanup QTypeInfoLars Knoll2020-08-2616-167/+62
* Port headersclean check to CMakeKai Koehne2020-08-255-0/+149
* Android: split arguments passed to the main appAssam Boudjelthia2020-08-251-1/+2
* Port QSet to qsizetypeUlf Hermann2020-08-252-7/+7
* Document the QAbstractFileIconProvider::IconType enumVolker Hilsheimer2020-08-251-7/+8
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-2525-136/+138
* QLineF: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-253-4/+19
* Code style fixNie Cheng2020-08-251-45/+37
* Doc: Improve documentation of ANDROID_EXTRA_PLUGINS qmake variableTopi Reinio2020-08-251-4/+35