summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcalendarwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Document calendar setting of QCalendarWidget and QDateTimeEditEdward Welbourne4 days1-0/+17
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Doc: Mention reset methods for QCalendarWidget::maximumDate, minimumDateKai Köhne2023-09-071-4/+6
* Doc: Fix documented default for QCalendarWidget maximumDate, minimumDateKai Köhne2023-09-071-4/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...Friedemann Kleint2023-02-011-6/+21
* QCalendarWidget: Add reset functions for minimum/maximumDateVolker Hilsheimer2023-01-131-0/+10
* Add static_cast for QKeyEventLu YaNing2022-12-131-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-2/+2
* 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