summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.8' into tqtc/lts-6.2-openso...Tarja Sundqvist2024-01-2255-405/+1703
|\
| * tst_bench_QCryptographicHash: swallow result() return valuesMarc Mutz2023-03-241-3/+6
| * tst_bench_QCryptographicHash: use QMetaEnum trickMarc Mutz2023-03-241-61/+18
| * tst_bench_QCryptographicHash: port to QTest::addRow()Marc Mutz2023-03-241-24/+24
| * emit QAbstractSlider::valueChanged() only on value changeAxel Spoerl2023-03-151-3/+7
| * QNetworkDiskCache: use QSaveFileMårten Nordheim2023-03-141-1/+1
| * Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-131-0/+27
| * tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-091-1/+11
| * tst_QAlgorithms: don't use random numbers in the test row namesThiago Macieira2023-03-071-17/+25
| * tst_QAlgorithms: fix misleading indent in data tableEdward Welbourne2023-03-071-8/+11
| * Clean up tst_QAlgorithms::count{Trail,Lead}ing_data_impl()Edward Welbourne2023-03-071-12/+15
| * tst_QVariant: check fromValue() with a non-default-constructible typeMarc Mutz2023-03-041-1/+1
| * tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-021-0/+44
| * tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-021-2/+2
| * QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-16/+13
| * tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-281-0/+43
| * QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-281-0/+5
| * Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
| * qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
| * macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-181-2/+2
| * QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-181-0/+62
| * QFuture: fix continuation cleanupIvan Solovev2023-02-171-0/+27
| * QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+43
| * Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
| * QPromise: improve documentation snippetIvan Solovev2023-02-151-1/+3
| * Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-151-3/+1
| * QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
| * QAbstractItemView: Don't unselect on click on empty area in SingleSelectSebastian Beckmann2023-02-111-0/+32
| * tst_qvarlengtharray: fix MyBase trackers for swap()Marc Mutz2023-02-101-0/+34
| * Pass short time format to GetTimeFormat from GetLocaleInfoIlya Fedin2023-02-061-1/+1
| * tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2023-02-033-68/+168
| * Update Harfbuzz to version 6.0.0Eskil Abrahamsen Blomfeldt2023-02-021-13/+28
| * Proper clearing of WinRT factory cacheAndreas Buhr2023-02-021-0/+15
| * Make tst_QFocusEvent::checkReason_ActiveWindow pass on macOSShawn Rutledge2023-01-301-2/+3
| * QUrl: restore empty-but-not-null for components that are presentThiago Macieira2023-01-271-39/+43
| * QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2023-01-271-14/+50
| * tst_QSqlRecord: replace manual memory management with unique_ptrMarc Mutz2023-01-141-49/+20
| * tst_Gestures: Don't accumulate global stateVolker Hilsheimer2023-01-141-19/+49
| * Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
| * Stabilize tst_QSpinBox::sizeHint()Axel Spoerl2023-01-061-10/+8
| * Use minimum size for in tst_QDockWidget::createTestWidgetsAxel Spoerl2022-12-291-0/+4
| * tst_QStringApiSymmetry: fix a typo and deal with the falloutMarc Mutz2022-12-291-1/+3
| * Android: handle move operation with content urisAssam Boudjelthia2022-12-271-19/+46
| * Android: handle rename() operation with content urisAssam Boudjelthia2022-12-271-0/+24
| * Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-273-0/+212
| * Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-271-0/+1
| * QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-221-7/+0
| * QTextImageHandler: Add test coverage for resources and URLsVolker Hilsheimer2022-12-222-0/+17
| * Enable and fix the test for QTextImageHandlerVolker Hilsheimer2022-12-223-7/+38
| * Autoclose a FILE* if we open itVille Voutilainen2022-12-191-9/+1