summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_qstringapisymmetry: merge truncate() test into left() testMarc Mutz2017-04-271-44/+24
* QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-4/+4
* tst_qstringviewapisysmmetry: add a check for startsWith()/endsWith()Marc Mutz2017-04-261-0/+235
* QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+40
* QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-6/+8
* tests/auto/gui: use new QTest::addRow() moreMarc Mutz2017-04-242-47/+46
* Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-241-0/+10
* QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+261
* Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-231-0/+8
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-211-0/+49
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-5/+5
* QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-12/+56
* QVariant: fix the testGiuseppe D'Angelo2017-04-201-15/+14
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2030-57/+558
|\
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-16/+2
| * QLineEdit: fix broken testElvis Angelaccio2017-04-191-0/+4
| * Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-191-0/+14
| * QLineEdit: Make the clear button always the leftmost buttonElvis Angelaccio2017-04-191-0/+23
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+16
| * QGraphicsBlurEffect: Fix for high DPI scalingFriedemann Kleint2017-04-181-0/+5
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1812-1/+71
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-0/+50
| | * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-0/+4
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1210-1/+17
| * | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-0/+37
| * | QMenu: Fix margins related display issuesDongmei Wang2017-04-141-1/+184
| * | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-142-1/+17
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-0/+1
| |\|
| | * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+1
| * | Preserve last modification timestamps of installed filesSimon Hausmann2017-04-121-0/+1
| * | Skip testing of QOpenGlConfig on platforms that don't support itSami Nurmenniemi2017-04-121-0/+7
| * | Fix tst_toolsupport on 32-bit arm platformSami Nurmenniemi2017-04-121-0/+6
| * | tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
| * | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-2/+20
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+28
| * | tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
| * | tst_QFocusEvent: Fix checkReason_ActivateWindow for offscreen and minimal pla...Sami Nurmenniemi2017-04-071-0/+8
* | | QLatin1String: add chopped(), chop(), and truncate()Marc Mutz2017-04-181-0/+4
* | | QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-181-0/+4
* | | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-181-0/+8
* | | Reset d->mouseDown only if it's the menu being hiddenMarco Martin2017-04-181-0/+35
* | | Pluginize the platform stylesJake Petroules2017-04-142-4/+1
* | | Remove the Windows XP style from public accessibilityJake Petroules2017-04-132-25/+1
* | | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-1/+1
* | | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-121-0/+6
* | | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-0/+8
* | | Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-071-0/+16