X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=c8432a43b346e61123e2e1be2daa10c74f6b6983;hb=d32776c387defa54d9b853c3925211f17028b99e;hp=9e442432716cc3a870c4eedba7ec7d26bb105a76;hpb=d22c3971e926ceaf62416c6482fe0fb1dc5407f0;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 9e442432..c8432a43 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,225 @@ +2008-02-08 Jason Stover + + * crosstabs-dialog.c: New file. + + * crosstabs-dialog.h: New file. + + * crosstabs.glade: New file. + +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 + + * 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 + somewhat. It can now be anything, not necessarily a GTK_ENTRY. + + * helper.c helper.h (clone_list_store): New function. + + * oneway-anova-dialog.c : Used the clone_list_store function + instead of writing it ourselves. + + * psppire-dialog.c psppire-dialog.h: Added a tabular orientation + in addition to the horizontal/vertical options. + + * recode-dialog.c recode-dialog.h recode.glade (new files). + + * psppire-selector.c psppire-selector.h: Added a function to + allow the prohibition of items based on a predicate. + + * dialog-common.h dialog-common.c (homogeneous_types): New function. + + * data-editor.c data-editor.glade data-editor.h: Enabled the + recode dialog options. + + +2007-11-23 John Darrington + + * compute-dialog.c (generate_syntax): Append "EXECUTE." to the + generated syntax. + +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 + #include + + * psppire.glade about.c: Read GPL text from src/libpspp/copyleft.c + instead of makeing another copy in psppire.glade. + + * psppirebuttonbox.c psppire.c: Create a new stock item for + RESET buttons. + +2007-09-26 John Darrington + + * output-viewer.c output-viewer.h psppire.c: (closes patch #6210) + Changed width and length parameters of output driver to + "auto". Changed default width and length to be something + acceptable to the ascii driver. (reload_viewer) Dynamically + allocate the line buffer so that it matches the width of the output. + +2007-09-24 Ben Pfaff + + * message-dialog.c (popup_message): Refer to files that contain + commands as "syntax" files, not "script" files, for better user + familiarity. + Patch #6210. Reviewed by John Darrington. + +2007-09-19 John Darrington + + * message-dialog.c: Changed the ouput message title to be + appropriate for the severity of the message. + + * output-viewer.c output-viewer.h : Added a callback for the resize + signal of the output viewer, and set the viewport length and + width accordingly. + + * psppire.c: Update to new init_settings interface. + +2007-09-27 John Darrington + + Addressing bug #20821: + + * psppire-dict.c: Added a BACKEND_CHANGED signal to indicate when + a PsppireDict's struct dictionary has been replaced. + + * psppire-var-store.c: Added the appropriate method for + get_column_count. Added a signal handler for dict:BACKEND_CHANGED, + which calls the g_sheet_model_range_changed for the entire sheet. + +2007-09-18 Ben Pfaff + + * helper.c (create_casereader_from_data_store): New function. + (execute_syntax): Only replace the active file data by a new + casereader if syntax caused the active file to be read, to avoid + exponential slowdown as an increasing number of snippets that do + not read from the active file are consecutively executed. Bug + #20910. Reviewed by and heavily influenced by John Darrington. + + * psppire-data-store.c (psppire_data_store_get_value_count): New + function. + + * psppire-dict.c (psppire_dict_get_value_cnt): New function. + 2007-09-13 John Darrington * find-dialog.c find-dialog.h: New files.