summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-071-0/+9
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-0770-1390/+808
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0770-1390/+808
| |\| |
| | * | Fix tst_Collections for gcc/armSami Nurmenniemi2017-04-071-15/+27
| | * | Fix tst_QDirModel for qemuSami Nurmenniemi2017-04-072-0/+7
| | * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-04-065-79/+166
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-065-79/+166
| | | |\|
| | | | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-051-0/+26
| | | | * QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102