summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcalendarwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-141-1/+1
|/ /
* | Widgets: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-04-061-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-6/+0
|\|
| * Fix GCC 6 -Wunused-functions warningsMarc Mutz2016-03-051-6/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-211-1/+1
* | QCalendarWidget: replace a QVector by std::vectorMarc Mutz2015-11-041-14/+13
* | QCalendarWidget: replace a QMap<Qt::DayOfWeek,.> with a static assoc arrayMarc Mutz2015-11-041-1/+36
* | QCalendarWidget: hold SectionToken by-valueMarc Mutz2015-11-031-46/+42
|/
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-3/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QCalendarWidget: simplify formatNumber()Marc Mutz2015-02-041-10/+1
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-031-1/+1
* QCalendarWidget: avoid three dynamic allocationsMarc Mutz2015-02-021-21/+15
* QCalendarWidget: Extract Method formatNumber()Marc Mutz2015-02-021-34/+21
* Micro-optimize QCalendarDateSectionValidator::highlightString()Marc Mutz2015-02-021-1/+1
* Make QCalendarDateSectionValidator::highlightString() staticMarc Mutz2015-02-021-2/+2
* QCalendarWidget: use ctor-init-list (II)Marc Mutz2015-02-021-2/+4
* QCalendarWidget: use ctor-init-list (I)Marc Mutz2015-02-021-13/+13
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-37/+37