summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize #include order and form in qdatetime.cppEdward Welbourne2020-09-301-20/+16
* QDateTime change documentation to reflect usage of C localeAndreas Buhr2020-09-231-48/+28
* Add a ValidWhenMask to QDateTimePrivate::StatusFlagEdward Welbourne2020-09-231-13/+4
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-231-4/+5
* Make more consistent use of m_offsetFromUtc()Edward Welbourne2020-09-231-16/+25
* Use same-msecs optimization more in QDateTime comparisonEdward Welbourne2020-09-231-2/+33
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-221-23/+0
* Rework checkValidDateTime() to avoid needless spec-checksEdward Welbourne2020-09-171-77/+74
* Fix failures in tst_qdatetime under non-english localesMarcel Krems2020-09-091-2/+1
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-201-6/+8
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-4/+4
* 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
* 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