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