New objects PsppireTextFile and PsppireDelimitedText.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 20 Apr 2017 14:29:56 +0000 (16:29 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 22 Apr 2017 18:46:32 +0000 (20:46 +0200)
commit50feac63e2fb9776f53e432f137311b4f5563ccf
treeace5aa3b2a6076fb0617893313375bdca1cd3ada
parent1ec9aefb45eeaa24d29e500f119a32f130beb928
New objects PsppireTextFile and PsppireDelimitedText.

These objects take care of the spliting of delimited text data
and allow the Import assistant to just do the job of presenting
dialog boxes.
src/ui/gui/automake.mk
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-delimited-text.c [new file with mode: 0644]
src/ui/gui/psppire-delimited-text.h [new file with mode: 0644]
src/ui/gui/psppire-import-assistant.c
src/ui/gui/psppire-import-assistant.h
src/ui/gui/psppire-text-file.c [new file with mode: 0644]
src/ui/gui/psppire-text-file.h [new file with mode: 0644]