summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-121-0/+61
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-311-2/+31
* QNAM: Remove network connectivity pre-checkMårten Nordheim2020-07-301-9/+0
* Make qfloat16 helper functions consistent with float/double versionsAllan Sandfeld Jensen2020-07-281-1/+1
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-07-241-0/+38
* tst_QPluginLoader: Fix MachO stub testsTor Arne Vestbø2020-07-222-5/+12
* Ensure styles always get to polish the application paletteTor Arne Vestbø2020-07-212-0/+79
* Deprecate QTimeLine's curveShape in favor of its easingCurveEdward Welbourne2020-07-161-11/+11
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-151-0/+3
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-148-15/+15
* Fix passing QDBusUnixFileDescriptors over peer-to-peer connectionsSteffen Kieß2020-07-131-2/+3
* Fix buffer overflowRobert Loehning2020-07-102-0/+9
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-082-0/+106
* Export the letter and word spacing settings set on the default formatAndy Shaw2020-07-072-0/+73
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-07-021-0/+28
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-022-0/+189
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-301-0/+62
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-301-0/+46
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-301-1/+73
* Fuzzing: Add fuzz target for QCryptographicHash::resultRobert Loehning2020-06-292-0/+50
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* Deprecate QByteArray's methods taking QStringSona Kurazyan2020-06-2413-13/+25
* Fuzzing: Test svg imagesRobert Loehning2020-06-221-0/+3
* long_name_onDemandCerts_member - stop testing/using the deprecated APITimur Pocheptsov2020-06-151-22/+0
* Fuzzing: Don't try to load huge valid imagesRobert Loehning2020-06-151-1/+10
* tst_qsslcertificate - suppress a deprecation warningTimur Pocheptsov2020-06-121-0/+4
* long_name_onDemandCerts_static - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-25/+0
* Fix breakage of QPushButton on macOS when a style sheet was setVolker Hilsheimer2020-06-111-0/+41
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* 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