summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-091-0/+64
* Teach QPixmapIconEngine how to handle @Nx pixmapsMorten Johan Sørvig2020-11-081-0/+45
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-087-87/+195
* tests: Blacklist tst_qwindow failing test on WindowsAlexandru Croitor2020-11-071-1/+1
* Support the markdown underline extensionShawn Rutledge2020-11-072-8/+18
* Introduce QEvent::isSinglePointEvent()Shawn Rutledge2020-11-072-0/+3
* tests: Blacklist failing tests on MinGWAlexandru Croitor2020-11-061-6/+4
* Set the url to have the AtNx filename if one is foundMorten Johan Sørvig2020-11-064-0/+91
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-0411-4/+51
* Add QEventPoint::normalizedPosition() to replace normalizedPos()Shawn Rutledge2020-11-031-8/+3
* Get rid of all instance usage of QFontDatabaseVolker Hilsheimer2020-11-036-76/+49
* Update tst_qguivariant to use QMetaTypeDavid Skoland2020-10-281-2/+2
* Deprecate QVariant::TypeLars Knoll2020-10-232-3/+3
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-1/+1
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-3/+3
* Make QEvent::setAccepted() virtual; set QEventPoints state the sameShawn Rutledge2020-10-221-0/+10
* Fix a bunch of compiler warnings in event handling test casesVolker Hilsheimer2020-10-221-9/+12
* [Android] Make sure expose events are emitted after window resizePiotr Mikolajczyk2020-10-211-3/+0
* QEvent copy constructor: copy the type flags tooShawn Rutledge2020-10-211-0/+9
* Merge existing tst_qhighdpiscaling into tst_qhgihdpiMorten Johan Sørvig2020-10-205-105/+23
* Add high-dpi auto testMorten Johan Sørvig2020-10-205-0/+455
* Fix compile warnings from ignored return valueVolker Hilsheimer2020-10-171-2/+2
* Test QImage move semanticsAllan Sandfeld Jensen2020-10-161-2/+33
* Fallback to using the family when doing an exact matchAndy Shaw2020-10-121-0/+15
* rhi: Make the new direct buffer update available for non-uniform buffersLaszlo Agocs2020-10-121-0/+216
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-076-14/+14
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-072-5/+5
* End touch->mouse synthesis when the chosen touchpoint is releasedShawn Rutledge2020-10-021-0/+24
* rhi: vk: Alter command buffer strategyLaszlo Agocs2020-10-021-3/+0
* rhi: Make per-frame flags per-pass where appropriateLaszlo Agocs2020-10-021-3/+3
* tst_qwindow: verify isBeginEvent(), isUpdateEvent() and isEndEvent()Shawn Rutledge2020-09-301-8/+25
* Add logging categories to image handlersAllan Sandfeld Jensen2020-09-301-4/+4
* Revert "Blacklist tst_QWindow::exposeEventOnShrink_QTBUG54040"Liang Qi2020-09-301-1/+0
* rhi: Drop QBitArray usageLaszlo Agocs2020-09-291-0/+13
* Fix compiler warnings from QKeyCombinationLars Knoll2020-09-282-35/+35
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-0/+30
* Give QPixmap a move constructorVolker Hilsheimer2020-09-231-0/+15
* Fix Qt6 todo in qcssparserAllan Sandfeld Jensen2020-09-231-3/+2
* rhi: d3d: Fix dynamic offsets with multiple buffersLaszlo Agocs2020-09-2313-0/+209
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-23121-188/+175
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-1/+1
* CMake: Fix failing tests on macOS developer buildsAlexandru Croitor2020-09-222-0/+14
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-211-1/+1
* 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