summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-172-2/+2
* Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
* 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
* | Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-35/+69
* | 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
* | 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
* | 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
|/
* Allow longer time-zone components on AndroidEdward Welbourne2019-11-141-0/+6
* Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
* Doc: Remove empty section title from QMilankovicCalendarTopi Reinio2019-10-311-2/+0
* Update CLDR to v36Edward Welbourne2019-10-254-3210/+3302
* Win32: Consolidate registry codeFriedemann Kleint2019-10-141-56/+25
* Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-11/+29
* 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
* Reflow documentation after indentation changeEdward Welbourne2019-09-164-111/+117
* Standardize indentation of calendar code's documentationEdward Welbourne2019-09-164-263/+263
* 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