qt6-bb10/tests/auto/widgets/widgets
Edward Welbourne c00ee2f310 Use UTC when parsing only a date or only a time, not a date-time
This should reduce the amount of fall-out from DST complications.
Also document the assumptions of QDateTimeParser's two fromString()
methods (and fix the punctuation on the QDateTime parameter).
Adjusted some tests to match.

Since only QDateTime-returning methods will show the difference, and
it's at least somewhat odd to be using those on QDateEdit or
QTimeEdit, this should have little impact on API users.

[ChangeLog][QtCore][Behavior Change] QDateEdit and QTimeEdit now
operate in UTC, to avoid spurious complications arising from time-zone
transitions (e.g. DST) causing the implicit other half to combine with
the part being edited to make an invalid result. Returns from their
dateTime() and other methods returning QDateTime (max/min) shall thus
be in UTC where previously they were in local time. QDateTimeEdit
continues using local time. The default can be over-ridden by
setTimeSpec(), as ever.

Change-Id: I44fece004c12342fe536bbe3048217d236fd97b2
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-06-23 14:04:08 +02:00
..
qabstractbutton Android: unblock passing tests 2021-04-27 21:12:50 +03:00
qabstractscrollarea Remove the qmake project files 2021-01-07 15:32:28 +01:00
qabstractslider Remove the qmake project files 2021-01-07 15:32:28 +01:00
qabstractspinbox Remove the qmake project files 2021-01-07 15:32:28 +01:00
qbuttongroup Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcalendarwidget Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcheckbox Remove the qmake project files 2021-01-07 15:32:28 +01:00
qcombobox QComboBox: propagate style change on widget to internal container 2021-05-31 01:06:00 +02:00
qcommandlinkbutton Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdatetimeedit Use UTC when parsing only a date or only a time, not a date-time 2021-06-23 14:04:08 +02:00
qdial QDial: use qRound to round 2021-03-18 22:34:13 +01:00
qdialogbuttonbox Remove the qmake project files 2021-01-07 15:32:28 +01:00
qdockwidget Skip tst_QDockWidget::restoreDockWidget on Wayland 2021-03-16 08:08:43 +01:00
qdoublespinbox Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qfocusframe Remove the qmake project files 2021-01-07 15:32:28 +01:00
qfontcombobox Remove the qmake project files 2021-01-07 15:32:28 +01:00
qframe Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
qgroupbox Android: unblock passing tests 2021-04-27 21:12:50 +03:00
qkeysequenceedit Remove the qmake project files 2021-01-07 15:32:28 +01:00
qlabel Replace QTextDocumentResourceProvider with a std::function 2021-03-30 08:11:27 +02:00
qlcdnumber Remove the qmake project files 2021-01-07 15:32:28 +01:00
qlineedit tst_qlineedit: expect failure only on armv7 2021-01-07 16:53:22 +02:00
qmainwindow Remove the qmake project files 2021-01-07 15:32:28 +01:00
qmdiarea QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActivation 2021-05-06 13:08:14 +02:00
qmdisubwindow Remove the qmake project files 2021-01-07 15:32:28 +01:00
qmenu QMenu test: turn tooltip animations off 2021-03-04 22:49:47 +01:00
qmenubar Fix some warnings 2021-03-31 10:51:50 +02:00
qopenglwidget Remove .prev_CMakeLists.txt files 2021-01-12 20:59:13 +01:00
qplaintextedit QPlainTextEdit: adjust scroll bars when showing up 2021-02-09 20:00:59 +08:00
qprogressbar Remove the qmake project files 2021-01-07 15:32:28 +01:00
qpushbutton Android: unblock passing tests 2021-04-27 21:12:50 +03:00
qradiobutton Remove the qmake project files 2021-01-07 15:32:28 +01:00
qscrollarea Remove the qmake project files 2021-01-07 15:32:28 +01:00
qscrollbar Fix wrong variable initialization in tst_QScrollBar::task_209492 2021-05-26 03:14:52 +02:00
qsizegrip Remove the qmake project files 2021-01-07 15:32:28 +01:00
qslider Remove the qmake project files 2021-01-07 15:32:28 +01:00
qspinbox Add the "Territory" enumerated type for QLocale 2021-04-15 20:17:49 +08:00
qsplashscreen Remove the qmake project files 2021-01-07 15:32:28 +01:00
qsplitter Remove the qmake project files 2021-01-07 15:32:28 +01:00
qstackedwidget Remove the qmake project files 2021-01-07 15:32:28 +01:00
qstatusbar Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtabbar Fix scrolling of tab bar when the visible tab is wider than the visible space 2021-06-09 18:19:15 +02:00
qtabwidget Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtextbrowser Android: Add select and copy capability to read-only text widgets 2021-03-30 10:35:59 +02:00
qtextedit Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtoolbar Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtoolbox Remove the qmake project files 2021-01-07 15:32:28 +01:00
qtoolbutton Remove the qmake project files 2021-01-07 15:32:28 +01:00
CMakeLists.txt Android: exclude tests crashing at start 2020-11-16 13:35:44 +02:00