A todo.txt application Todoit, derived from Todour.
The program uses QtAwesome for the icons.
git clone https://github.com/SverrirValgeirsson/Todour.git
git submodule init
git submodule update
qmake Todour.pro
make
This application is derived from Todour, and currently has the original update check in place:
Please note that there is a small part of the code that checks on nerdur.com if there is an update available. This should not be an issue, but if you are making your own copy you may want to disable this. This is done in aboutbox.cpp, and can be turned off by simply commenting out the line in the constructor that says "requestPage.."