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