summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* QCalendarBackend: link to the relevant plugin documentationEdward Welbourne19 hours1-2/+2
* Tidy up a bit in QTZP_p.hEdward Welbourne4 days2-2/+10
* Prefer QString::asprintf() over arg()'s padding variantsEdward Welbourne8 days1-1/+1
* QDateTime and zone code: pass types by const ref if not trivial to copyEdward Welbourne8 days3-3/+3
* Construct QTimeZone::OffsetData by brace-initializationEdward Welbourne8 days1-15/+9
* Make QTimeZonePrivate::Data construction easierEdward Welbourne8 days7-72/+71
* QTZP_TZ: make PosixZone default constructor replace its invalid()Edward Welbourne8 days1-7/+5
* Apply NSDMI to some internal datetime and timezone typesEdward Welbourne8 days3-7/+5
* QDateTime, QTimeZone: pass ShortData by value to comparisonEdward Welbourne8 days2-2/+2
* QDateTimeParser: pass QCalendar by value, not by referenceEdward Welbourne8 days2-4/+4
* More consistent handling of feature timezoneEdward Welbourne8 days3-0/+3
* Fix end-of-parse fixup of two-digit year in QDateTimeParserEdward Welbourne8 days1-2/+4
* Revise CLDR-generated data header files to use Unicode-3.0 for SPDXEdward Welbourne9 days4-5/+4
* Condition inline fromString() definitions on datestring featureEdward Welbourne2024-03-181-1/+1
* Introduce feature timezone_locale and begin implementing itEdward Welbourne2024-03-183-0/+98
* QTimeZonePrivate: extract method for available zone idsAnton Kudryavtsev2024-03-161-22/+14
* QDateTimeParser: port some methods to QSVAnton Kudryavtsev2024-03-152-7/+7
* QDateTimeParser: use rvalue overloads moreAnton Kudryavtsev2024-03-151-2/+2
* TimeZone: optimize offsetFromUtcStringAnton Kudryavtsev2024-03-152-8/+11
* Correct documentation of QDateTime's comparisonsEdward Welbourne2024-03-081-11/+18
* Port to QDirListingAhmad Samir2024-03-031-4/+2
* Add a "See also" to link a comment to a Jira ticketEdward Welbourne2024-03-011-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Also check available in TZ timezone's constructorEdward Welbourne2024-02-282-1/+2
* QTimeZonePrivate: avoid needless allocationAnton Kudryavtsev2024-02-281-3/+1
* Date and Time classes: use new \compares commandIvan Solovev2024-02-202-0/+12
* QTzTimeZoneCache: don't hold mutex while parsing filesMarc Mutz2024-02-161-1/+11
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-2/+0
* QTzTimeZoneCache: make findEntry() staticMarc Mutz2024-02-121-1/+1
* Implement QTZP::isTimeZoneIdAvailable() on AndroidEdward Welbourne2024-02-123-2/+9
* QIcuTimeZonePrivate::displayName(): tidy and critiqueEdward Welbourne2024-02-081-7/+13
* Move QTimeZone's CLDR-derived data into a namespaceEdward Welbourne2024-02-082-23/+27
* QIcuTimeZonePrivate constructor: save iteration over all zone IDsNicolas Fella2024-02-083-14/+26
* Optimize QTimeZone construction on AndroidVolker Krause2024-02-061-0/+7
* Remove extra semi-colonsTasuku Suzuki2024-02-063-3/+3
* Use short name as QTZP::abbreviation() by defaultEdward Welbourne2024-02-053-12/+1
* Documentation tweaks in QDate(Time)?::toString()Edward Welbourne2024-02-021-7/+10
* Update QLocale and calendar data to CLDR v44.1Edward Welbourne2024-02-023-5089/+5189
* QTZP: use binary search more on timezone ID tablesEdward Welbourne2024-02-011-32/+65
* Fix ordering of Windows timezonesEdward Welbourne2024-02-012-159/+190
* Make QTZP Windows ID data class methods constexprEdward Welbourne2024-02-011-9/+9
* Remove system locale dependency from timezone code that doesn't need itEdward Welbourne2024-02-013-26/+14
* QDate(Time)?::toString(): eliminate QCalendar() defaultsEdward Welbourne2024-01-312-4/+46
* QDate(Time)?::fromString(): do not use QCalendar as a default argumentIvan Solovev2024-01-292-12/+76
* QWinTimeZonePrivate::availableTimeZoneIds(): cache resultEdward Welbourne2024-01-251-7/+10
* Make public QLocale's constant for the two-digit-year baseIvan Solovev2024-01-222-15/+18
* QCalendarBackend: disable copyingMarc Mutz2024-01-191-0/+2
* QDateTime: s/QPair/std::pair/Marc Mutz2023-12-131-7/+7
* Improve week-day-based resolution of two-digit year numbersEdward Welbourne2023-12-082-30/+14
* Add a section on date ambiguities to QDate::fromString()Edward Welbourne2023-12-081-3/+61