Paul Beckingham
02e7c4f3ce
Confirmation
...
- Implemented consistent confirmation.
2011-10-14 02:23:22 -04:00
Paul Beckingham
cd6c681ba5
Feedback
...
- Implemented consistent 'affected' feedback across all write commands.
2011-10-14 01:51:43 -04:00
Federico Hernandez
8116c6a103
License
...
- moving task from GPL to MIT license
top level src directory
2011-10-08 00:04:01 +02:00
Paul Beckingham
e2a8f85a2f
Task Refactoring
...
- Task is no longer a map of string to Att. Att is itself a name/
value pair, so the name was redundant. Task is now a map of string
to string. This brings the obsoletion of Att much closer.
2011-08-07 22:41:25 -04:00
Paul Beckingham
56bc5cf755
Code Cleanup
...
- Removed the last uses of 'foreach'. What remains is only code that
is being obsoleted, and therefore there is no need to clean that up.
- The definition of 'foreach' in util.h must remain until last.
2011-06-11 15:15:47 -04:00
Paul Beckingham
0260aff441
Build
...
- Enabled compiler warnings, which were off. Yikes.
- Fixed all compiler warnings on OSX.
2011-05-28 23:59:43 -04:00
Paul Beckingham
8fabffe18c
Code Cleanup
...
- Eliminated '#include "x"' by changing all to '#include <x>'.
2011-05-28 00:19:59 -04:00
Paul Beckingham
44e6b27560
Bug
...
- Wrong include.
2011-04-01 23:32:54 -04:00
Paul Beckingham
b63e92b540
Code Cleanup
...
- Converted atoi to strtol.
- Added include, which is causing tinderbox fail.
2011-04-01 23:30:12 -04:00
Paul Beckingham
38576ba08a
Unit Tests
...
- Because taskDifferences now uses ucFirst on attribute names, three
tests fail.
2011-03-30 00:35:06 -04:00
Paul Beckingham
628fbd6b64
Enhancement
...
- Broke out the "taskDiff" family of functions into feedback.cpp,
which is where all subsequent user feedback text composition will
occur.
2011-03-29 23:40:19 -04:00