summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-2/+2
|\
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-2/+2
| |\
| | * QCalendar: Optimize std::vector accessv5.14.0-rc2v5.14.0Ulf Hermann2019-12-071-2/+2
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-35/+69
|\| |
| * | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-103-49/+66
|\| |
| * | Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
| * | Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
| * | Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-4/+6
| * | Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-1/+6
| * | QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
| * | Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-062-11/+23
* | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-065-11/+11
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-042-24/+24
|\| |
| * | QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
| * | Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
| * | Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-033-29/+42
|\| |
| * | Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+11
| * | Fix mis-guided init() in default QAndroidTimeZonePrivate constructorEdward Welbourne2019-11-271-8/+8
| * | Sanitize QAndroidTimeZonePrivate::init()Edward Welbourne2019-11-271-17/+19
| * | Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
| * | Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-2/+2
| |/
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-203-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-151-0/+6
|\|
| * Allow longer time-zone components on AndroidEdward Welbourne2019-11-141-0/+6
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-154/+61
|\|
| * Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-011-2/+0
|\|
| * Doc: Remove empty section title from QMilankovicCalendarTopi Reinio2019-10-311-2/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-264-3210/+3302
|\|
| * Update CLDR to v36Edward Welbourne2019-10-254-3210/+3302
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-161-56/+25
|\|
| * Win32: Consolidate registry codeFriedemann Kleint2019-10-141-56/+25
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-11/+29
|\|
| * Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-283-2/+12
|\|
| * Fix doc of QDateTime::YearRange; include its \since 5.14Edward Welbourne2019-09-271-0/+1
| * Fix QCalendar::isValid(): make it constEdward Welbourne2019-09-262-2/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-174-265/+271
|\|
| * Reflow documentation after indentation changeEdward Welbourne2019-09-164-111/+117
| * Standardize indentation of calendar code's documentationEdward Welbourne2019-09-164-263/+263
* | Add support for UTC[+-]\d+(:\d+){,2} time zone IDsEdward Welbourne2019-09-163-9/+65
|/
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-131-23/+30
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-13/+29
* Fix qdoc warningsFriedemann Kleint2019-09-102-1/+3
* Clarify documentation of daysInMonth()Edward Welbourne2019-09-051-3/+4
* Refine QCalendar::hasYearZero()'s documentationEdward Welbourne2019-09-051-23/+23
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-048-46/+49
* Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-034-17/+20