summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-223-0/+73
| | | | * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-222-0/+40
| | | | * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-221-0/+4
| | | | * Silence QMainWindow testFriedemann Kleint2019-03-221-0/+2
| | | | * Silence the item model testsFriedemann Kleint2019-03-214-4/+12
| | * | | Fix the skip-check in TestMethods::invokeTest()Edward Welbourne2019-03-297-33/+102
| | * | | Fix memory leak in auto testLars Knoll2019-03-291-0/+1
| | * | | Fix memory leak in auto testLars Knoll2019-03-291-0/+2
| | * | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-5/+2
| | * | | Suppress warnings about deprecated methods in their testsEdward Welbourne2019-03-271-12/+20
| | * | | Replace a misguided test with a valid oneEdward Welbourne2019-03-271-1/+1
| | * | | Tidy up tst_globaldata to use better namings and document what it testsEdward Welbourne2019-03-277-299/+300
| | * | | Stabilize auto testLars Knoll2019-03-271-4/+8
| | * | | Cleanup widgets/kernel.pro after modularizationJędrzej Nowacki2019-03-271-2/+0
| | * | | Test QTest's signal dumperMårten Nordheim2019-03-2711-0/+2270
| | * | | Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-271-0/+13
| | * | | Enable and extend the qtimer_vs_qmetaobject benchmarkMilian Wolff2019-03-272-14/+56
| | * | | tst_qsslsocket: fix racy testMårten Nordheim2019-03-261-2/+2
| | * | | tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-261-18/+74
| | * | | WinRT: Add support for AES-encrypted keysMårten Nordheim2019-03-261-2/+2
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Friedemann Kleint2019-03-2611-22/+120
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-2611-22/+120
| | | |\| |
| | | | * | Manual dialog test: Fix deprecation warningsFriedemann Kleint2019-03-222-3/+13
| | | | * | Extend blacklisting of tst_gestures from RHEL 7.4 to 7.6Tony Sarajärvi2019-03-211-0/+1
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-214-19/+75
| | | | |\|
| | | | | * tst_qmake: Keep the source dir cleanJoerg Bornemann2019-03-204-19/+75
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-204-0/+31
| | | | |\|
| | | | | * Use Q_UNUSED(updateRect) when building without QT_BUILD_INTERNALJesus Fernandez2019-03-181-0/+2
| | | | | * Use High DPI pixmaps in prominent examples and testsFriedemann Kleint2019-03-151-0/+4
| | | | | * Merge remote-tracking branch 'origin/5.12.2' into 5.12Qt Forward Merge Bot2019-03-152-1/+21
| | | | | |\
| | | | | | * Make tst_QUdpSocket::lincLocalIPv6 less sadisticTimur Pocheptsov2019-02-281-5/+4
| | | | | | * Fix blacklisting tst_QTimer::basic_chrono()Juha Karjalainen2019-02-211-1/+1
| | | | | | * Merge 5.12 into 5.12.2Kari Oikarinen2019-02-2060-126/+104
| | | | | | |\
| | | | | | * | Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+20
| | * | | | | | QSqlError: fix redundant space in text() outputVincas Dargis2019-03-261-0/+24
| | |/ / / / /
| * | | | | | Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-041-0/+26
| * | | | | | QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-0/+10
| * | | | | | Remove commented test in testlib (alive)Jędrzej Nowacki2019-03-296-244/+0
| * | | | | | Cleanup widgets/kernel.pro after modularizationJędrzej Nowacki2019-03-261-2/+0
| |/ / / / /
| * | | | | Ensure that layouts don't move widgets outside of their parentVolker Hilsheimer2019-03-261-0/+64
| * | | | | core: Add deduction guides for QPairMikhail Svetkin2019-03-252-0/+29
| * | | | | Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-231-47/+50
| * | | | | Stabilize tst_QStateMachine::dontProcessSlotsWhenMachineIsNotRunningMilian Wolff2019-03-221-4/+4
| * | | | | Widen out parameter "result" of the native event filters for Qt 6Friedemann Kleint2019-03-221-0/+8
| * | | | | Update handling of TESTSERVER_COMPOSE_FILEMaurice Kalinowski2019-03-221-4/+6
| * | | | | QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-211-0/+42
| * | | | | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+8
| * | | | | Make tst_QTemporaryFile::fileTemplate() more informative on failureEdward Welbourne2019-03-191-1/+1
| * | | | | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-1/+31
| * | | | | Refine and extend tst_qnumeric's checks on infinity and NaNEdward Welbourne2019-03-191-7/+24