summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-065-36/+36
* Refactor tst_CollectionsLars Schmertmann2020-07-061-20/+50
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-036-25/+22
* Remove deprecated empty macroLars Schmertmann2020-07-021-1/+0
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-025-30/+59
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-024-35/+23
* QTabBar: make sure the tab is repainted after releasing mouseWang Chuan2020-07-021-0/+38
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-0113-4/+126
* Fix delivery of MouseMove events to newly opened popup windowsVolker Hilsheimer2020-07-011-0/+186
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-011-3/+23
* Sql: Fix heap-user-after-free for globally initialized db objectsAlexandru Croitor2020-07-016-13/+55
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-011-0/+138
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-1/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-4/+2
* Fix QUrl::toDisplayString(PreferLocalFile) returning an encoded pathDavid Faure2020-06-291-0/+28
* QFileDialog: remove deprecated mode QFileDialog::DirectoryOnlyChristian Ehrlicher2020-06-263-13/+2
* CMake: Fix tst_qmake not to hang and re-enable itAlexandru Croitor2020-06-261-5/+1
* Remove superfluous define from tst_qmakeJoerg Bornemann2020-06-263-23/+0
* CMake: Fix tst_qmake::resources() on WindowsJoerg Bornemann2020-06-264-30/+4
* CMake: Skip building tst_qprocess test when cross compilingAlexandru Croitor2020-06-261-1/+6
* rhi: Enable specifying just an adapter or phys devLaszlo Agocs2020-06-261-0/+131
* 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