summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Cleanup float-equal warningsLars Knoll2020-06-176-18/+11
* Disable float-equal warnings in QGenericMatrixLars Knoll2020-06-171-6/+6
* Use dedicated function for chopping QByteArrayRobert Loehning2020-06-171-2/+1
* QtGui: Update CMakeLists.txt after adding QInputDeviceFriedemann Kleint2020-06-172-3/+4
* Make QInputDevice::devices() return a QListShawn Rutledge2020-06-173-7/+7
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1617-664/+1293
* Windows font databases: Enable DirectWrite for cmakeFriedemann Kleint2020-06-157-97/+1333
* QFontDatabase: Guard against Null-dereference READRobert Loehning2020-06-151-1/+1
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-0/+7
* rhi: Add a feature flag for readback format supportLaszlo Agocs2020-06-156-1/+23
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-159-6/+1403
* Port platformsupport to QStringViewLars Knoll2020-06-151-2/+2
* Fix Windows Font database code to use configure featuresFriedemann Kleint2020-06-128-56/+32
* rhi: gl: Support reading back 1 byte texture formatsLaszlo Agocs2020-06-121-5/+25
* Add RHI feature check for screen space derivativesEskil Abrahamsen Blomfeldt2020-06-128-3/+22
* Move windows font databases into QtGuiFriedemann Kleint2020-06-1118-6/+6591
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-113-0/+45
* Make it possible to avoid loading comments from JPEG and PNG filesElvis Lee2020-06-113-0/+15
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-1115-45/+45
* Clean up special functions for QTextFrame::iteratorVolker Hilsheimer2020-06-102-53/+8
* Restore default role names in QStandardItemModel::roleNames()Shawn Rutledge2020-06-101-0/+1
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-1010-0/+529
* Doc snippets: Use nullptr instead of 0 literalPaul Wicking2020-06-1011-11/+11
* Pass QVariant by reference, address ### Qt 6 commentVolker Hilsheimer2020-06-092-2/+2
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-096-0/+311
* Remove deprecated methods and address some ### Qt 6 comments in gui/textVolker Hilsheimer2020-06-095-86/+2
* Add deprecation warnings to QGuiApplication::fontChanged/paletteChangedVolker Hilsheimer2020-06-082-2/+8
* Merge QWindow::parent overloadsVolker Hilsheimer2020-06-082-13/+1
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-084-36/+36
* Prepare to harmonize pointer event accessor namesShawn Rutledge2020-06-082-115/+249
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-087-90/+15
* Fix deprecation warning, use char16_t instead of quint16/ushortVolker Hilsheimer2020-06-081-2/+2
* Make the QFontCache size configurableMartin Jansa2020-06-081-2/+4
* Add the 'accessiblebridge' as a plugintype of gui moduleJeongBong Seo2020-06-083-3/+6
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-072-10/+0
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-073-0/+11
* Remove winrtOliver Wolff2020-06-0611-45/+15
* Remove unused function pointers in QVariant::HandlerLars Knoll2020-06-061-6/+1
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-062-0/+4
* Remove the deprecated QDirModelVolker Hilsheimer2020-06-041-2/+2
* Set the dontPrint attribute correctly for the character being checkedAndy Shaw2020-06-041-1/+1
* Use QByteArray instead of QStringJonas Karlsson2020-06-033-55/+73
* Enable the scenegraph to remove its QMatrix4x4_Accessor hackLaszlo Agocs2020-06-032-5/+29
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-034-0/+228
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-035-15/+22
* Support winding fonts like Windows doesAllan Sandfeld Jensen2020-06-031-0/+4
* Add QT_QPA_SYSTEM_ICON_THEME to override icon theme nameShawn Rutledge2020-06-031-0/+3
* Doc: Fix qdoc warningsPaul Wicking2020-06-031-10/+10
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-024-5/+190