summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Improve KTX file reading memory safetyv6.6.26.6.2Jonas Karlsson2024-02-093-0/+14
* Q(Plain)TextEdit: don't crash when using a style sheetChristian Ehrlicher2024-02-092-0/+21
* QDialogButtonBox: Don't set focus in a dialog with StrongFocus childrenAxel Spoerl2024-01-301-0/+37
* Http2: fix 401 authentication required w/o challengeMårten Nordheim2024-01-263-6/+26
* Avoid detection of heading in tst_QTextMarkdownImporter::thematicBreaksShawn Rutledge2024-01-251-0/+1
* QWidget: Clean up state that depends on QWindow from ~QWidgetWindow()Tor Arne Vestbø2024-01-241-0/+27
* QPushButton with a menu remains in sunken state after menu closedEd Cooke2024-01-221-0/+48
* QTextImageHandler: Use QUrl::toLocalFile to convert to local file nameChristian Ehrlicher2024-01-221-1/+1
* tst_QMessageBox::staticSourceCompat(): improve diagnostic outputAxel Spoerl2024-01-221-6/+13
* Sync QWindow visible state during QWidget destructionTor Arne Vestbø2024-01-181-0/+28
* tests: skip tst_QGuiApplication::topLevelAt() on WaylandLiang Qi2024-01-171-0/+3
* tst_QStringView: don't go through the QString constructorThiago Macieira2024-01-151-1/+1
* QString::arg: don't pass nullptr to memcpy()Thiago Macieira2024-01-152-2/+21
* Stabilize tst_QMessageBox::hideNativeByDestruction()Axel Spoerl2024-01-141-1/+1
* tst_QHostInfo::reverseLookup(): code cleanupAxel Spoerl2024-01-141-3/+2
* Remove dead code from tst_QMessageBox::staticSourceCompat()Axel Spoerl2024-01-141-12/+0
* tst_moc: DRY QProcess success verificationMarc Mutz2024-01-121-36/+23
* tst_moc: fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-121-0/+2
* Fix some -Wunused-* warnings on MinGWMarc Mutz2024-01-122-3/+4
* tst_QHashFunctions: extend the consistency() test with mixed-signedness int t...Marc Mutz2024-01-121-0/+19
* Fix QThreadPool::maxThreadCount() usageIvan Solovev2024-01-121-0/+22
* tst_http2: increase testing for authenticationRequiredMårten Nordheim2024-01-092-6/+22
* QPlainTextEdit: update viewport, when placeholder text disappearsAxel Spoerl2023-12-281-1/+1
* Use BSD-3-Clause license for CMake filesKai Köhne2023-12-261-1/+1
* QObject: assert connection type isn't UniqueConnection for lambdasAhmad Samir2023-12-221-1/+36
* Skip 'off-by-one' adjustment in block length during undo operationSanthosh Kumar2023-12-211-0/+57
* Blacklist QEventLoop test on QNXVolker Hilsheimer2023-12-191-1/+1
* tst_qxp_function_ref: check that function_ref's are trivially copyableMarc Mutz2023-12-171-0/+2
* Set correct content size for tool tip labelSanthosh Kumar2023-12-161-0/+26
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-151-0/+11
* QAIV: reset state if removing index while editing or committingVolker Hilsheimer2023-12-151-0/+58
* tst_containerapisymmetry: remove the extra push_backMarc Mutz2023-12-151-17/+17
* QSplashScreen: Enforce visibility by processing eventsAxel Spoerl2023-12-152-7/+12
* QLineEdit: Use existing selection when deleting a wordJohannes Grunenberg2023-12-151-0/+111
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-151-1/+0
* Fix the qopenssl_symbols.h copy in the autotestMårten Nordheim2023-12-151-2/+9
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-141-30/+32
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-141-20/+36
* QMainWindow: don't crash when restored state is modified before appliedVolker Hilsheimer2023-12-141-0/+65
* Fix return value of qbswap(qint128)Marc Mutz2023-12-121-0/+29
* QDuplicateTracker: test with std::string, tooMarc Mutz2023-12-121-0/+23
* tst_QString: explain TransientDefaultLocale betterMarc Mutz2023-12-091-1/+2
* tst_QGlobal: work around ubsan issue in toString(qint128)Marc Mutz2023-12-091-1/+1
* 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
* QMetaType: fix typenameHelper() for types in the QtPrivate namespaceThiago Macieira2023-12-092-0/+16
* Fix QStringConverter::encodingForName() for trailing `-`, `_`Marc Mutz2023-12-071-0/+2
* Improve tst_QStringConverter::encodingForName_data()Marc Mutz2023-12-071-13/+39
* QMimeDatabase: fix glob-deleteall support for the binary providersDavid Faure2023-12-071-4/+0