summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-063-0/+69
* QSpan: add construction from initializer_listGiuseppe D'Angelo2024-03-061-1/+24
* tst_toolsupport: make the i386 case really about i386Thiago Macieira2024-03-061-2/+3
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-35/+5
* Debounce QDeferredDeleteEvents in QObject::deleteLater()Tor Arne Vestbø2024-03-051-2/+1
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-052-5/+63
* QtXml: fix leak in QDomText::splitTextChristian Ehrlicher2024-03-042-0/+17
* Revert "tests: blacklist tst_QWidget::render() on Wayland"Liang Qi2024-03-041-2/+0
* tst_QMutex: use the new QCOMPARE_* macrosMårten Nordheim2024-03-031-24/+24
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-031-0/+76
* Add QWidgetPrivate::rhi() helper methodTor Arne Vestbø2024-03-011-8/+1
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-11/+0
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-011-5/+3
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-011-0/+22
* Increase padding for LineEdit controls in QWindows11StyleWladimir Leuschner2024-03-011-2/+3
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-0/+34
* Add space character when combining QHttpHeaders values with commaJuha Vuolle2024-03-012-5/+5
* Refactor and fix QMainWindow::tabifiedDockWidgets()Axel Spoerl2024-02-291-0/+11
* Implement Qt::ImEnabled by isEnabled() and isReadOnly()Yansheng Zhu2024-02-291-2/+3
* QCborStreamReader: rename toType(Type&) -> appendToType(Type&)Ivan Solovev2024-02-291-6/+6
* tst_qudpsocket: add helper exe to dependenciesMårten Nordheim2024-02-292-1/+5
* QAbstractItemView: Release tab focus when hiddenViktor Arvidsson2024-02-291-0/+28
* Android: Make timeout in tst_QApplication::abortQuitOnShow() longerTinja Paavoseppä2024-02-282-5/+7
* QPainterPath: detach and reset before streaming inThiago Macieira2024-02-281-0/+15
* Revert "QHeaderView: relayout on resetDefaultSectionSize"Jonas Karlsson2024-02-271-0/+1
* tst_qmessagehandler: disable the backtrace tests outside of x86Thiago Macieira2024-02-271-2/+5
* Fix build without PDFAxel Spoerl2024-02-262-2/+4
* tst_QWidget::realFocusChain: don't remove from iterated QListChris Lerner2024-02-241-5/+6
* Blacklist tst_QApplication::abortQuitOnShow on AndroidVolker Hilsheimer2024-02-231-0/+4
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-231-1/+3
* QPainter: fix assert when drawing bitmaps at very near to .5 coordEirik Aavitsland2024-02-201-0/+11
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-202-0/+45
* Refactor tst_qcomparehelpersIvan Solovev2024-02-164-188/+255
* QTimer: use QTest::ingoreMessage() for negative internvals testsAhmad Samir2024-02-161-0/+15
* tst_QTextMarkdownWriter: test both ways of setting font characteristicsShawn Rutledge2024-02-151-0/+122
* Baseline tests: avoid rendering items that are blacklisted on the serverEirik Aavitsland2024-02-153-10/+35
* tst_QNetworkReply: Try to stabilize qtbug68821proxyErrorMårten Nordheim2024-02-151-5/+12
* Iconbrowser: render theme icons as list with large iconsVolker Hilsheimer2024-02-151-1/+2
* QRhiWidget: Tear down resources before window has changedTor Arne Vestbø2024-02-141-1/+8
* QLocal8Bit::convertFromUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-141-0/+34
* QLocal8Bit::convertToUnicode[win]: support more than 2Gi inputMårten Nordheim2024-02-141-0/+36
* QTextMarkdownWriter: Don't word-wrap headingsShawn Rutledge2024-02-142-0/+10
* QTextMarkdownWriter: Avoid omitting or misplacing ending indicatorsShawn Rutledge2024-02-141-1/+83
* QTimer: do not set active state when setting a negative intervalIvan Solovev2024-02-141-1/+37
* Change license in test fileLucie Gérard2024-02-141-1/+1
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-142-3/+11
* tst_QWidgetRepaintManager::staticContents: Trigger resize via QWindowTor Arne Vestbø2024-02-141-3/+9
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-141-0/+5
* QBackingStore: Take DPR into account when resizing with static contentsTor Arne Vestbø2024-02-141-0/+76
* QTextMarkdownWriter: Handle lists in blockquotes correctlyShawn Rutledge2024-02-144-3/+27