- Added feature #471, which makes greater use of projects by reporting
  changes to the completion percentage when it changes.
- Added unit tests.
This commit is contained in:
Paul Beckingham 2010-08-20 23:53:57 -04:00
parent d460e604ff
commit 5c235ce1ef
6 changed files with 193 additions and 6 deletions

View file

@ -42,10 +42,6 @@
#include "Color.h"
#include "../auto.h"
// task.cpp
void gatherNextTasks (std::vector <Task>&);
void onChangeCallback ();
// recur.cpp
void handleRecurrence ();
Date getNextRecurrence (Date&, std::string&);
@ -107,8 +103,11 @@ int handleReportGHistoryAnnual (std::string &);
int handleReportCalendar (std::string &);
int handleReportStats (std::string &);
int handleReportTimesheet (std::string &);
void gatherNextTasks (std::vector <Task>&);
std::string getFullDescription (Task&, const std::string&);
std::string getDueDate (Task&, const std::string&);
std::string onProjectChange (Task&, bool scope = true);
std::string onProjectChange (Task&, Task&);
// custom.cpp
int handleCustomReport (const std::string&, std::string &);