Enhancement - Subst and Keymap

- Implemented Subst object and mored it into place ready for integration.
- Moved skeleton Keymap into place.  Not implemented yet.
This commit is contained in:
Paul Beckingham
2009-05-27 00:35:13 -04:00
parent 2083dc4175
commit 8dd9690a65
6 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
bin_PROGRAMS = task
task_SOURCES = Config.cpp Date.cpp Record.cpp T.cpp TDB.cpp Att.cpp Mod.cpp \
Filter.cpp Sequence.cpp Table.cpp Grid.cpp Timer.cpp \
Duration.cpp StringTable.cpp Location.cpp color.cpp parse.cpp \
task.cpp command.cpp edit.cpp report.cpp util.cpp text.cpp \
rules.cpp import.cpp Config.h Date.h Record.h T.h TDB.h Att.h \
Mod.h Filter.h Sequence.h Table.h Grid.h Timer.h Duration.h \
StringTable.h Location.h color.h task.h
Duration.cpp StringTable.cpp Location.cpp Subst.cpp Keymap.cpp \
color.cpp parse.cpp task.cpp command.cpp edit.cpp report.cpp \
util.cpp text.cpp rules.cpp import.cpp Config.h Date.h Record.h \
T.h TDB.h Att.h Mod.h Filter.h Sequence.h Table.h Grid.h \
Timer.h Duration.h StringTable.h Location.h Subst.h Keymap.h \
color.h task.h