~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to plugins/openoffice/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-07 11:10:47 UTC
  • mfrom: (1.1.19 upstream) (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090607111047-l3rtbzfjxvmi1kx0
Tags: 1.9.8-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2009-01-18  Jody Goldberg <jody@gnome.org>
2
 
 
3
 
        * Release 1.8.4
 
1
2009-05-23  Morten Welinder <terra@gnome.org>
 
2
 
 
3
        * Release 1.9.8
 
4
 
 
5
2009-05-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
6
 
 
7
        * openoffice-write.c (odf_write_style): added more style info and split 
 
8
          into 3 sections:
 
9
        (odf_write_style_cell_properties): new
 
10
        (odf_write_style_paragraph_properties): new
 
11
        (odf_write_style_text_properties): new
 
12
        
 
13
2009-05-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
14
 
 
15
        * openoffice-write.c (odf_add_angle): new
 
16
        (odf_write_style): handled wrapped text, shrink-to-fit, text direction,
 
17
          and rotation
 
18
        
 
19
2009-05-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
20
 
 
21
        * openoffice-write.c (odf_print_spreadsheet_content_prelude): add
 
22
          remaining items defined in ODF 1.0 and 1.2 (1.2 not currently used)
 
23
 
 
24
2009-05-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
25
 
 
26
        * openoffice-write.c (odf_write_style): write horizontal and
 
27
          vertical alignment
 
28
        (odf_print_spreadsheet_content_prelude): in ODF 1.0 date-value is 
 
29
          incorrectly expected as date-value-type
 
30
 
 
31
2009-05-20  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
32
 
 
33
        * openoffice-write.c (odf_print_spreadsheet_content_prelude): new
 
34
        (odf_write_content): call odf_print_spreadsheet_content_prelude
 
35
 
 
36
2009-05-19  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
37
 
 
38
        * openoffice-write.c (equal_style): arguments can be const
 
39
        (odf_compare_style): use equal_style
 
40
        (odf_write_sheet): use equal_style
 
41
        (odf_write_meta): set generator string
 
42
        
 
43
2009-05-19  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
44
 
 
45
        * openoffice-write.c (gnm_xml_out_add_hex_color): make our background 
 
46
          transparent.
 
47
 
 
48
2009-05-19  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
49
 
 
50
        * openoffice-write.c (odf_save_automatic_character_styles): we
 
51
          also need to save the formats associated with any empty cell
 
52
        (odf_write_empty_cell): also write attached formatting info to empty
 
53
          cells
 
54
        (odf_write_sheet): we cannot bundle all empty cells but need to
 
55
          watch for format changes
 
56
        
 
57
2009-05-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
58
 
 
59
        * openoffice-write.c (GnmOOExport): added field
 
60
        (odf_find_row_style): new
 
61
        (odf_write_row_styles): new
 
62
        (odf_write_formatted_columns): new
 
63
        (write_row_style): new
 
64
        (odf_write_formatted_empty_rows): new
 
65
        (odf_write_sheet): split out odf_write_formatted_columns and
 
66
          add handling of rows
 
67
        (openoffice_file_save): initialize and dispose of state.row_styles
 
68
 
 
69
2009-05-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
70
 
 
71
        * openoffice-write.c: clean-up g_string_new throughout
 
72
        (GnmOOExport): added fields
 
73
        (odf_write_row_style): new
 
74
        (odf_write_col_style): new
 
75
        (odf_find_col_style): use odf_write_col_style
 
76
        (odf_write_styles): write default row and column styles
 
77
        (openoffice_file_save): determine default styles for rows and
 
78
          columns
 
79
 
 
80
2009-05-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
81
 
 
82
        * openoffice-write.c (GnmOOExport): added field
 
83
        (col_styles_t): new type
 
84
        (odf_add_pt): new
 
85
        (odf_compare_ci): new
 
86
        (odf_find_col_style): new
 
87
        (odf_save_automatic_character_styles): rename 
 
88
          odf_load_required_automatic_styles to this more appropriate
 
89
          name and change all callers
 
90
        (odf_write_column_styles): new
 
91
        (write_col_style): rename from write_last_col_style and change all 
 
92
          callers
 
93
        (odf_write_sheet): write column info for all columns
 
94
        (openoffice_file_save): initialize and dispose of state.col_styles
 
95
 
 
96
2009-05-17  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
97
 
 
98
        * openoffice-write.c (odf_write_character_styles): also write the 
 
99
          default style
 
100
        (equal_style): new
 
101
        (filter_style): new
 
102
        (write_last_col_style): new
 
103
        (odf_write_sheet): set default column styles for all columns
 
104
 
 
105
2009-05-17  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
106
 
 
107
        * openoffice-write.c (odf_find_style): make sure that we would 
 
108
          correctly handle the case that we are trying to find a style we
 
109
          did not write.
 
110
        
 
111
2009-05-16  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
112
 
 
113
        * openoffice-read.c (oo_set_gnm_border): new
 
114
        (oo_style_prop_cell): hook-up oo_set_gnm_border to handle gnumeric
 
115
          specific borders
 
116
 
 
117
2009-05-16  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
118
 
 
119
        * openoffice-write.c (odf_write_style): change argument types and 
 
120
          adjust all callers
 
121
        (odf_find_style) wrap and element around odf_write_style
 
122
        (odf_load_required_automatic_styles): load primary column cell styles
 
123
        (odf_write_styles): set default cell style
 
124
        (openoffice_file_save): determine default style
 
125
 
 
126
2009-05-16  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
127
 
 
128
        * openoffice-write.c (odf_get_border_format): use goffice GO_PT_TO_CM
 
129
          utility
 
130
        * openoffice-read.c (oo_parse_border): spacing may vary and there are
 
131
          more borders including "none"
 
132
        (oo_style_prop_cell): The tag is officially called diagonal-bl-tr,
 
133
          not diagonal-tr-bl
 
134
 
 
135
2009-05-16  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
136
 
 
137
        * openoffice-write.c (odf_write_cell): export border styles for 
 
138
          non-empty cells
 
139
        (ns): add a gnumeric namespace to handle export of specifications
 
140
          currently not supported in ODF.
 
141
        (odf_get_border_format): new
 
142
        (odf_get_gnm_border_format): new
 
143
        (BORDERSTYLE): new temporary macro
 
144
        (UNDERLINESPECS): new temporary macro
 
145
 
 
146
2009-05-16  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
147
 
 
148
        * openoffice-write.c (odf_write_cell): watch for string values 
 
149
          without markup
 
150
 
 
151
2009-05-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
152
 
 
153
        * openoffice-write.c (odf_write_cell): watch for empty rendered 
 
154
          strings
 
155
        
 
156
2009-05-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
157
 
 
158
        * openoffice-write.c (gnm_xml_out_add_hex_color): new
 
159
        (odf_write_style): write more aspects of this style
 
160
 
 
161
2009-05-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
162
 
 
163
        * openoffice-write.c (GnmOOExport): add cell_styles field
 
164
        (cell_styles_t): new type
 
165
        (cell_styles_free): new
 
166
        (odf_compare_style): new
 
167
        (odf_write_style): new
 
168
        (odf_find_style): new
 
169
        (odf_load_required_automatic_styles): new
 
170
        (odf_write_character_styles): call odf_load_required_automatic_styles
 
171
        (odf_write_cell): add cell styles, delete unneeded variable
 
172
        (openoffice_file_save): free cell_styles
 
173
 
 
174
2009-05-14  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
175
 
 
176
        * openoffice-read.c (opendoc_content_dtd): add text:line-break and 
 
177
          a second insertion of text:s
 
178
        
 
179
2009-05-13  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
180
 
 
181
        * openoffice-write.c (cb_odf_add_chars): deleted
 
182
        (odf_add_chars_non_white): new
 
183
        (odf_add_chars): new
 
184
        (cb_odf_attrs_as_string): renamed to odf_attrs_as_string and use
 
185
          odf_add_chars
 
186
        (odf_new_markup): no need to use blank <text:span>, fix libgsf instead
 
187
        (odf_write_cell): use odf_add_chars for proper whitespace handling
 
188
 
 
189
2009-05-13  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
190
 
 
191
        * openoffice-write.c (odf_write_sheet): we need to write at least one
 
192
          cell per row.
 
193
 
 
194
2009-05-13  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
195
 
 
196
        * openoffice-write.c (odf_write_cell): also write unformatted text
 
197
        
 
198
2009-05-12  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
199
 
 
200
        * openoffice-read.c (opendoc_content_dtd): permit nested text:span
 
201
 
 
202
2009-05-12  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
203
 
 
204
        * openoffice-write.c (cb_odf_add_chars): new
 
205
        (odf_new_markup): new
 
206
        (odf_write_character_styles): new
 
207
        (odf_write_cell): write markup
 
208
        (odf_write_content): call odf_write_character_styles
 
209
 
 
210
2009-05-11  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
211
 
 
212
        * openoffice-read.c (styles_dtd): there can be column and row 
 
213
          properties in the default style
 
214
        * plugin.xml.in: remove the UNFINISHED label to see what aspects
 
215
          people are in fact trying to use
 
216
 
 
217
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
218
 
 
219
        * openoffice-read.c (oo_extent_sheet_cols): new
 
220
        (oo_col_start): extent the required number of columns if necessary
 
221
        (oo_extent_sheet_rows): new
 
222
        (oo_row_start): extent the required number of rows if necessary
 
223
 
 
224
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
225
 
 
226
        * openoffice-read.c (opendoc_content_dtd): TABLE_ROW can also be contained 
 
227
          in TABLE_ROWS
 
228
        
 
229
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
230
 
 
231
        * openoffice-read.c (OOParseState): use an array of conventions
 
232
        (oo_expr_parse_str): use oo_expr_parse_str
 
233
        (oo_load_convention): new
 
234
        (openoffice_file_open): initialize conv array members to NULL and free
 
235
          at end
 
236
 
 
237
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
238
 
 
239
        * openoffice-read.c (oo_expr_parse_str): use Gnumeric's conventions when
 
240
          parsing MS's formulas
 
241
 
 
242
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
243
 
 
244
        * openoffice-read.c (OOFormula): new type
 
245
        (oo_expr_parse_str): add OOFormula type argument and change all callers
 
246
        (oo_cell_start): recognize "msoxl" formulas
 
247
 
 
248
2009-05-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
249
 
 
250
        * openoffice-read.c (oo_row_start): don't croak on many repeated lines
 
251
          beyond the size of our sheets
 
252
 
 
253
2009-05-10  Morten Welinder  <terra@gnome.org>
 
254
 
 
255
        * openoffice-read.c (openoffice_file_open): Add progress display.
 
256
 
 
257
2009-05-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
258
 
 
259
        * openoffice-write.c (odf_write_table_style): use "table-properties"
 
260
          rather than "properties"
 
261
        (odf_write_cell): write all formulas
 
262
 
 
263
2009-05-06  Morten Welinder <terra@gnome.org>
 
264
 
 
265
        * Release 1.9.7
 
266
 
 
267
2009-05-04  Morten Welinder  <terra@gnome.org>
 
268
 
 
269
        * openoffice-read.c (openoffice_file_probe): Handle certain
 
270
        suffixes too, even if file has no mimetype.  Fixes #581143.
 
271
        (oo_cellref_parse): Use the ref sheet for size, if available.
 
272
        Fixes #581347.
 
273
 
 
274
2009-04-25  Morten Welinder <terra@gnome.org>
 
275
 
 
276
        * Release 1.9.6
 
277
 
 
278
2009-03-22  Morten Welinder <terra@gnome.org>
 
279
 
 
280
        * Release 1.9.5
 
281
 
 
282
2009-03-19  Morten Welinder  <terra@gnome.org>
 
283
 
 
284
        * openoffice-read.c (various): Protect against going outside our
 
285
        supported sheet size.  Fixes #575843.
 
286
        (od_draw_object): Clear out cur_style_type and cur_graph_style as
 
287
        appropriate.  Fixes #575981.
 
288
 
 
289
2009-03-18  Morten Welinder  <terra@gnome.org>
 
290
 
 
291
        * openoffice-read.c (oo_cellref_parse): Handle sheet name #REF!
 
292
 
 
293
2009-03-17  Morten Welinder  <terra@gnome.org>
 
294
 
 
295
        * openoffice-read.c (oo_filter_cond): Fix crash #575600.
 
296
 
 
297
2009-03-15  Jean Brefort  <jean.brefort@normalesup.org>
 
298
 
 
299
        * openoffice-read.c: (oo_plot_area): Fixed null pointer crash in
 
300
        oo_plot_area(). [#575403]
 
301
 
 
302
2009-03-12  Morten Welinder  <terra@gnome.org>
 
303
 
 
304
        * openoffice-read.c (determine_oo_version): New function factored
 
305
        out from openoffice_file_open.
 
306
        (openoffice_file_probe): New function.
 
307
 
 
308
2009-02-22  Morten Welinder <terra@gnome.org>
 
309
 
 
310
        * Release 1.9.4
 
311
 
 
312
2009-02-20  Morten Welinder  <terra@gnome.org>
 
313
 
 
314
        * openoffice-read.c (oo_colrow_reset_defaults): Call
 
315
        colrow_reset_defaults with the right column/row.  Fixes #568010.
 
316
 
 
317
2009-02-09  Morten Welinder  <terra@gnome.org>
 
318
 
 
319
        * openoffice-read.c (oo_cell_start): Handle "of" expression
 
320
        namespace same as "oooc".  Fixes 570890.
 
321
 
 
322
2009-01-26  Morten Welinder  <terra@gnome.org>
 
323
 
 
324
        * openoffice-read.c (oo_table_start): Handle missing style.  Fixes
 
325
        part of #568994.
 
326
 
 
327
2009-01-23  Morten Welinder  <terra@gnome.org>
 
328
 
 
329
        * openoffice-read.c (oo_cellref_parse): Don't try to create empty
 
330
        names.  Partially fixes #568928.
 
331
 
 
332
2009-01-15  Morten Welinder  <terra@gnome.org>
 
333
 
 
334
        * openoffice-read.c (ooo1_content_dtd): Handle a bit more to
 
335
        silence file from bug 567389 a bit.
 
336
 
 
337
2009-01-12  Morten Welinder  <terra@gnome.org>
 
338
 
 
339
        * openoffice-read.c (oo_col_start): Handle column-count
 
340
        discrepancies.
 
341
 
 
342
2008-10-18  Jody Goldberg <jody@gnome.org>
 
343
 
 
344
        * Release 1.9.3
4
345
 
5
346
2008-09-26  Jody Goldberg <jody@gnome.org>
6
347
 
7
348
        * plugins/openoffice/openoffice-read.c (oo_table_end) : style_extent
8
 
        has the max col/row with a style set, clear _outside_ that. [#553506]
 
349
          has the max col/row with a style set, clear _outside_ that. [#553506]
9
350
        (oo_update_style_extent) : new.
10
351
        (oo_col_start) : called here.
11
352
        (oo_row_start) : here.
12
353
        (oo_cell_start) : and here.
13
354
 
 
355
2008-09-10  Jody Goldberg <jody@gnome.org>
 
356
 
 
357
        * openoffice-write.c (odf_write_cell) : why were strings disabled ?
 
358
          [Coverity #248]
 
359
 
 
360
2008-08-29  Jody Goldberg <jody@gnome.org>
 
361
 
 
362
        * Release 1.9.2
 
363
 
14
364
2008-06-28  Morten Welinder  <terra@gnome.org>
15
365
 
16
366
        * openoffice-read.c (get_dtd): New function.  Fixes #540180.
19
369
 
20
370
        * openoffice-read.c (oo_attr_int) : clear errno before use.  [#536552]
21
371
 
22
 
2008-05-24  Morten Welinder <terra@gnome.org>
23
 
 
24
 
        * Release 1.8.3
25
 
 
26
 
2008-03-06  Morten Welinder <terra@gnome.org>
27
 
 
28
 
        * Release 1.8.2
 
372
2008-06-25  Jody Goldberg <jody@gnome.org>
 
373
 
 
374
        * Release 1.9.1
 
375
 
 
376
2008-05-26  Jody Goldberg <jody@gnome.org>
 
377
 
 
378
        * openoffice-read.c : enable import of iteration and null-date for
 
379
          ODF.
 
380
 
 
381
2008-05-04  Jody Goldberg <jody@gnome.org>
 
382
 
 
383
        * Release 1.9.0
29
384
 
30
385
2008-02-24  Morten Welinder  <terra@gnome.org>
31
386
 
32
387
        * openoffice-read.c (oo_parse_border): Use g_strndup instead of
33
388
        doing it by hand.
34
389
 
35
 
2008-01-24  Morten Welinder <terra@gnome.org>
36
 
 
37
 
        * Release 1.8.1
38
 
 
39
390
2007-12-21  Jody Goldberg <jody@gnome.org>
40
391
 
41
392
        * Release 1.8.0