summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Fix utf8->utf16 BOM/ZWNBSP decoding.Erik Verbruggen2015-12-211-3/+10
| | * | | Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
| | * | | Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
| | * | | Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
| | * | | Fix toDisplayString(QUrl::PreferLocalFile) on WinKevin Funk2016-01-201-0/+25
| | |/ /
| | * | [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-1/+2
| | * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-2/+0
| | * | Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-2/+37
* | | | QStringRef: add missing op[]Marc Mutz2016-01-261-0/+11
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2117-0/+17
* | | | Update the Intel copyright yearThiago Macieira2016-01-212-2/+2
* | | | Updated license headersJani Heikkinen2016-01-21263-4457/+3142
* | | | Fixed qtbase tests to pass with updated license headerJani Heikkinen2016-01-211-8/+8
|/ / /
* | | Remove all the atomic code besides MSVC and std::atomicThiago Macieira2016-01-1934-82/+1
* | | QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-131-0/+164
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-133-27/+67
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-123-27/+67
| |\| |
| | * | Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
| | * | QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
| | * | QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
* | | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-131-0/+6
* | | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-0/+12
* | | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-64/+125
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-088-89/+162
|\| |
| * | Blacklist failing tst_QFile tests (OS X)Timur Pocheptsov2016-01-061-0/+4
| * | QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-292-0/+28
| * | tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
| * | tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection.Friedemann Kleint2015-12-221-6/+13
| * | Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+6
| * | QUrl: revert path-normalization in setPath().David Faure2015-12-221-11/+43
| * | QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-0/+23
| * | Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
| * | Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
| * | Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
| * | Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
| * | Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
| * | Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
| * | Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
| * | Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* | | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-051-0/+60
* | | Add qHash(std::pair)Marc Mutz2015-12-301-0/+16
* | | QString: add resize(int, QChar)Marc Mutz2015-12-281-0/+17
* | | tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1813-20/+168
|\| |
| * | Extend blacklisting of tst_qsettings to OSX 10.11Tony Sarajärvi2015-12-151-0/+1
| * | Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
| * | Fix compilation for WinRTMaurice Kalinowski2015-12-148-13/+15
| * | QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-081-0/+66
| * | Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-6/+44
| * | QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-0/+41