.. |
tests
|
- Deleted old test file.
|
2008-11-02 21:43:10 -05:00 |
.gitignore
|
- Merged 1.4.3 to master
|
2008-11-01 16:31:30 -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
|
- Now handles the configuration variable recognition of the
|
2008-11-10 09:53:49 -05:00 |
Config.cpp
|
- Removed support for the "showage" configuration variable.
|
2008-11-08 22:43:40 -05: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
|
- Enabled "configure --enable-debug" to suppress optimization, therefore
|
2008-11-09 01:42:30 -05:00 |
Makefile.in
|
- Enabled "configure --enable-debug" to suppress optimization, therefore
|
2008-11-09 01:42:30 -05:00 |
parse.cpp
|
- Now parses the command line and can distinguish regular commands, as well as
|
2008-11-09 22:46:12 -05:00 |
report.cpp
|
- Now parses the command line and can distinguish regular commands, as well as
|
2008-11-09 22:46:12 -05: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
|
- Now parses the command line and can distinguish regular commands, as well as
|
2008-11-09 22:46:12 -05:00 |
task.h
|
- Now parses the command line and can distinguish regular commands, as well as
|
2008-11-09 22:46:12 -05:00 |
TDB.cpp
|
Merge branch '1.4.3' of git@github.com:pbeckingham/task into 1.4.3
|
2008-11-02 21:50:55 -05:00 |
TDB.h
|
- Merged 1.4.3 to master
|
2008-11-01 16:31:30 -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 |