Commit graph

1746 commits

Author SHA1 Message Date
Paul Beckingham
88d644d193 Copyright 2018 2017-12-31 19:37:13 -05:00
Thomas Lauf
48ed980c76 TI-66: Move with :adjust leaves overlapping intervals.
- Implement 'overwrite' overlap resolution strategy
- Add convenience methods to Range
- also fixes TI-85: :adjust creates overlapping interval
2017-12-14 21:49:34 +01:00
Thomas Lauf
28c39f8f7e Fix filter for summary when only a date is given
- add test
2017-12-07 09:26:21 +01:00
Thomas Lauf
772c5d4946 TI-90: Update help for command 'continue' 2017-12-05 16:47:35 +01:00
Thomas Lauf
b2bc91402f TI-90: Make 'continue' accept a date range
- Do not set range end in command line, if not given
- Let commands set end of filter, if required
2017-12-05 16:47:13 +01:00
Thomas Lauf
a01b9ade9a TI-90: Make 'continue' accept a date 2017-12-02 19:17:54 +01:00
Thomas Lauf
3f269efd9f TI-75: Fix cases where interval borders match when applying :fill hint
- Update ChangeLog
2017-12-01 22:57:18 +01:00
Thomas Lauf
dc6d3b9672 Commands: Reduce code duplication
- Extract function to gather ids
2017-11-21 23:12:45 +01:00
Thomas Lauf
c5b2e5a5cd Fix typos 2017-11-06 22:50:52 +01:00
Thomas Lauf
c9a7a59679 Correct typos 2017-09-14 18:33:05 +02:00
Lukas Barth
7e6c09c6e3 Quote tags containing underscores 2017-08-05 10:15:24 +01:00
Paul Beckingham
ad75fffb03 TI-69: timew config converts integers to times
- Thanks to Thomas Lauf.
2017-07-30 11:58:38 +01:00
Paul Beckingham
3d827dac33 validate: Updated autoAdjust use cases 2017-05-28 11:32:26 -04:00
Paul Beckingham
c1dd9df929 validate: Uses helper function to find overlaps 2017-05-28 11:31:16 -04:00
Paul Beckingham
7c8c1df46f helper: Added overlap helper function 2017-05-28 11:18:20 -04:00
Paul Beckingham
d87a529d08 data: Added better error when an attempt is made to track a future interval 2017-05-28 09:43:37 -04:00
Paul Beckingham
60ce6cef25 Data: Using a single date instance, so that direct comparisons work 2017-05-28 09:33:28 -04:00
Paul Beckingham
66b88d6c7e timew: Added timeRelative feature shut-off 2017-05-21 12:59:26 -04:00
Paul Beckingham
bbb8bcc1ed Validate: Rearranged code to elimiante warning 2017-05-21 12:58:47 -04:00
Paul Beckingham
39a33b8f03 libshared: Upgraded to 198dcd368501076fe31b22d828ae72066d0e6291 2017-05-21 12:41:55 -04:00
Thomas Lauf
b619b2b574 docs: Fix internal documentation for continue command 2017-04-14 11:48:27 +02:00
Thomas Lauf
735fb10e41 docs: Update documentation for continue command 2017-04-13 23:55:12 +02:00
Paul Beckingham
b714abfc37 Code Cleanup: Test commit 2017-04-12 17:13:56 -04:00
Paul Beckingham
2bee90fd79 Code Cleanup: Test commit 2017-04-12 17:13:34 -04:00
Paul Beckingham
3111f0dd7c Code Cleanup: Test commit 2017-04-12 17:11:39 -04:00
Thomas Lauf
7244259740 TI-62: TimeWarrior should not ignore invalid command
- Rule: If there is no command found, the command line has to be empty.
  Otherwise we assume a mistyped or unknown command has been issued.
  Take the first word from the command line and complain about it.
