summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-1/+1
|\
| * Make QStringRef::right() consistent with QString::right()Eskil Abrahamsen Blomfeldt2014-10-141-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-2/+2
|\|
| * Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-2/+2
* | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-071-0/+33
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-25/+18
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-241-6/+7
* | QDateTime: Micro-optimize by using QString::fromLatin1 instead of QString::fr...Robin Burchell2014-09-151-16/+16
* | QDate: Micro-optimize for fromStringIso benchmark.Robin Burchell2014-09-151-2/+2
* | Optimize qdatetime string parsingJędrzej Nowacki2014-08-141-16/+16
|/
* Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-251-3/+3
* Speedup qDebug() << QDate(...)Jędrzej Nowacki2014-07-141-1/+1
* Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
* QDateTime: Fix sign handling in the timezone offset writerDaniel Seither2014-05-081-1/+1
* QDateTime: Fix sign handling in the timezone offset parserDaniel Seither2014-05-081-6/+13
* Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-11/+45
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-11/+45
| |\
| | * QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
| | * Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
| | * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
| | * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
* | | Fix compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-10/+9
|\|
| * QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
| * QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-28/+33
|\|
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-48/+48
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-48/+48
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-091-10/+44
|\|
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-10/+44
* | WinRT: Locale handling supportKamil Trzcinski2013-10-051-0/+3
|/
* Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-12/+297
* QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+26
* QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-31/+143
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-345/+527
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-141-98/+94
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-183/+29
* QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-2/+21
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-1715/+1
* QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-3/+18
* QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33