summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-081-1/+9
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-082-81/+70
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* rhi: vulkan: Fix calling finish() twice with some copy commands in-betweenLaszlo Agocs2020-05-071-19/+140
* Remove QScreen::orientationUpdateMaskShawn Rutledge2020-05-073-20/+12
* Add more tests for QtConcurrent::filterReduced()Jarek Kobus2020-05-072-0/+115
* Cleanup the qtconcurrentfilter testJarek Kobus2020-05-071-1402/+357
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-071-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-8/+12
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-72/+0
* QComboBox: Remove deprecated auto-completion propertiesVolker Hilsheimer2020-05-061-18/+0
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-051-7/+36
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-051-5/+2
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-051-3/+1
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-051-6/+25
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-051-2/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-052-0/+24
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-052-0/+24
| |\
| | * Allow switching of QT_NO_CREATE_VERSIONLESS_TARGETSKai Koehne2020-05-052-0/+24
* | | Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-051-0/+37
* | | QChar: make std::hash'ableMarc Mutz2020-05-051-0/+7
* | | Build qmake with QT_USE_STRINGBUILDERLars Knoll2020-05-052-1/+2
|/ /
* | uic: Generate string-based connections for custom slotsFriedemann Kleint2020-05-052-0/+415
* | Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-053-194/+3
* | Re-order the sub-dirs to catch real culprits before things they breakEdward Welbourne2020-05-053-64/+100
* | QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-052-2/+7
* | Hotfix for int->qsizetype fallout in QShaderLaszlo Agocs2020-05-051-0/+17
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-0415-239/+510
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-0415-239/+510
| |\|
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-012-0/+40
| | * Merge "Merge remote-tracking branch 'origin/5.15.0' into 5.15"Qt Forward Merge Bot2020-04-301-0/+200
| | |\
| | | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-0/+8
| | | * QCborValue: add tests of parsing invalid ISO date-time stringsThiago Macieira2020-04-301-4/+72
| | | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-0/+15
| | | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-0/+109
| | * | QCOMPARE: treat values as equal if qFuzzyIsNull(each)Edward Welbourne2020-04-309-239/+257
| | |/
| | * Fix data corruption regression in QJsonObject::erase()Eirik Aavitsland2020-04-231-0/+7
* | | Port more tests from qtbase/tests/auto/corelib/io/ to CMakeSona Kurazyan2020-05-0432-6/+528
|/ /
* | uic: Generate Qt 5 connection syntaxFriedemann Kleint2020-05-0456-92/+131
* | Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-041-1/+3
* | Remove useless codeLars Knoll2020-05-011-8/+0
* | Remove QTextStream dependency from tst_qfileLars Knoll2020-05-011-15/+6
* | Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-0/+12
* | Provide a way of exposing private QProperties with a fake APISimon Hausmann2020-04-301-0/+60
* | Allow for private properties to be implemented using QPropertySimon Hausmann2020-04-301-0/+5
* | CMake: Fix build of qlogging test on MinGWAlexandru Croitor2020-04-301-1/+1