X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=e4dccd86c0ed869a4888e0f778028c316b76056f;hb=43a916e8e177a54a6d6a8565aa92a4239f3383bb;hp=45058669a21f557ccc529e6733e517012ef465ef;hpb=c65449a628d13f4683e7dc7125874608c7152017;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 45058669..e4dccd86 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,44 @@ +2007-12-13 John Darrington + + * dialog-common.c dialog-common.h (numeric_only): New function. + + * t-test-independent-samples-dialog.c: Added the ability to specify + groups by a threshold ("Cut Point"). Keep OK/Paste buttons insensitive, + until groups are properly defined. Prevented variables treeview from + accepting string variables. + +2007-12-08 John Darrington + + * data-editor.h data-editor.c: Added hooks for one sample t-test + + * t-test-one-sample.c t-test-one-sample.h (new files): Implemented + a dialog box for the One Sample T Test. + + * t-test-independent-samples-dialog.c: Factored out the options sub + dialog (see following). + + * t-test-options.c t-test-options.h (new files): New module + implementing the options sub-dialog for T tests. + +2007-12-07 John Darrington + + * frequencies-dialog.c: Made the options subdialog transient + on the parent. + +2007-12-01 John Darrington + + * descriptives-dialog.c: Moved the code dealing with checkboxes + inside treeview widgets into their own files. + + * checkbox-treeview.c checkbox-treeview.h: New file (see above). + + * frequencies-dialog.c frequencies-dialog.h frequencies.glade: New + files. Implemented FREQUENCIES dialog box. + + * data-editor.c data-editor.h data-editor.glade : Added callback + for frequencies dialog. + + 2007-11-23 John Darrington * psppire-acr.c psppire-acr.h: Generalised the external widget