summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-291-20/+22
* Fix tst_QLocale::windowsDefaultLocale().Friedemann Kleint2014-01-281-16/+35
* Fix QArrayData checkKai Koehne2014-01-261-6/+3
* Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-241-3/+3
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-241-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-203-0/+17
|\
| * Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-0/+3
| * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+7
| * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
* | Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-141-0/+20
* | Update UCD source files up to Unicode 6.3.0Konstantin Ritt2014-01-145-360/+654
* | Update the internal CLDR tables up to v.24Konstantin Ritt2014-01-131-12/+12
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+42
|\|
| * Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
* | Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-091-0/+65
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-243-8/+21
|\|
| * Use the short time format of the current locale on WindowsThiago Macieira2013-12-162-6/+18
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-121-2/+3
| |\
| | * Windows command line parsing: Do escape backslash.Friedemann Kleint2013-12-061-2/+3
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-162-0/+43
|\| |
| * | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-0/+12
| * | QTimeZone: Fix isValidId()John Layt2013-12-061-0/+31
* | | Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-131-0/+8
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-269-46/+227
|\| |
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-262-22/+78
| |\|
| | * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-212-0/+10
| | * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-211-4/+50
| | * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-211-18/+18
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-184-1/+101
| |\|
| | * tst_QAlgorithms: fix compilation with C++11 enabledMarc Mutz2013-11-171-1/+1
| | * QCollator: enable move semanticsMarc Mutz2013-11-173-0/+100
| * | QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-172-22/+38
| |/
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-1/+1
| * QLocale: Add auto tests for Poruguese(Brazil) and Greek localesEl Mehdi Fekari2013-10-291-0/+9
* | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-261-0/+2
* | Fix QTimeZone test compilation on WinRTAndrew Knight2013-11-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-244-2/+33
|\|
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
| * don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-162-2/+2
| * Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+6
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-24/+6
|\|
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* | WinRT: Fix various test compilationsAndrew Knight2013-10-023-4/+11
|/
* QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
* QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+10
* QDateTime - Add QTimeZone supportJohn Layt2013-09-232-0/+212
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50