timewarrior/src
Thomas Lauf 7858bf4be8 Inline cli.getIds ()
- It is only used to hint for the modify command if any ids are given

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2020-08-19 14:10:57 +02:00
..
commands Inline cli.getIds () 2020-08-19 14:10:57 +02:00
libshared@b8b5796595 Update libshared 2020-08-16 16:04:49 +02:00
.gitignore Clean up .gitignore files 2019-04-10 12:08:42 +02:00
AtomicFile.cpp AtomicFile: Add size() and remove() methods 2020-08-10 22:24:52 +02:00
AtomicFile.h AtomicFile: Add size() and remove() methods 2020-08-10 22:24:52 +02:00
Chart.cpp Only show tag in chart if utf8 character width is within the width 2020-07-17 21:44:22 +02:00
Chart.h Add field reference_hour, extract determination of color for hour label 2019-04-11 23:13:41 +02:00
ChartConfig.h Inject reference datetime (= now) into chart 2019-04-10 12:00:25 +02:00
CLI.cpp Detect whether a date is meant as range 2020-06-28 20:52:43 +02:00
CLI.h Introduce default range parameter when requesting filter from CLI 2020-06-03 17:47:14 +02:00
CMakeLists.txt Detect whether a date is meant as range 2020-06-28 20:52:43 +02:00
data.cpp Restrict application of exclusions to range before now for open intervals 2020-08-18 18:58:05 +02:00
Database.cpp Remove naked pointer in initializeTagDatabase 2020-05-10 21:33:31 +02:00
Database.h Update Copyright 2020-04-19 12:41:23 +02:00
Datafile.cpp Datafile: Throw exception if Datafile::deleteInterval fails 2020-08-11 10:39:34 +02:00
Datafile.h Update Copyright 2020-04-19 12:41:23 +02:00
DatetimeParser.cpp Detect whether a date is meant as range 2020-06-28 20:52:43 +02:00
DatetimeParser.h Detect whether a date is meant as range 2020-06-28 20:52:43 +02:00
dom.cpp Add DOM-query for ids 2020-05-10 21:44:30 +02:00
Exclusion.cpp Reduce upper limit for exclusion calculation to current datetime 2019-11-20 06:55:43 +01:00
Exclusion.h Update copyright holders 2019-10-18 10:59:16 +02:00
Extensions.cpp Update copyright holders 2019-10-18 10:59:16 +02:00
Extensions.h Update copyright holders 2019-10-18 10:59:16 +02:00
helper.cpp Remove getOverlaps function 2020-07-08 21:28:41 +02:00
init.cpp Introduce 'journal.size' config setting. 2020-08-10 22:24:52 +02:00
Interval.cpp Update Copyright 2020-04-19 12:41:23 +02:00
Interval.h Update Copyright 2020-04-19 12:41:23 +02:00
IntervalFactory.cpp Fix another place where json::parse() result was leaked 2020-05-10 21:33:31 +02:00
IntervalFactory.h Update copyright dates 2019-10-18 10:59:16 +02:00
Journal.cpp Remove undo file if empty 2020-08-10 22:24:52 +02:00
Journal.h Introduce 'journal.size' config setting. 2020-08-10 22:24:52 +02:00
lex.cpp Cleanup: Replaced "\n" with '\n' 2016-04-23 13:30:54 -04:00
log.cpp Update Copyright 2020-04-19 12:41:23 +02:00
Range.cpp Update copyright dates 2019-10-18 10:59:16 +02:00
Range.h Update copyright dates 2019-10-18 10:59:16 +02:00
Rules.cpp Introduce 'journal.size' config setting. 2020-08-10 22:24:52 +02:00
Rules.h Update copyright dates 2019-10-18 10:59:16 +02:00
TagInfo.cpp Update copyright dates 2019-10-18 10:59:16 +02:00
TagInfo.h Update copyright dates 2019-10-18 10:59:16 +02:00
TagInfoDatabase.cpp Update tests for TagInfoDatabase 2020-07-02 22:42:45 +02:00
TagInfoDatabase.h Update Copyright 2020-04-19 12:41:23 +02:00
timew.cpp Update Copyright 2020-04-19 12:41:23 +02:00
timew.h Restore behaviour for adding a new interval with same tag set 2020-08-14 22:33:16 +02:00
Transaction.cpp Update copyright dates 2019-10-18 10:59:16 +02:00
Transaction.h Update copyright dates 2019-10-18 10:59:16 +02:00
TransactionsFactory.cpp Update copyright dates 2019-10-18 10:59:16 +02:00
TransactionsFactory.h Update copyright dates 2019-10-18 10:59:16 +02:00
UndoAction.cpp Update copyright dates 2019-10-18 10:59:16 +02:00
UndoAction.h Update copyright dates 2019-10-18 10:59:16 +02:00
util.cpp Update copyright holders 2019-10-18 10:59:16 +02:00
validate.cpp Restore behaviour for adding a new interval with same tag set 2020-08-14 22:33:16 +02:00