summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetimeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Coding style: put case bodies on separate lines from the case labelEdward Welbourne2020-02-051-12/+25
* Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-1/+1
* Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
* Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-1/+1
* Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-12/+14
* QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-73/+92
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-12/+15
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+2047