summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-271-2/+8
* QDateTimeParser: fix handling of AM/PM textsEdward Welbourne2020-11-271-8/+10
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-272-12/+17
* QCalendar: increase coverage by testsEdward Welbourne2020-11-271-1/+2
* Prevent time zone lookup from using infinite amounts of memoryAndreas Buhr2020-11-191-6/+6
* Update CLDR to v38Edward Welbourne2020-11-084-2957/+2977
* Reorder locale enums alphabeticallyEdward Welbourne2020-11-084-4940/+4940
* Use newer names for various languages, territories and scriptsEdward Welbourne2020-11-083-90/+90
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-072-28/+57
* Make QTime's operators hidden friendsEdward Welbourne2020-11-072-19/+19
* Make QDate's operators hidden friendsEdward Welbourne2020-11-072-21/+19
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+0
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-44/+80
* Add unit tests for QDateTimeParser internalsAndreas Buhr2020-10-301-0/+2
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-263-2365/+2514
* Use unchecked substring methods in date-time codeEdward Welbourne2020-10-192-33/+31
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-1/+3
* Fix some bad uses of QSharedPointerData::operator T*Allan Sandfeld Jensen2020-10-161-3/+3
* QTimeZone: drop an implicit conversion commentGiuseppe D'Angelo2020-10-161-1/+1
* Check validity before adding to a QDateTimeEdward Welbourne2020-10-091-0/+9
* Check against {und,ov}erflow in more QDateTime methodsEdward Welbourne2020-10-091-11/+39
* Check value is in range when setting a QDateTimeEdward Welbourne2020-10-091-5/+16
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-8/+28
* Use fromIsoTimeString() in QDateTime::fromString() also for TextDateEdward Welbourne2020-10-071-37/+2
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-2/+2
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Prefer QStringView's operator[] over its at()Edward Welbourne2020-10-061-7/+7
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-052-23/+98
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-032-2/+2
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-71/+71
* Modernize implementation in date-time and its parsingEdward Welbourne2020-10-023-54/+51
* Use QDateTimeParser::locale(), not the default QLocaleEdward Welbourne2020-09-301-2/+2
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-302-33/+30
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* QCalendar: use LGPL like everything else, not GPLEdward Welbourne2020-09-271-5/+15
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-14/+14
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-48/+28
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-232-14/+6
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-232-6/+7
* Assert some conditions instead of testing for themEdward Welbourne2020-09-231-14/+7
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-232-19/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-2/+33
* 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
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-222-26/+6
* QDateTimeParser: skip some needless bracesEdward Welbourne2020-09-181-46/+28
* Rework checkValidDateTime() to avoid needless spec-checksEdward Welbourne2020-09-171-77/+74
* Tidy up QTimeZone method bodiesEdward Welbourne2020-09-171-55/+27