summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use list-initialization moreMarc Mutz2017-04-201-2/+1
* QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+2
|\
| * Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
* | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-5/+46
* | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-121-2/+2
|/
* Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-141-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+4
|\
| * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
* | Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-141-2/+14
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
| | |\
| | | * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
* | | | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-121-6/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-10/+24
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-3/+6
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-3/+6
| | |\|
| | | * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
| * | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-201-7/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-131-39/+41
|\| | |
| * | | Add configure feature for time zone supportLars Knoll2016-10-111-39/+41
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-261-12/+19
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-211-12/+19
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-161-12/+19
| | |\|
| | | * Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* | | | Q(Date|Time)+::(to|from)String(): use C locale from Qt 6Edward Welbourne2016-09-161-3/+6
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-3/+2
|\| |
| * | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-3/+2
* | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-4/+14
|\| |
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-3/+13
| |\|
| | * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
| | * QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* | | Make QDateTime's default constructor not allocate memory on 32-bitThiago Macieira2016-07-091-27/+45
* | | Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-281-0/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-2/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+0
| |\|
| | * Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-221-12/+122
* | | Fix MSVC warning about casting to pointer of different sizeThiago Macieira2016-06-201-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+1
| |\|
| | * Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* | | Add move constructor to QDateTimeThiago Macieira2016-06-101-1/+24
* | | Allow QDateTime to shrink back to short data mode on copyThiago Macieira2016-06-101-5/+30
* | | Move the QDateTime file static functions to their right placeThiago Macieira2016-06-101-178/+170