Commit graph

1783 commits

Author SHA1 Message Date
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
Paul Beckingham
45b09986d8 validate: Removed new tag notification, which is broken 2016-07-23 15:30:04 -04:00
Paul Beckingham
b8acec05c7 CmdUndo: Removed all external traces of undo 2016-07-18 18:10:40 -04:00
Paul Beckingham
1049ae6fcb CmdImport: Removed all traces of import 2016-07-18 18:06:30 -04:00
Paul Beckingham
6e5f324e93 Build: Added missing include 2016-07-18 17:30:18 -04:00
Paul Beckingham
800b174294 CmdMove: Removed redundant error message 2016-07-18 17:22:37 -04:00
Paul Beckingham
c7c2496835 CmdDelete: Implemented 2016-07-18 17:21:39 -04:00
Paul Beckingham
8f55b49938 CmdHelp: Added 'delete' command 2016-07-18 17:20:50 -04:00
Paul Beckingham
8eaf6169e2 CmdDelete: Renamed 'clear' command to 'delete' 2016-07-18 17:19:26 -04:00