- 09 Oct, 2014 1 commit
-
-
Bram Schoenmakers authored
-
- 27 Sep, 2014 10 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
This will mark the todo list dirty.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 21 Sep, 2014 13 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
add_dependency would store them as strings. On the next invocation of add_dependency, find_new_id wouldn't find the previously stored value since it looks for integers. Therefore it returns the same ID, resulting in duplicate edge IDs.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
There's a difference between 'text' and 'source text', where the former is a more user-friendly representation of a todo, while the source text is the raw text from the todo.txt file. Reflect this difference in the method name to avoid confusion with the 'text' method.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
When passing False for case sensitivity, it would fall into the logic to automatically determine whether case sensitivity is desired based on the appearance of capitals.
-
Bram Schoenmakers authored
-
- 20 Sep, 2014 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
When using the add_todo method, the todo number is not set. It needs some refactoring to move the number property to the TodoList, instead of being a property of Todo.
-
- 16 Sep, 2014 4 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 15 Sep, 2014 6 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
(C) A weekly recurring todo due:1w rec:1w
-
Bram Schoenmakers authored
This fixes a problem where a todo had multiple occurrences of a tag, or where the same value occurred in other tags than the tag to be set. Only one instance of the tag should be set to the new value.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 14 Sep, 2014 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 13 Sep, 2014 1 commit
-
-
Bram Schoenmakers authored
-