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