summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-11-301-23/+24
* Various qt documentation fixes (wk 42)artoka2012-01-311-1/+1
* Update documentation of QDateTime::toStringJens Georg2012-01-311-1/+5
* Fix QDateTime::toString for Qt::ISODateJens Georg2012-01-311-0/+15
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Added the default format of QTime::toString().Jerome Pasion2010-10-111-0/+1
* Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
* Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
* Doc: Fixed documentation errors.David Boddie2010-06-181-2/+2
* doc: Fixed many broken links.Martin Smith2010-05-191-6/+6
* Added QDateTime::msecsTo()Jason Hollingsworth2010-05-111-8/+36
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-201-4/+5
|\
| * Use a compile time constant for the C epoch as a julian day.Shane Kearns2010-04-201-3/+4
| * Fix test failures for qdatetime on symbian and winceShane Kearns2010-04-201-1/+1
* | Document the time format pattern for timezone info.Denis Dzyubenko2010-04-161-0/+1
|/
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-011-20/+107
|\
| * Fix compilation on Windows: forgot to change one toTime_tHelperThiago Macieira2010-03-311-1/+1
| * Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-311-16/+16
| * Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-311-15/+102
* | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-1/+4
|/
* Bugfix the Symbian implementationThiago Macieira2010-03-171-2/+2
* Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpochThiago Macieira2010-03-171-106/+247
* Revert "Daylight savings time for Symbian take 2"Janne Koskinen2010-02-041-37/+23
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2010-01-251-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Daylight savings time for Symbian take 2Janne Koskinen2009-12-281-23/+37
* | Revert "Daylight savings time for Symbian."Janne Koskinen2009-12-231-37/+23
* | Daylight savings time for Symbian.Janne Koskinen2009-12-221-23/+37
|/
* Fixed: Variable res goes out of scope but is accessed later via pointerMiikka Heikkinen2009-10-291-3/+3
* Reimplementing QDate/QTime/QDateTime in Symbian native mannerAleksandar Sasha Babic2009-10-191-1/+61
* Revert "Workaround for OpenC daylight saving cache issue when using localtime...Aleksandar Sasha Babic2009-10-091-30/+2
* Workaround for OpenC daylight saving cache issue when using localtime_r.Janne Anttila2009-10-081-2/+30
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Use QExplicitlySharedDataPointerHarald Fernengel2009-08-201-3/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-6/+0
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-6/+0
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\| |
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-071-11/+4
|\ \ \
| * | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-11/+4
| |\| |
| | * | Build fix for mingwThierry Bastian2009-07-141-1/+1
| | * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-10/+3
* | | | check for possibility that time pointer is NULLmread2009-08-071-1/+2
|/ / /
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-4/+10
|\| |
| * | Initialize the time structure in QTime::currentTime()Benjamin Poulain2009-06-291-2/+1
| * | Fixed a gcc 4.4 warning on switching a value outside the enum.Thiago Macieira2009-06-261-0/+7