summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetimeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-1/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-12/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-15/+14
|\|
| * Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
|\|
| * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-1/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-7/+5
|\|
| * Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
|/
* 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