Calendar coloring

- Now all due tasks are colorized.
- Setting due=0 now colorizes all due tasks in reports.
This commit is contained in:
Federico Hernandez 2010-01-08 16:49:18 +01:00
parent 7ef5233547
commit 1b60c20bad
3 changed files with 14 additions and 4 deletions

View file

@ -1686,6 +1686,9 @@ int handleReportCalendar (std::string &outs)
report_filter += " due.after:" + after + " due.before:" + before;
context.config.set ("report." + report + ".filter", report_filter);
// Display all due task in the report colorized not only the imminet ones
context.config.set ("due", 0);
context.args.clear ();
context.filter.clear ();
context.sequence.clear ();