gui: Redo var sheet, data sheet, text import with PsppSheetView.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 24 Apr 2012 05:27:54 +0000 (22:27 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Jun 2012 03:24:50 +0000 (20:24 -0700)
commit0fe886a656b0ee57b4d542b7c16b3c56288b6fc6
tree8e0123034676f2701a690cda324289e7d6fb6fbf
parentf00c8490080474d40395906cb42d32b3b0c69db8
gui: Redo var sheet, data sheet, text import with PsppSheetView.

This commit replaces the existing variable and data sheets in the
GUI by new ones based on PsppSheetView.

Thanks to John Darrington and Michel Boaventura for helpful testing,
bug reports and suggestions.
30 files changed:
lib/gtk-contrib/gtkxpaned.c
src/ui/gui/automake.mk
src/ui/gui/data-editor.ui
src/ui/gui/data-sheet.ui [new file with mode: 0644]
src/ui/gui/find-dialog.c
src/ui/gui/goto-case-dialog.c
src/ui/gui/goto-case-dialog.h
src/ui/gui/marshaller-list
src/ui/gui/pspp-sheet-private.h
src/ui/gui/pspp-sheet-view.c
src/ui/gui/psppire-cell-renderer-button.c
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-editor.h
src/ui/gui/psppire-data-sheet.c [new file with mode: 0644]
src/ui/gui/psppire-data-sheet.h [new file with mode: 0644]
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-data-store.h
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-data-window.h
src/ui/gui/psppire-dialog-action-var-info.c
src/ui/gui/psppire-dialog-action.c
src/ui/gui/psppire-var-sheet.c
src/ui/gui/psppire-var-sheet.h
src/ui/gui/psppire-var-store.c
src/ui/gui/psppire-var-store.h
src/ui/gui/text-data-import-dialog.c
src/ui/gui/text-data-import.ui
src/ui/gui/val-labs-dialog.c
src/ui/gui/val-labs-dialog.h
src/ui/gui/var-sheet.ui [new file with mode: 0644]