X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=b2790bf1eafdd7aa465c2c67428899f77fba9751;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=c20e3be26f7281b22e500878846060112458616f;hpb=4f2f805c653f0dc901924944ea4c55309ff14d32;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index c20e3be2..b2790bf1 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,168 @@ +2007-03-31 John Darrington + + * data-editor.c data-editor.glade data-editor.h dialog-common.c + psppire-buttonbox.c psppire-dialog.c psppire-dialog.h + psppire-selector.c psppire-selector.h psppire.c psppire.glade + sort-cases-dialog.c sort-cases-dialog.h split-file-dialog.c + transpose-dialog.c weight-cases-dialog.c : Fixed the Refresh + button on all the dialogs. + +2007-03-31 John Darrington + + * data-editor.c: Added hooks for the split-file-dialog + + * psppire.glade: Added the split file dialog box. + + * split-file-dialog.c split-file-dialog.h: New files. + + * dialog-common.c dialog-common.h: New files containing functions + which seem to be used a lot in dialog box implementations. + + * psppire-keypad.c psppire-keypad.h: New files. Implements keypad + thingumy widget. + + * psppire-selector.c: Made the orientation of the arrow a property + of the widget, so that it can be selected from glade. + +2007-03-18 Ben Pfaff + + * syntax-editor-source.c (close): Rename do_close to avoid naming + conflict with POSIX function of same name. + +Tue Mar 13 17:20:05 CET 2007 John Darrington + * psppire.c: Changed gtk_init to gtk_parse_args, followed by a delayed call to gdk_init, so that psppire --version will succeed, even if it + cannot connect to a display . + +Wed Mar 7 19:05:12 CET 2007 John Darrington + + * var-sheet.c: Replaced call to nl_langinfo with locale_charset + from gnulib. + +Thu Feb 22 12:27:41 CET 2007 John Darrington + + * data-editor.c : called new gen_quoted_string function to properly + quote filenames in generated syntax. + + * window-manager.c : Converted name from filename encoding to UTF8 + before displaying in title bar. + +Tue Jan 30 20:13:46 WST 2007 John Darrington + + * psppire-dict.c: Call all the callbacks when a new dictionary becomes current. + + * data-editor.c: Clear existing file name on FILE NEW. + +Sat Jan 27 09:48:21 WST 2007 John Darrington + + * var-type-dialog.c: Fixed bugs closing window, apparent when compiled + against gtk.2.10 + +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 + the variable sheet. + +Mon Dec 25 11:28:29 WST 2006 John Darrington + + * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls. + These are not required, now that src/data/dictionary.c has callbacks + +Mon Dec 25 08:49:57 WST 2006 John Darrington + + * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value + labels dialog box. + +Sun Dec 17 08:26:10 WST 2006 John Darrington + + * syntax-editor-source.c syntax-editor-source.h syntax-editor.h: + New files. + + * message-dialog.c : Now reports the filename and line number in + error messages. + + * psppire.c psppire.glade syntax-editor.c: Added the ability to run + syntax from the syntax editor. + + +Sat Dec 16 14:13:07 2006 Ben Pfaff + + * psppire-data-store.c (geometry_get_justification): Don't assume + that ALIGN_* and GTK_JUSTIFY_* values coincide. + Sat Dec 16 14:10:43 2006 Ben Pfaff * psppire-var-store.c (text_for_column): Adjust to account for new