summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-134-3/+27
* Fix build with gcc-14Allan Sandfeld Jensen2024-02-142-7/+7
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-131-0/+5
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-3/+5
* QBackingStore: Take DPR into account when resizing with static contentsTor Arne Vestbø2024-02-131-0/+76
* QFileSystemMetaData: use QTRY_COMPARE*(10s)Ahmad Samir2024-02-091-2/+1
* QtIcoHandler::canRead(): avoid checking more than onceShawn Rutledge2024-02-091-1/+1
* Improve KTX file reading memory safetyJonas Karlsson2024-02-093-0/+14
* Remove extra semi-colonsTasuku Suzuki2024-02-065-7/+7
* Change license for tests filesLucie Gérard2024-02-04115-115/+115
* Fix frontMatter tests: fixed fonts and testdataShawn Rutledge2024-02-023-7/+12
* Extract and re-write "front matter" in markdown documentsShawn Rutledge2024-02-024-0/+57
* Implement missing features in DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-021-1/+3
* QMovie non-anim: use QImageReader::imageCount but not nextImageDelayShawn Rutledge2024-02-023-1/+32
* QFileSystemModel: don't crash with setIconProvider(nullptr)Ahmad Samir2024-02-011-0/+14
* Stabilize tst_QFileSystemModel::showFilesOnly test caseVolker Hilsheimer2024-01-312-7/+8
* QFileSystemModel: blacklist a flaky unittest on macosAhmad Samir2024-01-301-0/+2
* QPainterPath: Fix boundingRect and controlPointRect ignoring start pointNoah Davis2024-01-301-0/+28
* Fix infinite loop in QTextLayout with setNumColumns()Eskil Abrahamsen Blomfeldt2024-01-291-7/+19
* QFileSystemModel: respect dir filtersAhmad Samir2024-01-261-0/+34
* Avoid detection of heading in tst_QTextMarkdownImporter::thematicBreaksShawn Rutledge2024-01-241-0/+1
* QTextImageHandler: Use QUrl::toLocalFile to convert to local file nameChristian Ehrlicher2024-01-211-1/+1
* tests: skip tst_QGuiApplication::topLevelAt() on WaylandLiang Qi2024-01-171-0/+3
* Don't include windows.h in the public qopengl.h headerVolker Hilsheimer2024-01-161-0/+1
* rhi: Add an autotest for multiviewLaszlo Agocs2024-01-156-1/+210
* tests: XFAIL tst_QShortcut::windowShortcut() on WaylandLiang Qi2024-01-101-0/+4
* tests: skip tst_QShortcut::applicationShortcut() on WaylandLiang Qi2024-01-102-0/+7
* QRadialGradient: Fix undefined behaviorHatem ElKharashy2024-01-081-0/+16
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-201-0/+57
* Replace uses of QWheelEvent with newly added QTest::wheelEventDoris Verria2023-12-201-7/+3
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-0/+11
* Silence -Wbraced-scalar-init warningAmir Masoud Abdol2023-12-131-6/+6
* QIcon: prefer downscaling over upscaling pixmap iconsDavid Schulz2023-12-131-0/+18
* Centralize conversion from unpremultiplied to premultiplied image formatAllan Sandfeld Jensen2023-12-121-0/+25
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-0/+72
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-0/+2
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-0/+50
* QFont::Tag: use new comparison helper macrosVolker Hilsheimer2023-12-081-0/+28
* QIcon: add theme icon constantsVolker Hilsheimer2023-12-071-0/+6
* QIcon: don't rely on getting a null-icon in testVolker Hilsheimer2023-12-071-4/+10
* Tests: remove blacklisted CIs no longer availableChristian Ehrlicher2023-12-062-5/+0
* rhi: Make sample count selection logic be closer to Qt 5Laszlo Agocs2023-12-061-2/+62
* Skip test cases that resizes window on eglfs_viv on VxWorksMarcin Zdunek2023-12-051-0/+3
* QPpmHandler: fix reading ppm filesChristian Ehrlicher2023-11-271-5/+5
* tst_qstatictext: remove dead codeChristian Ehrlicher2023-11-261-59/+0
* Disable tst_ForeignWindow::embedForeignWindow() null-parent check on LinuxTor Arne Vestbø2023-11-221-0/+3
* tst_QTimer: refactor CMake codeAhmad Samir2023-11-221-14/+17
* Stabilize tst_ForeignWindow::embedForeignWindow()Tor Arne Vestbø2023-11-191-5/+1
* Add dedicated child and parent events for QWindow reparentingTor Arne Vestbø2023-11-171-0/+162
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-0/+45