summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcalendarwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-021-10/+12
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-5/+5
* widgets: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Consistently test for nullptrVolker Hilsheimer2021-02-251-2/+3
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-081-1/+1
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-3/+3
* Show the year correctly after it has been editedAndy Shaw2020-10-261-1/+1
* QCalendarDelegate: replace QItemDelegate with QStyledItemDelegateWang Peng2020-09-051-6/+5
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-7/+7
* QCalendarWidget: code tidies for the internal modelGiuseppe D'Angelo2020-07-081-31/+20
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-031-1/+1
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-2/+2
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-2/+2
* Use correct order of arguments when calling QCalendar::daysInMonth()Andy Shaw2020-05-151-5/+5
* Pass QDate and QTime as value classesEdward Welbourne2020-02-271-11/+11
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+3
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+3
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-19/+19
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-3/+3
|/
* Specify year in month name lookups for QCalendarWidgetEdward Welbourne2019-10-251-14/+21
* Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-53/+53
* Adapt QCalendarWidget and QDateTimeEdit to support choice of calendarSoroush Rabiei2019-08-221-135/+198
* Remove dead code from Qt 4 timesTor Arne Vestbø2019-08-201-2/+1
* Remove usages of deprecated QApplication::keypadNavigationEnabledSona Kurazyan2019-07-231-2/+3
* Finish deprecating obsolete members of QWheelEventShawn Rutledge2019-07-121-1/+1
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-6/+6
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-12/+15
|\
| * Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
* | Replace QWidget::margin() with QWidget::contentsMargins()Christian Ehrlicher2019-02-131-3/+3
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-0/+1
* | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-2/+2
|/
* QCalendarWidget: update the year label correctly on locale changeEirik Aavitsland2018-07-161-1/+1
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-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-1/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-37/+37
* Convert features.calendarwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-4/+0
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+6
* Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-2/+2
* Build fix for -no-feature-shortcutPaul Olav Tvete2017-03-031-0/+4
* Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-131-2/+2
| |\
| | * QCalendarWidget: fix misleading if-else cascade in QCalendarDayValidator::text()Marc Mutz2016-10-121-2/+1
| | * QCalendarWidget: fix a missing break statementMarc Mutz2016-10-121-0/+1