summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-173-111/+160
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-135-162/+195
|\
| * 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
* | | Separate offsets from sizes in QLocale's dataEdward Welbourne2020-01-304-4438/+4412
* | | Refactor QLocale's data access to be less verboseEdward Welbourne2020-01-301-9/+7
* | | Deduplicate locale data tablesEdward Welbourne2020-01-303-4349/+4344
* | | Minor tidy-up in qlocalexml2cpp.pyEdward Welbourne2020-01-303-1779/+1779
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-17/+17
|\| |
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-233-17/+17
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-192-2/+2
|\| |
| * | 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.15' into devQt Forward Merge Bot2020-01-161-15/+14
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-15/+14
| |\|
| | * Do fewer calendrical calculations in QDateTimeParser::setDigit()Edward Welbourne2020-01-141-15/+14
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-042-37/+71
|\| |
| * | 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.15' into devQt Forward Merge Bot2019-12-113-49/+66
|\| | |
| * | | 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
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-095-11/+11
|\| | |
| * | | Tidy nullptr usageAllan Sandfeld Jensen2019-12-065-11/+11
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-052-24/+24
|\| | |
| * | | 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.15' into devQt Forward Merge Bot2019-12-043-29/+42
|\| | |
| * | | 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