Commit graph

836 commits

Author SHA1 Message Date
Paul Beckingham
0796e0c522 Datafile: Fixed Datetime::daysInMonth call with args in the wrong order 2016-04-06 21:29:51 -04:00
Paul Beckingham
34079ff28e Timew: Removed log file 2016-04-06 20:49:08 -04:00
Paul Beckingham
7041a4d9a6 init: dispatchCommand not longer logs 2016-04-06 20:47:20 -04:00
Paul Beckingham
9e62590189 init: initializeExtensions no longer logs 2016-04-06 20:45:14 -04:00
Paul Beckingham
055d76f5fd init: initializeDataAndRules no longer logs 2016-04-06 20:43:51 -04:00
Paul Beckingham
d4bb341ee3 Build: Removed CmdLog 2016-04-06 20:32:26 -04:00
Paul Beckingham
0305dee768 CmdTrack: Removed log 2016-04-06 20:30:04 -04:00
Paul Beckingham
fe26bc2fbb CmdTags: Removed log 2016-04-06 20:28:48 -04:00
Paul Beckingham
086f0e9c03 CmdStop: Removed log 2016-04-06 20:27:32 -04:00
Paul Beckingham
45cbe7d817 CmdStart: Removed log 2016-04-06 20:25:11 -04:00
Paul Beckingham
035d1c764c CmdReport: Removed log 2016-04-06 20:23:55 -04:00
Paul Beckingham
814ec56468 CmdHelp: Removed log 2016-04-06 20:17:16 -04:00
Paul Beckingham
6f0a683398 CmdExport: Removed log 2016-04-06 20:13:57 -04:00
Paul Beckingham
4b24f86b0d CmdDiagnostics: Removed log 2016-04-06 20:12:03 -04:00
Paul Beckingham
1e65133efd CmdContinue, CmdDefine: Removed log 2016-04-06 20:07:13 -04:00
Paul Beckingham
aa8179654f CmdLog: Gone 2016-04-06 17:36:40 -04:00
Paul Beckingham
f7619a138d init: Propagated cli, rules, database and log 2016-04-06 08:10:32 -04:00
Paul Beckingham
39daf9a422 CmdDefault: Obeys :quiet 2016-04-06 00:48:51 -04:00
Paul Beckingham
974cb7e386 CmdStart: Removed debugging code 2016-04-06 00:19:30 -04:00
Paul Beckingham
bef3bfbb27 Rules: Sets up defaults in ctor 2016-04-06 00:17:45 -04:00
Paul Beckingham
a4d767fdcf Rules: Flipped !quiet --> verbose 2016-04-06 00:06:24 -04:00
Paul Beckingham
6cd1ad66ea CmdStop: Obeys :quiet 2016-04-05 23:08:17 -04:00
Paul Beckingham
f5f8f9cee1 CmdStart: Obeys :quiet 2016-04-05 23:07:57 -04:00
Paul Beckingham
e4ee873d04 CmdDefault: Cleaned up feedback 2016-04-05 23:05:18 -04:00
Paul Beckingham
a570e17e86 init: Recognize common hints and make them available via rules 2016-04-05 23:01:06 -04:00
Paul Beckingham
6988e81319 Rules: Added default values (off) for 'debug' and 'quiet' 2016-04-05 22:57:40 -04:00
Paul Beckingham
2a47f769cd Cleanup: Removed 'const auto', which is implied by the container 2016-04-05 22:55:18 -04:00
Paul Beckingham
ed5c155051 CmdDefault: Removed extra lines 2016-04-05 20:52:33 -04:00
Paul Beckingham
8141d9d2fc CmdStop: Removed quotes from all tags before attempting an Interval::unTag 2016-04-05 20:43:58 -04:00
Paul Beckingham
2666da96c1 CmdStop: Improved handling for stopping multiple tas 2016-04-05 00:37:55 -04:00
Paul Beckingham
1a0cc1a049 Datafile: Interval identity is based on start time 2016-04-05 00:37:22 -04:00
Paul Beckingham
a81c090cb9 libshared: Updated to ecbc2ad2cc3b523096a3afccaec374af1bb36b77 2016-04-04 23:41:05 -04:00
Paul Beckingham
6e1bcc2eee CLI: Fixed misnamed attribute 2016-04-04 22:19:36 -04:00
Paul Beckingham
05cba6d278 helper: Cleaned up feedback messages 2016-04-04 21:46:09 -04:00
Paul Beckingham
9a4bf75180 util: Don't quote an already-quoted string 2016-04-04 08:58:02 -04:00
Paul Beckingham
a668a5ab6f init: Added ':debug' hint
- :debug in turns sets the 'debug' rule setting, dumps the CLI, and enables the
  "debug" log file category.
2016-04-04 08:02:44 -04:00
Paul Beckingham
7304d6342f init: Removed unused code 2016-04-04 08:01:14 -04:00
Paul Beckingham
6f64d6e440 CLI: Stop looking for commands after the first one is found 2016-04-04 08:00:07 -04:00
Paul Beckingham
e335e325be init: Propagated CLI to initializeDataAndRules 2016-04-04 07:58:39 -04:00
Paul Beckingham
ef8e5e2804 init: Removed args vector 2016-04-03 22:22:56 -04:00
Paul Beckingham
20e4ec2701 CmdStop: Converted to CLI 2016-04-03 22:09:03 -04:00
Paul Beckingham
eeb848d809 CmdStart: Converted to CLI 2016-04-03 22:05:39 -04:00
Paul Beckingham
5f2774c723 CmdDefine: Converted to CLI 2016-04-03 22:02:52 -04:00
Paul Beckingham
6e6cab5f70 CmdExport: Converted to CLI 2016-04-03 21:59:10 -04:00
Paul Beckingham
7715b5fb23 CmdReport: Converted to CLI 2016-04-03 21:53:49 -04:00
Paul Beckingham
b7af901661 CmdHelp: Migrated to CLI 2016-04-03 21:43:44 -04:00
Paul Beckingham
ebdf8a944d CmdLog: Converted to CLI 2016-04-03 21:31:59 -04:00
Paul Beckingham
63d728af5c CLI: Added ::getWords 2016-04-03 20:33:14 -04:00
Paul Beckingham
02e1690418 CLI: Removed const return type 2016-04-03 20:23:36 -04:00
Paul Beckingham
ab097b1594 CLI: Missing include 2016-04-03 20:02:08 -04:00