Implemented data-store using a casefile instead of an array of cases.
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 19 Jun 2006 10:16:51 +0000 (10:16 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 19 Jun 2006 10:16:51 +0000 (10:16 +0000)
commite294a372f351d7105c21a2db58022af8b119aa64
tree7b64bf4cca2bf73b38941277a03f4074ecce3145
parent6abdd9ecfc1a5a9a6c4db1b675249357da453167
Implemented data-store using a casefile instead of an array of cases.
27 files changed:
lib/gtksheet/ChangeLog
lib/gtksheet/gsheet-column-iface.c
lib/gtksheet/gsheet-column-iface.h
lib/gtksheet/gsheet-hetero-column.c
lib/gtksheet/gsheet-row-iface.c
lib/gtksheet/gsheet-row-iface.h
lib/gtksheet/gsheet-uniform-column.c
lib/gtksheet/gsheet-uniform-row.c
lib/gtksheet/gtksheet.c
lib/gtksheet/gtksheet.h
src/data/ChangeLog
src/data/casefile.c
src/data/format.c
src/ui/gui/ChangeLog
src/ui/gui/TODO [new file with mode: 0644]
src/ui/gui/automake.mk
src/ui/gui/data-sheet.c
src/ui/gui/data-sheet.h
src/ui/gui/menu-actions.c
src/ui/gui/psppire-case-file.c [new file with mode: 0644]
src/ui/gui/psppire-case-file.h [new file with mode: 0644]
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-data-store.h
src/ui/gui/psppire-dict.c
src/ui/gui/psppire-dict.h
src/ui/gui/psppire-var-store.c
src/ui/gui/psppire.c