
Source (link to git-repo or to original if based on someone elses unmodified work): https://github.com/Joker/timekeeper
This plasmoid provides a clock and a calendar functions via steampunk interface.
It is written entirely in QML + JavaScript.
Video preview: http://vimeo.com/69154043.
Browse Source: https://github.com/Joker/timekeeper.
Graphics in this plasmoid orginate from Steampunk orrery
http://lightquick.co.uk/downloads/steampunk-orrery-xwidget.html
For the Moon graphics from Luna QML were used.
http://kde-look.org/content/show.php?content=140204
Installing:
plasmapkg2 -i timekeeper-0.7.plasmoid
for ROSA & OpenMandriva.
urpmi plasma-applet-timekeeper
(https://abf.rosalinux.ru/openmandriva/plasma-applet-timekeeper)
for KDE Plasma 4 https://github.com/Joker/timekeeper/releases/tag/v0.5.1
v0.7.0 3 years ago
- Ported to Plasma 5.
- System fonts support added.
- The Marble feature does not work. Having some problems with the Plasma 5 version, so all this is turned off for now.
v0.7.0 3 years ago
- Ported to Plasma 5.
- System fonts support added.
- The Marble feature does not work. Having some problems with the Plasma 5 version, so all this is turned off for now.
v0.5.1 7 years ago
v0.5.1
- Components path fixed
v0.5
- CPU usage optimization (when there is no animation)
- Font preferences dialog added
- Button added to switch to the full year (2013 instead of 13)
- Change names of the days of week along with the change date
v0.4
- Save some states between reboots
- Button added to save the position of the Marble
- Month ring position bug fixed
- timekeeper.png image update
akihandyman
1 year ago
Report
eric63
1 year ago
il y a très longtemps que j'ai ce plasmoid et je viens de découvrir comment mettre l'année avec 4 chiffres,
par contre je n'arrive pas à mettre l'ombre sur terre et la rotation du globe, il y a aussi un bouton qui semble ne servir à rien à droite du chiffre de l'année. Secret ou futur accessoire ?
kubuntu 19.04
Report
drygg
2 years ago
Report
drygg
2 years ago
(I hope the link doesn't break any rules here, I didn't find anything about links in the Terms & Conditions. If the link violates them in any way, I would remove it on short notice.)
Report
AlexE
3 years ago
Thank You!
Works perfect with OpenSuSE Leap 42.3
Report
promeneur
3 years ago
thanks
Report
yereverluvinunclebert
4 years ago
Report
gzu
5 years ago
In RHEL7 (SL7) it doesn't with KDE 4.14 but it does in RHEL6 (SL6) with KDE 4.12.
IS there an easy way to fix/debug the issue.
Thanks for a great time widget.
Report
AndyOpie150
7 years ago
Found this plasmoid in the get "new widigets" option in the KDE task bar.
Followed directions for Kubuntu to the letter. Even installed "pacman" from terminal (had to, was directed to when typing in the command below), but when I type this into a terminal:
[code]
pacman -S kdeplasma-addons-wallpapers-marble
[/code]
All it does is open up "Pacman"
Followed path and all elements of timekeeper plasmoid are in the /home/.kde/share/apps/plasmoid/timekeeper folder as well as plasma-applet-timekeeper.desktop being in /home/.kde/share/kde4/services.
I got zip, nada, nothing.
What am I missing?
Report
chepioq
7 years ago
Report
hbdee
7 years ago
Report
chepioq
7 years ago
Just an observation :
you name the first field "Week"
I think "Day" is more appropriate.
Report
chepioq
7 years ago
Quote:Impossible de créer cet objet pour la raison suivante:
file://home/dominique/.kde/share/apps/plasma/plasmoids/timekeeper/contents/main.qml:340:5: Type Config indisponible
file://home/dominique/.kde/share/apps/plasma/plasmoids/timekeeper/contents/Config.qml:3:1: «usr/lib/kde4/imports/org/kde/plasma/components/ » : aucun dossier
the Time Keeper 0.4 worked fine
Report
niceway
7 years ago
Report
chepioq
7 years ago
Report
wusel1007
7 years ago
Report
ZekeMX
7 years ago
I haven't tested this in mageia 32bit.
Regards,
Report
wusel1007
7 years ago
find /usr -wholename '*org/kde/plasma/components' -print 2>/dev/null
This command takes a while to run but it will show you where in the path /usr the folder components resides.
On OpenSuSE 12.3 i got two results. You may try out which one will work for you :-)
Good luck.
Report
ZekeMX
7 years ago
Try this first from root:
ln -s /usr/lib64/kde4/plugins/marble/org/kde/ /usr/lib64/qt4/imports/org
For a 32bit system, try:
ln -s /usr/lib/kde4/plugins/marble/org/kde/ /usr/lib/qt4/imports/org
And it works great with Mageia.
Regards
Report
niceway
7 years ago
I removed it.
Thank you for feedback)
Report
Contrast
7 years ago
Report
xyz32
7 years ago
For the CPU usage it goes up if the gear animation is toggled ON, but then it stays up even if the animation is toggled back OFF.
Do you have the source code hosted anywhere, I would like to contribute some patches.
So far this is what I changed for my local copy:
1) In mani.qml increase the timer interval to 250 ms (increasing it to 1000 also works, but needs some more testing). will reduce the CPU load a bit.
2) Changed the calendar texture to accommodate full year display (2013 instead of 13).
3) Renamed the rectangles to give an indication of where they are used.
Thanks again for your work.
Report
niceway
7 years ago
Report
ozim
7 years ago
Thanks!
Report
niceway
7 years ago
Report