summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+24
|\
| * Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-3/+3
|\|
| * Core: Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-0/+8
|\|
| * Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-271-0/+8
* | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-28/+126
* | Pass QDate and QTime as value classesEdward Welbourne2020-02-276-90/+66
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-31/+59
|\|
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-5/+3
| * Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-202-28/+46
| * Silence deprecation warnings on implementation of deprecated formatsEdward Welbourne2020-02-181-0/+12
* | Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-1710-19/+19
* | 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