2017-04-11 07:10:43 +02:00
Paul Beckingham
f65c672b73 CmdLengthen: Test commit 2017-04-10 23:54:25 -04:00
Paul Beckingham
754b08fc64 Data: Removed debugging code 2017-04-09 16:40:34 -04:00
Paul Beckingham
7cc8618c80 Rules: Added support for the platform-dependent behavior of strtoimax 2017-04-08 13:38:11 -04:00
Thomas Lauf
9b0f8e8c15 TI-68: Let commands convert synthetic intervals before modifying them
- command 'lengthen'
- command 'move'
- command 'shorten'
- command 'tag'
- command 'untag'
2017-04-08 14:51:55 +02:00
Thomas Lauf
52853db6bd TI-68: Apply exclusions to open intervals only 2017-04-08 14:51:55 +02:00
Thomas Lauf
a5dc0cd385 TI-27: Continue tracking by ID
- Make command 'continue' process ids
- Fix test: immediate start stop creates empty intervals?
2017-04-06 22:46:52 +02:00
Thomas Lauf
ad67539f94 TI-58: Fix bug 'Delete command is not always deleting'
- Update database before deleting sythetic intervals
- Make Exclusion::ranges work with open interval
2017-04-05 22:53:53 +02:00
Thomas Lauf
98218c4b75 validate: Fix typo 2017-04-05 22:47:34 +02:00
Paul Beckingham
c283c9d2c4 TI-70: Timew starts a new interval even if a current interval contains the same set of tags
- Thanks to Thomas Babej.
2017-04-04 18:43:33 -04:00
Paul Beckingham
8aef6fcab5 libshared: Updated to f1a3cd6bfabfb083fe3c26f580a15c0d60a92ee9 2017-04-01 14:46:03 -04:00
Thomas Lauf
182cd5b0b4 TI-67: Assign ids to intervals after flattening but before filtering 2017-03-25 15:26:29 +01:00
Paul Beckingham
40e95ca65b data: getTracked now detects synthetic intervals 2017-03-19 15:37:07 -04:00
Paul Beckingham
d535ffb4e5 Range: Implemented ::operator!= 2017-03-19 15:36:34 -04:00
Paul Beckingham
96202f3a24 libshared: Updated to f2ac7ef9cc9f33f634f9aacd65ca9c1f828f50e3 2017-03-19 15:07:43 -04:00
Paul Beckingham
61b9667df8 Interval: Added synthetic indicator to ::dump 2017-03-19 15:07:06 -04:00
Paul Beckingham
0da2fb7d4b libshared: Updated to 05fd157c0a95f9bf55ad5dcbdc8bd2920a6bb5c0 2017-03-19 09:27:38 -04:00
Paul Beckingham
e0e86b2b44 libshared: Updated to 6f0900d86743405f24d52f9eafe6c8e941d40ec3 2017-03-15 11:59:03 -04:00
Paul Beckingham
e295d328bc libshared: Updated to 24290115e46dbcaab00da156aa1fd8188925ff8f 2017-03-14 20:22:00 -04:00
Thomas Lauf
cef51697ee TI-29: Fix issue "timew config can't add new value"
- Add code to enter a new value for a config which is defined by Rules.cpp
  but not found in the configuration file.
2017-03-09 20:41:20 +01:00
Paul Beckingham
f01cdbcf7f CmdHelp: Updated named date list 2017-03-08 08:16:43 -05:00
Paul Beckingham
63da0dee1f helper: Corrected use of obsolete date names 2017-03-08 08:10:08 -05:00
Paul Beckingham
3000dceca5 CmdChart: Corrected use of obsolete date names 2017-03-08 08:08:43 -05:00
Paul Beckingham
b012bf6fec libshared: Updated to cbe3fd84a8950a42ed271a0dd8e7c4e1564b1333
- This update has many Datetime impovements, and may cause some regressions.
  Updates include:
    * All date names are now standardized with Taskwarrior
    * There is sopd, sod and sond (previous, current and next) start of day
    * There is s and e representing start and end
    * There is d, w, ww, m, q and y, which is unchanged
2017-03-08 08:05:09 -05:00
Paul Beckingham
a63dd9eb6e libshared: Updated to 5bd493494fe2b1f0ab208e1edb4854316eeb5423 2017-03-06 23:55:12 -05:00