Reorganised the text-data import assistant into separate files for each page
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 20 Mar 2013 17:28:44 +0000 (18:28 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 20 Mar 2013 17:28:44 +0000 (18:28 +0100)
commitcf10258e2e58c352c555dd2579d2fe9f5b2fce50
tree23ba20ed21838cd39ccc6c352fb1c1b17ebbe9c7
parent546590abfc8b8f2d2b54bbceb6a4f29b7cd7d6c4
Reorganised the text-data import assistant into separate files for each page

This will hopefully make it easier to add new functionality.
Reviewed-by: Ben Pfaff
15 files changed:
src/ui/gui/automake.mk
src/ui/gui/data-editor.ui
src/ui/gui/page-assistant.c [new file with mode: 0644]
src/ui/gui/page-file.c [new file with mode: 0644]
src/ui/gui/page-first-line.c [new file with mode: 0644]
src/ui/gui/page-first-line.h [new file with mode: 0644]
src/ui/gui/page-formats.c [new file with mode: 0644]
src/ui/gui/page-formats.h [new file with mode: 0644]
src/ui/gui/page-intro.c [new file with mode: 0644]
src/ui/gui/page-intro.h [new file with mode: 0644]
src/ui/gui/page-separators.c [new file with mode: 0644]
src/ui/gui/page-separators.h [new file with mode: 0644]
src/ui/gui/psppire-data-window.c
src/ui/gui/text-data-import-dialog.c
src/ui/gui/text-data-import-dialog.h