summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix qsizetype fallout in rhi manual testsLaszlo Agocs2020-06-261-2/+2
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-0/+12
* Fuzzing: Add fuzz target for QCryptographicHash::resultRobert Loehning2020-06-262-0/+50
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-20/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-0/+131
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-0/+22
* Use QList instead of QVector in other testsJarek Kobus2020-06-255-34/+25
* Use QList instead of QVector in sql testsJarek Kobus2020-06-252-15/+11
* Use QList instead of QVector in testlib testsJarek Kobus2020-06-2511-48/+48
* Use QList instead of QVector in widgets testsJarek Kobus2020-06-2528-287/+270
* Use QList instead of QVector in benchmarks testsJarek Kobus2020-06-2513-77/+68
* Use QList instead of QVector in gui testsJarek Kobus2020-06-2528-260/+267
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-2513-28/+11
* Use QList instead of QVector in network testsJarek Kobus2020-06-256-8/+8
* Use QList instead of QVector in dbus testsJarek Kobus2020-06-253-6/+3
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-255-0/+31
* Skip proxy widgets that can't take focus when (back)tabbingVolker Hilsheimer2020-06-251-0/+46
* Don't pollute global namespace with #define PVolker Hilsheimer2020-06-251-4/+13
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-242-3/+46
* QPair: add a check that SB works as expectedMarc Mutz2020-06-241-0/+51
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-238-13/+15
* Use QList instead of QVector in uic testsJarek Kobus2020-06-231-2/+2
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-232-1/+8
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-0/+62
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-221-15/+77
* Use QList instead of QVector in concurrent testsJarek Kobus2020-06-223-21/+22
* Use QList instead of QVector in moc testsJarek Kobus2020-06-221-90/+58
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-222-6/+11
* Replace "no devices registered" warnings with qCDebugShawn Rutledge2020-06-221-4/+0
* Change boundValues() to return a QVariantListAndy Shaw2020-06-221-41/+43
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-214-12/+12
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-2013-414/+399
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-2034-3181/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-1929-193/+197
* Fuzzing: Test svg imagesRobert Loehning2020-06-191-0/+3
* Don't return a touchscreen from QPointingDevice::primaryPointingDevice()Shawn Rutledge2020-06-191-1/+1
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-11/+28
* Document QPromise APIAndrei Golubev2020-06-182-0/+222
* Add support for QNotifiedProperty to the mocSimon Hausmann2020-06-181-10/+10
* Remove unused functionality from QTypeInfoLars Knoll2020-06-182-3/+0
* Begin writing tst_QInputDevice autotestShawn Rutledge2020-06-185-0/+103
* Update QTabletEvent device_information manual testShawn Rutledge2020-06-172-30/+20
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-1617-145/+139
* rhi manual tests: Prevent warnings with MSVCLaszlo Agocs2020-06-159-15/+15
* Relax tst_qvulkan::vulkanVersionRequest to make it compatible with 1.1Laszlo Agocs2020-06-151-2/+9
* Fuzzing: Don't try to load huge valid imagesRobert Loehning2020-06-151-1/+10
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMÃ¥rten Nordheim2020-06-121-1/+73
* Remove deprecated methodsLars Knoll2020-06-122-44/+0
* long_name_onDemandCerts_static - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-25/+0