X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=06d3fd5461c8205e303209860a6e5efd2dbf8ae2;hb=402d393cf51a751198ad1be74b8c2d32ed934413;hp=fa7e052b30cff8549309c5a999499182efbc705c;hpb=3b064b5cce148b1c7d5386553a87cda37913429f;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index fa7e052b..06d3fd54 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,86 @@ +2008-02-13 John Darrington + + * variable-info-dialog.c: Fix crash when clicking "Jump" when no + variable selected. Add a valid predicate so that this can't + happen anyway. + +2008-02-09 Ben Pfaff + + Consolidate multiple messages into single message dialog. Patch + #6405. Thanks to John Darrington for review. + + * automake.mk (dist_src_ui_gui_psppire_DATA): Add + message-dialog.glade. + + * helper.c (give_help): Use GtkMessageDialog directly instead of + trying to reuse message-dialog code. + + * message-dialog.c: Rewritten. + + * message-dialog.glade: New file. + +2008-02-08 Jason Stover + + * crosstabs-dialog.c: New file. + + * crosstabs-dialog.h: New file. + + * crosstabs.glade: New file. + +2008-02-08 John Darrington + + * psppire-data-store.c: Remove feature which automatically inserts + cases at end of data. + + * datasheet.c: Make rows after the last + 1, not editable. + +2008-02-08 John Darrington + + * sort-cases-dialog.c transpose-dialog.c: Added dialog_valid + predicates. + +2008-02-04 John Darrington + + * checkbox-treeview.c: In toggle callback, use the treeview's + current model, instead of relying on the one set at creation. + Use attributes instead of cell_renderer functions. + +2008-02-03 John Darrington + + * psppire-case-file.c psppire-case-file.h: Dont clone the casereader + before creating datasheet. Add properties instead of direct code + in _new function. + + * psppire-data-store.c: Implement proper dispose function. + +2008-01-29 John Darrington + + * psppire-var-ptr.c psppire-var-ptr.h: New files + + * t-test-paired-samples.c t-test-paired-samples.h: New files + + * dialog-common.c dialog-common.h (append_variable_names): Add extra + argument to specify the column number containing the variables. + + * psppire-selector.c psppire-selector.h: Add auxilliary data variable + to SelectItemsFunc. (is_item_in_dest) transform model value to G_TYPE_INT + before using. Hence the model need not be of integer type. + +2008-01-22 John Darrington + + * psppire-dict.c (psppire_dict_rename_var): Fixed bug where + an assertion failure occured when renaming variables to an + existing name. Thanks to Ben for reporting this. + +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