Commit graph

1332 commits

Author SHA1 Message Date
Paul Beckingham
372aed9f5d Docs: Added verbose description 2016-05-03 00:41:09 -04:00
Paul Beckingham
ba14785055 Docs: Added debug description 2016-05-03 00:40:54 -04:00
Paul Beckingham
a407a0d195 Docs: Added confirmation description 2016-05-03 00:40:34 -04:00
Paul Beckingham
7f3dce9efd CmdConfig: Added command handling 2016-05-03 00:38:05 -04:00
Paul Beckingham
8bf0a2a0bc init: Propagates cli, rules to CmdConfig 2016-05-03 00:32:54 -04:00
Paul Beckingham
adae77e99e init: Added :yes as a hint to override confirmation 2016-05-03 00:29:28 -04:00
Paul Beckingham
e8544a72ce Docs: Added :lastweek hint 2016-05-02 17:21:01 -04:00
Paul Beckingham
1b6c6ee274 helper: Corrected :day hint range 2016-05-02 17:18:33 -04:00
Paul Beckingham
9c490c0d01 Docs: Updated api doc with the 'version' --> 'temp.version' change 2016-05-02 17:17:03 -04:00
Paul Beckingham
28b78f94f5 CmdReport: Renamed 'version' to 'temp.version' to reflect that it's added automatically 2016-05-02 17:16:18 -04:00
Paul Beckingham
e1e63188bc Tests: Added single interval export test 2016-05-02 17:14:47 -04:00
Paul Beckingham
1006617d26 Tests: Added trivial export test 2016-05-02 17:14:30 -04:00
Paul Beckingham
c64e566a4b Tests: Modified 'export' function from Taskwarrior 2016-05-02 17:11:47 -04:00
Paul Beckingham
2368e211ef CmdReportDay: Corrected location of '+' indicator for open intervals 2016-05-01 21:48:30 -04:00
Paul Beckingham
91831ccf41 CmdReportDay: Only renders open intervals to 'now' instead of EOD 2016-05-01 21:46:27 -04:00
Paul Beckingham
4fc69efcd0 CmdReportSummary: Handles open intervals 2016-05-01 21:05:50 -04:00
Paul Beckingham
8c6bd4daac Tests: Updated test with new result 2016-05-01 21:04:02 -04:00
Paul Beckingham
352fbf02f1 data: Corrected clip, which was intersecting, which is wrong 2016-05-01 21:01:48 -04:00
Paul Beckingham
1d847dabd5 Tests: splitInterval was renamed, but hte test wasn't 2016-05-01 20:37:16 -04:00
Paul Beckingham
e07412c913 Tests: Added getFullDay tests 2016-05-01 20:36:09 -04:00
Paul Beckingham
bb1bf55d37 data: Added getFullDay 2016-05-01 20:30:32 -04:00
Paul Beckingham
d298ccfba6 Docs: Updated ext README 2016-05-01 16:14:31 -04:00
Paul Beckingham
cc5115b5d7 CmdReportSummary: No longer attempts to render empty results 2016-05-01 16:14:01 -04:00
Paul Beckingham
1b2407e463 data: Fixed wrong function name in comment 2016-05-01 16:13:27 -04:00
Paul Beckingham
0569071a5d init: Added :lastweek hint 2016-05-01 16:13:06 -04:00
Paul Beckingham
b5cf680730 Tests: Removed palette tests, which are now part of libshared 2016-04-30 21:00:39 -04:00
Paul Beckingham
40a6d78dc5 libshared: Updated to 899975acd75ff96cce80c35cc2eecf61ea9d4871 2016-04-30 20:56:49 -04:00
Paul Beckingham
f7e5c9375f CmdReportSummary: Implemented first draft 2016-04-30 18:58:12 -04:00
Paul Beckingham
9e13356f23 Palette: Removed unused include 2016-04-30 15:22:23 -04:00
Paul Beckingham
07a04bade6 CmdReportDay: Added day/mday at the beginning of every line. 2016-04-30 15:13:52 -04:00
Paul Beckingham
e05954f404 CmdReportDay: Removed unused argument 2016-04-30 15:13:13 -04:00
Paul Beckingham
c74576f5d1 data: clip does nothing for trivial or unstared ranges 2016-04-30 12:25:20 -04:00
Paul Beckingham
3ae88e9383 data: getTrackedIntervals should only use outerRange if it is non-trivial 2016-04-30 12:10:30 -04:00
Paul Beckingham
321d0b8ab2 data: clip should NOP on unstarted range 2016-04-30 12:09:49 -04:00
Paul Beckingham
9778884f75 Tests: Added matchesFilter 2016-04-30 10:18:51 -04:00
Paul Beckingham
08dbdaae8b Tests: Simplified range ctors 2016-04-30 10:18:00 -04:00
Paul Beckingham
4816a6114b data: Added truth tables, comments and fixed matchesFilter 2016-04-30 10:16:53 -04:00
Paul Beckingham
031b39b568 Docs: Added 'cancel' command 2016-04-30 08:30:02 -04:00
Paul Beckingham
ee2b13b323 init: No longer calls CmdDefault is there are arguments provided 2016-04-30 08:27:13 -04:00
Paul Beckingham
b5a4b3476c CLI: Corrected include order 2016-04-30 08:26:45 -04:00
Paul Beckingham
7cbd34c7bd CmdReportDay: Corrected coordinate mapping 2016-04-30 00:01:39 -04:00
Paul Beckingham
7c8f9d43c2 init: Added 'cancel' command entity 2016-04-29 22:22:50 -04:00
Paul Beckingham
a3d880f677 CmdStop: Silly message variable removed 2016-04-29 21:49:51 -04:00
Paul Beckingham
3e35a33c53 CmdHelp: Added 'cancel' command help 2016-04-29 21:48:39 -04:00
Paul Beckingham
14677ab5ef init: Dispatches to CmdCancel 2016-04-29 21:47:47 -04:00
Paul Beckingham
1522af15e6 CmdCancel: Added new command to abandon an active interval 2016-04-29 21:37:32 -04:00
Paul Beckingham
abe6ccfd89 CmdReportDay: Removed color defs 2016-04-29 21:20:06 -04:00
Paul Beckingham
e78cedafba Docs: Added report.day.spacing and report.day.style 2016-04-29 21:17:56 -04:00
Paul Beckingham
4c0da0d77f CmdReportDay: Made summary rendering configurable 2016-04-29 21:17:19 -04:00
Paul Beckingham
1b94a3fad7 CmdReportDay: Made exclusion rendering configurable 2016-04-29 21:16:41 -04:00