X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2FChangeLog;h=9d98f65be80343570c5dfdee740243a00d3a6524;hb=12219168a9ece27a11d652ae82c8e7d65e1be98f;hp=cb2cae257eb96ed0fb1e8bac33a51299af8e33e9;hpb=3e2bf013a731344daed7ab206d4a3c2460688208;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index cb2cae25..9d98f65b 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,89 @@ +2007-07-29 John Darrington + + * helper.c psppire.c: Enabled the output system so that the results + of analysis can be seen. + +2007-07-26 John Darrington + + * helper.c helper.h (execute_syntax): removed implicit EXECUTE at end + of commands. + + * data-editor.c data-editor.glade: Added "Run Pending Transformations" + menuitem. + +2007-07-25 John Darrington + + * customentry.c: Redraw button in insensitive state, if the widget's + "editable" style is FALSE. Don't emit the "clicked" signal if + "editable" is FALSE. + + * var-sheet.c: If variables are long-string variables, then set the + "editable" properties of the entry widgets for the values and missing + cells to FALSE, + +2007-07-18 John Darrington + + * psppire-case-file.c psppire-case-file.h psppire-data-store.c + psppire-dict.c psppire-dict.h psppire-var-store.c : Added the + ability to resize string variables. Fixed associated problems + inserting/deleting variables. + + * helper.c helper.h (marshaller_VOID__INT_INT_INT): New marshaller + function. + +2007-07-16 John Darrington + + * data-editor.c: File Open dialog remembers directory. Thanks to + Ben Pfaff for this suggestion. + +2007-07-15 John Darrington + + * compute-dialog.c: Only generate NUMERIC/STRING command if the + type-and-label dialog was used. + +2007-07-12 John Darrington + + * psppire-data-store.c: Added call to g_sheet_model_range_changed to + ensure that datasheet displays the current store. + + * psppire-data-store.h: Formatting tidy up. + +2007-07-11 John Darrington + + * compute-dialog.c : Set type-and-label dialog to sensible state, and made syntax generation depend upon existence of target variable. + +2007-07-08 John Darrington + + * data-editor.c data-editor.glade data-editor.h: Implemented + the "Insert Case" button/dialog. + +2007-07-08 John Darrington + + * goto-case-dialog.c goto-case-dialog.h (new files) + * automake.mk data-editor.c data-editor.glade data-editor.h + psppire-case-file.c psppire-case-file.h psppire-data-store.c + psppire-data-store.h psppire.glade : Implemented the goto-case dialog + + +2007-07-07 John Darrington + + * psppire-data-store.c psppire-data-store.h: Made cases number from + 1 instead of 0. + + * psppire-data-store.c: Added a tooltip like feature to display + the label of variables. + +2007-07-03 John Darrington + + * data-editor.c data-sheet.c: Turned off autoscrolling, and + manually move to cell on column click instead. + +2007-06-29 John Darrington + + * data-editor.c data-editor.glade psppire-data-store.c + psppire-data-store.h: Enabled cell reference entry and datum + entry widgets. + 2007-06-29 John Darrington * data-editor.c data-sheet.c: Moved update_cell_ref_entry from