summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+7
* QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
* Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
* 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
* | QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-061-0/+12
* | QTimeZone: Fix isValidId()John Layt2013-12-061-0/+31
* | 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
* 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
* QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* 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
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+141
* QTimeZone - Define new class and apiJohn Layt2013-09-223-0/+509
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+95
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+23
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-6/+0
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-34/+16
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-192-20/+17
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-14/+13
* QDateTime - Add test case for Daylight Time TransitionsJohn Layt2013-09-141-0/+377
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-141-0/+35
* QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-0/+46
* New QStringRef methods.Jędrzej Nowacki2013-09-111-0/+142
* QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-1/+1
* Fix escape handling in qWinCmdArgsDavid Faure2013-09-102-0/+28
* Add first/last accessors to QMapMathias Hasselmann2013-09-081-0/+29
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-062-6/+70
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-57/+7
* QLocale - Improve date formatterJohn Layt2013-09-051-0/+100
* Make tst_qalgorithms compliant with the StandardGiuseppe D'Angelo2013-09-051-0/+7
* Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-156/+0