summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Qt GUI: Fix custom module headerTopi Reinio2020-11-193-13/+10
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-11-1915-27/+105
* Get rid of the QMatrix4x4(int) constructorLars Knoll2020-11-192-35/+27
* De-inline qFuzzyCompare for QMatrix4x4 and QVector4DLars Knoll2020-11-194-44/+42
* Clean up QVector2D/3D/4DGiuseppe D'Angelo2020-11-1911-2756/+2763
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-192-12/+41
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* Update landing pages and module pages in qtbaseJerome Pasion2020-11-171-9/+5
* Document that ANGLE is gone from QtGuiVolker Hilsheimer2020-11-171-0/+15
* Make QPageRanges::detach public, add data stream operatorsVolker Hilsheimer2020-11-172-1/+43
* Consolidate static_asserts for event sizesVolker Hilsheimer2020-11-172-4/+4
* Allow QMutableSinglePointEvent to be copy- and default-constructedVolker Hilsheimer2020-11-171-1/+2
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-1/+72
* Remove old QtGui and QtWidgets examples from highlighted listVolker Hilsheimer2020-11-171-1/+1
* Fix typoJarek Kobus2020-11-171-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-1625-74/+74
* Make QEventPoint an idiomatic value typeVolker Hilsheimer2020-11-163-72/+71
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-2/+2
* Inline trivial getters for QEvent subclassesVolker Hilsheimer2020-11-132-51/+27
* Remove some code checker issues (L218 & L243)Jan Arve Sæther2020-11-131-36/+7
* Remove unused variable to fix build with clang-10Andreas Buhr2020-11-131-2/+0
* Update Qt OpenGL docs and add porting docsv6.0.0-beta5Eskil Abrahamsen Blomfeldt2020-11-131-0/+15
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-133-5/+3
* Fix scaling of basic patterns under HiDPIAllan Sandfeld Jensen2020-11-133-5/+8
* Avoid false positives in Clang static analyzerDimitrios Apostolou2020-11-131-2/+6
* Clean up and pack data members of QEvent classesVolker Hilsheimer2020-11-122-83/+89
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+3
* Document physicalDotsPerInch high-DPI behaviorMorten Johan Sørvig2020-11-121-0/+9
* Purge QCoreApplicationPrivate::cloneEvent and overridesVolker Hilsheimer2020-11-125-350/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1214-126/+37
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-122-27/+27
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1
* Replace ushort -> quint16 in event classesShawn Rutledge2020-11-102-6/+6
* Silence "same window" warning when QPA doesn't give touch dest windowShawn Rutledge2020-11-101-6/+4
* Reset the velocity Kalman filter when the mouse enters a windowShawn Rutledge2020-11-101-0/+12
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-101-8/+1
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-102-13/+13
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-102-74/+25
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-092-35/+50
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-092-4/+4
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-096-182/+204
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* Doc: fix \inmodule for classes moved to QtGuiv6.0.0-beta4Volker Hilsheimer2020-11-093-4/+4
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-082-34/+65
* Fix static assert in Markdown parserAndreas Buhr2020-11-081-1/+1
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-0811-332/+465
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-073-2/+7