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