- First pass at the interface, structure and algorithm used by the
  new View object that will ultimately obsolete Table, Grid and Cell.
This commit is contained in:
Paul Beckingham
2011-04-26 18:19:57 -04:00
parent 120562a7e9
commit 74d799acea
8 changed files with 549 additions and 49 deletions

View File

@@ -20,7 +20,7 @@ set (task_SRCS API.cpp API.h Att.cpp Att.h Cmd.cpp Cmd.h Color.cpp Color.h
diag.cpp edit.cpp export.cpp history.cpp i18n.h import.cpp
interactive.cpp recur.cpp report.cpp rules.cpp rx.cpp rx.h
text.cpp text.h utf8.cpp utf8.h util.cpp util.h Uri.cpp Uri.h
Variant.cpp Variant.h)
Variant.cpp Variant.h View.cpp View.h)
add_library (task STATIC ${task_SRCS})
add_executable (task_executable main.cpp)