(*** This bug was imported into bugs.kde.org ***) Package: korganizer Version: 2.1 (using KDE 2.2.0 beta1) Severity: wishlist Installed from: Linux-Mandrake 8.0 (Traktopel) - Unsupported Compiler: gcc version 2.96 20000731 (Linux-Mandrake 8.0 2.96-0.48mdk) OS: Linux (i686) release 2.4.3-20mdk OS/Compiler notes: is there a chance to implement a plugin for moonphases .. its very important for me ... i could better organize my plantcare .. there are many advantages ... i already have seen pscal doing similar .. but not in my great korganizer .. would be really great (Submitted via bugs.kde.org) (Called from KBugReport dialog)
*** 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