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