Commit graph

259 commits

Author SHA1 Message Date
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
cc5115b5d7 CmdReportSummary: No longer attempts to render empty results 2016-05-01 16:14:01 -04:00
Paul Beckingham
0569071a5d init: Added :lastweek hint 2016-05-01 16:13:06 -04:00
Paul Beckingham
f7e5c9375f CmdReportSummary: Implemented first draft 2016-04-30 18:58:12 -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
7cbd34c7bd CmdReportDay: Corrected coordinate mapping 2016-04-30 00:01:39 -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
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
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
ee5985471b CmdReport: Udated to new API 2016-04-28 20:33:04 -04:00
Paul Beckingham
89ecb27742 CmdTrack: Udated to new API 2016-04-28 20:32:48 -04:00
Paul Beckingham
a4792246dc CmdStart: Udated to new API 2016-04-28 20:32:35 -04:00
Paul Beckingham
d78b162ad5 CmdReportSummary: Udated to new API 2016-04-28 20:32:00 -04:00
Paul Beckingham
491d2dbed3 CmdReportDay: Udated to new API 2016-04-28 20:31:43 -04:00
Paul Beckingham
28b1bd567c CmdGaps: Udated to new API 2016-04-28 20:29:12 -04:00
Paul Beckingham
bb89772cf9 CmdExport: Updated to new API 2016-04-28 20:25:50 -04:00
Paul Beckingham
34c0cc81e7 helper: Renamed createFilterIntervalFromCLI to getFilter 2016-04-28 08:48:37 -04:00
Paul Beckingham
ae0ba6ffa1 CmdReportDay: Now ensure rendered interval matches the day 2016-04-28 08:02:27 -04:00
Paul Beckingham
5899b51295 CmdTrack: Now splits intervals 2016-04-28 00:04:00 -04:00
Paul Beckingham
eca0a7e43a CmdStop: Identified need for splitInterval 2016-04-28 00:00:57 -04:00
Paul Beckingham
a84ee1ba3c CmdStart: Identified need for splitInterval 2016-04-28 00:00:38 -04:00
Paul Beckingham
4462e091c5 CmdReportDay: Code cleanup 2016-04-27 23:39:14 -04:00
Paul Beckingham
3b45e90c5e CmdGaps: Is a clone of export with /tracked/untraced/ for now 2016-04-27 22:56:59 -04:00
Paul Beckingham
9c91cb599b helper: Added Rules to createTimelineFromData 2016-04-27 18:04:36 -04:00
Paul Beckingham
b7862341cd CmdReportSummary: Added data handling, needs output 2016-04-26 23:51:30 -04:00
Paul Beckingham
4f77f336f3 CmdReportDay: Modified active interval indicator to be a single character 2016-04-26 23:42:16 -04:00
Paul Beckingham
21809e1724 CmdReportDay: Broke out sections into functions 2016-04-26 23:30:24 -04:00
Paul Beckingham
9699cb8293 CmdReportDay: Obeys tag color mapping 2016-04-25 21:11:22 -04:00
Paul Beckingham
21166a044f helper: Added createPalette, and a Palette interface change 2016-04-25 21:10:09 -04:00
Paul Beckingham
f4271614d5 CmdReportDay: Added an indicator that the interval is open 2016-04-24 12:57:03 -04:00
Paul Beckingham
0714499fae CmdReportDay: Corrected alignment issue 2016-04-24 12:27:17 -04:00
Paul Beckingham
8085a38f48 CmdReportDay: Added tracked time 2016-04-24 11:40:56 -04:00
Paul Beckingham
02231f0af3 CmdReportDay: Exclusions rendered 2016-04-24 10:30:28 -04:00
Paul Beckingham
bc5754584e CmdReportDay: Renders report axis 2016-04-24 10:27:52 -04:00
Paul Beckingham
662077dc1a CmdReportDay: Determines hors to be shown 2016-04-24 10:15:02 -04:00
Paul Beckingham
6d628a38d8 CmdReportDay: Loads data 2016-04-24 10:13:24 -04:00
Paul Beckingham
33d0f9d620 helper: Removed unused arg from createTimelineFromData 2016-04-24 09:41:26 -04:00
Paul Beckingham
49715320ef Cleanup: Replaced "\n" with '\n' 2016-04-23 13:30:54 -04:00
Paul Beckingham
9e6ee03354 CmdReportDay: Initializes colors for report 2016-04-23 12:54:45 -04:00
Paul Beckingham
3a63f1296e CmdReportDay: Provided for dynamic indentation 2016-04-23 12:53:28 -04:00
Paul Beckingham
70ba611f66 CmdReportDay: Corrected filter default 2016-04-23 12:52:22 -04:00
Paul Beckingham
983d4a8945 CmdReportDay: Outlining processing 2016-04-23 11:00:09 -04:00
Paul Beckingham
63a6255412 Interval: Now has pubic ::range, which has public ::start, ::end 2016-04-23 10:35:06 -04:00