timewarrior/src
2018-10-10 22:10:01 +02:00
..
commands Add hint :annotations to display annotation column in summary (default: hidden) 2018-10-10 22:10:01 +02:00
libshared@230c63bd38 Update libshared to 230c63bd385b2a5a6ee5eb431df54b0c5c229b4d 2018-07-25 21:57:33 +02: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 Extract creation of intervals into IntervalFactory 2018-10-08 21:42:25 +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 Let Interval inherit from Range 2018-09-19 06:32:56 +02: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 Let Interval inherit from Range 2018-09-19 06:32:56 +02:00
init.cpp Add hint :annotations to display annotation column in summary (default: hidden) 2018-10-10 22:10:01 +02:00
Interval.cpp Add annotations to intervals 2018-10-08 21:42:25 +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 Let Interval inherit from Range 2018-09-19 06:32:56 +02: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 Use https:// link for opensource.org 2018-03-16 23:11:08 +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