Go to file
Martin Klapetek 224e1a620b 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
2013-11-25 13:24:30 +01:00
desktoptheme SVN_SILENT made messages (.desktop file) 2013-11-02 03:45:23 +00:00
examples SVN_SILENT made messages (.desktop file) 2013-11-24 04:10:26 +00:00
src Make the calendar applet follow current locale with first day in week 2013-11-25 13:24:30 +01:00
tools Small example how to dumb-port from qDebug to qCDebug 2013-11-20 04:37:47 +01:00
.reviewboardrc Add reviewboardrc file 2013-08-16 21:58:50 +01:00
CMakeLists.txt KParts is a Kross dependency now 2013-11-22 13:12:49 +01:00
config-compiler.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
config-prefix.h.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestConfig.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
CTestCustom.cmake enable build of plasma subdir 2013-01-30 14:53:30 +01:00
FindPlasma.cmake Try a bit saner setup of the cmake foo 2013-05-03 03:17:26 +02:00
Mainpage.dox Create Mainpage.dox for kde-runtime plasma sub-projects 2012-12-14 16:15:44 +01:00
PlasmaConfig.cmake.in Rename target plasma to Plasma 2013-10-16 00:47:47 +02:00
PlasmaMacros.cmake Deprecate plasma_add_plugin 2013-11-14 17:42:26 +01:00
README Fix build error: convert qdatetime to uint 2013-06-05 19:41:58 +02:00

See also: http://community.kde.org/Plasma#Plasma_Workspaces_2