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