From 6f7b9b7d424e155441ef63d7e468a7cb8c8b5f62 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 9 Jul 2008 03:26:44 -0400 Subject: [PATCH] - Recurring tasks! --- AUTHORS | 2 + ChangeLog | 1 + html/task.html | 1 + src/Makefile.in | 8 +- src/T.cpp | 2 +- src/T.h | 2 +- src/TDB.cpp | 31 +++-- src/TDB.h | 18 +-- src/command.cpp | 85 +++++++----- src/report.cpp | 45 ++++--- src/task.cpp | 334 +++++++++++++++++++++++++++++++++++------------- src/task.h | 52 ++++---- src/util.cpp | 2 - 13 files changed, 395 insertions(+), 188 deletions(-) diff --git a/AUTHORS b/AUTHORS index 37f5c411b..ffcf9c092 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,4 +13,6 @@ With thanks to: Nishiishii galvanizd H. İbrahim Güngör + Stas Antons + Andy Lester diff --git a/ChangeLog b/ChangeLog index 48030c34b..9b6c016a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ represents a feature release, and the Z represents a patch. 1.4.0 () + + New recurring tasks feature + "task undelete" can now undelete erroneously deleted tasks, provided no reports have been run (and therefore TDB::gc run) + Added averages to the "task history" report diff --git a/html/task.html b/html/task.html index 56b0e2c7a..2aed7bb4d 100644 --- a/html/task.html +++ b/html/task.html @@ -48,6 +48,7 @@