timewarrior/src
Thomas Lauf 76ee22e7e5 #9 TI-1: Add TransactionFactory
- CmdUndo pops last transaction from array (and applies undo actions - tbd)
- TransactionFactory reads contents of undo.data into transaction array
- Transaction array is written back to undo.data
2018-07-19 19:56:10 +02:00
..
commands #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
libshared@c3d7db12d4 #112: Update libshared to c3d7db12d47bf9e6a4a2db75998f3a9edca77797 2018-03-10 21:47:22 +01:00
.gitignore Ignore: Debugging dir 2016-04-22 01:22:47 -04:00
CLI.cpp #21 Move method to gather tags to CLI 2018-05-13 17:56:55 +02:00
CLI.h #21 Move method to gather tags to CLI 2018-05-13 17:56:55 +02:00
CMakeLists.txt #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
data.cpp Use the empty method to check for emptiness instead of comparing to an empty object 2018-05-10 20:57:22 +02:00
Database.cpp #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
Database.h #9 TI-1: Add TransactionFactory 2018-07-19 19:56:10 +02:00
Datafile.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Datafile.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
dom.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Exclusion.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01: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 Use the empty method to check for emptiness instead of comparing to an empty object 2018-05-10 20:57:22 +02:00
init.cpp #9 TI-1 Add a skeleton undo command 2018-07-19 11:58:43 +02:00
Interval.cpp #138 Escape '"' in tags for JSON output 2018-05-11 18:42:49 +02:00
Interval.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01: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 Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Range.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Rules.cpp Use the empty method to check for emptiness instead of comparing to an empty object 2018-05-10 20:57:22 +02:00
Rules.h Use https:// link for opensource.org 2018-03-16 23:11:08 +01: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: Use Transaction and UndoAction in Database 2018-07-18 21:09:07 +02:00
UndoAction.h #9 TI-1: Use Transaction and UndoAction in Database 2018-07-18 21:09:07 +02:00
util.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
validate.cpp Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00