X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=5b0dbec41b0c036fd73fd287555415aa0685cb9f;hb=a10cebe053263d7e936b6533a3dbf5ac2f0586a1;hp=a27cd0660b55f065fea74868d9d43e4248d42495;hpb=c2362c315ddb57dfeed99c240ef4f58ec2aeaa4d;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index a27cd066..5b0dbec4 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,77 @@ +Fri Jan 26 15:51:34 WST 2007 John Darrington + + * psppire-var-select.c psppire-var-select.h : Deleted. + + * psppire-selector.c psppire-selector.h : New files. + + * transpose-dialog.c transpose-dialog.h : New files. + + * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel + interface functions. + + * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented, + using new PsppireSelector widget. + + * dict-display.c dict-display.h : New files. + + * psppire-object.c psppire-object.h : Deleted. Seemed like a good idea at the time. + +Tue Jan 23 21:10:01 WST 2007 John Darrington + + * helper.c helper.h: New function execute_syntax. + + * syntax-editor.c syntax-editor.glade: Disabled data open/save menu + items. + + * data-editor.c data-editor.glade data-editor.h: Enabled data + open/save/save_as menu-items. + + * window-manager.h window-manager.c (default_window_name) : New + function. + +Sat Jan 13 07:47:26 WST 2007 John Darrington + + * psppire-case-file.c psppire-data-store.c psppire-dialog.c + psppire-dict.c psppire-var-select.c : Replaced identifier 'signal' + with 'signals' to avoid conflict with sysv based systems which use + this identifer for something else. + Thanks to Daniel E WILLIAMS for reporting this problem. + +Wed Jan 10 07:20:39 WST 2007 John Darrington + + * psppire-case-file.c : Make sure there is always a valid flexifile + + * psppire-data-store.c : assertions. + + * psppire.c: Ignore replace source callbacks if the new source is + not of storiage_source_class + + * syntax-editor.c: Close/Abort source after parsing is complete. + +Sun Jan 7 08:38:29 WST 2007 John Darrington + + * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals + corresponding to the callbacks in src/data/dictionary.c + + * data-editor.c : Connect functions to the FILTER_CHANGED and + SPLIT_CHANGED signals to update the status bar accordingly. + +Mon Jan 1 10:37:07 WST 2007 John Darrington + + * psppire-case-file.c psppire-case-file.h: Changed the backend + semantics. An object is now created without any backend. A new function ( psppire_case_file_replace_flexifile ) sets the backend to use. + + * psppire-data-store.c : Updated callers accordingly. + + * psppire-dict.c psppire-dict.h : New function + (psppire_dict_replace_dictionary) . + + * psppire.c : Updated to use new dataset replace_{source, dictionary} + callbacks. + + * syntax-editor.c : parses in state CMD_STATE_DATA unless there are + no variables in the dictionary. + Mon Dec 25 12:38:24 WST 2006 John Darrington * data-editor.c data-editor.glade: Enabled deleting of variables from