summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling of primarily in QCalendar::isSolar()'s docEdward Welbourne2019-08-301-1/+1
* QDateTimeParser: replace QVector with QVarLengthArray<12>Marc Mutz2019-08-301-3/+6
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-8/+8
* Optimize QDate by shortcutting some gregorian calendar methodsEdward Welbourne2019-08-303-15/+139
* Add support for the Islamic Civil calendarSoroush Rabiei2019-08-228-3/+1589
* Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-216-1/+1214
* Add support for Julian and Milankovic calendarsSoroush Rabiei2019-08-219-4/+444
* Add support for calendars beside GregorianSoroush Rabiei2019-08-2014-335/+4996
* QDateTimePrivate: inherit QSharedData and other cleanupsMarc Mutz2019-08-071-13/+5
* Simplify QDate::weekNumber() by looking at the right day of the weekEdward Welbourne2019-08-071-27/+14
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-4/+4
* Fix typo: s/QLocal/QLocale/Edward Welbourne2019-07-261-1/+1