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