Commit graph

1317 commits

Author SHA1 Message Date
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
Paul Beckingham
93e0acec21 CmdReportDay: Made interval rendering configurable 2016-04-29 21:15:21 -04:00
Paul Beckingham
018179c5dd CmdReportDay: Made axis rendering configurable 2016-04-29 18:30:22 -04:00
Paul Beckingham
a1e2be6543 Theme: Tweaked color for compact day report 2016-04-29 18:23:33 -04:00
Paul Beckingham
d601a77c42 Datafile: Added assert to ::deleteInterval to confirm redundancy 2016-04-29 18:22:36 -04:00
Paul Beckingham
32e066a388 Datafile: Added assert to ::addInterval to confirm redundancy 2016-04-29 18:22:25 -04:00
Paul Beckingham
dca99349d9 Rules: Allows 'define report x:' to grouping settings 2016-04-29 18:21:14 -04:00
Paul Beckingham
57faef4389 data: Migrated getUntrackedRanges from helper 2016-04-29 18:20:22 -04:00
Paul Beckingham
d62a8eb2a2 CLI: Dequotes args; no point leaving quotes if the QUOTED tag exists 2016-04-29 18:19:34 -04:00
Paul Beckingham
2fe21b0a18 Tests: Added ::total test 2016-04-29 18:18:20 -04:00
Paul Beckingham
e7c872b889 Range: Added ::total for duration calculations 2016-04-29 18:17:18 -04:00
Paul Beckingham
0186b9548d Tests: Fixed tests that assumed intervals were clipped 2016-04-29 00:42:52 -04:00
Paul Beckingham
b4e61a612e Tests: Added bash test 2016-04-29 00:38:35 -04:00
Paul Beckingham
ba2b0a9796 Tests: Inherited bash_tap from Taskwarrior 2016-04-29 00:36:25 -04:00
Paul Beckingham
4270ac5d02 Tests: Removed TASKD path 2016-04-29 00:35:51 -04:00
Paul Beckingham
b64b503d99 data: Added '3h ago' as a filter 2016-04-29 00:06:04 -04:00