summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-016-5/+297
* | | tst_QTimeZone: test QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-0/+61
* | | Add a test for move assignment to tst_QPaletteMarc Mutz2014-07-311-0/+22
* | | Ensure valid data after QImage::invertPixelsAllan Sandfeld Jensen2014-07-311-0/+38
* | | tst_qwidget: Fix geometries.Friedemann Kleint2014-07-311-73/+155
* | | tst_qwindow: Fix geometries.Friedemann Kleint2014-07-311-55/+75
* | | QTabletEvent manual test: show buttons, pressure, eraserShawn Rutledge2014-07-314-39/+127
* | | Add QString::splitRef functions.Jędrzej Nowacki2014-07-311-15/+123
* | | QProgressDialog: make the cancel button retranslate on LanguageChangeMarc Mutz2014-07-301-0/+45
* | | QProgressDialog: don't crash when setting the same {bar,button,label} againMarc Mutz2014-07-301-0/+50
* | | tst_QProgressDialog: enable topLevelWindows() check in cleanup()Marc Mutz2014-07-301-1/+7
* | | Clean up tst_QProgressDialogMarc Mutz2014-07-301-14/+2
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-304-7/+109
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-294-7/+109
| |\| |
| | * | tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
| | * | tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * | tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
| | * | tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
| | * | tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
| | * | QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-251-0/+92
* | | | Accessibility: Top level widgets should only be in the hierarchy onceFrederik Gladhorn2014-07-301-0/+61
* | | | Support RGB30 formats in OpenGL framebuffers and paint engineAllan Sandfeld Jensen2014-07-301-1/+109
* | | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-0/+27
* | | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-0/+23
* | | | Add qFormatLogMessage()Kai Koehne2014-07-301-1/+61
* | | | add priority sorting to $$resolve_depends()Oswald Buddenhagen2014-07-301-0/+9
* | | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-301-2/+53
* | | | QMdiArea: Store focus widget when new QMdiSubWindow is added.Friedemann Kleint2014-07-301-1/+46
* | | | Export QAbstractState active property.BogDan Vatra2014-07-291-16/+888
|/ / /
* | | tst_QFont: remove unused static functionMarc Mutz2014-07-281-14/+0
* | | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-283-7/+64
* | | Fix typo with impact on test outputJoão Abecasis2014-07-281-1/+1
* | | Add missing to gui/kernel benchmarks.Jędrzej Nowacki2014-07-281-1/+3
* | | Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-282-143/+7
* | | Clean up tst_QPaletteMarc Mutz2014-07-261-37/+2
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+5
* | | Integrate tst_bench_qringbuffer into the build tree.Alex Trotsenko2014-07-251-0/+1
* | | Fix compilation on ARM without ARMv6T2Thiago Macieira2014-07-251-3/+3
* | | tst_qgraphicsproxywidget: Fix widget leaks.Friedemann Kleint2014-07-251-16/+24
* | | tst_qmdiarea: Fix widget leaks.Friedemann Kleint2014-07-251-2/+13
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-0/+55
* | | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-4/+10
* | | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-251-0/+124
* | | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-0/+18
* | | tst_qwidget: Fix top level widget leaks.Friedemann Kleint2014-07-251-6/+9
* | | QLineEdit: Emit textEdited() when the clear button is clicked.Friedemann Kleint2014-07-241-2/+8
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-2415-11/+203
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-2215-11/+203
| |\| |
| | * | tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
| | * | Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65