summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-3/+3
* 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 qdatetime away from QStringRefLars Knoll2020-06-121-8/+10
* Remove winrtOliver Wolff2020-06-061-3/+0
* Rename snippet files to match the carved up corelib/tools/Edward Welbourne2020-06-041-21/+21
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+2
* 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-081-70/+6
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-247/+48
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-446/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-3/+9
|\
| * Make t specifier for time-zone only apply to date-timeEdward Welbourne2020-04-231-3/+9
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-18/+17
|\|
| * 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-221-4/+3
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-6/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-7/+9
|\|
| * 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.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
* | | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-28/+126
* | | Pass QDate and QTime as value classesEdward Welbourne2020-02-271-52/+30
|/ /
* | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-5/+3
* | Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-201-27/+42
* | Silence deprecation warnings on implementation of deprecated formatsEdward Welbourne2020-02-181-0/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-23/+13
|\|
| * Pass QDate and QTime by value in various static and local functionsEdward Welbourne2020-01-311-5/+5
| * 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-311-13/+41
* | Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-4/+7
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-3/+3
* | 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.14' into 5.15Liang Qi2019-12-101-40/+60
|\|
| * 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
| * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-10/+22
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-4/+4
|\|
| * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-2/+2
| * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-2/+2