Summary: | implement moonphases in korganizer | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | shanti |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kossebau, matevz.jekovec, thilo.bangert, web |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Mandrake RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/pim/kdepim-addons/commit/e19f8197b0e7111a1f401114790cf7549c8e0f64 | Version Fixed In: | 21.12 |
Sentry Crash Report: |
Description
shanti
2001-08-06 13:05:39 UTC
*** Bug 30332 has been marked as a duplicate of this bug. *** I have a half-finished KMoon plugin for KOrganizer on my harddisk, but I'm currently lacking some motivation to finish it. Cornelius: care to send a tarball? i might take a look... (no promises) thanks thilo *** Bug 100318 has been marked as a duplicate of this bug. *** Reassigning all KOrganizer bug reports and wishes to the newly created korganizer-devel mailing list. *** Bug 157746 has been marked as a duplicate of this bug. *** (In reply to comment #2) > I have a half-finished KMoon plugin for KOrganizer on my harddisk, but I'm > currently lacking some motivation to finish it. > But is realy very important: is real, first of all, and we need *reality*, and nature; after that is necessary to calculate Easter, whithout useless complications (I loved a very small win program, less than 400 kb, who calculated the moon phases *and*, so, Easter) Thank you While 3 years ago with https://invent.kde.org/pim/kdepim-addons/-/commit/a678c6bafc232b8e131f69607bf6152635776766 a first lunar phase plugin finally had made it into a repo, it was disabled from build though quickly again by https://invent.kde.org/pim/kdepim-addons/-/commit/638772af958e05b74687f709244eb1760233003b (commit considered it "too ugly"). Building up on that there now is though a new variant up for review which uses icons instead of text, which might be less ugly: https://invent.kde.org/pim/kdepim-addons/-/merge_requests/12 Git commit e19f8197b0e7111a1f401114790cf7549c8e0f64 by Friedrich W. H. Kossebau. Committed on 02/11/2021 at 09:15. Pushed by kossebau into branch 'master'. Reenable lunarphases korganizer plugin, use icon instead of text Also remove Lunarphases::createWeekElements(), old code would add an icon for the whole week if on start of the week there is a lunar event, which is not really something wanted. sc-status-moon-phase-full.svg is a copy of Breeze's weather-clear-night.svg of KF 5.84, with the other icons derived from it. FIXED-IN: 21.12 M +1 -2 korganizer/plugins/CMakeLists.txt M +11 -0 korganizer/plugins/lunarphases/CMakeLists.txt M +41 -17 korganizer/plugins/lunarphases/lunarphases.cpp M +17 -1 korganizer/plugins/lunarphases/lunarphases.h A +24 -0 korganizer/plugins/lunarphases/pics/sc-status-moon-phase-first-quarter.svg A +23 -0 korganizer/plugins/lunarphases/pics/sc-status-moon-phase-full.svg A +24 -0 korganizer/plugins/lunarphases/pics/sc-status-moon-phase-last-quarter.svg A +24 -0 korganizer/plugins/lunarphases/pics/sc-status-moon-phase-new.svg https://invent.kde.org/pim/kdepim-addons/commit/e19f8197b0e7111a1f401114790cf7549c8e0f64 |