[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2019-01-03 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=390330 --- Comment #8 from Chris Holland --- Git commit e5949866bb8f019a416930e2eb58bea363ff0ebf by Chris Holland. Committed on 03/01/2019 at 21:58. Pushed by cholland into branch 'master'. [Calendar] Expose firstDayOfWeek in MonthView This allows for calend

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=390330 Kai Uwe Broulik changed: What|Removed |Added Latest Commit||https://commits.kde.org/pla

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-05 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=390330 --- Comment #6 from Chris Holland --- You're missing the second opening parentheses in `dayName((calendarBackend`. Qt.locale(Qt.locale().uiLanguages[0]).dayName((calendarBackend.firstDayOfWeek + index) % 7, Locale.ShortFormat) -- Ah, yes, I can c

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-05 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=390330 --- Comment #5 from Ahmad El-Gazzaz --- (In reply to Chris Holland from comment #3) > You should be able to modify this locally, then restart plasmashell, or wait > for a patch. > /usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/plasma/calendar/DaysCalendar.qm

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-05 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=390330 --- Comment #4 from Chris Holland --- Ooooh, now I get why values of Sunday=0, and Monday=1 work, but Saturday=6 does not. The first screenshot show Satuday=6 and Sunday=7 fine since Qt converts Sunday=0 to 7 anyways. (Links to Qt code if you're bored

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-09-05 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=390330 Chris Holland changed: What|Removed |Added CC||zrenf...@gmail.com --- Comment #3 from Chris Ho

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-02-28 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=390330 Christoph Feck changed: What|Removed |Added Component|Digital Clock |Calendar -- You are receiving this mail becau

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-02-13 Thread Ahmad El-Gazzaz
https://bugs.kde.org/show_bug.cgi?id=390330 --- Comment #2 from Ahmad El-Gazzaz --- I edited the file: /usr/lib64/qt5/qml/org/kde/plasma/calendar/MonthView.qml The commented line is the Original and the one I edited is below it. Calendar { id: calendarBackend days: 7 we

[plasmashell] [Bug 390330] Calendar top column does not contain all the days. Only Sat, Sun

2018-02-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=390330 Kai Uwe Broulik changed: What|Removed |Added CC||k...@privat.broulik.de --- Comment #1 from Ka