..
tests
- Fixed bug where relative dates in filters (task list due:eom,
2008-09-12 15:25:38 -04:00
.gitignore
- Corrected bogus .gitignore entry that blocked src/tests/Makefile.
2008-06-13 01:51:51 -04:00
color.cpp
- Zero values no longer generate a 1-char bar in "task ghistory"
2008-06-27 18:05:02 -04:00
color.h
- Added proper copyright, licensing details to all source.
2008-05-30 21:35:49 -04:00
command.cpp
- Converted reports/command to return strings
2008-10-23 00:44:21 -04:00
Config.cpp
- Fixed bug so that task now recreates (with permission) any missing ~/.taskrc, and recreates any missing ~/.task
2008-06-21 17:12:04 -04:00
Config.h
- Fixed bug causing seg faults for Ubuntu users.
2008-06-21 16:38:01 -04:00
Date.cpp
- Fixed bug where relative dates in filters (task list due:eom,
2008-09-12 15:25:38 -04:00
Date.h
- Date class now supports relative dates for construction (tomorrow, friday, eoy ...)
2008-07-04 17:18:01 -04:00
Grid.cpp
- Added proper copyright, licensing details to all source.
2008-05-30 21:35:49 -04:00
Grid.h
- Added proper copyright, licensing details to all source.
2008-05-30 21:35:49 -04:00
Makefile.am
- Recurring faintly working without (the very necessary) mask attribute
2008-07-08 01:40:07 -04:00
Makefile.in
- Recurring tasks!
2008-07-09 03:26:44 -04:00
parse.cpp
- Task supports modifying the existing description of a task, with the
2008-09-13 23:33:53 -04:00
report.cpp
- TDB::gc now only calls overwritePending when something changed.
2008-10-24 23:15:52 -04:00
rules.cpp
- Added error checking for "recur" without "due"
2008-07-05 02:02:10 -04:00
T.cpp
- Added new, stubbed, T::validate method for full T validation, one day.
2008-07-09 23:57:31 -04:00
T.h
- Added new, stubbed, T::validate method for full T validation, one day.
2008-07-09 23:57:31 -04:00
Table.cpp
- Task now uses dashes (-----) to underline column headings when color is
2008-09-12 11:27:25 -04:00
Table.h
- Task now uses dashes (-----) to underline column headings when color is
2008-09-12 11:27:25 -04:00
task.cpp
- TDB::gc now only calls overwritePending when something changed.
2008-10-24 23:15:52 -04:00
task.h
- TDB::gc now only calls overwritePending when something changed.
2008-10-24 23:15:52 -04:00
TDB.cpp
- TDB::gc now only calls overwritePending when something changed.
2008-10-24 23:15:52 -04:00
TDB.h
- Converted reports/command to return strings
2008-10-23 00:44:21 -04:00
text.cpp
- Fixed bug whereby adding a new task with "task add asdfsd pri:" resulted in gibberish values in the priority field.
2008-07-05 16:49:41 -04:00
util.cpp
- Fixed bug on Ubuntu whereby it wants std::string::size_type rather than unsigned int.
2008-07-11 02:05:02 -04:00