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