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