summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replace qExchange with std::exchangeMarc Mutz2022-10-071-1/+1
* tests: skip two tests in tst_QDockWidget on WaylandLiang Qi2022-10-071-0/+4
* tests: skip tst_QAction::disableShortcutInMenuAction() on WaylandLiang Qi2022-10-071-0/+3
* tests: skip two tests in tst_QAbstractItemView on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QGraphicsView::embeddedViewsWithFocus() on WaylandLiang Qi2022-10-071-0/+3
* tests: fix window activation usage in tst_QGraphicsWidgetLiang Qi2022-10-071-7/+25
* tests: skip two tests in tst_QGraphicsProxyWidget on WaylandLiang Qi2022-10-071-0/+6
* tests: skip tst_QDialog::showAsTool() on WaylandLiang Qi2022-10-071-0/+4
* Revert "tests: XFAIL tst_QOpenGL::bufferMapRange() on Wayland"Liang Qi2022-10-071-2/+0
* tests: skip tst_QApplication::activateDeactivateEvent() on WaylandLiang Qi2022-10-071-0/+3
* Revert "tests: XFAIL tst_QGuiApplication::genericPluginsAndWindowSystemEvents()"Liang Qi2022-10-071-2/+0
* tst_qurluts46: Support \u escapes in the test dataIevgenii Meshcheriakov2022-10-061-1/+30
* Remove focusProxyAndInputMethods from tst_QWidgetAxel Spoerl2022-10-062-34/+0
* QTextLayout: fix maximumWidth() for a text containing spacesVladimir Belyavsky2022-10-061-2/+14
* Port from container.count()/length() to size()Marc Mutz2022-10-04164-1196/+1196
* Make sure that palette cache keys are uniqueVolker Hilsheimer2022-10-031-0/+57
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* Introduce QGlyphRun::stringIndexes()Eskil Abrahamsen Blomfeldt2022-09-2915-0/+987
* QTaggedPointer: disable operator= with an empty initializer listGiuseppe D'Angelo2022-09-291-0/+42
* Support serializing time-zone fields in date-times more flexiblyEdward Welbourne2022-09-291-2/+3
* Support parsing time-zone specifiers more selectivelyEdward Welbourne2022-09-291-4/+24
* Style sheets: add placeholder text color property for edit widgetsEirik Aavitsland2022-09-292-2/+6
* tst_QSharedMemory: remove mention of gravlaks.troll.noThiago Macieira2022-09-281-4/+0
* Update tst_bench_qhash hash functions to use size_tMårten Nordheim2022-09-272-10/+10
* QMetaType: Support custom unary converters with optional<To> return typeArno Rehn2022-09-271-14/+53
* StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-3/+11
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-274-18/+32
* Fix setScaledClipRect autotest for reading SVG formatEirik Aavitsland2022-09-271-2/+5
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+256
* moc: Add basic support for nested inline namespacesFabian Kosmale2022-09-261-0/+9
* Revert "QTextLayout: fix maximumWidth() for a text containing line separator"Eskil Abrahamsen Blomfeldt2022-09-231-28/+0
* Introduce centralized means of checking for asyncifyMikolaj Boc2022-09-232-8/+7
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-1/+24
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* tst_QDom: replace a final u"..."_qs (deprecated) with u"..."_sEdward Welbourne2022-09-221-1/+1
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-12/+51
* Skip early return from test loops during cleanup()Edward Welbourne2022-09-226-113/+17
* Fix error in TAP test logger's regex to recognize QVERIFY() outputEdward Welbourne2022-09-222-4/+4
* Add test-case for TAP logging glitchEdward Welbourne2022-09-227-7/+11
* Fix signed/unsigned comparison warning in shader testEdward Welbourne2022-09-221-1/+1
* Prevent dock widget from resizing upon unplugging from main windowAxel Spoerl2022-09-211-2/+14
* moc: Do not fail to compile meta-methods containing non-const ref typesFabian Kosmale2022-09-212-0/+21
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-0/+71
* Fix use of 0 as null pointer in tst_QDateTimeEditEdward Welbourne2022-09-201-2/+2
* tst_qtnoeventloop: add missing overrideJohannes Kauffmann2022-09-201-1/+2
* tst_qprocess: remove unused loop counterJohannes Kauffmann2022-09-201-2/+0
* windowflags: Add control to toggle Qt::NoDropShadowWindowHintTor Arne Vestbø2022-09-202-0/+7
* windowflags: Report QWindow compound window statesTor Arne Vestbø2022-09-201-1/+1
* QTextLayout: fix maximumWidth() for a text containing line separatorVladimir Belyavsky2022-09-201-0/+28
* tests: improve tst_gestures on GNOMELiang Qi2022-09-192-46/+16