Rewrite Import Dialog.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2015 10:15:15 +0000 (11:15 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 26 Dec 2015 10:15:15 +0000 (11:15 +0100)
commit83239cbb53294662025d5ee957d7e24e5feb66a9
tree4291ff99e0cf2ef19dd1cc532880826f6b880759
parent03a7b96a587a58bda342b4eb5ce5f935880ba2b7
Rewrite Import Dialog.

This is a major rewrite of the text/spreadsheet import assistant.
Hopefully there are less bugs and it will be easier to maintain.
20 files changed:
src/data/ods-reader.c
src/ui/gui/automake.mk
src/ui/gui/page-assistant.c [deleted file]
src/ui/gui/page-file.c [deleted file]
src/ui/gui/page-first-line.c [deleted file]
src/ui/gui/page-first-line.h [deleted file]
src/ui/gui/page-formats.c [deleted file]
src/ui/gui/page-formats.h [deleted file]
src/ui/gui/page-intro.c [deleted file]
src/ui/gui/page-intro.h [deleted file]
src/ui/gui/page-separators.c [deleted file]
src/ui/gui/page-separators.h [deleted file]
src/ui/gui/page-sheet-spec.c [deleted file]
src/ui/gui/page-sheet-spec.h [deleted file]
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-import-assistant.c [new file with mode: 0644]
src/ui/gui/psppire-import-assistant.h [new file with mode: 0644]
src/ui/gui/text-data-import-dialog.c [deleted file]
src/ui/gui/text-data-import-dialog.h [deleted file]
src/ui/gui/text-data-import.ui