X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=82ea6d63da4c6bdca9c3e27c5cff37e2123d3b33;hb=a8915a78655ea9ff6242ba6ba4ed4d83253a323d;hp=5b0dbec41b0c036fd73fd287555415aa0685cb9f;hpb=a10cebe053263d7e936b6533a3dbf5ac2f0586a1;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 5b0dbec4..82ea6d63 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,152 @@ +2007-06-03 Ben Pfaff + + * psppire-var-store.c (psppire_var_store_item_editable): Use + var_is_alpha. + +2007-05-07 John Darrington + + * psppire-dialog.c psppire-dialog.h: Added "orientation" property, + to allow dialogs to be either vertical or horizontal. + + * comments-dialog.c comments-dialog.h: New files, invoking + ADD DOCUMENT cmd. + +2007-04-30 John Darrington + + * var-display.c var-display.h variable-info-dialog.c + variable-info-dialog.h : New files. + + * data-editor.c : + + * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons" + property, and optional GOTO and CONTINUE buttons. + + * psppire-dialog.h: Added response codes for the new buttons. + + * psppire-var-store.c : Moved some code to var-display.[ch] + +2007-04-25 John Darrington + + * icons/scalable/splash.c icons/splash.png : More eye candy. + + * main.c psppire.h : new files. + + * psppire.c : Seperated the command line parsing and other + environment startup from the core psppire code. + +2007-04-25 John Darrington + + * icons/scalable icons/16x16: new directories. + * psppire.c : Add new icons to factory. + + * dict-display.c: Refactor code get model from modelfilter. + Added cellrenderer to display icon indicating variables' types. + Displayed the label of variables, if there is one. + + +2007-04-15 Ben Pfaff + + * compute-dialog.c (function_list_populate): Use new accessor + functions exported by language/expressions/public.h. + +2007-04-15 Ben Pfaff + + * compute-dialog.c: Make #include for parse.inc work with VPATH + builds. + +2007-04-13 John Darrington + + * var-type-dialog.c: Added a FMT_DATETIME20 template. + +2007-04-04 John Darrington + + * compute-dialog.c compute-dialog.h: New files + + * data-editor.c data-editor.h data-editor.glade : Added Transform + menu, and support for Compute dialog + + * glade-register.c psppire-buttonbox.c psppire-buttonbox.h + psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c + psppire-vbuttonbox.h : Made buttonbox an abstract base class + and separated it into vbuttonbox and hbuttonbox. + + * psppire-selector.c : Allowed GtkTextView to be the destination + widget. + + * psppire-keypad.c: Added an "erase" signal. Fixed other + minor problems. + +2007-04-03 Ben Pfaff + John McCabe-Dansted + + * psppire-selector.c (psppire_selector_set_subjects): Add an + assert that may or may not trap some Windows-related bugs. + +2007-04-03 John Darrington + + * data-editor.c data-editor.glade helper.h syntax-editor.c + syntax-editor.h : Implemented the File->Recently_Used_ menus. + + +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.