summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdatetimeedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-4/+3
|\
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-4/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-85/+115
|\|
| * Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-2/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-5/+4
|/
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-3/+3
* Adapt QCalendarWidget and QDateTimeEdit to support choice of calendarSoroush Rabiei2019-08-221-19/+31
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-10/+0
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-14/+15
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-4/+4
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+20
|\
| * Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-281-2/+20
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-141-2/+4
| |\
| | * Add neglected connect()s to Q{Date,Time}Edit constructorsEdward Welbourne2019-06-111-2/+4
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-241-10/+9
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-0/+1
|\|
| * Emit returnPressed() signal for the lineEdit embedded in QDateTimeEditKai Koehne2019-02-191-0/+1
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-1/+1
|/
* Specify the date-time spec when setting max timeEdward Welbourne2018-12-101-1/+1
* QDateTimeEdit: fix setDate() if time is in a spring-forwardEdward Welbourne2018-11-271-1/+7
* Add more Q_FALLTHROUGH()Friedemann Kleint2018-01-121-1/+1
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-3/+3
* Raise the upper bound on years to 9999Edward Welbourne2017-11-301-2/+2
* Reduce usage of QDesktopWidget to resolve screen properties in QtWidgetsTor Arne Vestbø2017-08-181-1/+2
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-4/+0
|\
| * Convert features.datetimeedit to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-4/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-1/+1
|\|
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-1/+1
* | QDateTimeEdit: update cursor blinking code to match new APIRichard Moe Gustavsen2017-06-261-2/+2
* | Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-201-0/+1
|/
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-011-27/+6
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-061-0/+1
|\
| * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-0/+1
* | Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-0/+2
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+3
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-1/+3
| |\
| | * QDateTimeEditPrivate:: only ask for fieldInfo() if section index is realEdward Welbourne2016-10-101-1/+3
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-1/+3
|\|
| * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-271-1/+3
* | QDateTimeEdit: de-duplicate calls and cache resultsAnton Kudryavtsev2016-07-061-10/+16
* | QDateTimeEdit: remove homebrew 'reverse' algorithmAnton Kudryavtsev2016-07-051-10/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-11/+6
|\|
| * Remove QDateTimeEditPrivate's duplication of QDateTimeParser code.Edward Welbourne2016-04-081-5/+0
| * QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-081-6/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-0/+1
|\|
| * QtWidgets: includemocsMarc Mutz2016-03-181-0/+1