summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+30
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-173-6/+6
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-171-0/+4
* Move localeAwareCompare tests from tst_qstring to tst_qstringapisymmetrySona Kurazyan2022-03-173-311/+361
* GUI: add ScreenWindowGrabbing capabilityLiang Qi2022-03-171-2/+6
* Baseline testing: Fix overriding of Project propertyEirik Aavitsland2022-03-172-16/+4
* QDateTime: future-proof swap()Marc Mutz2022-03-171-0/+13
* Exercise reparenting more in QOpenGLWidget autotestLaszlo Agocs2022-03-171-1/+65
* QObject: add another couple of tests for broken connect()Giuseppe D'Angelo2022-03-171-0/+11
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+5
* QFlatMap: make insertion STL-compatibleMarc Mutz2022-03-161-16/+3
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-161-0/+1
* CMake: Add deployment auto testAlexandru Croitor2022-03-163-0/+126
* QObject: give some TLC to dumpRecursive()Marc Mutz2022-03-161-0/+27
* Repair some of tst_qtableview tests on AndroidAndreas Buhr2022-03-152-3/+2
* QStringTokenizer::toContainer(): allow more types of target containersMarc Mutz2022-03-151-0/+13
* Android: expect QPlainTextEdit::canPaste() to fail after clipboard clearAssam Boudjelthia2022-03-151-0/+4
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-154-6/+322
* QFormLayout: Fix assert when showing with hidden rowsVolker Hilsheimer2022-03-151-0/+23
* QString::asprintf: check that passing field widths as arguments worksMarc Mutz2022-03-151-0/+6
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+35
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-151-0/+23
* Revert "Blacklist: test cases blacklisted in tst_QXmlStream:"Heikki Halmet2022-03-151-4/+0
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-151-0/+14
* Baseline: don't compensate for DPRs != 1.0Volker Hilsheimer2022-03-141-9/+7
* Baseline: Allow setting git commit through environment variableVolker Hilsheimer2022-03-141-16/+18
* Baseline testing: make style name explicitVolker Hilsheimer2022-03-141-6/+7
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-03-141-2/+0
* Add some %-encoding round-trip tests that use % in the plain-textEdward Welbourne2022-03-141-1/+9
* Fix losing QOpenGLWidget paints when a child widget is invisibleLaszlo Agocs2022-03-141-0/+25
* Fix click position for check box and radio button baseline testsVolker Hilsheimer2022-03-141-7/+24
* pthread_yield() has been removed in newer linux distrosVille Voutilainen2022-03-141-1/+1
* gui: return first default device when seatName isNullLiang Qi2022-03-131-6/+45
* QCompleter: fix crash when setting the same model twiceDavid Faure2022-03-131-0/+10
* Add setCurrentId in QWizardAxel Spoerl2022-03-121-0/+40
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-128-18/+23
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-1123-2/+1992
* tst_QLocalSocket: Clean up leftover local sockets before listeningTor Arne Vestbø2022-03-111-20/+32
* tst_QLocalSocket: Output error when listening failsTor Arne Vestbø2022-03-111-26/+26
* qDecodeDataUrl(): treat ";base64" marker as case-insensitiveMarc Mutz2022-03-111-0/+2
* Do not assume implicit string-ish → QColor conversionMarc Mutz2022-03-112-2/+2
* Rewrite tst_qdataurl as a data-driven testMarc Mutz2022-03-111-30/+34
* tst_qflatmap: fix -Wunused-local-typedef (Clang)Marc Mutz2022-03-111-1/+1
* QStyle: Fix cases when logicalValue is outside rangeRobert Löhning2022-03-101-0/+3
* Blacklist: test cases blacklisted in tst_QSystemSemaphore:CI Insignificant Platforms Monitor Bot2022-03-101-0/+4
* QProperty: fix threading issuesFabian Kosmale2022-03-101-0/+86
* Widgets: use QPlatformTheme::ButtonPressKeys for pressing buttonsNoah Davis2022-03-098-2/+107
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-091-0/+105
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-3/+2
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-092-0/+44