
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
Plasmoid that shows KOrganizer 'todo' list
11 years ago
v0.4
----------------------------
Fix crash on kde4.4
Use AkonadiMonitor itemAdded and itemRemoved signals
Contextual menu on each item
v0.3
----------------------------
Use Akonadi to get items from the collections
Small fixes in view
v0.2.1
----------------------------
Added a license file
v0.2.1
----------------------------
- Remember the applet size
- Allow categorize todos by startDate and dueDate
- Add tooltip to the todo item
v0.2
----------------------------
- Show a reminder icon when dueDate == today
- Show the category color as background
- Fix kde-4.1 compilation
- Launch kontact editIncidence when double clicked on a todo
11 years ago
v0.4
----------------------------
Fix crash on kde4.4
Use AkonadiMonitor itemAdded and itemRemoved signals
Contextual menu on each item
v0.3
----------------------------
Use Akonadi to get items from the collections
Small fixes in view
v0.2.1
----------------------------
Added a license file
v0.2.1
----------------------------
- Remember the applet size
- Allow categorize todos by startDate and dueDate
- Add tooltip to the todo item
v0.2
----------------------------
- Show a reminder icon when dueDate == today
- Show the category color as background
- Fix kde-4.1 compilation
- Launch kontact editIncidence when double clicked on a todo
roentgen
7 years ago
I filled a bug report
https://bugs.kde.org/show_bug.cgi?id=325014
Thanks.
Report
fuchur
7 years ago
Report
exeroc
8 years ago
I have an opensuse 11.4 with kde4.6. The compilation is ok, but the application is not available on the list of plasmoid and the command : plasmoidviewer todoapplet tells that it "Could not find requested component: todoapplet". Is there any way to fix it ?
Report
alfransy
9 years ago
First 'make install' put files into a 'kde-config:' folder.
Second... after putting files into good places, adding this plasmoid make plasma crash.
Report
Morgenstern
10 years ago
I installed it successfully, but i can't find it in the plasmoid list.
I tried with "plasmoidviewer todoapplet", as you suggested someone else for the same problem, but that's what i get
[email protected]:~$ plasmoidviewer todoapplet
plasmoidviewer(4269)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4269)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4269)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/bottom.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/bottomleft.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/bottomright.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/center.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/left.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/top.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/topleft.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/topright.png"
couldn't create image from "/home/reese/laptop_C/Documents and Settings/user/Desktop/images/widgets/images/right.png"
Couldn't find node center. Skipping rendering.
[email protected]:~$ plasmoidviewer todoapplet
plasmoidviewer(4399)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4399)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4399)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
[email protected]:~$ plasmoidviewer todoapplet
plasmoidviewer(4461)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4461)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(4461)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
Then a little window appears saying: The object could not be created for the following reason: Could not find requested component: todoapplet
What's wrong?
Report
Murz
10 years ago
But Akonadi is running (I see it in processes) and works normally with other software.
And how I can select from which calendars show the tasks? I need to show not all tasks, but only from custom akonadi sources.
Report
TommyCZ
10 years ago
Thanks
Report
ChemBro
10 years ago
I'm using KDE SC 4.4.2.
Report
xadras
10 years ago
I have added some improvements/fixes:
* German translation
* Possibility to hide completed tasks
* Correct version number in the desktop file
http://linux.wuertz.org/dists/sid/main/source/todo_0.4.1.tar.gz
Report
anderslund
11 years ago
Report
gerstavros
10 years ago
Report
toyg
11 years ago
promising, but needs work.
Report
biosftw
11 years ago
/home/bene/Desktop/todo_plasmoid/src/applet/todoview.cpp:37: error: ‘setAlternatingBlockColors’ was not declared in this scope
make[2]: *** [src/applet/CMakeFiles/todoapplet.dir/todoview.o] Error 1
make[1]: *** [src/applet/CMakeFiles/todoapplet.dir/all] Error 2
make: *** [all] Error 2
Report
jgoday
11 years ago
You can try to comment it ...
Report
warlockrf
11 years ago
with version 0.3, compiled on karmic with kde 4.3 and akonadi, placing a plasmoid to desktop hanged on all the plasma environment. after reboot plasma did not loaded. the only way to roll back was to edit manually
-HOME/.kde/share/config/plasma-desktop-appletsrc to remove the buggy plasmoid
is it a known bug? was it fixed in this version?
Report
warlockrf
11 years ago
[ 58%] Built target plasma_engine_todo
[ 64%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todomodel.o
[ 70%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todomodelcategorydelegate.o
[ 76%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todoview.o
/home/flying-stranger/Telechargements/todo_plasmoid/src/applet/todoview.cpp: In constructor ‘TodoView::TodoView(QWidget*)’:
/home/flying-stranger/Telechargements/todo_plasmoid/src/applet/todoview.cpp:37: error: ‘setAlternatingBlockColors’ was not declared in this scope
[ 82%] Building CXX object src/applet/CMakeFiles/todoapplet.dir/todoitemdelegate.o
make[2]: *** [src/applet/CMakeFiles/todoapplet.dir/todoview.o] Erreur 1
make[2]: *** Attente des tâches non terminées....
make[1]: *** [src/applet/CMakeFiles/todoapplet.dir/all] Erreur 2
make: *** [all] Erreur 2
Report
netcelli
11 years ago
Report
nima0102
11 years ago
I downloaded and compiled that,and without any error it was compiled, but I do not know that how it run??
while I install new widget, it is appeared on list of widget but it is not listed!!
Thanks for any help or guidance
Report
jgoday
11 years ago
Thanks
Report
nima0102
11 years ago
But while I run that command give error :
findServiceByDesktopPath: not found
findServiceByDesktopPath: not found
There is file "/lib/kde4/todoapplet.so".
Thanks for nay help or guidance.
Report
warlockrf
11 years ago
aside of
/usr//lib/kde4/todoapplet.so
you have
/lib/kde4/todoapplet.so
Report
Yaba
10 years ago
Report
krytzz
11 years ago
Report
jgoday
11 years ago
Report
janet
11 years ago
Any clue?
Report