Path to this page:
Subject: CVS commit: pkgsrc/misc/goffice
From: Thomas Klausner
Date: 2007-09-07 18:08:53
Message id: 20070907160853.860C621507@cvs.netbsd.org
Log Message:
Update to 0.4.3:
2007-08-10 Jody Goldberg
* Release 0.4.3 (Branch point for 0.5.0)
2007-08-07 Morten Welinder
* goffice/utils/go-undo.c (go_undo_combine): New function.
2007-08-07 Emmanuel Pacaud
Add gog_graph_render_to_cairo_vector for better gnumeric printing.
Fix for #381682.
* goffice/graph/gog-graph.[ch]: here.
2007-08-05 Emmanuel Pacaud
Drop use-splines as soon as one of the series has interpolation
different from GO_LINE_INTERPOLATION_SPLINE.
* plugins/plot_xy/gog-xy.c (gog_xy_get_property): here.
2007-08-05 Emmanuel Pacaud
Put back goffice 0.2.x GogXYPlot::use-spline property.
* plugins/plot_xy/gog-xy.c: here.
2007-08-03 Emmanuel Pacaud
Move interpolation property from GogStyle to GogSeries.
* goffice/graph/gog-plot.c (role_series_post_add): sets line
interpolation of child series.
(gog_plot_set_property), (gog_plot_get_property),
(gog_plot_class_init), (gog_plot_init): handle interpolation property.
* goffice/graph/gog-series.c (gog_series_set_property),
(gog_series_get_property), (gog_series_class_init), (gog_series_init):
handle line interpolation property.
(gog_series_populate_editor): add a line property selector if
GogSeriesClass::has_interpolation == TRUE. The selector is added to
the GogStyle::line editor.
* goffice/graph/gog-style-prefs.glade: move line intertpolation
selector...
* goffice/graph/gog-series-prefs.glade: ...here.
* goffice/graph/gog-style.c (line_init): register line_box
widget for later extension.
(cb_line_interpolation_changed): removed.
(interp_init): removed.
(gog_style_interpolation_load): removed.
(gog_style_interpolation_sax_save): removed.
(gog_style_sax_load_interpolation): removed.
* plugins/plot_xy/gog-xy.c: remove use_splines and interpolation
properties.
(gog_xy_view_render): line interpolation is a GogSeries property now.
2007-07-29 J.H.M. Dassen (Ray)
* configure.in: Resync ALL_LINGUAS with po files.
2007-07-24 Jody Goldberg
* goffice/gtk/goffice-gtk.c (go_gtk_window_set_transient) : minor
coverity report caused by some #ifndef WITH_GNOME.
2007-07-24 Morten Welinder
* goffice/utils/go-line.c (go_line_interpolation_as_str): Don't
overrun line_interpolations array.
Files: