summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcalendarwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when using Qt Virtual Keyboard with QCalendarWidgetMitch Curtis2019-02-121-12/+15
* 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
* Respect contents margins when calculating the size hintLars Knoll2014-10-221-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QCalendarWidget: fix a bug when parsing date/time formatsMarc Mutz2014-09-231-0/+1
* QCalendarWidget: move all helper classes into the unnamed namespaceMarc Mutz2014-09-231-0/+4
* QCalendarWidget: move QCalendarTextNavigator into qcalendarwidget.cppMarc Mutz2014-09-231-1/+41
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Docs: cleaned up remaining cleanlooks references and screenshotsJ-P Nurmi2012-11-281-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Documentation fixes.Frederik Gladhorn2012-09-211-11/+0
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-1/+1
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5