summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qdatetimeedit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Eliminate QDateTimeParser's mutable parameters at lastEdward Welbourne2020-09-301-1/+2
* Simplify the preamble of QDateTimeEditPrivate::stepBy()Edward Welbourne2020-09-271-11/+3
* Fix some qdoc warnings: broken linksVolker Hilsheimer2020-09-211-1/+1
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* Remove usage of QDesktopWidget(Private) from most places in QtWidgetsVolker Hilsheimer2020-07-071-16/+18
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Remove deprecated QStyleOption::init()Christian Ehrlicher2020-06-211-4/+4
* Phase 2 of removing QDesktopWidgetVolker Hilsheimer2020-06-081-1/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-1/+4
* Remove dead code from src/widgetsVolker Hilsheimer2020-05-111-9/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-231-0/+7
|\
| * Handle specified time-spec in date-time parsingAndrei Golubev2020-04-221-0/+7
* | QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-2/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-2/+0
|\|
| * Doc: Remove incorrect see-also linkTopi Reinio2020-03-121-2/+0
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-5/+26
|\|
| * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Lars Knoll2020-02-271-4/+5
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-271-4/+5
| | |\
| | | * Documentation: correctly use see-also tags to link to related membersVolker Hilsheimer2020-02-261-4/+5
| * | | Fix QDateTimeEdit's handling of invalid time in dst gapVolker Hilsheimer2020-02-271-1/+21
| |/ /
* | | Pass QDate and QTime as value classesEdward Welbourne2020-02-271-19/+19
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-12/+20
|\| |
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-12/+20
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-16/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-16/+17
| |\|
| | * Doc: Correct qdoc compilation errors qtbaseNico Vertriest2020-01-091-16/+17
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-4/+3
|\| |
| * | 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
* | | Convert date-time faithfully in QDateTimeEdit::setDateTime()Edward Welbourne2019-12-121-4/+29
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-85/+115
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+3
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-7/+6
|\| |
| * | 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
| |/
* / QDateTimeParser: always use locale for AM/PM textsVolker Hilsheimer2019-10-211-27/+0
|/
* 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