summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-093-10/+10
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-088-107/+125
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-081-25/+5
| |\
| | * Purge two old time-zone lookup fallbacksEdward Welbourne2020-04-071-23/+0
| | * Ensure QTzTimeZonePrivate always tries a non-empty IANA IDEdward Welbourne2020-04-071-2/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-061-7/+9
| |\|
| | * Doc: Clarify equivalence of two QDate instancesTopi Reinio2020-04-031-7/+9
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-031-20/+13
| |\|
| | * Clean up QTzTimeZonePrivate::systemTimeZoneId()Edward Welbourne2020-04-021-20/+13
| * | Purge a stray space from calendar locale dataEdward Welbourne2020-04-023-1779/+1779
| * | Rework cldr2qtimezone.py into more maintainable formEdward Welbourne2020-04-021-2/+2
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-242-57/+100
| |\|
| | * qtimezoneprivate_tz: Apply a cache over the top of timezone dataRobin Burchell2020-03-202-57/+100
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-1/+1
| |\|
| | * Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
* | | Make QLocale(QString) explicitLars Knoll2020-04-011-2/+2
* | | 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