summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate some Q(Date|Time)+ methods to call calendared versionsEdward Welbourne2020-01-311-59/+24
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-46/+67
* Add missing calendar methods to QDateTime and docsEdward Welbourne2020-01-311-13/+41
* Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-4/+7
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-35/+69
|\
| * Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-40/+60
|\|
| * Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
| * Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
| * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-4/+6
| * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-1/+6
| * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-10/+22
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-4/+4
|\|
| * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
| * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-2/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
|/
* Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
* Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
* Fix doc of QDateTime::YearRange; include its \since 5.14Edward Welbourne2019-09-271-0/+1
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-131-23/+30
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-2/+2
* Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-301-14/+93
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-256/+361
* Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-4/+4
* Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-21/+13
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-101-4/+3
* Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-2/+21
* rtems: Fix build qdatetime.cppMikhail Svetkin2019-06-301-1/+1
* Fix qdoc warnings in 5.14Friedemann Kleint2019-06-281-3/+4
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-3/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-96/+103
* Rearrange date parsing in anticipation of calendar workEdward Welbourne2019-06-071-34/+29
* Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-15/+15
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+5685