summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Add QTextDocument* constructor argument to QTextMarkdownImporterShawn Rutledge2023-09-011-4/+4
* tst_qstatictext: Fix CMake conditionAxel Spoerl2023-08-311-1/+1
* tests/auto/*: port Q_FOREACH to ranged-for, make container constAhmad Samir2023-08-191-27/+25
* tests/auto/: port Q_FOREACH to ranged-for, local const containersAhmad Samir2023-08-192-9/+6
* tests/auto/*: port Q_FOREACH to ranged-forAhmad Samir2023-08-191-3/+2
* tst_QImageReader: fix a trivial Q_FOREACH and remove #undef QT_NO_FOREACHMarc Mutz2023-08-191-4/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-198-0/+14
* Rename accent color in QPaletteSanthosh Kumar2023-08-182-8/+8
* Increase setup precision and reduce test precisionAllan Sandfeld Jensen2023-08-171-4/+6
* Deprecate Q_ASSUME()Thiago Macieira2023-08-141-2/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-143-6/+7
* QEventDispatcher: test with glib disabled tooAhmad Samir2023-08-111-5/+26
* tst_QImageReader: it's a rotate^Wadjacent_find!Marc Mutz2023-08-101-29/+18
* tst_QImageReader: fix missing checks for "newly"-added ImageOptionsMarc Mutz2023-08-091-29/+43
* Fix digit grouping: m_grouping_top doesn't mean what I thought it didEdward Welbourne2023-08-082-9/+25
* tst_QImage: replace QList with constexpr arrayMarc Mutz2023-08-081-3/+2
* tst_QTextScriptEngine: replace QList with const arrayMarc Mutz2023-08-081-4/+5
* tst_foreignwindow: Add basic test of foreign window reparentingTor Arne Vestbø2023-08-071-0/+19
* tests: Move NativeWindow helper class to shared headerTor Arne Vestbø2023-08-031-108/+1
* tst_foreignwindow: Run test with high-DPI disabledTor Arne Vestbø2023-08-021-0/+1
* cmake: Enable Objective-C++ language for standalone test projectsTor Arne Vestbø2023-08-011-0/+1
* Android: temporarily skip tst_qprinterinfo, tst_qwidget and tst_qwindowAssam Boudjelthia2023-07-261-0/+4
* QValidator: return State::Intermediate for certain trailing charactersAhmad Samir2023-07-241-1/+2
* QIcon: use fallback also with platform icon engineVolker Hilsheimer2023-07-211-1/+6
* Android: Fix for checking clipboard text mime typeBartlomiej Moskal2023-07-123-2/+26
* Fix transparency in 16 bit and 24 bit ico filesJohn Chadwick2023-07-115-0/+29
* CMake: Make gui tests standalone projectsAlexandru Croitor2023-07-05107-0/+642
* rhi: vulkan: Include multiViewCount in renderpass compatibilityLaszlo Agocs2023-07-051-0/+53
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-291-0/+33
* tests: skip tst_QWindow::enterLeaveOnWindowShowHide() on WaylandLiang Qi2023-06-271-0/+3
* Add a test case for an invalid min/max size pairInho Lee2023-06-271-0/+7
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-201-2/+0
* tst_QPixmapCache: check we leak QString keys of evicted pixmapsMarc Mutz2023-06-201-2/+40
* Consult QIcon::fallbackThemeName() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+4
* Consult QIcon::fallbackSearchPaths() even when theme name is emptyTor Arne Vestbø2023-06-181-0/+12
* Consult QIcon::fallbackThemeName() even for themes with explicit parentsTor Arne Vestbø2023-06-185-2/+14
* Invalidate QIconLoader cache when setting fallback themeTor Arne Vestbø2023-06-184-0/+18
* QPixmapCache: deprecate replace()Marc Mutz2023-06-101-0/+11
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-091-1/+0
* tst_QPixmapCache: QVERIFY a failed replace()Marc Mutz2023-06-091-2/+2
* tst_QPixmapCache: check insert() reports failureMarc Mutz2023-06-091-0/+28
* tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)Marc Mutz2023-06-091-16/+16
* tst_QTimer: ensure that timer activation respects start orderThiago Macieira2023-06-061-0/+13
* QPixmapCache: fix leaking of QStrings and Keys on clear()Marc Mutz2023-06-061-0/+36
* QGuiApplication: Remove .desktop suffix in setDesktopFileNameVlad Zahorodnii2023-05-301-2/+2
* rhi: vulkan: expose the instance in the nativeHandles queryLaszlo Agocs2023-05-301-0/+2
* QWindow test: Blacklist enterLeaveOnWindowShowHideVolker Hilsheimer2023-05-251-0/+2
* Implement color role AccentColor in QStyleSheetStyle and QCssParserAxel Spoerl2023-05-221-8/+14
* Shoehorn AccentColor into QPalette and keep existing 64bit resolve maskAxel Spoerl2023-05-211-2/+49
* rhi: Make it a QPA-style private but semi-public APILaszlo Agocs2023-05-212-10/+3