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