summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-259-53/+89
|\
| * Merge dev into 5.8Oswald Buddenhagen2016-08-22109-640/+1578
| |\
| * | tst_QString: clean upMarc Mutz2016-08-171-3/+6
| * | tst_QStyleSheetStyle: Extract Method sample_widgets()Marc Mutz2016-08-171-28/+20
| * | Added capHeight() to QRawFont and QFontMetrics(F)Konstantin Tokarev2016-08-153-2/+29
| * | tst_QRegularExpression: clean upMarc Mutz2016-08-151-12/+14
| * | QSharedPointer: clean up #ifdefsMarc Mutz2016-08-151-6/+0
| * | Avoid synthesizing stretch on condensed font familiesAllan Sandfeld Jensen2016-08-152-2/+20
* | | Remove tests/auto/other/atwrapperMarc Mutz2016-08-2415-931/+0
| |/ |/|
* | Add support for Apple watchOSJake Petroules2016-08-191-2/+3
* | tst_QSslSocket: clean upMarc Mutz2016-08-191-55/+57
* | Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-192-45/+50
* | Say hello to Q_NAMESPACEBogDan Vatra2016-08-191-0/+110
* | Use qtConfig throughout in qtbaseLars Knoll2016-08-1971-88/+88
* | employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-192-4/+2
* | Blacklisting tst_QWidget::saveRestoreGeometry test on Ubuntu 16.04Milla Pohjanheimo2016-08-181-0/+1
* | HTTP/2 - fix invalid read (auto-test)Timur Pocheptsov2016-08-171-1/+1
* | Don't build the tests which require helpers on UIKit platformsJake Petroules2016-08-162-1/+3
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-1612-48/+148
|\ \
| * \ Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-38/+69
| |\ \
| | * | Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | * | tst_QStringListModel: don't leak memory when tests failMarc Mutz2016-08-121-20/+14
| | * | QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-122-2/+53
| | * | tst_QSslSocket::setLocalCertificateChain(): fix resource leak when test failMarc Mutz2016-08-111-3/+2
| | * | Remove ~tst_QImageWriterMarc Mutz2016-08-111-11/+0
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-107-10/+79
| |\| |
| | * | Fix memory leak in tst_qgraphicsproxywidgetJędrzej Nowacki2016-08-101-1/+2
| | * | Always generate size hint for spacer itemsJarek Kobus2016-08-082-3/+3
| | * | tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
| | * | Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
| | * | Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-0/+2
| | * | QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* | | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-151-1/+2
* | | | Long live QDeadlineTimerThiago Macieira2016-08-153-0/+631
* | | | QSslDiffieHellmanParameters: make fit for releaseMarc Mutz2016-08-122-5/+5
* | | | Make imageAt and formatAt more robus against different font metricsSimon Hausmann2016-08-122-9/+2
* | | | Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-111-0/+45
* | | | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-70/+81
* | | | remove redundant x11 handlingOswald Buddenhagen2016-08-103-16/+0
* | | | add support for returning the command's exit status to $$system()Oswald Buddenhagen2016-08-101-2/+2
* | | | Fix QZip autotest and enable QZip and QTextOdfWriter tests againOswald Buddenhagen2016-08-102-3/+5
* | | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-098-288/+299
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-098-288/+299
| |\| | |
| | * | | QHeaderView: Reset lastSectionLogicalIdx on clear()Ulf Hermann2016-08-091-0/+5
| | * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-288/+294
| | |\| |
| | | * | QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * | QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
| | | * | Don't call virtual functions with data from an old modelBogDan Vatra2016-08-041-2/+41
| | | * | Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
| | | * | tst_QTreeView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-70/+27