| Summary: | Show holidays in KDatePicker | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kwidgetsaddons | Reporter: | Mike Bremford <mike-kde> |
| Component: | general | Assignee: | Christoph Feck <cfeck> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | aspotashev, jlayt, kdelibs-bugs-null, ostroffjh |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Mike Bremford
2004-03-19 12:26:22 UTC
WONTFIX? It's KDatePicker, not KOrganizer. :-) I can see the value in this, displaying the holidays for the locale, but this would introduce a dependency on kdepimlibs for the holiday classes. It might be possible to have KDatePicker do that dynamically at run-time, detect if kdepimlibs is installed and if so add the holidays in? Alternatively, convince kdepim to move their KDateNavgator into kdepimlibs and then panel clock can use that instead of KDatePicker and get the users calendar items into the bargain (all user configurable of course). This is currently being implemented by the Plasma guys in the Plasma Calendar for the 4.3 release. I'll look to lift that code for KDatePicker for 4.4. Is this still relevant? (and if so, what is the correct component - assuming the target is the date-picker?) We could allow accessing the 'customDatePainting' of (private) KDateTable via new KDatePicker methods. Then applications could use KHolidays framework to add relevant dates to KDatePicker. |