summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-165-630/+631
|\
| * Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-044-629/+630
| * Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-074-76/+131
|\|
| * Make POSIX transition rule parser more robustEdward Welbourne2021-04-161-14/+29
| * Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
| * Remove qualification for Julian calendarAlex Blasche2021-03-251-1/+1
| * Restore support for reading /etc/timezone for system zone nameEdward Welbourne2021-03-231-7/+15
| * Fix parsing of dates with spaces in day or month namesEdward Welbourne2021-02-191-54/+68
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-2336-725/+725
|/
* Fix trivial typo in QDateTime::fromString() overload docEdward Welbourne2021-02-031-1/+1
* Update to CLDR v38.1, adding Yukon Standard TimeEdward Welbourne2021-02-031-221/+224
* Fix QTzTimeZonePrivate::displayName()'s fallbackEdward Welbourne2021-02-031-1/+2
* Fix problems with offset-derived ids for QTimeZoneEdward Welbourne2021-02-032-14/+23
* QTzTimeZonePrivate::init(): fix handling of empty IDEdward Welbourne2021-02-031-7/+13
* Hold references to zone IDs alive during useEdward Welbourne2021-02-031-2/+8
* Correct string comparison in Android's IANA ID matching codeEdward Welbourne2021-02-031-1/+1
* Doc: Add deprecation noticePaul Wicking2021-02-031-0/+4
* Check date validity in calendar methods taking a QDateEdward Welbourne2021-02-021-2/+2
* Fix handling of Sunday in POSIX time-zone rulesEdward Welbourne2021-02-021-2/+2
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-2836-725/+725
* Make QCalendar's backend registration reentrant-safeEdward Welbourne2021-01-261-32/+120
* Enable testing for whether a calendar registered its primary nameEdward Welbourne2020-12-042-25/+95
* Bounds-check time-zone offsets when parsingEdward Welbourne2020-11-302-12/+17
* QCalendar: increase coverage by testsEdward Welbourne2020-11-301-1/+2
* Return a more useful date-time on parser failure in spring-forward gapEdward Welbourne2020-11-301-2/+8
* Update CLDR to v38Edward Welbourne2020-11-094-3076/+3097
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-273-2275/+2354
* QCalendar: fixup includesGiuseppe D'Angelo2020-10-061-1/+1
* Break out calendar backend-from-enum as a static functionEdward Welbourne2020-10-061-27/+38
* Don't guess UTC when we can't find a system zone nameEdward Welbourne2020-09-283-16/+25
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-071-0/+2
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-291-0/+1
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-203-60/+141
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-202-3/+10
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-201-19/+28
* Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-232-4/+10
* Standardise language about quoted text in date/time format stringsEdward Welbourne2020-04-221-14/+14
* Handle specified time-spec in date-time parsingAndrei Golubev2020-04-223-34/+51
* Fix display-name calls in QAndroidTimeZonePrivate::init()Edward Welbourne2020-04-161-13/+29
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-081-25/+5
|\
| * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-7/+9
|\|
| * Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-20/+13
|\|