summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "qdbusxml2cpp: invert Q_DECL_DEPRECATED and inline in the output"v6.5.06.5.0Fabian Kosmale2023-03-251-49/+0
* QVariant: ensure the type custom is registered on constructionThiago Macieira2023-03-241-0/+10
* QVariant: fix comparisons between strings and integer 0Giuseppe D'Angelo2023-03-101-0/+27
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-2/+12
* Fix overflow in SHA-3/KeccakMårten Nordheim2023-03-101-0/+29
* tst_QCryptographicHash: Extract Method ensureLargeData()Marc Mutz2023-03-101-1/+11
* QErrorMessage: Reset 'again' check box between each error messageTor Arne Vestbø2023-03-091-2/+1
* CMake: Fix xmlstreamlint to use the manual test apiAlexandru Croitor2023-03-081-22/+11
* Move anchor layout example to manual testsJan Arve Sæther2023-03-073-0/+115
* Doc: fix link to QTest::failOnWarningVolker Hilsheimer2023-03-071-1/+1
* Doc fix in QIntValidator::validate() and comment on a testEdward Welbourne2023-03-051-0/+1
* Move xmlstreamlint example into tests/manualØystein Heskestad2023-03-036-0/+185
* Move Weather Anchor Layout example to manual testsJan Arve Sæther2023-03-0311-1/+291
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-031-4/+83
* tst_qvarlengtharray: add test for QVLA(n) ctorMarc Mutz2023-03-011-0/+44
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [8/13]Ahmad Samir2023-03-011-116/+104
* tst_QTimer: suppress the cross-thread timer stopping warningsThiago Macieira2023-03-011-0/+1
* QAbtractItemView: deselect before click opens editorVolker Hilsheimer2023-02-281-16/+13
* QListView: Reset style after using a temporary proxyVolker Hilsheimer2023-02-281-0/+5
* tst_QMessageAuthenticationCode: check that setKey() reset()sMarc Mutz2023-02-271-0/+46
* Avoid accessing deleted binding data in grouped updatesFabian Kosmale2023-02-241-0/+26
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-242-8/+56
* tst_qmessagehandler: fix QtTest warnings about duplicate row namesThiago Macieira2023-02-241-3/+7
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-241-0/+65
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-231-2/+16
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-231-0/+44
* qalgorithms.h: fix mistake that MSVC has constexpr bitops in C++17 modeThiago Macieira2023-02-221-1/+1
* qstrncpy: NUL-terminate even when src is nullptrMarc Mutz2023-02-221-0/+3
* Android: SKIP cases failing on Android 12 CI with 16GB RAMRami Potinkara2023-02-203-0/+24
* QObjectBindableProperty: Avoid use-after-free in notifyObserversFabian Kosmale2023-02-201-0/+18
* QString: build tst_QString::arg() without ASCII casting [13/13]Ahmad Samir2023-02-201-121/+123
* QString: build tst_QString::contructor() without ASCII casts [12/13]Ahmad Samir2023-02-201-24/+37
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-19969-3151/+188
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-181-0/+62
* QString: build count/contains() unittests with no ASCII casting [11/13]Ahmad Samir2023-02-171-63/+98
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [9/13]Ahmad Samir2023-02-171-118/+118
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [3/13]Ahmad Samir2023-02-171-108/+119
* QString: change unittests to compile with QT_NO_CAST_FROM_ASCII [7/13]Ahmad Samir2023-02-171-121/+143
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-171-2/+2
* QString: split toNum unittestsAhmad Samir2023-02-171-132/+217
* QString: unittests: clean-up creating a QChar[]Ahmad Samir2023-02-171-3/+5
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [6/13]Ahmad Samir2023-02-171-78/+78
* QString: split some double/Nan/Inf unittestsAhmad Samir2023-02-161-47/+77
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [4/13]Ahmad Samir2023-02-161-165/+183
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [5/13]Ahmad Samir2023-02-161-93/+93
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [2/13]Ahmad Samir2023-02-161-122/+122
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [1/13]Ahmad Samir2023-02-161-118/+117
* 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