Only generate NUMERIC or STRING command if the type-and-label dialog was
[pspp-builds.git] / src / ui / gui / ChangeLog
1 2007-07-15  John Darrington <john@darrington.wattle.id.au>
2
3         * compute-dialog.c: Only generate NUMERIC/STRING command if the 
4         type-and-label dialog was used.
5
6 2007-07-12  John Darrington <john@darrington.wattle.id.au>
7
8         * psppire-data-store.c: Added call to g_sheet_model_range_changed to 
9         ensure that datasheet displays the current store.
10
11         * psppire-data-store.h: Formatting tidy up.
12
13 2007-07-11  John Darrington <john@darrington.wattle.id.au>
14
15         * compute-dialog.c : Set type-and-label dialog to sensible state,               and made syntax generation depend upon existence of target variable.
16
17 2007-07-08  John Darrington <john@darrington.wattle.id.au>
18
19         * data-editor.c data-editor.glade data-editor.h: Implemented 
20         the "Insert Case" button/dialog.
21
22 2007-07-08  John Darrington <john@darrington.wattle.id.au>
23
24         * goto-case-dialog.c goto-case-dialog.h (new files)
25         * automake.mk data-editor.c data-editor.glade data-editor.h 
26         psppire-case-file.c psppire-case-file.h psppire-data-store.c 
27         psppire-data-store.h psppire.glade :  Implemented the goto-case dialog
28         
29
30 2007-07-07  John Darrington <john@darrington.wattle.id.au>
31         
32         * psppire-data-store.c psppire-data-store.h: Made cases number from 
33         1 instead of 0. 
34
35         * psppire-data-store.c: Added a tooltip like feature to display
36         the label of variables. 
37         
38 2007-07-03  John Darrington <john@darrington.wattle.id.au>
39         
40         * data-editor.c data-sheet.c: Turned off autoscrolling, and 
41         manually move to cell on column click instead.
42
43 2007-06-29  John Darrington <john@darrington.wattle.id.au>
44
45         * data-editor.c data-editor.glade psppire-data-store.c 
46         psppire-data-store.h: Enabled cell reference entry and datum 
47         entry widgets.
48
49 2007-06-29  John Darrington <john@darrington.wattle.id.au>
50
51         * data-editor.c data-sheet.c: Moved update_cell_ref_entry from 
52         data-sheet.c to data-editor.c and made it work again.
53
54 2007-06-06  Ben Pfaff  <blp@gnu.org>
55
56         Adapt case sources, sinks, and clients of procedure code to the
57         new infrastructure.
58         
59         * automake.mk: Removed files.
60
61         * flexifile-factory.c: Removed, dead code.
62         * flexifile-factory.h: Ditto.
63
64         * helper.c: Adapt to new procedure and datasheet code.
65         * missing-val-dialog.c: Ditto.
66         * psppire-case-file.c: Ditto.
67         * psppire-data-store.c: Ditto.
68         * psppire.c: Ditto.
69
70 2007-06-03  Ben Pfaff  <blp@gnu.org>
71
72         * psppire-var-store.c (psppire_var_store_item_editable): Use
73         var_is_alpha.
74         
75 2007-05-07 John Darrington <john@darrington.wattle.id.au>
76
77         * psppire-dialog.c psppire-dialog.h: Added "orientation" property,
78         to allow dialogs to be either vertical or horizontal.
79
80         * comments-dialog.c comments-dialog.h: New files, invoking 
81         ADD DOCUMENT cmd.
82
83 2007-04-30 John Darrington <john@darrington.wattle.id.au>
84
85         * var-display.c var-display.h variable-info-dialog.c
86         variable-info-dialog.h : New files. 
87
88         * data-editor.c : 
89
90         * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons"
91         property, and optional  GOTO and CONTINUE buttons.
92
93         * psppire-dialog.h: Added response codes for the new buttons.
94
95         * psppire-var-store.c : Moved some code to var-display.[ch]
96
97 2007-04-25 John Darrington <john@darrington.wattle.id.au>
98
99         * icons/scalable/splash.c icons/splash.png : More eye candy.
100         
101         * main.c psppire.h : new files.
102
103         * psppire.c : Seperated the command line parsing and other 
104         environment startup from the core psppire code.
105
106 2007-04-25 John Darrington <john@darrington.wattle.id.au>
107
108         * icons/scalable icons/16x16: new directories.
109         * psppire.c : Add new icons to factory.
110
111         * dict-display.c: Refactor code get model from modelfilter. 
112         Added cellrenderer to display icon indicating variables' types.
113         Displayed the label of variables, if there is one.
114
115
116 2007-04-15  Ben Pfaff  <blp@gnu.org>
117
118         * compute-dialog.c (function_list_populate): Use new accessor
119         functions exported by language/expressions/public.h.
120
121 2007-04-15  Ben Pfaff  <blp@gnu.org>
122
123         * compute-dialog.c: Make #include for parse.inc work with VPATH
124         builds.
125
126 2007-04-13   John Darrington <john@darrington.wattle.id.au>
127         
128         * var-type-dialog.c: Added a FMT_DATETIME20 template.
129         
130 2007-04-04   John Darrington <john@darrington.wattle.id.au>
131
132         * compute-dialog.c compute-dialog.h: New files
133
134         * data-editor.c data-editor.h data-editor.glade : Added Transform 
135         menu, and support for Compute dialog
136
137         * glade-register.c psppire-buttonbox.c psppire-buttonbox.h 
138           psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c 
139           psppire-vbuttonbox.h : Made buttonbox an abstract base class 
140          and separated it into vbuttonbox and hbuttonbox.
141
142         * psppire-selector.c : Allowed GtkTextView to be the destination 
143         widget.
144
145         * psppire-keypad.c: Added an "erase" signal.  Fixed other 
146         minor problems.
147
148 2007-04-03  Ben Pfaff  <blp@gnu.org>
149             John McCabe-Dansted <gmatht@gmail.com>
150
151         * psppire-selector.c (psppire_selector_set_subjects): Add an
152         assert that may or may not trap some Windows-related bugs.
153
154 2007-04-03   John Darrington <john@darrington.wattle.id.au>
155         
156         * data-editor.c data-editor.glade helper.h syntax-editor.c
157         syntax-editor.h : Implemented the File->Recently_Used_ menus.
158
159
160 2007-03-31   John Darrington <john@darrington.wattle.id.au>
161         
162         * data-editor.c data-editor.glade data-editor.h dialog-common.c
163         psppire-buttonbox.c psppire-dialog.c psppire-dialog.h
164         psppire-selector.c psppire-selector.h psppire.c psppire.glade
165         sort-cases-dialog.c sort-cases-dialog.h split-file-dialog.c
166         transpose-dialog.c weight-cases-dialog.c : Fixed the Refresh
167         button on all the dialogs. 
168         
169 2007-03-31   John Darrington <john@darrington.wattle.id.au>
170         
171         * data-editor.c: Added hooks for the split-file-dialog
172
173         * psppire.glade: Added the split file dialog box.
174         
175         * split-file-dialog.c split-file-dialog.h: New files.
176         
177         * dialog-common.c dialog-common.h: New files containing functions 
178         which seem to be used a lot in dialog box implementations. 
179
180         * psppire-keypad.c psppire-keypad.h: New files.  Implements keypad
181         thingumy widget.  
182
183         * psppire-selector.c: Made the orientation of the arrow a property
184         of the widget, so that it can be selected from glade.
185
186 2007-03-18  Ben Pfaff  <blp@gnu.org>
187
188         * syntax-editor-source.c (close): Rename do_close to avoid naming
189         conflict with POSIX function of same name.
190
191 Tue Mar 13 17:20:05 CET 2007 John Darrington <john@darrington.wattle.id.au>
192         * 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 
193         cannot connect to a display .
194         
195 Wed Mar  7 19:05:12 CET 2007 John Darrington <john@darrington.wattle.id.au>
196
197         * var-sheet.c: Replaced call to nl_langinfo with locale_charset 
198         from gnulib.
199
200 Thu Feb 22 12:27:41 CET 2007 John Darrington <john@darrington.wattle.id.au>
201
202         * data-editor.c : called new gen_quoted_string function to properly 
203           quote filenames in generated syntax.
204
205         * window-manager.c : Converted name from filename encoding to UTF8 
206           before displaying in title bar.
207
208 Tue Jan 30 20:13:46 WST 2007 John Darrington <john@darrington.wattle.id.au>
209
210         * psppire-dict.c: Call all the callbacks when a new dictionary becomes current.
211
212         * data-editor.c: Clear existing file name on FILE NEW.
213
214 Sat Jan 27 09:48:21 WST 2007 John Darrington <john@darrington.wattle.id.au>
215
216         * var-type-dialog.c: Fixed bugs closing window, apparent when compiled
217         against gtk.2.10
218
219 Fri Jan 26 15:51:34 WST 2007 John Darrington <john@darrington.wattle.id.au>
220
221         * psppire-var-select.c psppire-var-select.h : Deleted.
222
223         * psppire-selector.c psppire-selector.h : New files.
224
225         * transpose-dialog.c transpose-dialog.h : New files.
226
227         * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel 
228         interface functions.
229
230         * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented, 
231         using new PsppireSelector widget.
232
233         * dict-display.c dict-display.h : New files.
234
235         * psppire-object.c psppire-object.h : Deleted.  Seemed like a good idea at the time.
236
237 Tue Jan 23 21:10:01 WST 2007 John Darrington <john@darrington.wattle.id.au>
238
239         * helper.c helper.h: New function execute_syntax.
240
241         * syntax-editor.c syntax-editor.glade: Disabled data open/save menu 
242         items.
243
244         * data-editor.c data-editor.glade data-editor.h: Enabled data 
245         open/save/save_as  menu-items.
246         
247         * window-manager.h window-manager.c (default_window_name) : New 
248         function.
249
250 Sat Jan 13 07:47:26 WST 2007 John Darrington <john@darrington.wattle.id.au>
251
252         * psppire-case-file.c psppire-data-store.c psppire-dialog.c
253         psppire-dict.c psppire-var-select.c : Replaced identifier 'signal' 
254         with 'signals' to avoid conflict with sysv based systems which use
255         this identifer for something else.  
256         Thanks to Daniel E WILLIAMS for reporting this problem.
257
258 Wed Jan 10 07:20:39 WST 2007 John Darrington <john@darrington.wattle.id.au>
259
260         * psppire-case-file.c : Make sure there is always a valid flexifile
261
262         * psppire-data-store.c : assertions.
263
264         * psppire.c: Ignore replace source callbacks if the new source is 
265           not of storiage_source_class
266
267         * syntax-editor.c: Close/Abort source after parsing is complete.
268
269 Sun Jan  7 08:38:29 WST 2007 John Darrington <john@darrington.wattle.id.au>
270
271         * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals 
272         corresponding to the callbacks in src/data/dictionary.c
273
274         * data-editor.c : Connect functions to the FILTER_CHANGED and 
275         SPLIT_CHANGED signals to update the status bar accordingly.
276
277 Mon Jan  1 10:37:07 WST 2007 John Darrington <john@darrington.wattle.id.au>
278
279         * psppire-case-file.c psppire-case-file.h: Changed the backend 
280         semantics. An object is now created without any backend.  A new function        ( psppire_case_file_replace_flexifile ) sets the backend to use.
281
282         * psppire-data-store.c : Updated callers accordingly.
283
284         * psppire-dict.c psppire-dict.h : New function 
285         (psppire_dict_replace_dictionary) .
286
287         * psppire.c : Updated to use new dataset replace_{source, dictionary} 
288         callbacks.
289
290         * syntax-editor.c : parses in state CMD_STATE_DATA unless there are 
291         no variables in the dictionary.
292
293 Mon Dec 25 12:38:24 WST 2006 John Darrington <john@darrington.wattle.id.au>
294
295         * data-editor.c data-editor.glade: Enabled deleting of variables from
296         the variable sheet.
297
298 Mon Dec 25 11:28:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
299
300         * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls.
301         These are not required, now that src/data/dictionary.c has callbacks
302
303 Mon Dec 25 08:49:57 WST 2006 John Darrington <john@darrington.wattle.id.au>
304
305         * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value
306         labels dialog box.
307
308 Sun Dec 17 08:26:10 WST 2006 John Darrington <john@darrington.wattle.id.au>
309
310         * syntax-editor-source.c syntax-editor-source.h syntax-editor.h: 
311         New files. 
312
313         * message-dialog.c :  Now reports the filename and line number in 
314         error messages.
315         
316         * psppire.c psppire.glade syntax-editor.c: Added the ability to run 
317         syntax from the syntax editor.
318
319         
320 Sat Dec 16 14:13:07 2006  Ben Pfaff  <blp@gnu.org>
321
322         * psppire-data-store.c (geometry_get_justification): Don't assume
323         that ALIGN_* and GTK_JUSTIFY_* values coincide.
324
325 Sat Dec 16 14:10:43 2006  Ben Pfaff  <blp@gnu.org>
326
327         * psppire-var-store.c (text_for_column): Adjust to account for new
328         values of the MEASURE_* enums.
329
330         * var-sheet.c (change_measure): Ditto.
331
332 Sat Dec 16 12:24:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
333
334         * psppire-variable.c psppire-variable.h: Deleted.
335
336         * psppire-dict.c psppire-dict.h: Removed the caching of the variable 
337             data, which is now unecessary because src/data/vardict.h maintains 
338             an association between variables and their dictionary.
339         
340         * data-sheet.c menu-actions.c missing-val-dialog.c 
341           missing-val-dialog.h psppire-data-store.c 
342           psppire-var-store.c psppire-var-store.h 
343           sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h 
344           var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the 
345             consequences of deleting psppire-variable.[ch]. 
346
347
348 Sat Dec  9 20:03:04 2006  Ben Pfaff  <blp@gnu.org>
349
350         * var-type-dialog.c (var_type_dialog_create): Use
351         fmt_dollar_template from data/format.c.
352         (dollar_format_template) Removed.
353
354 Sat Dec  9 07:19:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
355
356         * syntax-editor.c : New file.
357
358 Tue Oct 31 19:25:31 2006  Ben Pfaff  <blp@gnu.org>
359
360         * var-type-dialog.c: Add missing "#include <config.h>".
361
362         * psppire.c: Ditto.
363
364 Mon Jul 17 18:21:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
365
366     * automake.mk menu-actions.c psppire-case-file.c psppire-case-file.h
367     psppire-data-store.c psppire-dict.c psppire-dict.h psppire-variable.c
368     psppire.c psppire.glade: Adjusted code to use the new flexifile object.
369
370 Sat Jul 15 11:27:15 WST 2006 John Darrington <john@darrington.wattle.id.au>
371
372    * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where 
373         there's no suitable gtk stock icon.
374
375 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
376         
377    * psppire.c: Fixed --help and --version options.
378         
379 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
380
381    * menu-actions.c: Added goto case and sort cases dialogs.
382
383    * psppire-case-file.c psppire-case-file.h: Added sort function.
384
385    * psppire-data-store.c psppire-variable.c psppire-variable.h: 
386      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
387      dealt with the consequences.  Added a psppire_variable_get_index
388      function which actually does what the name suggests.
389
390    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
391      which allows a dictionary to be displayed in a GtkTreeView.        
392
393    * psppire.glade: Added dialog boxes for Goto Case and Sort Case.     
394
395    * sort-cases-dialog.c sort-cases-dialog.h (new files).
396
397 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
398
399    * psppire-case-file.c psppire-case-file.h (new files)
400    
401    * automake.mk data-sheet.c data-sheet.h menu-actions.c
402    psppire-data-store.c psppire-data-store.h psppire-dict.c
403    psppire-dict.h psppire-var-store.c psppire.c
404    
405      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
406      allow an arbitrary number of cases to be represented.
407    
408 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
409
410    * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of 
411    variables that can be displayed. Minor i18n issues.
412
413 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
414
415    * menu-actions.c menu-actions.h psppire.c: Fixed up load/new 
416    interactions with startup.
417
418    * psppire-data-store.c: Fixed bad i18n call.
419
420    * pspppire-var-store.c, psppire-var-store.h: constness.
421
422    * helper.c: Implemented proper way to convert from PSPP to UTF8 encoding.
423
424
425 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
426
427    * customentry.c data-sheet.c menu-actions.c message-dialog.c 
428      missing-val-dialog.c psppire-data-store.c psppire-var-store.c 
429      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
430
431 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
432
433    * psppire-var-store.c: Converted strings to utf8 and returned them on the
434    heap.
435
436 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
437
438    * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
439    active cell is never on a deleted variable.
440
441    * psppire-data-store.c psppire-data-store.h:  Added get_var_count and
442    get_case_count functions.
443
444    * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
445
446    * psppire.c: Allowed user to specify *.sav file on command line.
447
448 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
449         
450         * menu-actions.c psppire-case-array.c psppire-case-array.h
451           psppire-data-store.c  psppire-dict.c psppire-dict.h 
452           psppire-variable.c:
453
454           Initialised new cases to SYSMIS/blank when inserting in data sheet.
455
456 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
457
458         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
459           psppire-var-store.c:
460           
461           Set free_strings flag so that the gtksheet frees the string data 
462           when it's done with them.
463
464 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
465
466         * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
467         psppire.c: Converted strings to utf8 before passing to gtksheet.
468
469         * psppire-dict.c: Changed buffer to more reasonable length
470
471         * var-sheet.c: Changed maximum string length to use macro from
472         data/values.h
473
474         
475 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
476
477         * psppire-data-store.c: Fixed buglet initialising string members.
478
479 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
480
481         * message-dialog.c message-dialog.h: Added simple queuing to messages
482         reported, and ensure that dialog boxes dont appear when pointer grab
483         is active.
484
485         * psppire-data-store.c: Fix overflow on very long string variables.
486
487         * automake.mk: Fix broken dependency.
488
489
490 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
491
492         Finish reforming error message support.  In this phase, move
493         message.c into libpspp.
494         
495         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
496
497 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
498
499         Continue reforming error message support.  In this phase, drop
500         actual message printing from core code, substituting a callback,
501         and add the callback to each UI.  Also, move verbose_msg() into
502         its own module.
503
504         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
505
506         * message-dialog.c: (message_dialog_init) New function.
507         (vmsg) Rename handle_msg(), rewrite as callback function.
508         (msg) Removed.
509         (msg_emit) Removed.
510         (msg_assert_fail) Removed.
511         (verbose_msg) Removed.
512
513         * psppire.c: (main) Call message_dialog_init().
514
515 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
516
517         Continue reforming error message support.  In this phase, get rid
518         of message "titles" and put the message text in `struct error'.
519         Now `struct error' encapsulates a message more properly.
520         
521         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
522         interface.
523
524 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
525
526         Continue reforming error message support.  In this phase, we
527         divide the classification of messages along "category" and
528         "severity" axes.
529
530         * message-dialog.c: (vmsg) Use severity and category in
531         straightforward fashion instead of the less obvious "class".
532         (err_vmsg) Construct class before passing along to vmsg().
533
534 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
535
536         Continue reforming error message support.  In this phase, we get
537         rid of VM() and the other msg() support for "verbosity", replacing
538         it by a new function verbose_msg().
539
540         * message-dialog.c: (verbose_msg) New function.  
541         (err_cond_fail) Removed (dead code).
542         (err_failure) Removed (dead code).
543
544 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
545
546         Start reforming error message support.  In this phase, we get rid
547         of "installation errors" and change all uses of msg() in the
548         output drivers to uses of error() or error_at_line().
549
550         * message-dialog.c: (vmsg) Removed IE, IS support.
551
552 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
553
554     * psppire.c: Supported (sort of) the --help and --version options.
555
556     * Rename error-dialog.[ch] -> message-dialog.[ch]
557
558     * Moved code from the psppire module.
559         
560 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
561
562     * Separated the data out of the GtkSheet.
563
564 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
565
566     * Very first incarnation.