summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-21/+21
* Cache system zone ID when fetched from the file-systemEdward Welbourne2020-05-281-64/+141
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-13/+10
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-123-60/+141
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-3/+8
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-081-19/+27
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+8
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-082-95/+30
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-082-252/+48
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-052-492/+1
* QtCore: fix a few more char/int/uint -> QChar conversionsMarc Mutz2020-04-302-3/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-272-4/+10
|\
| * Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-232-4/+10
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-233-48/+65
|\|
| * Standardise language about quoted text in date/time format stringsEdward Welbourne2020-04-221-14/+14
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-223-34/+51
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-13/+29
|\|
| * Fix display-name calls in QAndroidTimeZonePrivate::init()Edward Welbourne2020-04-161-13/+29
* | 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
| |\|