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