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