X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2FChangeLog;h=d24ce2883adcadbd8dd45e80f95c7e2b9c2b2c1c;hb=03660262a395494be666ae271d7d08408d34007d;hp=3b32eda1dd468711037fff29be1c50c19b58acb6;hpb=e294a372f351d7105c21a2db58022af8b119aa64;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 3b32eda1..d24ce288 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,36 @@ +Mon Jul 17 18:21:29 WST 2006 John Darrington + + * automake.mk menu-actions.c psppire-case-file.c psppire-case-file.h + psppire-data-store.c psppire-dict.c psppire-dict.h psppire-variable.c + psppire.c psppire.glade: Adjusted code to use the new flexifile object. + +Sat Jul 15 11:27:15 WST 2006 John Darrington + + * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where + there's no suitable gtk stock icon. + +Tue Jul 4 09:08:38 WST 2006 John Darrington + + * psppire.c: Fixed --help and --version options. + +Sat Jun 24 16:56:22 WST 2006 John Darrington + + * menu-actions.c: Added goto case and sort cases dialogs. + + * psppire-case-file.c psppire-case-file.h: Added sort function. + + * psppire-data-store.c psppire-variable.c psppire-variable.h: + Renamed psppire_variable_get_index to psppire_variable_get_fv and + dealt with the consequences. Added a psppire_variable_get_index + function which actually does what the name suggests. + + * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface, + which allows a dictionary to be displayed in a GtkTreeView. + + * psppire.glade: Added dialog boxes for Goto Case and Sort Case. + + * sort-cases-dialog.c sort-cases-dialog.h (new files). + Mon Jun 19 18:10:53 WST 2006 John Darrington * psppire-case-file.c psppire-case-file.h (new files)