summaryrefslogtreecommitdiffstats
path: root/src/corelib/time/qdatetime.h
Commit message (Expand)AuthorAgeFilesLines
* QDateTime: fix our oversight in Qt 6.0 not changing the ShortDataThiago Macieira2021-05-151-2/+6
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-2/+2
* Make QDateTime's operators hidden friendsEdward Welbourne2020-11-071-7/+9
* Make QTime's operators hidden friendsEdward Welbourne2020-11-071-7/+7
* Make QDate's operators hidden friendsEdward Welbourne2020-11-071-7/+7
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+0
* Implement date-time fromString(QStringView...) methodsEdward Welbourne2020-10-051-8/+31
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-1/+1
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-12/+12
* Make QDateTime() unconditionally noexceptEdward Welbourne2020-09-231-2/+2
* Inline various date-time fromString(const QString &...) methodsEdward Welbourne2020-09-221-3/+6
* Fix typo in QDateTime::fromSecsSinceEpoch() parameter nameEdward Welbourne2020-09-171-1/+1
* Turn comments about passing QDate, QTime by value into docsEdward Welbourne2020-08-201-2/+2
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-27/+27
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-081-25/+24
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-5/+0
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-46/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-3/+3
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-31/+29
* Back out of calendar support in Qt::DateFormat methodsEdward Welbourne2020-02-201-1/+4
* Add missing calendar methods to QDateTime and docsEdward Welbourne2020-01-311-3/+7
* Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-2/+4
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-8/+8
* Add support for calendars beside GregorianSoroush Rabiei2019-08-201-0/+19
* Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-0/+4
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+426