timewarrior/src
2019-01-21 14:18:16 +01:00
..
commands Extract rules from dayIsHoliday 2019-01-21 14:18:16 +01:00
libshared@ba9b76db8f libshared: Updated to 230c63bd385b2a5a6ee5eb431df54b0c5c229b4d 2018-11-04 19:25:03 +01:00
.gitignore Ignore: Debugging dir 2016-04-22 01:22:47 -04:00
CLI.cpp Added first version of command 'annotate' 2018-10-09 17:00:36 +02:00
CLI.h Added first version of command 'annotate' 2018-10-09 17:00:36 +02:00
CMakeLists.txt Extract creation of intervals into IntervalFactory 2018-10-08 21:42:25 +02:00
data.cpp Allow for closed intervals with start date in the future 2018-10-19 14:07:19 +02:00
Database.cpp Let Interval inherit from Range 2018-09-19 06:32:56 +02:00
Database.h Make warning about new tags adhere to :quiet hint 2018-09-07 10:13:22 +02:00
Datafile.cpp Let Interval inherit from Range 2018-09-19 06:32:56 +02:00
Datafile.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
dom.cpp Add lower bounds check for DOM tag reference 2018-11-25 12:24:30 +01:00
Exclusion.cpp Rename Range::overlap to Range::overlaps 2018-09-18 21:06:33 +02:00
Exclusion.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Extensions.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Extensions.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
helper.cpp Extract rules from dayIsHoliday 2019-01-21 14:18:16 +01:00
init.cpp #131: Introduce 'modify' to adjust historical records to fixed date/time. 2018-11-30 22:27:08 +01:00
Interval.cpp Quote annotation in serialization to prevent splitting by lexer 2018-10-15 16:02:05 +02:00
Interval.h Add annotations to intervals 2018-10-08 21:42:25 +02:00
IntervalFactory.cpp Add annotations to intervals 2018-10-08 21:42:25 +02:00
IntervalFactory.h Small refactoring 2018-10-08 21:42:25 +02:00
lex.cpp Cleanup: Replaced "\n" with '\n' 2016-04-23 13:30:54 -04:00
log.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Range.cpp Rename Range::overlap to Range::overlaps 2018-09-18 21:06:33 +02:00
Range.h Update AUTHORS, ChangeLog 2018-12-06 21:08:30 +01:00
Rules.cpp #9 TI-1: Move static functions (un)setConfigVariable(...) to Rules 2018-07-24 08:07:10 +02:00
Rules.h #9 TI-1: Move static functions (un)setConfigVariable(...) to Rules 2018-07-24 08:07:10 +02:00
TagInfo.cpp Add a toJson method to database 2018-09-07 10:13:22 +02:00
TagInfo.h Add a toJson method to database 2018-09-07 10:13:22 +02:00
TagInfoDatabase.cpp Add a toJson method to database 2018-09-07 10:13:22 +02:00
TagInfoDatabase.h Add a toJson method to database 2018-09-07 10:13:22 +02:00
timew.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
timew.h Extract rules from dayIsHoliday 2019-01-21 14:18:16 +01:00
Transaction.cpp #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
Transaction.h #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
TransactionsFactory.cpp #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
TransactionsFactory.h #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
UndoAction.cpp #9 TI-1: Make undo work with interval actions 2018-07-21 22:35:17 +02:00
UndoAction.h #9 TI-1: Make undo work with interval actions 2018-07-21 22:35:17 +02:00
util.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
validate.cpp Add convenience method to set range with two dates 2018-09-19 06:32:56 +02:00