Cleaned up GUI, by objectifying the data editor. Removed a number of global variables.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 23 Dec 2006 09:03:44 +0000 (09:03 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 23 Dec 2006 09:03:44 +0000 (09:03 +0000)
commita486e7cbf4f95d19bb208796e4c92a040cf48f65
tree16b598041b2798e547df745016019454869b7f43
parent9f650fc3d2946c216e6cd3c7922a8a63d0f97117
Cleaned up GUI, by objectifying the data editor.  Removed a number of global variables.
26 files changed:
AUTHORS
glade.patch [new file with mode: 0644]
src/data/value.h
src/libpspp/automake.mk
src/libpspp/version.h
src/ui/gui/about.c [new file with mode: 0644]
src/ui/gui/about.h [new file with mode: 0644]
src/ui/gui/automake.mk
src/ui/gui/data-editor.c [new file with mode: 0644]
src/ui/gui/data-editor.glade [new file with mode: 0644]
src/ui/gui/data-editor.h [new file with mode: 0644]
src/ui/gui/data-sheet.c
src/ui/gui/menu-actions.c [deleted file]
src/ui/gui/menu-actions.h [deleted file]
src/ui/gui/message-dialog.c
src/ui/gui/psppire.c
src/ui/gui/psppire.glade
src/ui/gui/syntax-editor-source.c
src/ui/gui/syntax-editor.c
src/ui/gui/syntax-editor.glade [new file with mode: 0644]
src/ui/gui/syntax-editor.h
src/ui/gui/var-sheet.c
src/ui/gui/var-sheet.h
src/ui/gui/var-type-dialog.c
src/ui/gui/window-manager.c [new file with mode: 0644]
src/ui/gui/window-manager.h [new file with mode: 0644]