summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/time
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-08-231-0/+28
* Sort out the overflow cases in tst_QDateTimeEdward Welbourne2020-08-111-13/+12
* Fix handling of last second in 1969Edward Welbourne2020-08-111-0/+12
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-095-8/+8
* Make feature datetimeparser depend on feature datestringEdward Welbourne2020-07-025-30/+59
* Update tests/auto/corelib/time/'s CMake configEdward Welbourne2020-07-025-1/+15
* Remove assortee pre-Qt6 code from date/time testsEdward Welbourne2020-07-023-147/+0
* Replace a constant with a predicate function using itEdward Welbourne2020-07-011-6/+8
* Use ranged for loops in place of foreach in QTimeZone testsEdward Welbourne2020-06-238-13/+15
* Remove winrtOliver Wolff2020-06-061-3/+0
* Turn badly-named test into two data rows of another testEdward Welbourne2020-05-291-16/+6
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+6
* Make QDateTimeParser recognize local time offsetsAndrei Golubev2020-05-281-1/+39
* Teach QDateTimeParser some common time-zone offset formatsAndrei Golubev2020-05-121-2/+129
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-112-9/+54
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+31
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-081-10/+0
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-51/+1
* Condition some date-time tests on feature textdateEdward Welbourne2020-05-081-8/+18
* Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-053-194/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+5
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+5
* | Make QLocale(QString) explicitLars Knoll2020-04-011-4/+4
* | Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-273-20/+17
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-133-3/+3
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-123-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-134-9/+49
|\ \ \ | |/ / |/| / | |/
| * Deprecate locale-related DateFormat enum membersEdward Welbourne2020-01-313-5/+22
| * Clarify handling of unspecified year in two QCalendar methodsEdward Welbourne2020-01-311-1/+24
| * Deprecate QDateTime(const QDate &) in favor of QDate::startOfDay()Edward Welbourne2020-01-301-3/+3
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-245-89/+308
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-22/+17
| |\
| | * Combine negativeYear() and printNegativeYear()Edward Welbourne2020-01-141-22/+17
| * | QTime: fix tests with Qt6Christian Ehrlicher2020-01-031-3/+12
| * | QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-0/+38
| |\|
| | * Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-14/+51
| |\|
| | * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
| | * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
| | * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-44/+140
| |\|
| | * Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
| | * Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
| | * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
| | * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-6/+42
| |\|
| | * Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
| | * Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-57/+172
|\| |