timewarrior/src
Thomas Lauf 8256b5e625 Removing a stray space char
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-05-28 21:17:26 +02:00
..
commands Make use of a default value 2019-04-11 10:46:39 +02:00
libshared@4178b49db1 Update libshared to 4178b49db1c5fed5006a4ab6aa2df3f9937f770b 2019-05-03 17:04:07 +02:00
.gitignore Clean up .gitignore files 2019-04-10 12:08:42 +02:00
Chart.cpp Rename variables 2019-04-12 16:13:39 +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 '-h' should show help 2019-05-18 18:40:26 +02:00
CLI.h Added first version of command 'annotate' 2018-10-09 17:00:36 +02:00
CMakeLists.txt Extract chart configuration into separate class 2019-04-09 16:23:37 +02:00
data.cpp Apply exclusions to open interval only within range within interval start and now 2019-04-11 10:42:08 +02:00
Database.cpp Use dynamic_cast instead of static_cast to downcast from a base to a derived class 2019-02-26 22:22:21 +01: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 render method 2019-01-24 22:33:10 +01:00
init.cpp '-h' should show help 2019-05-18 18:40:26 +02: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 Make use of a default value 2019-04-11 10:46:39 +02:00
Rules.h Make use of a default value 2019-04-11 10:46:39 +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 render method 2019-01-24 22:33:10 +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 Add curly braces 2019-02-26 22:20:06 +01:00
validate.cpp Removing a stray space char 2019-05-28 21:17:26 +02:00