summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetimeparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify some #if-ery and use positive testsEdward Welbourne2022-01-171-8/+6
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+4
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-15/+26
* Use UTC when parsing only a date or only a time, not a date-timeEdward Welbourne2021-06-231-5/+10
* Fix handling of day-of-week in QDateTimeParser and QDateTimeEditEdward Welbourne2021-06-231-21/+82
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-111-13/+26
* QDateTime(Parser): code tidiesGiuseppe D'Angelo2021-05-251-2/+2
* Make zone-name part of date-time parsing a little fasterEdward Welbourne2021-04-231-2/+2
* Fix bug in QDateTimeParser::findTimeZoneName()'s length-limitingEdward Welbourne2021-04-201-1/+1
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* Simplify QDateTimeParser::fromString() to always record the date-timeEdward Welbourne2021-03-011-9/+3
* Add a shortcut in QDateTimeParser::findTimeZone for UTCMÃ¥rten Nordheim2021-02-111-1/+8
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-44/+80
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-191-10/+10
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-021-14/+17
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-301-25/+24
* Assert some conditions instead of testing for themEdward Welbourne2020-09-231-14/+7
* Use QLatin1Char in place of QChar in a few more placesEdward Welbourne2020-09-221-4/+4
* Count digits in QDateTimeParser::parseSection()'s numeric fieldsEdward Welbourne2020-09-221-1/+1
* QDateTimeParser: skip some needless bracesEdward Welbourne2020-09-181-46/+28
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-19/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Port qdatetime away from QStringRefLars Knoll2020-06-121-19/+19
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-56/+137
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-3/+6
* QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-301-2/+2
* Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-231-1/+1
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-28/+46
* Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-271-0/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-12/+25
|\
| * Coding style: put case bodies on separate lines from the case labelEdward Welbourne2020-02-051-12/+25
* | 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