summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time/qdate/tst_qdate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-191-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-28/+3
* QDate(Time): add a addDuration methodGiuseppe D'Angelo2022-04-141-4/+12
* QDate: add conversions for std::chrono calendaring classesGiuseppe D'Angelo2022-04-131-0/+39
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Add tests for an assertion seen on WindowsEdward Welbourne2022-03-041-1/+12
* Add some more QDate::{start,end}OfDay() testsEdward Welbourne2022-02-021-0/+12
* Use Q_INT64_C() to express qint64 constantsEdward Welbourne2022-01-211-3/+3
* Check for relevant zones existing when adding data rowsEdward Welbourne2021-11-261-12/+22
* Make QDate's text round-trip test do actual comparisonsEdward Welbourne2021-02-111-5/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Adapt QDate::fromString() to accept negative year numbersAndreas Buhr2020-10-301-1/+73
* Check time-text is long enough while checking for its colonsEdward Welbourne2020-10-191-0/+2
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-231-0/+6
* Adapt QDate unit tests to not take into account system localeAndreas Buhr2020-09-101-14/+13
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-021-2/+14
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-021-14/+0
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-231-1/+1
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-051-154/+0
* Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-271-5/+3
* Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-311-1/+3
* Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
* Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-271-16/+31
* Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-271-0/+9
* Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-1/+1
* Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-2/+2
* Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-061-0/+1679