- 02 Nov, 2014 1 commit
-
-
Bram Schoenmakers authored
-
- 01 Nov, 2014 10 commits
-
-
Bram Schoenmakers authored
Recurring todos deserved some attention, since the new instance after completing them pops up as a newly active task. This had to be surpressed to measure the length of the todolist, and only measure the new tasks within that range. Recurring tasks would be added beyond that cut-off point.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 31 Oct, 2014 4 commits
-
-
Bram Schoenmakers authored
The following configuration files are read: /etc/topydo.conf $HOME/.topydo .topydo topydo.conf Values in a file lower in this list prevail over values defined earlier.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
No need to set this default by the Sorter. A dependency less on Config.
-
- 30 Oct, 2014 5 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 29 Oct, 2014 2 commits
-
-
Bram Schoenmakers authored
More or less works, need to make Main.py more accessible.
-
Bram Schoenmakers authored
-
- 28 Oct, 2014 1 commit
-
-
Bram Schoenmakers authored
-
- 27 Oct, 2014 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Still needs some mechanism to easily compose filter expressions defined by the user.
-
- 26 Oct, 2014 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 23 Oct, 2014 7 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
This ANDs all arguments, resulting in the todos that match all substrings.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
After performing this command, the CLI will archive the completed todos. This may cause the numbers to shift, invalidating the todo numbers that DoCommand just printed before.
-
- 21 Oct, 2014 1 commit
-
-
Bram Schoenmakers authored
-
- 20 Oct, 2014 4 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Make sure not to make the importance lower than the todos own importance due to the its parents. Test case and code were both wrong.
-
- 19 Oct, 2014 1 commit
-
-
Bram Schoenmakers authored
A todo becomes activated when all its children have been completed and the other active conditions apply as well (e.g. start date has passed).
-