Reorganised the text-data import assistant into separate files for each page 20130324030505/pspp 20130325030503/pspp 20130326030506/pspp
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>
Fri, 22 Mar 2013 19:01:59 +0000 (20:01 +0100)
commit29c1450251805417aacb9cecc84b03c81137c137
treef801b4d4ddb57f1b8d36b9beaa73ed66566ee361
parent9aa9aac0327e5397d81c6194f4e291b38d023600
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