Revision 224e1a6...

Go back to digest for 1st December 2013

Features in KDE Base

Martin Klapetek committed changes in [plasma-framework] /declarativeimports/calendar:

Make the calendar applet follow current locale with first day in week

Also rename startDay property to firstDayOfWeek property so it's more
clear what it does. Handling the first day of week is changed a bit too
as QML uses 0 for Sunday while QDate uses 7 for Sunday, so the
getter/setter is accomodated to that fact and converts from 0 to 7 on
setting and vice-versa in the getter.

REVIEW: 114099

File Changes

Modified 4 files
  • /declarativeimports/calendar
  •   src/calendar.cpp
  •   src/calendar.h
  •   src/qml/DaysCalendar.qml
  •   src/qml/MonthView.qml
4 files changed in total