summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-128-140/+140
* Use QChar::fromUcs4() moreMarc Mutz2020-05-122-4/+4
* tst_QShortcut: avoid int -> QChar conversionsMarc Mutz2020-05-121-10/+10
* Rewrite Qt Testlib selftest to not rely on Qt Testlib itselfTor Arne Vestbø2020-05-118-713/+18572
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-117-17/+105
* Correctly parse non BMP char refs in the sax parserLars Knoll2020-05-106-27/+15
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* QGraphicsAnchorLayout: port to QHVContainer [4/4]: sweep Orientation -> Qt::O...Marc Mutz2020-05-091-5/+1
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-0/+20
* 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-074-22/+13
* 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
* Port baselineserver from QRegExp to QRegularExpressionLars Knoll2020-05-063-4/+6
* 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