summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | Abstract proxy model: Add missing delegation of supportedDragActionsEike Ziller2014-09-241-0/+20
| * | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-2418-34/+382
| |\ \
| | * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-2318-34/+382
| | |\|
| | | * QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-161-0/+28
| | | * QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-151-0/+25
| | | * Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+23
| | | * Avoid adding widget to its own layoutThomas Fischer2014-09-056-0/+112
| | | * Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-0/+23
| | | * Recreate child windows when changing screensDyami Caliri2014-08-282-1/+38
| | | * Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-203-8/+34
| | | * OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-25/+37
| | | * refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-151-0/+21
| | | * Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+40
| | | * Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-0/+4
| * | | QVersionNumber: correctly fail for numerically very large segmentsMarc Mutz2014-09-231-0/+17
| * | | Add unit tests for cleaning up nested functionsThiago Macieira2014-09-231-0/+18
| * | | Fix MSVC source code encoding warnings in tst_qtjson.Friedemann Kleint2014-09-231-3/+3
| * | | Fix QAbstractSocket::readData() behavior on buffered socketAlex Trotsenko2014-09-231-0/+53
| * | | Blacklist constantly failing test cases on OS XKalle Viironen2014-09-238-0/+27
| * | | Fix too fast zooming in QTextEdit with smooth scrolling eventsAllan Sandfeld Jensen2014-09-231-0/+38
| * | | Fix spin box with fine grained wheel eventsAllan Sandfeld Jensen2014-09-231-0/+32
| |/ /
| * | Add support for blacklisting test functionsLars Knoll2014-09-2146-60/+67
| * | Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-0/+17
| * | a11y: Don't try to update accessibility if there's no interfaceTor Arne Vestbø2014-09-201-18/+8
| * | Update widget winId when screen changesDyami Caliri2014-09-192-1/+32
| * | winrt: Fix gethostname linker error in qsqldatabase testsAndrew Knight2014-09-191-4/+6
| * | Restore -qt-block-indent on <li> elementsAllan Sandfeld Jensen2014-09-181-0/+13
| * | Add a multiwindow manual test using QOpenGLWindowLaszlo Agocs2014-09-182-0/+181
| * | Fix accessibilitylinux autotest failureJan Arve Saether2014-09-171-0/+6
| * | Fix saving handle width in QSplitter::saveState()Alexander Volkov2014-09-161-0/+37
| * | Make the default value of QTreeView::indentation() be style dependentAlexander Volkov2014-09-151-2/+41
| * | QNetworkDiskCache: fix expiration calculation heuristic with Last-Modified timeDong-Heon Jung2014-09-121-2/+2
| * | QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-0/+30
| * | Revert "Reading QJsonObject property should not modify the object itself."Jędrzej Nowacki2014-09-111-51/+0
| * | QLockFile: on Windows, retry deleting the lock file if it is being read.David Faure2014-09-111-0/+20
| * | Fix several issues in QCollatorLars Knoll2014-09-101-8/+26
| * | Fix user defined conversions to numeric typesLars Knoll2014-09-101-0/+93
| * | Don't accept json strings with trailing garbageLars Knoll2014-09-101-0/+14
| * | Fix bugs in internal comparison operatorsLars Knoll2014-09-101-0/+24
| * | Add an option to share between TLWsLaszlo Agocs2014-09-101-0/+27
* | | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-173-3/+19
* | | Add QRegularExpression support to QTextDocumentSamuel Gaist2014-09-151-15/+50
* | | tst_QString: also test section(QChar) overloadMarc Mutz2014-09-121-0/+2
* | | Add qEnvironmentVariableIntValue()Marc Mutz2014-09-121-0/+68
* | | QRegularExpression: more QStringRef testsGiuseppe D'Angelo2014-09-121-0/+13
* | | QAbstractItemView: add iconSizeChanged signal.David Faure2014-09-121-0/+5
* | | QTextStream: add fast path for writing char and QChar.David Faure2014-09-123-1/+144
* | | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-1014-74/+588
|\| |
| * | Fix linking of tst_qwindow with dynamic Open GL.Friedemann Kleint2014-09-081-0/+2
| * | ssl: common certificate parser support for extensionsJeremy Lainé2014-09-051-9/+3