summaryrefslogtreecommitdiffstats
path: root/src/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-3/+11
* QCalendarBackend: format "enum" as code where usedEdward Welbourne2020-08-201-8/+11
* Document QCalendarBackend::name()Edward Welbourne2020-08-201-1/+8
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-202-8/+10
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-34/+34
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-22/+22
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-022-24/+2
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-294-23/+23
* Use QList instead of QVector in corelibJarek Kobus2020-06-253-12/+12
* Add a warning and tidy some triviaEdward Welbourne2020-06-231-8/+3
* Save DST status when computed for a mutable QDateTimeDataEdward Welbourne2020-06-231-0/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Port qdatetime away from QStringRefLars Knoll2020-06-124-36/+38
* Remove winrtOliver Wolff2020-06-062-135/+0
* 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
| |\|