summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Win: Choose a suitable font in tst_QTextLayout::textWidthVsWIdthEskil Abrahamsen Blomfeldt2020-06-081-0/+3
* Fix to crash in QWindow::event when delete this called on closeEventMiika Pernu2020-06-051-0/+19
* QEventDispatcherWin32: retrieve PM_REMOVE value as a bit flagAlex Trotsenko2020-06-031-0/+38
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-06-032-42/+11
* QMimeType::suffixForFileName shouldn't lowercase the file suffixDavid Faure2020-06-021-0/+6
* Make tst_QTextLayout::textWidthVsWIdth() more robustEskil Abrahamsen Blomfeldt2020-05-291-0/+15
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+20
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* QTextMarkdownImporter: allow nesting text span formattingShawn Rutledge2020-05-271-2/+112
* moc: handle include directives in enumsFabian Kosmale2020-05-274-2/+61
* QApplication: don't let synthesized wheel events grab the mouseVolker Hilsheimer2020-05-261-18/+56
* QApplication: deliver all wheel events to widget that accepts the firstVolker Hilsheimer2020-05-261-0/+127
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-211-0/+10
* Fix QTextDocumentLayout test with certain fontsEskil Abrahamsen Blomfeldt2020-05-211-5/+2
* tst_QDialogButtonBox: Port away from QAbstractButton::animateClick()Friedemann Kleint2020-05-211-40/+38
* Fix bug in QTextLayout::min/maxWidth for WrapAtWordBoundaryOrAnywhereJan Arve Sæther2020-05-211-0/+37
* Don't move focus away from previous proxy in QWidget::setFocusProxyVolker Hilsheimer2020-05-211-7/+36
* QWidget: fix regression when changing focus proxy while it has focusVolker Hilsheimer2020-05-211-0/+94
* tst_QProcess: create a more reliable crashingThiago Macieira2020-05-211-6/+25
* Don't send QEvent::Hide to an already hidden top level widgetVolker Hilsheimer2020-05-201-0/+74
* QBasicDrag: Send QDragMoveEvent when modifiers changeAlexander Volkov2020-05-201-3/+24
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-201-10/+129
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-201-0/+20
* Remove Perforce commands from setupSuite.shThiago Macieira2020-05-201-3/+1
* tst_QResourceEngine: fix the order of arguments to QCOMPAREThiago Macieira2020-05-201-2/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-207-17/+105
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-202-81/+70
* Fuzzing: Add fuzz target for QImage::loadFromDataRobert Loehning2020-05-192-0/+55
* QTest::ignoreMessage(): interpret the message in UTF-8Edward Welbourne2020-05-191-1/+9
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-191-8/+18
* Handle disk full situations by skipping QFile::moveToTrash testVolker Hilsheimer2020-05-191-3/+9
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-191-8/+12
* tst_qstringref: remove some wtf?Marc Mutz2020-05-191-1/+1
* tst_Gestures: fix -Wdangling-else GCC warningMarc Mutz2020-05-191-4/+4
* uic/Python: import all the classes for QtCore and QtGuiCristian Maureira-Fredes2020-05-181-5/+2
* Revert "WebGradients: redo implementation"Giuseppe D'Angelo2020-05-151-0/+6
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-142-5/+30
|\
| * QCborValue: catch overflow in QByteArray when decoding chunked stringsThiago Macieira2020-05-072-5/+30
* | Blacklist imageAtRightAlignedTab in SLESTony Sarajärvi2020-05-131-0/+1
* | Allow switching of QT_NO_CREATE_VERSIONLESS_TARGETSKai Koehne2020-05-052-0/+24
* | 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
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* Markdown writer: omit space after opening code block fenceShawn Rutledge2020-04-203-6/+6