summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't use native dialogs for tst_QApplication::closeAllWindows()Tor Arne Vestbø2023-01-021-0/+1
* QStringConverter: add QLatin1::convert{To,From}Unicode()Ahmad Samir2022-12-301-0/+29
* Long live QPromise::addResults()!Marc Mutz2022-12-301-0/+9
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-303-5/+5
* QMetaType: fix value-initialization in a corner caseGiuseppe D'Angelo2022-12-302-1/+128
* 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
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-276-20/+260
* Stabilize tst_QSpinBox::sizeHint() by explicitly calling setLayout()Axel Spoerl2022-12-261-0/+1
* Add QFileInfo::readSymLink() to read the raw link pathWang Fei2022-12-232-0/+18
* SQL: remove unneeded test functionsChristian Ehrlicher2022-12-224-127/+50
* QTextImageHandler: Resolve Nx images correctly for file or qrc URLsVolker Hilsheimer2022-12-221-7/+0
* tst_QString: test with QT_RESTRICTED_CAST_FROM_ASCII, tooMarc Mutz2022-12-222-28/+96
* tst_qlogging: Skip backtrace tests under ASanThiago Macieira2022-12-211-0/+2
* tst_qlogging: don't skip all tests under static buildsThiago Macieira2022-12-211-1/+1
* tst_qlogging: fix preprocessor directivesThiago Macieira2022-12-211-7/+6
* QTextImageHandler: Add test coverage for resources and URLsVolker Hilsheimer2022-12-222-0/+17
* Enable and fix the test for QTextImageHandlerVolker Hilsheimer2022-12-223-8/+39
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-19/+46
* Android: Set EnterKeyNext as default type for QLineEditBartlomiej Moskal2022-12-211-0/+29
* tst_QByteArray/tst_QString: use new QtMiscUtils::toAsciiUpper()Marc Mutz2022-12-202-3/+3
* Android: handle rename() operation with content urisAssam Boudjelthia2022-12-201-0/+24
* Skip tst_qconcurrentrun completely if running under an emulatorVille Voutilainen2022-12-191-3/+8
* Autoclose a FILE* if we open itVille Voutilainen2022-12-191-9/+1
* CMake: Allow contents of resources to be replaced by empty filesUlf Hermann2022-12-173-0/+22
* Fix QWidget::restoreGeometry when restored geometry is off screenAxel Spoerl2022-12-161-0/+73
* QXmlStreamWriter: fix a thinko in doWriteToDevice(QSV)Marc Mutz2022-12-161-1/+8
* Extend tst_qxmlstream::readBack() to all Unicode charactersMarc Mutz2022-12-161-12/+28
* QUuid: add the ability to specify the byte order for 128-bit IDsThiago Macieira2022-12-161-0/+6
* QUuid: add a trivial structure to support exactly 128 bitsThiago Macieira2022-12-161-1/+23
* rhi: vk: Fix up some legacy queue (family) index inconsistenciesLaszlo Agocs2022-12-161-2/+0
* dbus: Fix path to moc file in generated qdbusxml2cppDavid Edmundson2022-12-161-2/+8
* tst_qxmlstream: swap WHEN and THEN in readBack()Marc Mutz2022-12-161-3/+3
* tst_qmlstream: re-use QBuffer instance in readBack()Marc Mutz2022-12-161-2/+3
* Skip QProcess tests when run under ASanVille Voutilainen2022-12-161-0/+3
* CMake: Remove direct qt_android_generate_deployment_settings callAlexandru Croitor2022-12-154-7/+0
* RHI: Buffer readback fixes and unit testBen Fletcher2022-12-144-0/+153
* Bump version to 6.6.0Jani Heikkinen2022-12-143-3/+3
* Don't hide object replacement char except in rich textEskil Abrahamsen Blomfeldt2022-12-143-9/+31
* QBuffer: test and document open() behaviorMarc Mutz2022-12-141-0/+24
* Remove blacklisting for OpenSUSE LEAP in gesturesHeikki Halmet2022-12-141-3/+0
* Android: Add facilities to handle more content URIs operationsAssam Boudjelthia2022-12-143-0/+214
* QByteArrayApiSymmetry: silence two clang warningsAhmad Samir2022-12-131-0/+5
* Android: fix Android assets handler not listing dirs with only sub dirsBartlomiej Moskal2022-12-134-0/+27
* Silence compiler warnings about unused variablesVolker Hilsheimer2022-12-131-6/+4
* QHeaderView test: Remove unused variablesVolker Hilsheimer2022-12-121-8/+0
* Fix compiler warning when comparing integersVolker Hilsheimer2022-12-121-3/+5
* Try to match variant-selector font to preceding characterEskil Abrahamsen Blomfeldt2022-12-122-2/+6
* RHI: QShaderDescription storage buffer qualifiers / run time strideBen Fletcher2022-12-112-0/+23
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-109-149/+179