summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Rename is[Begin|Update|End]Event, reimplement in QWheelEventShawn Rutledge2020-09-172-14/+14
* Deprecate implicit QPixmap conversion to QBitmapVolker Hilsheimer2020-09-171-1/+1
* Fix deprecation warnings in testsVolker Hilsheimer2020-09-171-1/+1
* Mouse->touch synthesis: send touch event with mouse deviceShawn Rutledge2020-09-161-1/+19
* Calculate velocity in QMutEventPoint::setTimestamp() with Kalman filterShawn Rutledge2020-09-162-1/+101
* Track grab state in QPointingDevicePrivate::activePointsShawn Rutledge2020-09-164-37/+190
* Fix tests to build in a no-widgets configurationAlexandru Croitor2020-09-152-5/+8
* Add qHash implementation for QPointMitch Curtis2020-09-151-5/+0
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-122-2/+2
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-112-79/+79
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1126-124/+130
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-1/+1
* Cleanup QAction::visible propertyAllan Sandfeld Jensen2020-09-101-0/+3
* Give QEventPoint a d-pointer after allShawn Rutledge2020-09-101-0/+2
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-7/+7
* Refactor testlib touch functions into qtestsupport_gui and _widgetsShawn Rutledge2020-09-081-5/+5
* tst_qshortcut (x2): use op | instead of op + to combine keysGiuseppe D'Angelo2020-09-071-1/+1
* Remove deprecated method QQuaternion::conjugateMarcel Krems2020-09-071-7/+4
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-042-47/+46
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-031-0/+1
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-2/+3
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-011-28/+28
* Deprecate and remove uses of AA_DisableHighDpiScalingTor Arne Vestbø2020-08-311-1/+2
* Port tst_qiconhighdpi to the new QIcon::pixmap() APIMorten Johan Sørvig2020-08-291-31/+20
* Fix tst_QHighDpiScaling::scaleTor Arne Vestbø2020-08-281-0/+2
* Use OpenType font weightsJonas Karlsson2020-08-285-41/+40
* QIcon: Add pixmap() overload which take devicePixelRatioMorten Johan Sørvig2020-08-271-0/+14
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-263-1/+46
* Remove deprecated qGenericMatrix{To,From}Matrix4x4 functionsMarcel Krems2020-08-261-10/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-254-18/+18
* Introduce QEvent::isPointerEvent()Shawn Rutledge2020-08-252-0/+4
* Move QFileSystemModel into QtGuiVolker Hilsheimer2020-08-257-1/+1260
* Remove QEventPoint::event() in favor of device()Shawn Rutledge2020-08-241-1/+1
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-244-63/+62
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-2/+0
* QFont: Extend the string description to include the missing elementsAndy Shaw2020-08-222-2/+33
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-10/+10
* rhi: sanityCheckGraphicsPipeline handle no vertex attributesPaul Lemire2020-08-181-7/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-142-2/+2
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-6/+6
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-136-46/+0
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-112-75/+0
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-4/+27
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-062-2/+0
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-063-25/+25
* Add QPointerEvent::is[Press|Update|Release]Event accessorsShawn Rutledge2020-08-062-0/+49
* Establish baseline for QIcon test on dpr > 1Morten Johan Sørvig2020-08-056-26/+71