index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
widgets
/
qcalendarwidget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: pass widget to styleHint() where appropriate
Christian Ehrlicher
2024-12-13
1
-2
/
+3
*
Document calendar setting of QCalendarWidget and QDateTimeEdit
Edward Welbourne
2024-05-06
1
-0
/
+17
*
Fix -Wimplicit-fallthrough for clang
Tim Blechmann
2024-03-01
1
-0
/
+1
*
Widgets: pass widget to QStyle::pixelMetric()
Christian Ehrlicher
2024-01-16
1
-1
/
+1
*
Doc: Mention reset methods for QCalendarWidget::maximumDate, minimumDate
Kai Köhne
2023-09-07
1
-4
/
+6
*
Doc: Fix documented default for QCalendarWidget maximumDate, minimumDate
Kai Köhne
2023-09-07
1
-4
/
+2
*
Doc: Remove duplicate words
Andreas Eliasson
2023-02-28
1
-1
/
+1
*
QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...
Friedemann Kleint
2023-02-01
1
-6
/
+21
*
QCalendarWidget: Add reset functions for minimum/maximumDate
Volker Hilsheimer
2023-01-13
1
-0
/
+10
*
Add static_cast for QKeyEvent
Lu YaNing
2022-12-13
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtWidgets: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-05-02
1
-10
/
+12
*
QtWidgets: stop using QLatin1Char constructor for creating char literals
Sona Kurazyan
2022-04-26
1
-5
/
+5
*
widgets: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Consistently test for nullptr
Volker Hilsheimer
2021-02-25
1
-2
/
+3
*
Restore pass-by-ref to QRect QCalendarWidget::paintCell()
Edward Welbourne
2020-12-08
1
-1
/
+1
*
Get rid of Q_COMPILER_CONSTEXPR checks
Allan Sandfeld Jensen
2020-11-17
1
-4
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-3
/
+3
*
Show the year correctly after it has been edited
Andy Shaw
2020-10-26
1
-1
/
+1
*
QCalendarDelegate: replace QItemDelegate with QStyledItemDelegate
Wang Peng
2020-09-05
1
-6
/
+5
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-7
/
+7
*
QCalendarWidget: code tidies for the internal model
Giuseppe D'Angelo
2020-07-08
1
-31
/
+20
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-1
/
+1
*
Avoid use of Q_UNUSED by eliminating the parameter names
Lars Schmertmann
2020-07-03
1
-1
/
+1
*
Port QtWidgets from QStringRef to QStringView
Lars Knoll
2020-06-10
1
-2
/
+2
*
Replace calls to deprecated QEvent accessor functions
Shawn Rutledge
2020-06-08
1
-2
/
+2
*
Use correct order of arguments when calling QCalendar::daysInMonth()
Andy Shaw
2020-05-15
1
-5
/
+5
*
Pass QDate and QTime as value classes
Edward Welbourne
2020-02-27
1
-11
/
+11
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Friedemann Kleint
2020-02-24
1
-1
/
+3
|
\
|
*
Fix wrong DPI used by QStyle::pixelMetric()
Friedemann Kleint
2020-02-22
1
-1
/
+3
*
|
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-19
/
+19
*
|
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-3
/
+3
|
/
*
Specify year in month name lookups for QCalendarWidget
Edward Welbourne
2019-10-25
1
-14
/
+21
*
Rename calendar methods from m{in,ax} to m{in,ax}imum
Edward Welbourne
2019-09-04
1
-2
/
+2
*
Pass QDate, QTime as value classes, rather than by const reference
Edward Welbourne
2019-08-30
1
-53
/
+53
*
Adapt QCalendarWidget and QDateTimeEdit to support choice of calendar
Soroush Rabiei
2019-08-22
1
-135
/
+198
*
Remove dead code from Qt 4 times
Tor Arne Vestbø
2019-08-20
1
-2
/
+1
*
Remove usages of deprecated QApplication::keypadNavigationEnabled
Sona Kurazyan
2019-07-23
1
-2
/
+3
*
Finish deprecating obsolete members of QWheelEvent
Shawn Rutledge
2019-07-12
1
-1
/
+1
*
Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usage
Allan Sandfeld Jensen
2019-04-04
1
-6
/
+6
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-15
1
-12
/
+15
|
\
|
*
Fix crash when using Qt Virtual Keyboard with QCalendarWidget
Mitch Curtis
2019-02-12
1
-12
/
+15
*
|
Replace QWidget::margin() with QWidget::contentsMargins()
Christian Ehrlicher
2019-02-13
1
-3
/
+3
*
|
Doc: replace QItemDelegate with QStyledItemDelegate
Christian Ehrlicher
2019-01-06
1
-0
/
+1
*
|
Fix use of deprecated ItemDataRoles Background/TextColorRole
Christian Ehrlicher
2018-11-05
1
-2
/
+2
|
/
*
QCalendarWidget: update the year label correctly on locale change
Eirik Aavitsland
2018-07-16
1
-1
/
+1
*
Fix build for Android with android-clang in r17
Liang Qi
2018-06-06
1
-1
/
+1
*
Update usage of QFontMetrics::width() to new API
Eskil Abrahamsen Blomfeldt
2017-12-08
1
-3
/
+3
*
Raise the upper bound on years to 9999
Edward Welbourne
2017-11-30
1
-1
/
+1
[next]