- 04 Jan, 2016 1 commit
-
-
Bram Schoenmakers authored
-
- 30 Dec, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 04 Dec, 2015 2 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Thanks to @MinchinWeb for noticing.
-
- 03 Dec, 2015 15 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
The Dot output now uses these colors for the nodes.
-
Bram Schoenmakers authored
Conflicts: topydo/lib/ListFormat.py
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
The humanize_date function was therefore moved out ListFormat.py towards Utils.py.
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
It has full name now, a priority and a due date. The legend is no longer printed.
-
Bram Schoenmakers authored
Don't just consider the first p tag value in a todo item, consider all of them.
-
- 01 Dec, 2015 1 commit
-
-
Bram Schoenmakers authored
-
- 30 Nov, 2015 4 commits
-
-
Bram Schoenmakers authored
Given these dependencies: A id:1 B p:1 C p:1 id:2 D p:1 p:2 A -> B A -> C A -> D C -> D The relation A -> D is superfluous (A -> C, C -> D). However, the p:1 tag in D would not be removed, because relation 1 still exists (A -> B). Therefore a new function is added that identifies p: tags which have no corresponding edge in the internal dependency graph (rather than looking at the value of the edge).
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
By doing so, the parent items, which are hidden by default, are shown in the dependency graph. Otherwise it would only print child items which is not so useful.
-
- 29 Nov, 2015 3 commits
-
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Conflicts: setup.py topydo/lib/PrettyPrinterFilter.py
-
Bram Schoenmakers authored
-
- 26 Nov, 2015 4 commits
-
-
Bram Schoenmakers authored
This assertion was missing in commit 6bb804dc.
-
Bram Schoenmakers authored
To complete a todo item that you finished yesterday, run topydo do -d yesterday Or topydo do -d -1d
-
Bram Schoenmakers authored
-
Bram Schoenmakers authored
Inspired by issue #82.
-
- 24 Nov, 2015 1 commit
-
-
Bram Schoenmakers authored
Prefix all node names with an underscore, print the proper number through the "label" attribute.
-
- 23 Nov, 2015 3 commits
-
-
-
Bram Schoenmakers authored
When an ordinal tag filter is negated (i.e. -id:1), then this isn't seen as a negation but as an ordinal tag filter with tag -id and value 1. Which isn't likely to exist, resulting in every todo item to be excluded from the result.
-
Bram Schoenmakers authored
-
- 20 Nov, 2015 2 commits
-
-
Bram Schoenmakers authored
Related to commit cde8f8ed https://bitbucket.org/ned/coveragepy/issues/90/lambda-expression-confuses-branch
-
Bram Schoenmakers authored
Fix priority colors when using colorblocks.
-
- 19 Nov, 2015 3 commits
-
-
Jacek Sowiński authored
-
Jacek Sowiński authored
Removed `topydo.lib.Colors.Colors.get_priority_colors()` and added in its place `topydo.lib.Colors.Colors.get_priority_color(p_priority)`. Also moved `_name_to_ansi`, `_name_to_int`, and `_get_ansi` outside of the class.
-
Bram Schoenmakers authored
Conflicts: setup.py topydo/lib/PrettyPrinterFilter.py
-