
Simple todo list
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
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.
Any other suggestions or ideas are welcome.
Mail: jc.ekinox@gmail.com
orychalk
15 years ago
Report
blurymind
15 years ago
make uninstall doesnt work and there's no uninstall script.
:(
Report
ekinox
15 years ago
$rm -r /home/$USER/.todolist
Report
BorgQueen
15 years ago
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?
Report
gnemmi
15 years ago
=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 =)
Report
ekinox
15 years ago
Thank you!
Report
gnemmi
15 years ago
EXTREMLY well documented code !!
Thanks for the Ksystemtray adition ;)
And for getting it to store its files under .todolist
keep it up !
Report
watzke
15 years ago
Report
GreatBunzinni
15 years ago
Report
watzke
15 years ago
Report
watzke
15 years ago
Report
timcharper
15 years ago
Report
GreatBunzinni
15 years ago
Report
sunray
15 years ago
Report
GreatBunzinni
15 years ago
Report
watzke
15 years ago
Report
ekinox
15 years ago
Report
watzke
15 years ago
Report