summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* A QtSql driver for Mimer SQLFredrik Ålund2023-02-205-27/+56
* 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
* QGesture: make sure we copy timestamp value for event clonesVolker Hilsheimer2023-02-171-0/+62
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-17969-3151/+188
* 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-131/+216
* 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 [3/13]Ahmad Samir2023-02-171-108/+119
* 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 [8/13]Ahmad Samir2023-02-171-139/+139
* 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 [5/13]Ahmad Samir2023-02-161-93/+93
* 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 [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
* tst_ContainerApiSymmetry: fix -Wsign-compareMarc Mutz2023-02-161-1/+1
* QAbstractItemView: don't start editing on Ctrl-ClickVolker Hilsheimer2023-02-161-1/+43
* Fix QStatusBar::removeWidget to hide the right widgetThorbjørn Lindeijer2023-02-161-0/+44
* Android: use test QFileInfo fileName() instead of completeBaseName()Assam Boudjelthia2023-02-161-1/+1
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* Fix connections in QWidgetWindowDavid Edmundson2023-02-151-0/+6
* Fix the handling of dead keys and test the mechanismMikolaj Boc2023-02-142-0/+436
* QFileSystemWatcher/Win: remove the pre-QFileInfo path normalizationThiago Macieira2023-02-141-2/+16
* Skip the tst_QStringConverter::threadSafety test on WASM temporarilyMikolaj Boc2023-02-141-0/+4
* QObject: Handle pointers to incomplete types in auto-connectionsFabian Kosmale2023-02-141-0/+37
* Add a manual test for wasm window resizing/movingMikolaj Boc2023-02-146-1/+535
* Update recent rhi autotest to skip on D3D12 as wellLaszlo Agocs2023-02-141-1/+1
* RHI: Metal SPIRV-Cross buffer size buffersBen Fletcher2023-02-1412-1/+489
* rhi: Add a displacement / tessellation manual testLaszlo Agocs2023-02-1417-0/+505
* Deprecate usage of qt_ntfs_permission_lookupMate Barany2023-02-141-0/+7
* Fix few QFileInfo and QDir callsAssam Boudjelthia2023-02-141-3/+1
* QMenu: guard for destruction when emitting action signalsVolker Hilsheimer2023-02-131-0/+18
* Fix build issue in manual example qtabbar/stylesheetMatthias Rauter2023-02-133-15/+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
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-26/+30
* Don't do font merging for PUA charactersEskil Abrahamsen Blomfeldt2023-02-101-0/+39
* QDir: use QCollator when doing locale-aware sortingAhmad Samir2023-02-101-0/+6
* QString: don't detach in replace_helper()Ahmad Samir2023-02-091-6/+41
* QString: optimize insert(qsizetype, QUtf8StringView)Ahmad Samir2023-02-091-0/+1
* QString: don't detach in insert()Ahmad Samir2023-02-091-42/+135
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-092-2/+29
* Examples: move widgets/codeeditor into manual testsVolker Hilsheimer2023-02-096-0/+438
* Move findfiles example into manual testsVolker Hilsheimer2023-02-096-0/+644
* Fix QVariant(QString) <-> enum conversionChristian Ehrlicher2023-02-081-0/+7
* QVarLengthArray: add STL-style assign()Dennis Oberst2023-02-081-0/+75