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
This commit is contained in:
Thomas Lauf 2017-12-14 21:49:34 +01:00
parent 963d4ac7ae
commit 48ed980c76
4 changed files with 70 additions and 54 deletions

View file

@ -41,6 +41,8 @@
segfault
(thanks to Thomas Lauf).
- TI-65 The 'tags' command should support a filter
- TI-66 Move with :adjust leaves overlapping intervals.
(thanks to A M)
- TI-67 Summary with parameters shows wrong ids
(thanks to Bodo Graumann)
- TI-68 Cannot shorten interval which has been moved into an exclusion.
@ -58,6 +60,8 @@
(Thanks to A M).
- TI-78 Tag parsing broken for tags starting with "or_"
(Thanks to Lukas Barth).
- TI-85 :adjust creates overlapping interval
(thanks to Tim Ruffing)
- TI-90 Let 'continue' accept a date or a date range
- TI-91 Timewarrior does not compile on DragonFly
(Thanks to Michael Neumann).