- 21 Sep, 2014 6 commits
-
-
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 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
The average importance of a todo item the average of the importance of its parents (including its own importance). This requires some data to ship together with each todo item, since the sorter function needs access to the parents. Because its unaware of TodoList which maintains the hierarchy, copy a bit of that information into the Todo itself.
-
- 09 Sep, 2014 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
- 24 Jul, 2014 2 commits
-
-
Bram Schoenmakers authored
* Allow relative dates for start and due tags. * Put priority to the start when it appears mid-sentence. * Automatically sets the creation date.
-
Bram Schoenmakers authored
-
- 21 Jul, 2014 1 commit
-
-
Bram Schoenmakers authored
Returns None when no todo item was added.
-
- 20 Jul, 2014 12 commits
-
-
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
For example: Foo id:1 Bar p:1 Baz p:1 Would only store the ID for the last added edge (Foo,Baz) and forget about the ID of 1 for (Foo,Bar). Also make sure that add_edge does not add an edge twice, otherwise the edge ID could be accidentally overwritten.
-
Bram Schoenmakers authored
The function takes care that all edges are present in the dependency graph. This fixes a bug that when adding a todo with a parent which appears later in the file, the edge wouldn't be drawn.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-