summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Update CLDR to v37, adding Nigerian Pidgin as a new languageEdward Welbourne2020-10-293-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
|\|
| * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
* | Purge a stray space from calendar locale dataEdward Welbourne2020-04-023-1779/+1779
* | Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-021-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-242-57/+100
|\|
| * qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-202-57/+100
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-1/+1
|\|
| * Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
* | Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24
* | Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* | Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-271-0/+8
* | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-5/+3
* | Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-202-28/+46
* | Silence deprecation warnings on implementation of deprecated formatsEdward Welbourne2020-02-181-0/+12
* | 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-043-25/+15
|\|
| * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-313-7/+7
| * Simplify textdate/datestring #if-eryEdward Welbourne2020-01-301-20/+8
* | Consolidate some Q(Date|Time)+ methods to call calendared versionsEdward Welbourne2020-01-311-59/+24
* | Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-46/+67
* | Add missing calendar methods to QDateTime and docsEdward Welbourne2020-01-312-16/+48
* | Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-2/+9
* | Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-302-6/+11
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-17/+17
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-182-2/+2
|\|
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-172-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-15/+14
|\|