Summary: | clock applet ignores system date format | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Peter Lunicks <plunix> |
Component: | widget-clock | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aacid, emilsedgh, plunix, sven.burmeister, tyrerj |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter Lunicks
2008-01-22 06:00:25 UTC
There is no kicker and kdesktop in KDE 4, but plasma. This is fixed in 4.1 and 4.0.1. Yeah Pino, that's the main problem :( kicker was the best panel ever designed for any operating system/desktop environment to date. It had become very mature, was extremely configurable, and very convenient and easy to use. It is a horrible shame that it has been dropped from KDE. BTW: Did I use the word 'kicker' in my original post? I don't see it. Alex: glad to hear that, thanks. I don't believe this is fixed, we fixed the time, but the date couldn't be fixed for some reason? Reopening. I used KGlobal::locale()->formatDate() before replacing it by the digital-clock's way of formating the date, could that help? *** Bug 156362 has been marked as a duplicate of this bug. *** In TRUNK I don't see AM or PM when time format is: "PH:MM:SS AMPM" This appears to have been fixed. I note that the weekday is always shown in the short format even if the system setting is the long format. KDE3 always uses the long format even if the system setting is for the short format. Should we consider this a bug? My mistake. It still says 9 Feb with the Local set to US. No, it has not been fixed, it uses QDate which uses the system locale, not the KDE locale, it needs to use KGlobal::locale()->formatDate() SVN commit 825509 by aacid: Make KLocale do the translations and not QDate, that way we get translations using KDE locale, not the system locale BUGS: 156360 M +9 -4 clock.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=825509 |