Bug 30331 - implement moonphases in korganizer
Summary: implement moonphases in korganizer
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 2.1
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 100318 157746 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-08-06 13:18 UTC by shanti
Modified: 2021-11-02 14:30 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In: 21.12


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shanti 2001-08-06 13:05:39 UTC
(*** 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)
Comment 1 Johannes Nieß 2004-04-04 15:37:17 UTC
*** Bug 30332 has been marked as a duplicate of this bug. ***
Comment 2 Cornelius Schumacher 2004-11-07 19:17:01 UTC
I have a half-finished KMoon plugin for KOrganizer on my harddisk, but I'm currently lacking some motivation to finish it.
Comment 3 Thilo Bangert 2004-11-29 18:16:48 UTC
Cornelius: care to send a tarball? i might take a look... (no promises)

thanks
thilo
Comment 4 Reinhold Kainhofer 2005-08-07 16:00:57 UTC
*** Bug 100318 has been marked as a duplicate of this bug. ***
Comment 5 Reinhold Kainhofer 2006-11-02 19:16:59 UTC
Reassigning all KOrganizer bug reports and wishes to the newly created 
korganizer-devel mailing list.
Comment 6 Christophe Marin 2008-11-19 00:32:11 UTC
*** Bug 157746 has been marked as a duplicate of this bug. ***
Comment 7 Duns 2008-11-19 16:09:13 UTC
(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
Comment 8 Friedrich W. H. Kossebau 2021-10-19 19:51:11 UTC
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
Comment 9 Friedrich W. H. Kossebau 2021-11-02 14:30:36 UTC
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