summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge QOffscreenSurface constructor overloadsVolker Hilsheimer2020-08-262-16/+1
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-2615-48/+140
* 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
* Rename QTabletEvent::m_zTilt to m_zShawn Rutledge2020-08-262-3/+3
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-262-51/+0
* Implement QAbstractFileIconProvider to use theme and mime databasesVolker Hilsheimer2020-08-262-11/+42
* Cleanup QTypeInfoLars Knoll2020-08-261-7/+1
* Port headersclean check to CMakeKai Koehne2020-08-252-0/+2
* Port QSet to qsizetypeUlf Hermann2020-08-251-1/+1
* Document the QAbstractFileIconProvider::IconType enumVolker Hilsheimer2020-08-251-7/+8
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-256-18/+20
* QTextLayout: Remove deprecated methodsMarcel Krems2020-08-252-37/+0
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-1/+10
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-2515-9/+3761
* Move QStateMachine from QtCore to QtScxmlKarsten Heimrich2020-08-245-1/+350
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-243-17/+16
* Remove the QPF2 font engineEskil Abrahamsen Blomfeldt2020-08-248-944/+7
* Use QMetaType in QMetaCallEventLars Knoll2020-08-242-7/+7
* Clean up int based convert() APILars Knoll2020-08-242-7/+7
* Deprecate int based convert/canConvertLars Knoll2020-08-241-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-242-6/+6
* Add a metatype helper class for Qt CoreLars Knoll2020-08-241-2/+0
* Use QMetaTypeModuleHelper as the interface to do type conversionsLars Knoll2020-08-241-136/+62
* Get rid of the additional bool * parameter to the internal convert methodLars Knoll2020-08-241-5/+2
* Remove some dead codeLars Knoll2020-08-241-15/+0
* Get rid of the custom debug stream handling in QVariantLars Knoll2020-08-241-15/+1
* Remove the deprecated -qpa-platform-guard argumentJoerg Bornemann2020-08-234-17/+0
* Ignore clang-format for GUI snippetsPaul Wicking2020-08-231-0/+2
* QPixelFormat: Fix warning about mixing different enumsMarcel Krems2020-08-231-14/+14
* qwsi: revert parts of 00ae1e6b7bf6efa5f5e57d37844e44d521604fb6Gatis Paeglis2020-08-232-24/+2
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-221-4/+17
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* QGuiApplication: fix handling of spontaneous events' modifiersNicolas Guichard2020-08-202-0/+57
* Fix a number of qdoc warningsFriedemann Kleint2020-08-204-46/+3
* rhi: d3d11: Enable setting xxxColor as an alpha src/dst blend factorLaszlo Agocs2020-08-191-11/+17
* Update QHighDpiScaling on DPI changeMorten Johan Sørvig2020-08-192-0/+4
* High-DPI: Use correct DPI for QT_USE_PHYSICAL_DPIMorten Johan Sørvig2020-08-191-1/+3
* Use [[nodiscard]] with clang in C++17 modeAllan Sandfeld Jensen2020-08-181-2/+2
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+1
* Introduce QEvent::isInputEventVolker Hilsheimer2020-08-171-1/+1
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-173-4/+6
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-171-1/+1
* Add missing 'We mean it' header to qwindowsmime_p.hKai Koehne2020-08-171-0/+11
* Remove 'less than' comparison methodJonas Karlsson2020-08-171-7/+0
* rhi: QRhiGles2 use proper texture target for multisampled texturesPaul Lemire2020-08-172-3/+18
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-171-0/+36
* Disentangle QIODevice dependenciesLars Knoll2020-08-153-0/+3
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-1521-23/+23
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1423-518/+517