Description: This is a “Simple ToDo List” and I will try to keep it as simple as posible.
Characteristics:
- List of todo activities (1.0) - List of done activities (1.0) - Save the lists to the disc (1.0) - Hotkeys to improve usability (1.1) - Systemtray (1.2) - Icon (1.2) - Multiple languajes support (1.3)
How to install it from source:
- cd to the source path - run ./configure [lang] as normal user - run make - run ./install as root - then you can run as user todo-list
How to install it from binary
- cd to the binary path - run ./configure [lang] as normal user - run ./install as root - then you can run as user todo-list
Note: [lang] must be replaced by the desired languaje. Currently available languajes are:
en (English) es (Spanish) de (German) - thanks to Werner Joss
If anyone wants to translate todo-list to another languaje just copy the 'en' file and save it to your languaje initials, then you should translate it line by line. It will be nice if you can send me your translations, so they could be available for every one. If you do so, please remind me posting a comment please.
Sorry for the long post but there was no readme file or addy to email this too. ToDoList fails to build regardless of any of the usual commands I use. qmake todo-list.pro. ./configure etc. They all fail during make.
I'm on Debian 3.1/KDE 3.3.2 - Here's the term output.
/usr/share/qt3/bin/uic frmMain.ui -o .ui/frmMain.h
/usr/share/qt3/bin/uic frmterminadas.ui -o .ui/frmterminadas.h
g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/include -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
main.cpp:14:26: kapplication.h: No such file or directory
main.cpp: In function `int main(int, char**)':
main.cpp:19: error: `KApplication' undeclared (first use this function)
main.cpp:19: error: (Each undeclared identifier is reported only once for each
function it appears in.)
main.cpp:19: error: parse error before `(' token
main.cpp:21: error: `q' undeclared (first use this function)
main.cpp:17: warning: unused parameter `int argc'
main.cpp:17: warning: unused parameter `char**argv'
make: *** [.obj/main.o] Error 1
I see something about kapplications " kapplication.h: No such file or directory" but I know I have everything. Is it referring to yet another package?
aaammmmmmmmmm ... there's a picture of two chicks in your code ... todolist/images/yo7.png
=o
and BTW, i came across this while compiling under kde 3.3.2
main.cpp: En function `int main(int, char**)':
main.cpp:10: aviso: `__comp_ctor' is deprecated (declared at
/usr/lib/kde3/include/kapplication.h:198)
see ya =)
Really nice app =)
EXTREMLY well documented code !!
Thanks for the Ksystemtray adition ;)
And for getting it to store its files under .todolist
keep it up !
Ratings & Comments
18 Comments
How can we minimize at startup ?
how to uninstall this? make uninstall doesnt work and there's no uninstall script. :(
#rm /usr/bin/todo-list $rm -r /home/$USER/.todolist
Sorry for the long post but there was no readme file or addy to email this too. ToDoList fails to build regardless of any of the usual commands I use. qmake todo-list.pro. ./configure etc. They all fail during make. I'm on Debian 3.1/KDE 3.3.2 - Here's the term output. /usr/share/qt3/bin/uic frmMain.ui -o .ui/frmMain.h /usr/share/qt3/bin/uic frmterminadas.ui -o .ui/frmterminadas.h g++ -c -pipe -Wall -W -O2 -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/include -I/usr/include/qt3 -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp main.cpp:14:26: kapplication.h: No such file or directory main.cpp: In function `int main(int, char**)': main.cpp:19: error: `KApplication' undeclared (first use this function) main.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.) main.cpp:19: error: parse error before `(' token main.cpp:21: error: `q' undeclared (first use this function) main.cpp:17: warning: unused parameter `int argc' main.cpp:17: warning: unused parameter `char**argv' make: *** [.obj/main.o] Error 1 I see something about kapplications " kapplication.h: No such file or directory" but I know I have everything. Is it referring to yet another package?
aaammmmmmmmmm ... there's a picture of two chicks in your code ... todolist/images/yo7.png =o and BTW, i came across this while compiling under kde 3.3.2 main.cpp: En function `int main(int, char**)': main.cpp:10: aviso: `__comp_ctor' is deprecated (declared at /usr/lib/kde3/include/kapplication.h:198) see ya =)
Sorry! I didnt noticed that picture, i arleady deleted from the source. Thank you!
Really nice app =) EXTREMLY well documented code !! Thanks for the Ksystemtray adition ;) And for getting it to store its files under .todolist keep it up !
Please, can you add systray support? That can be great. Now I must use gtodo. :(
Heh.. can't see an option for this in gtodo, too. :/ Weird, on screenshots it is. But I'm interested in this...
If you run KDE you already have KNotes, which are very handy and have some pretty nice functionality.
I've got Gentoo and Gentoo have single packages of KDE, know? :o)
Hmmm, this is much more intuitive than writing on the palm of your hand. If only we could match the portability it.
What does this list have that kontact's todo list hasn't?
it's simple?
And Kontact's todo list isn't?
Howto compile it from sources? Thanks!
You need the qt developers quit, you will type "qmake todo-list.pro" then "make" and it should compile.
Yeah, that's it. :o)