f97d5651db33c8a32a5f6a677f03c5624a218e77
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
2         
3    * psppire.c: Fixed --help and --version options.
4         
5 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
6
7    * menu-actions.c: Added goto case and sort cases dialogs.
8
9    * psppire-case-file.c psppire-case-file.h: Added sort function.
10
11    * psppire-data-store.c psppire-variable.c psppire-variable.h: 
12      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
13      dealt with the consequences.  Added a psppire_variable_get_index
14      function which actually does what the name suggests.
15
16    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
17      which allows a dictionary to be displayed in a GtkTreeView.        
18
19    * psppire.glade: Added dialog boxes for Goto Case and Sort Case.     
20
21    * sort-cases-dialog.c sort-cases-dialog.h (new files).
22
23 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
24
25    * psppire-case-file.c psppire-case-file.h (new files)
26    
27    * automake.mk data-sheet.c data-sheet.h menu-actions.c
28    psppire-data-store.c psppire-data-store.h psppire-dict.c
29    psppire-dict.h psppire-var-store.c psppire.c
30    
31      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
32      allow an arbitrary number of cases to be represented.
33    
34 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
35
36    * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of 
37    variables that can be displayed. Minor i18n issues.
38
39 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
40
41    * menu-actions.c menu-actions.h psppire.c: Fixed up load/new 
42    interactions with startup.
43
44    * psppire-data-store.c: Fixed bad i18n call.
45
46    * pspppire-var-store.c, psppire-var-store.h: constness.
47
48    * helper.c: Implemented proper way to convert from PSPP to UTF8 encoding.
49
50
51 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
52
53    * customentry.c data-sheet.c menu-actions.c message-dialog.c 
54      missing-val-dialog.c psppire-data-store.c psppire-var-store.c 
55      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
56
57 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
58
59    * psppire-var-store.c: Converted strings to utf8 and returned them on the
60    heap.
61
62 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
63
64    * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
65    active cell is never on a deleted variable.
66
67    * psppire-data-store.c psppire-data-store.h:  Added get_var_count and
68    get_case_count functions.
69
70    * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
71
72    * psppire.c: Allowed user to specify *.sav file on command line.
73
74 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
75         
76         * menu-actions.c psppire-case-array.c psppire-case-array.h
77           psppire-data-store.c  psppire-dict.c psppire-dict.h 
78           psppire-variable.c:
79
80           Initialised new cases to SYSMIS/blank when inserting in data sheet.
81
82 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
83
84         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
85           psppire-var-store.c:
86           
87           Set free_strings flag so that the gtksheet frees the string data 
88           when it's done with them.
89
90 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
91
92         * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
93         psppire.c: Converted strings to utf8 before passing to gtksheet.
94
95         * psppire-dict.c: Changed buffer to more reasonable length
96
97         * var-sheet.c: Changed maximum string length to use macro from
98         data/values.h
99
100         
101 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
102
103         * psppire-data-store.c: Fixed buglet initialising string members.
104
105 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
106
107         * message-dialog.c message-dialog.h: Added simple queuing to messages
108         reported, and ensure that dialog boxes dont appear when pointer grab
109         is active.
110
111         * psppire-data-store.c: Fix overflow on very long string variables.
112
113         * automake.mk: Fix broken dependency.
114
115
116 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
117
118         Finish reforming error message support.  In this phase, move
119         message.c into libpspp.
120         
121         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
122
123 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
124
125         Continue reforming error message support.  In this phase, drop
126         actual message printing from core code, substituting a callback,
127         and add the callback to each UI.  Also, move verbose_msg() into
128         its own module.
129
130         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
131
132         * message-dialog.c: (message_dialog_init) New function.
133         (vmsg) Rename handle_msg(), rewrite as callback function.
134         (msg) Removed.
135         (msg_emit) Removed.
136         (msg_assert_fail) Removed.
137         (verbose_msg) Removed.
138
139         * psppire.c: (main) Call message_dialog_init().
140
141 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
142
143         Continue reforming error message support.  In this phase, get rid
144         of message "titles" and put the message text in `struct error'.
145         Now `struct error' encapsulates a message more properly.
146         
147         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
148         interface.
149
150 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
151
152         Continue reforming error message support.  In this phase, we
153         divide the classification of messages along "category" and
154         "severity" axes.
155
156         * message-dialog.c: (vmsg) Use severity and category in
157         straightforward fashion instead of the less obvious "class".
158         (err_vmsg) Construct class before passing along to vmsg().
159
160 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
161
162         Continue reforming error message support.  In this phase, we get
163         rid of VM() and the other msg() support for "verbosity", replacing
164         it by a new function verbose_msg().
165
166         * message-dialog.c: (verbose_msg) New function.  
167         (err_cond_fail) Removed (dead code).
168         (err_failure) Removed (dead code).
169
170 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
171
172         Start reforming error message support.  In this phase, we get rid
173         of "installation errors" and change all uses of msg() in the
174         output drivers to uses of error() or error_at_line().
175
176         * message-dialog.c: (vmsg) Removed IE, IS support.
177
178 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
179
180     * psppire.c: Supported (sort of) the --help and --version options.
181
182     * Rename error-dialog.[ch] -> message-dialog.[ch]
183
184     * Moved code from the psppire module.
185         
186 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
187
188     * Separated the data out of the GtkSheet.
189
190 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
191
192     * Very first incarnation.