summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* QFactoryLoader: add setExtraSearchPath() (for QPA plugins' use)Thiago Macieira2022-01-211-4/+35
* Improve QAbstractButton::animateClick testVolker Hilsheimer2022-01-211-5/+28
* Add QCheckBox test in tst_baseline_widgetsAxel Spoerl2022-01-211-0/+57
* QTabBar: Improve scrolling with high resolution mouse wheelsNoah Davis2022-01-211-0/+45
* tst_qeventdispatcher: avoid influence between test functionsAlex Trotsenko2022-01-201-0/+8
* Win32: always allow the event loop to be woken up by posted eventsVolker Hilsheimer2022-01-191-3/+0
* Add more tests for event dispatcher waking upVolker Hilsheimer2022-01-191-1/+111
* Baseline test framework: follow rule of zero for PlatformInfo typeVolker Hilsheimer2022-01-192-29/+1
* Baseline test framework: fix bug in internal data structureEirik Aavitsland2022-01-192-23/+2
* Further improve QShortcut testVolker Hilsheimer2022-01-181-68/+67
* Add QDial test in tst_baseline_widgetsAxel Spoerl2022-01-181-0/+41
* Don't include qeventpoint_p.h from qevent_p.hMarc Mutz2022-01-183-0/+4
* QMetaType: add a missing check for null d_ptrThiago Macieira2022-01-182-0/+55
* JSON: When clearing duplicate object entries, also clear containersUlf Hermann2022-01-181-0/+19
* QLatin1String: perform the comparison to another QL1S using memcmp()Thiago Macieira2022-01-171-12/+33
* Convert date-time to UTC before claiming it's in GMTEdward Welbourne2022-01-171-8/+26
* widgets baseline test: add QSpinBoxTimur Pocheptsov2022-01-171-0/+37
* Prevent takeStandardSnapshots() from stopping on first mismatchAxel Spoerl2022-01-172-4/+18
* Remove execute permission from XML filesEdward Welbourne2022-01-174-0/+0
* QtGui/math3d: Fix QQuaternion::getEulerAngles for GimbalLock casesYuya Nishihara2022-01-171-0/+29
* tests: port to new QMutableEventPoint static APIMarc Mutz2022-01-173-120/+122
* QCSS: Support Qt 5-style integer property selectorsVolker Hilsheimer2022-01-172-16/+16
* Add test case for style sheet selectors for enum propertiesVolker Hilsheimer2022-01-171-0/+38
* Stabilize tst_QTouchEvent::multiPointRawEventTranslationOnTouchPadVolker Hilsheimer2022-01-141-6/+15
* Add QProgressBar test in tst_baseline_widgetsAxel Spoerl2022-01-141-0/+39
* Improve QShortcut testVolker Hilsheimer2022-01-131-7/+14
* tst_QImageWriter: skip writing unsupported image formatsJanne Juntunen2022-01-131-0/+2
* Fix an assertion failure in massageAdjustedDateTime()Edward Welbourne2022-01-131-0/+12
* tst_QImageReader: move text reading tests behind a flagJanne Juntunen2022-01-131-0/+8
* Add a couple of utility functions to the baseline test frameworkEirik Aavitsland2022-01-135-3/+19
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-131-2/+1
* tst_qeventdispatcher: fix UB in single-shot timers activationAlex Trotsenko2022-01-131-6/+6
* Fix tst_qcollator run time issue on INTEGRITY deviceTatiana Borisova2022-01-131-5/+5
* Expand tst_QBackingStore auto testTor Arne Vestbø2022-01-131-1/+168
* QFlatMap: add insert_or_assignMarc Mutz2022-01-131-2/+64
* QCache: fix potential crash in trim()Mårten Nordheim2022-01-131-0/+66
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-131-0/+92
* tst_QString/tst_QByteArray: add checks for null-nessMarc Mutz2022-01-132-0/+79
* Remove unused legacy testdata directory from QWidget kernel unit testAxel Spoerl2022-01-138-0/+0
* Remove unused testdata directory from QPushButton unit testAxel Spoerl2022-01-1310-0/+0
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-131-0/+39
* Q*Parser: Replace "data" with "contents" in stringsRobert Löhning2022-01-121-3/+3
* Enable markdown writer 'preformats with embedded backticks' testShawn Rutledge2022-01-121-3/+3
* Add a markdown writer test for a checklist item ending with `code`Shawn Rutledge2022-01-121-0/+29
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-121-0/+29
* QFlatMap: add an alias for using QVarLengthArraysMarc Mutz2022-01-121-2/+1
* QFlatMap: add try_emplace (w/o hint)Marc Mutz2022-01-121-0/+83
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-121-2/+5
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-121-1/+34