summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-054-0/+77
| | | * 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
| * | | Add a benchmark for QReadWriteLockOlivier Goffart2016-08-103-0/+190
| * | | 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
| | | | * tst_QAbstractItemView: Fix UB (invalid downcast, member call)Marc Mutz2016-08-011-178/+76
| | | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
| | | | * Fix UB (invalid enum value) in tst_QTreeViewMarc Mutz2016-07-311-30/+32
| | | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
| * | | | winrt: update testsMaurice Kalinowski2016-08-091-3/+7
| |/ / /
| * | | winrt: Make test functionalMaurice Kalinowski2016-08-091-1/+13
| * | | Make sure QDBusConnection::connect() returns false if already connectedThiago Macieira2016-08-091-0/+19
| * | | print no message at all when no argument is supplied to error()Oswald Buddenhagen2016-08-081-1/+7
* | | | 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
|/ / /
* | | tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* | | tst_utf8: use QScopedPointer, not QSharedPointerMarc Mutz2016-08-061-6/+6
* | | tests/auto/corelib/global: clean upMarc Mutz2016-08-062-10/+10
* | | tst_QPainterPath: clean upMarc Mutz2016-08-051-10/+11
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-0/+14
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-6/+6
* | | QPolygon: add a smoke-test for boundingRect()Marc Mutz2016-08-041-0/+77
* | | Fix grayscale painting regression in 64-bit raster engineAllan Sandfeld Jensen2016-08-032-1/+38
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* | | Save QFont's style name if presentKonstantin Shegunov2016-08-031-0/+21
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-031-13/+12
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0116-57/+1036
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-015-3/+296
| |\|
| | * Fix for race condition in signal activationDenis Kormalev2016-07-291-0/+175