
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Akonadi calendar plasmoid
===========================
This is a calendar plasmoid for displaying events from selected Akonadi resources.
Please let me know about any problems or possible bugs that you find. I will try to fix it as soon as possible.
Dependencies
---------------------------
- KDE Libraries
- KDEPIM Libraries
- QJSON
- Boost
INSTALATION
---------------------------
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
make install (as root)
kbuildsycoca4
and maybe you will have to restart plasma-desktop
kquitapp plasma-desktop
kstart plasma-desktop
Fedora repository
---------------------------
You can get it from Fedora repository as
kde-plasma-akonadi-calendars package.
Ubuntu repository
---------------------------
PPA repository for Kubuntu
https://launchpad.net/~blueleaflinux/+archive/ppa
Thanks to Migue Chan.
Git repository
---------------------------
https://projects.kde.org/projects/playground/pim/akonadi-google-applets/repository
8 years ago
0.2.2 - 9.11.2012
-------------------------
- add options for turning off background under the date labels
- highlight the actual day in calendar view
0.2.1 - 7.11.2012
-------------------------
- some bugfixes
0.2.0 - 04.11.2012
-------------------------
- display a clock instead of a calendar icon
- remove the frames around the events
- make background under the date with events as an option
- calendar switches to the next day
- save more space (labels are smaller)
- better resizing
- some options for clock
- better sorting
0.1.3 - 21.10.2012
-------------------------
- add option for position of daily agenda
0.1.2 - 14.10.2012
-------------------------
- use bigger window with configurations
- add option for default view
0.1.1 - 23.4.2012
-------------------------
- better resizing
- new today button
- improvements and bugfixes
0.1.0 - 10.4.2012
----------------------
- initial version
8 years ago
0.2.2 - 9.11.2012
-------------------------
- add options for turning off background under the date labels
- highlight the actual day in calendar view
0.2.1 - 7.11.2012
-------------------------
- some bugfixes
0.2.0 - 04.11.2012
-------------------------
- display a clock instead of a calendar icon
- remove the frames around the events
- make background under the date with events as an option
- calendar switches to the next day
- save more space (labels are smaller)
- better resizing
- some options for clock
- better sorting
0.1.3 - 21.10.2012
-------------------------
- add option for position of daily agenda
0.1.2 - 14.10.2012
-------------------------
- use bigger window with configurations
- add option for default view
0.1.1 - 23.4.2012
-------------------------
- better resizing
- new today button
- improvements and bugfixes
0.1.0 - 10.4.2012
----------------------
- initial version
Koali-Fran
8 years ago
So I installed it and "automagically" it compiled with any errors nor warnings.
Thanks for the info.
It could be very useful to include this kind of dependencies anywhere in the web page of the project.
Thanks one more time.
Report
Koali-Fran
8 years ago
I'm very interested in this plasmoid because is something pretty awesome that KDE lacks by default and it seems very simple and powerful at the same time.
But for some reason it fails to compile in my Kubuntu 12.04 on the laptop and on the desktop computer as well.
It throws an error in the "make" step which says:
"
[ 28%] Building CXX object src/CMakeFiles/plasma_applet_google_calendar.dir/plasma_applet_google_calendar_automoc.o
In file included from /usr/include/akonadi/item.h:28:0,
from /usr/include/KDE/Akonadi/../../akonadi/monitor.h:24,
from /usr/include/KDE/Akonadi/Monitor:1,
from /home/fran/Descargas/calendar/build/src/../../src/agendawidget.h:27,
from /home/fran/Descargas/calendar/build/src/moc_agendawidget.cpp:10,
from /home/fran/Descargas/calendar/build/src/plasma_applet_google_calendar_automoc.cpp:8:
/usr/include/akonadi/itempayloadinternals_p.h:29:32: error fatal: boost/shared_ptr.hpp: No existe el archivo o el directorio
compilación terminada.
make[2]: *** [src/CMakeFiles/plasma_applet_google_calendar.dir/plasma_applet_google_calendar_automoc.o] Error 1
make[1]: *** [src/CMakeFiles/plasma_applet_google_calendar.dir/all] Error 2
make: *** [all] Error 2
"
Not being an expert and have been installed all kde "-dev" packages that I could think could be required it doesn't work. I'm lost.
If anyone could help me to compile this I would be very happy. Thanks
Report
melongex
8 years ago
Report
negas
8 years ago
Report
AElfwine72
8 years ago
$ plasmoidviewer plasma_google_calendar
ASSERT failure in QList<T>::at: "index out of range", file /usr/include/QtCore/qlist.h, line 469
KCrash: Application 'plasmoidviewer' crashing...
I am running arch linux with kde 4.8.2. Do you have any idea what is wrong?
Report
roctheme
8 years ago
http://kde-apps.org/content/show.php?content=107779
Report
grulja
8 years ago
Report
roctheme
8 years ago
Report
einar77
9 years ago
Report
grulja
8 years ago
I changed some things in resizing. Can you try the new version and let me know if it's ok or if it's at least better?
Report
einar77
8 years ago
Report
grulja
8 years ago
Report
einar77
8 years ago
1. Add the calendar to the desktop
2. Reduce the height of the plasmoid using the handle
3. It is not possible to reduce the height past a certain point (very close to the default height)
In other words, the minimum height of the plasmoid is somewhat large and you cannot reduce it below that.
Report