summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | tst_QPlainTextEdit/tst_QTextEdit: Do not output unprintable characters.Friedemann Kleint2016-05-312-12/+26
| | * | | Fix opaque texture-based widgets not being always shown.Alexandru Croitor2016-05-301-0/+133
| | * | | Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-0/+17
| | * | | Force the use of the C++11 alignof keyword instead of an extensionThiago Macieira2016-05-291-3/+4
| | * | | tst_QNetworkReply: Un-blacklist recently fixed test.Edward Welbourne2016-05-251-4/+1
| | * | | Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-0/+10
| | * | | Avoid missing paints when resizing GV with QOpenGLWidget viewportLaszlo Agocs2016-05-241-0/+45
| | * | | QMenu auto-test: Add test for two-level tearable menusGabriel de Dietrich2016-05-191-0/+46
| | * | | QtWidgets: Reduce paint events when resizing native widgetBłażej Szczygieł2016-05-191-0/+24
| * | | | tst_QObject: Test if the new connect style works with virtual basesThiago Macieira2016-06-021-0/+107
| * | | | Blacklisting a flaky tst_QGL::clipTest test on OpenSUSE 13.1Milla Pohjanheimo2016-06-011-0/+1
| * | | | Add manual test for shortcut using implicit AltGrRobert Loehning2016-05-301-6/+11
| * | | | tst_Moc: restore signals/slots/emit to the Q_UPPERCASE valuesThiago Macieira2016-05-301-3/+3
| * | | | tst_qsslsocket::protocolServerSide - blacklist on RHEL 7.2Timur Pocheptsov2016-05-261-0/+4
| * | | | tst_qsslsocket - re-structure the codeTimur Pocheptsov2016-05-261-2/+4
| | |_|/ | |/| |
| * | | Fix compilation without process supportMaurice Kalinowski2016-05-201-0/+2
* | | | QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-101-18/+3
* | | | Disable QSslDiffieHellmanParameters tests for QT_NO_SSL buildsAndré Klitzing2016-06-102-2/+8
* | | | autotests: use QTest::createTouchDevice()Shawn Rutledge2016-06-1010-108/+57
* | | | Blacklist tst_QWindow tests for Ubuntu 16.04Milla Pohjanheimo2016-06-101-0/+3
* | | | QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-081-3/+0
* | | | QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-11/+15
* | | | tst_qstringapisymmetry: cover QByteArray, const char*, tooMarc Mutz2016-06-081-2/+87
* | | | QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-082-1/+25
* | | | Fix Infinite loop in QGraphicsScene::focusNextPrevChildJoão de Deus Morgado2016-06-071-0/+25
* | | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-047-51/+17
* | | | Blacklisting pendingCallWhenDisconnected on OpenSUSE 42.1Milla Pohjanheimo2016-06-021-0/+2
* | | | Remove Windows CE vestigesJoerg Bornemann2016-06-023-13/+0
* | | | Revert blacklisting of two tests now the fix is inAndy Shaw2016-05-302-3/+0
* | | | Blacklist maskedUpdateMilla Pohjanheimo2016-05-271-0/+1
* | | | Blacklist tst_qabstracttextdocumentlayout::formatAt on OpenSUSE42.1Milla Pohjanheimo2016-05-271-0/+3
* | | | Blacklist tst_QIODevice::constructing_QTcpSocket on OpenSUSE 42.1Milla Pohjanheimo2016-05-271-0/+2
* | | | Blacklisting tst_QTextStream::stillOpenWhenAtEnd() on OpenSUSE 42.1Milla Pohjanheimo2016-05-271-0/+1
* | | | Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-271-0/+77
* | | | Blacklisting tst_qabstractdocumentlayout::imageAt on OpenSUSE 42.1Milla Pohjanheimo2016-05-261-0/+3
* | | | Fix invalid QDataStream data for QDateTimeThiago Macieira2016-05-261-0/+0
* | | | Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-254-4/+253
* | | | add $$sorted() function.Oswald Buddenhagen2016-05-251-0/+12
* | | | add $$str_member() functionOswald Buddenhagen2016-05-251-0/+43
* | | | add $$str_size() functionOswald Buddenhagen2016-05-251-0/+12
* | | | add $$num_add() (numeric addition) functionOswald Buddenhagen2016-05-251-0/+42
* | | | add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-05-251-0/+48
* | | | make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-05-242-3/+3
* | | | Add applicationDisplayNameChanged() signal.Benjamin Terrier2016-05-241-0/+18
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2345-317/+702
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1944-165/+698
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-1/+49
| | |\|
| | | * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-133-1/+49
| | * | QMenuBar: nested parenting fixFelix Bourbonnais2016-05-181-0/+59
| | * | Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-0/+2