X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2FChangeLog;h=2aeb0615adf4c3fb1f083eb2844c48ed65f854c4;hb=7751519f5ca0b6106fe3d611010a70804677ab86;hp=74fc10fea5a90f9437f94a0ee6f17411ca41b51a;hpb=97a777315ec2f2000ac67da1f405323a5e2294e2;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 74fc10fe..2aeb0615 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,47 @@ +2007-10-19 John Darrington + + * psppire-acr.c psppire-acr.h (new files): Added this new + composite widget. + + * data-editor.c data-editor.h: Added entries for ONEWAY command + dialog box. + + * oneway-anova-dialog.c oneway-anova-dialog.h oneway.glade (new files) + +2007-10-06 John Darrington + + * psppire-dialog.c psppire-dialog.h: Added a predicate function + member to indicate when a dialog's state is (not) valid. Added a + signal "validity-changed" which gets emitted whenever this + predicate changes. + + * psppire-buttonbox.c: Connect to the toplevel window's + "validity-changed" signal (assuming it happens to be a + PsppireDialog) and set the OK, PASTE, GOTO and CONTINUE buttons + according.y. + + * descriptives-dialog.c compute-dialog.c: Add a validity predicate. + +2007-10-05 Ben Pfaff + + Add DESCRIPTIVES dialog. + + * automake.mk (dist_src_ui_gui_psppire_DATA): Add + descriptives-dialog.data. + (src_ui_gui_psppire_SOURCES): Add descriptives-dialog.c, + descriptives-dialog.h. + + * data-editor.c (new_data_editor): Connect descriptive dialog to + action. + + * data-editor.glade: Change menu item to invoke DESCRIPTIVES. + + * descriptives-dialog.c: New file. + + * descriptives-dialog.h: New file. + + * descriptives-dialog.glade: New file. + 2007-10-04 John Darrington * compute-dialog.c goto-case-dialog.c main.c psppire-keypad.c: Added