1d50123964be25f6c916b37debf8d2a1e3e9a53c
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Sun Jan  7 08:38:29 WST 2007 John Darrington <john@darrington.wattle.id.au>
2
3         * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals 
4         corresponding to the callbacks in src/data/dictionary.c
5
6         * data-editor.c : Connect functions to the FILTER_CHANGED and 
7         SPLIT_CHANGED signals to update the status bar accordingly.
8
9 Mon Jan  1 10:37:07 WST 2007 John Darrington <john@darrington.wattle.id.au>
10
11         * psppire-case-file.c psppire-case-file.h: Changed the backend 
12         semantics. An object is now created without any backend.  A new function        ( psppire_case_file_replace_flexifile ) sets the backend to use.
13
14         * psppire-data-store.c : Updated callers accordingly.
15
16         * psppire-dict.c psppire-dict.h : New function 
17         (psppire_dict_replace_dictionary) .
18
19         * psppire.c : Updated to use new dataset replace_{source, dictionary} 
20         callbacks.
21
22         * syntax-editor.c : parses in state CMD_STATE_DATA unless there are 
23         no variables in the dictionary.
24
25 Mon Dec 25 12:38:24 WST 2006 John Darrington <john@darrington.wattle.id.au>
26
27         * data-editor.c data-editor.glade: Enabled deleting of variables from
28         the variable sheet.
29
30 Mon Dec 25 11:28:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
31
32         * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls.
33         These are not required, now that src/data/dictionary.c has callbacks
34
35 Mon Dec 25 08:49:57 WST 2006 John Darrington <john@darrington.wattle.id.au>
36
37         * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value
38         labels dialog box.
39
40 Sun Dec 17 08:26:10 WST 2006 John Darrington <john@darrington.wattle.id.au>
41
42         * syntax-editor-source.c syntax-editor-source.h syntax-editor.h: 
43         New files. 
44
45         * message-dialog.c :  Now reports the filename and line number in 
46         error messages.
47         
48         * psppire.c psppire.glade syntax-editor.c: Added the ability to run 
49         syntax from the syntax editor.
50
51         
52 Sat Dec 16 14:13:07 2006  Ben Pfaff  <blp@gnu.org>
53
54         * psppire-data-store.c (geometry_get_justification): Don't assume
55         that ALIGN_* and GTK_JUSTIFY_* values coincide.
56
57 Sat Dec 16 14:10:43 2006  Ben Pfaff  <blp@gnu.org>
58
59         * psppire-var-store.c (text_for_column): Adjust to account for new
60         values of the MEASURE_* enums.
61
62         * var-sheet.c (change_measure): Ditto.
63
64 Sat Dec 16 12:24:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
65
66         * psppire-variable.c psppire-variable.h: Deleted.
67
68         * psppire-dict.c psppire-dict.h: Removed the caching of the variable 
69             data, which is now unecessary because src/data/vardict.h maintains 
70             an association between variables and their dictionary.
71         
72         * data-sheet.c menu-actions.c missing-val-dialog.c 
73           missing-val-dialog.h psppire-data-store.c 
74           psppire-var-store.c psppire-var-store.h 
75           sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h 
76           var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the 
77             consequences of deleting psppire-variable.[ch]. 
78
79
80 Sat Dec  9 20:03:04 2006  Ben Pfaff  <blp@gnu.org>
81
82         * var-type-dialog.c (var_type_dialog_create): Use
83         fmt_dollar_template from data/format.c.
84         (dollar_format_template) Removed.
85
86 Sat Dec  9 07:19:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
87
88         * syntax-editor.c : New file.
89
90 Tue Oct 31 19:25:31 2006  Ben Pfaff  <blp@gnu.org>
91
92         * var-type-dialog.c: Add missing "#include <config.h>".
93
94         * psppire.c: Ditto.
95
96 Mon Jul 17 18:21:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
97
98     * automake.mk menu-actions.c psppire-case-file.c psppire-case-file.h
99     psppire-data-store.c psppire-dict.c psppire-dict.h psppire-variable.c
100     psppire.c psppire.glade: Adjusted code to use the new flexifile object.
101
102 Sat Jul 15 11:27:15 WST 2006 John Darrington <john@darrington.wattle.id.au>
103
104    * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where 
105         there's no suitable gtk stock icon.
106
107 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
108         
109    * psppire.c: Fixed --help and --version options.
110         
111 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
112
113    * menu-actions.c: Added goto case and sort cases dialogs.
114
115    * psppire-case-file.c psppire-case-file.h: Added sort function.
116
117    * psppire-data-store.c psppire-variable.c psppire-variable.h: 
118      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
119      dealt with the consequences.  Added a psppire_variable_get_index
120      function which actually does what the name suggests.
121
122    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
123      which allows a dictionary to be displayed in a GtkTreeView.        
124
125    * psppire.glade: Added dialog boxes for Goto Case and Sort Case.     
126
127    * sort-cases-dialog.c sort-cases-dialog.h (new files).
128
129 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
130
131    * psppire-case-file.c psppire-case-file.h (new files)
132    
133    * automake.mk data-sheet.c data-sheet.h menu-actions.c
134    psppire-data-store.c psppire-data-store.h psppire-dict.c
135    psppire-dict.h psppire-var-store.c psppire.c
136    
137      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
138      allow an arbitrary number of cases to be represented.
139    
140 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
141
142    * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of 
143    variables that can be displayed. Minor i18n issues.
144
145 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
146
147    * menu-actions.c menu-actions.h psppire.c: Fixed up load/new 
148    interactions with startup.
149
150    * psppire-data-store.c: Fixed bad i18n call.
151
152    * pspppire-var-store.c, psppire-var-store.h: constness.
153
154    * helper.c: Implemented proper way to convert from PSPP to UTF8 encoding.
155
156
157 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
158
159    * customentry.c data-sheet.c menu-actions.c message-dialog.c 
160      missing-val-dialog.c psppire-data-store.c psppire-var-store.c 
161      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
162
163 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
164
165    * psppire-var-store.c: Converted strings to utf8 and returned them on the
166    heap.
167
168 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
169
170    * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
171    active cell is never on a deleted variable.
172
173    * psppire-data-store.c psppire-data-store.h:  Added get_var_count and
174    get_case_count functions.
175
176    * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
177
178    * psppire.c: Allowed user to specify *.sav file on command line.
179
180 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
181         
182         * menu-actions.c psppire-case-array.c psppire-case-array.h
183           psppire-data-store.c  psppire-dict.c psppire-dict.h 
184           psppire-variable.c:
185
186           Initialised new cases to SYSMIS/blank when inserting in data sheet.
187
188 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
189
190         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
191           psppire-var-store.c:
192           
193           Set free_strings flag so that the gtksheet frees the string data 
194           when it's done with them.
195
196 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
197
198         * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
199         psppire.c: Converted strings to utf8 before passing to gtksheet.
200
201         * psppire-dict.c: Changed buffer to more reasonable length
202
203         * var-sheet.c: Changed maximum string length to use macro from
204         data/values.h
205
206         
207 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
208
209         * psppire-data-store.c: Fixed buglet initialising string members.
210
211 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
212
213         * message-dialog.c message-dialog.h: Added simple queuing to messages
214         reported, and ensure that dialog boxes dont appear when pointer grab
215         is active.
216
217         * psppire-data-store.c: Fix overflow on very long string variables.
218
219         * automake.mk: Fix broken dependency.
220
221
222 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
223
224         Finish reforming error message support.  In this phase, move
225         message.c into libpspp.
226         
227         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
228
229 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
230
231         Continue reforming error message support.  In this phase, drop
232         actual message printing from core code, substituting a callback,
233         and add the callback to each UI.  Also, move verbose_msg() into
234         its own module.
235
236         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
237
238         * message-dialog.c: (message_dialog_init) New function.
239         (vmsg) Rename handle_msg(), rewrite as callback function.
240         (msg) Removed.
241         (msg_emit) Removed.
242         (msg_assert_fail) Removed.
243         (verbose_msg) Removed.
244
245         * psppire.c: (main) Call message_dialog_init().
246
247 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
248
249         Continue reforming error message support.  In this phase, get rid
250         of message "titles" and put the message text in `struct error'.
251         Now `struct error' encapsulates a message more properly.
252         
253         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
254         interface.
255
256 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
257
258         Continue reforming error message support.  In this phase, we
259         divide the classification of messages along "category" and
260         "severity" axes.
261
262         * message-dialog.c: (vmsg) Use severity and category in
263         straightforward fashion instead of the less obvious "class".
264         (err_vmsg) Construct class before passing along to vmsg().
265
266 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
267
268         Continue reforming error message support.  In this phase, we get
269         rid of VM() and the other msg() support for "verbosity", replacing
270         it by a new function verbose_msg().
271
272         * message-dialog.c: (verbose_msg) New function.  
273         (err_cond_fail) Removed (dead code).
274         (err_failure) Removed (dead code).
275
276 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
277
278         Start reforming error message support.  In this phase, we get rid
279         of "installation errors" and change all uses of msg() in the
280         output drivers to uses of error() or error_at_line().
281
282         * message-dialog.c: (vmsg) Removed IE, IS support.
283
284 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
285
286     * psppire.c: Supported (sort of) the --help and --version options.
287
288     * Rename error-dialog.[ch] -> message-dialog.[ch]
289
290     * Moved code from the psppire module.
291         
292 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
293
294     * Separated the data out of the GtkSheet.
295
296 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
297
298     * Very first incarnation.