Paul Beckingham
57bc4d71c8
TI-65: The 'tags' command should support a filter
2017-02-25 15:07:18 -05:00
Paul Beckingham
d60af9bab2
Extensions: Typo
2017-02-25 14:36:49 -05:00
Paul Beckingham
848c6e33fc
CmdChart: Default value handling
...
- Added default value ('15') for 'rules.<type>.cell'.
- Corrected EINVAL and ERANGE handling inside Rule::getInteger.
- Made the error message for the above more specific.
- Added the '> 0' constraint to the man page.
2017-02-25 13:00:20 -05:00
Thomas Lauf
58f07d0266
TI-46: Display error in visual reports (day,week,month)
...
- Fix calculation of end_mins
- Add tests
2017-02-18 23:04:44 +01:00
Thomas Lauf
c944aebacc
TI-39: Bogus command line option causes segfault
...
- Return error message for invalid values in CmdChart
- Add tests (partially moved from cli.t)
2017-02-13 20:58:37 +01:00
Federico Hernandez
d15e99fe35
Added weekday hints
2017-02-10 00:17:51 +01:00
Thomas Lauf
e505129d5c
TI-64: Command 'stop' with date before current interval's start date causes segfault
...
- Show error message if stop date is before current interval's start date
- Add test for this use case
2017-02-09 08:58:22 -05:00
Paul Beckingham
2e10962d4e
CmdHelp: Typos
2017-02-01 07:54:01 -05:00
Tomas Babej
fac6b03df2
commands: Add preliminary version of 'resize' command
2017-01-09 18:33:14 -05:00
Paul Beckingham
2f0b00b721
CmdDiagnostics: Updated to libshared cppCompliance call
2017-01-08 14:12:37 -05:00
Paul Beckingham
6b2b3aa328
libshared: Updated to bfb0e90e0c94918b86dd16d8b0e05a74bab8fb75
2017-01-08 14:12:13 -05:00
Paul Beckingham
1d88ec386f
util: Migrated osName to libshared
2017-01-08 11:43:16 -05:00
Paul Beckingham
dd46cfd461
libshared: Updated to aff911bd080a05e5e12a240e13adb27f435b5bb2
2017-01-08 11:42:08 -05:00
Paul Beckingham
1091cc2085
Copyright update
2017-01-01 12:45:32 -05:00
Paul Beckingham
29d155afd7
Extensions: Migrated to libshared Timer
2016-11-19 14:07:21 -05:00
Paul Beckingham
3758d74c56
timew: Migrated to libshared Timer
2016-11-19 14:07:05 -05:00
Paul Beckingham
7033db3f83
libshared: Updated to ce5c3414de56a2d1390893bbdc46e7116c38cd90
2016-11-19 14:06:48 -05:00
Paul Beckingham
887e419ed4
Rules: Corrected errno values
2016-11-05 11:42:40 -04:00
Jelle van der Waa
8f74cdeff3
TI-39: Bogs command line option segfaults
...
num_lines is set to zero when the conversion fails which segfaults later
when num_lines is used to create the Composite vector. Set the default
value for num_lines to 1 to resolve the issue of bad input segfaulting.
2016-11-05 11:36:06 -04:00
Paul Beckingham
2eeb374aba
Rules: Added conversion failure detection
2016-11-05 11:35:13 -04:00
Jelle van der Waa
c33a3a9d9a
Add defaultValue argument to Rules::getInteger
...
The defaultValue can be used for callers who do not want 0 to be
returned when conversion fails since strtoimax returns 0 when the
conversion fails.
2016-11-05 11:29:52 -04:00
Paul Beckingham
77ec509cff
TI-47: first call successfully creates new database but returns exit status 1
...
- Thanks to Georg Sauthoff.
2016-09-23 19:37:16 -04:00
Paul Beckingham
28e1dffec5
Build: REmoved compiler warning
2016-09-09 22:33:15 -04:00
Paul Beckingham
dcc6fc8810
TI-34: Make timew more user-friendly by adding --help and default output
...
- Thanks to Felix Wolfsteller.
2016-08-16 16:42:01 -04:00
Paul Beckingham
a37e4746ad
TI-34: Make timew more user-friendly by adding --help and default output
...
- Thanks to Felix Wolfsteller.
2016-08-12 08:10:32 -04:00
Paul Beckingham
4c0a212c3c
Rules: Added minimal theme colors
2016-08-08 22:56:27 -04:00
Paul Beckingham
eb50862c1e
WWW-12: yesterday tag not recognised
...
- Thanks to Michel Crucifix.
2016-08-06 18:09:46 -04:00
Paul Beckingham
935145eb9b
Rules: Typo
2016-08-05 17:41:09 -04:00
Paul Beckingham
64cf3fad76
CmdHelp: Added extension list to the 'help' command
2016-08-05 17:40:33 -04:00
Paul Beckingham
d9baff6547
Database: No longer segments open intervals across data files
2016-08-03 19:41:09 -04:00
Paul Beckingham
04fc87aa38
libshared: Upgraded to 577c22e4c78dbcb9b0bc605d54650e791f3ff4ba
2016-08-01 20:49:07 -04:00
Paul Beckingham
4c1568533e
CmdFill: Disabled for beta. It is not ready.
2016-07-24 17:31:43 -04:00
Paul Beckingham
db84abaf73
validate: Made autoFill public
...
- Made diagnostics controlled by verbose setting.
2016-07-24 16:19:02 -04:00
Paul Beckingham
0fe7be396d
CmdHelp: Added 'fill' command help
2016-07-24 16:18:08 -04:00
Paul Beckingham
54b1937f19
init: Integrated 'fill' command
2016-07-24 16:17:09 -04:00
Paul Beckingham
32e102b8c4
CmdFill: Added 'fill' command for easier adjustment
2016-07-24 16:16:37 -04:00
Paul Beckingham
d75c5fc46a
CmdStop: Cleanup
2016-07-24 14:34:57 -04:00
Paul Beckingham
396135e062
Cleanup: Removed useless comment
2016-07-24 14:34:34 -04:00
Paul Beckingham
c9de7a773d
CmdUntag: Cleanup
2016-07-24 12:28:00 -04:00
Paul Beckingham
817e43320b
CmdTag: Cleanup
2016-07-24 12:27:46 -04:00
Paul Beckingham
07ea9f8a7c
CmdStop: Cleanup
2016-07-24 12:27:28 -04:00
Paul Beckingham
055d502568
CmdSplit: Cleanup
2016-07-24 12:22:00 -04:00
Paul Beckingham
beafe79b20
CmdShorten: Cleanup
2016-07-24 10:55:02 -04:00
Paul Beckingham
0ba4b40a6a
CmdMove: Cleanup
2016-07-24 10:49:21 -04:00
Paul Beckingham
b14e997ae4
CmdLengthen: Cleanup
2016-07-24 10:46:24 -04:00
Paul Beckingham
e6c3f76bc3
CmdJoin: Cleanup
...
- Errors when IDs are out of range.
- Errors when ID count is not two.
- Removed obsolete code.
2016-07-24 10:38:41 -04:00
Paul Beckingham
96f3d6f391
CmdDelete: Added @id range error
2016-07-24 10:30:32 -04:00
Paul Beckingham
0f4d5ec9a3
CmdStart: Removed obsolete comments
2016-07-24 10:03:44 -04:00
Paul Beckingham
feb219f733
CmdContinue: Errors result in non-zero exit code
2016-07-24 09:50:42 -04:00
Paul Beckingham
1555847537
validate: Generalized code to allow autoFill calls from other places
2016-07-24 09:08:10 -04:00