pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/goffice Update to 0.4.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66c8186c7de5
branches:  trunk
changeset: 533047:66c8186c7de5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 07 16:08:53 2007 +0000

description:
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.

diffstat:

 misc/goffice/Makefile |  5 ++---
 misc/goffice/PLIST    |  4 +++-
 misc/goffice/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r 87431e5e0682 -r 66c8186c7de5 misc/goffice/Makefile
--- a/misc/goffice/Makefile     Fri Sep 07 15:57:18 2007 +0000
+++ b/misc/goffice/Makefile     Fri Sep 07 16:08:53 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2007/09/05 15:55:11 drochner Exp $
+# $NetBSD: Makefile,v 1.20 2007/09/07 16:08:53 wiz Exp $
 #
 
-DISTNAME=              goffice-0.4.2
-PKGREVISION=           1
+DISTNAME=              goffice-0.4.3
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/goffice/0.4/}
 
diff -r 87431e5e0682 -r 66c8186c7de5 misc/goffice/PLIST
--- a/misc/goffice/PLIST        Fri Sep 07 15:57:18 2007 +0000
+++ b/misc/goffice/PLIST        Fri Sep 07 16:08:53 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/09/05 15:55:11 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2007/09/07 16:08:53 wiz Exp $
 include/libgoffice-0.4/goffice/app/error-info.h
 include/libgoffice-0.4/goffice/app/file.h
 include/libgoffice-0.4/goffice/app/go-cmd-context-impl.h
@@ -188,6 +188,7 @@
 share/goffice/${PKGVERSION}/glade/gog-plot-prefs.glade
 share/goffice/${PKGVERSION}/glade/gog-reg-curve-prefs.glade
 share/goffice/${PKGVERSION}/glade/gog-reg-eqn-prefs.glade
+share/goffice/${PKGVERSION}/glade/gog-series-prefs.glade
 share/goffice/${PKGVERSION}/glade/gog-style-prefs.glade
 share/goffice/${PKGVERSION}/patterns/svg-patterns.xml
 share/locale/am/LC_MESSAGES/goffice-${PKGVERSION}.mo
@@ -219,6 +220,7 @@
 share/locale/nb/LC_MESSAGES/goffice-${PKGVERSION}.mo
 share/locale/nl/LC_MESSAGES/goffice-${PKGVERSION}.mo
 share/locale/nn/LC_MESSAGES/goffice-${PKGVERSION}.mo
+share/locale/oc/LC_MESSAGES/goffice-${PKGVERSION}.mo
 share/locale/pl/LC_MESSAGES/goffice-${PKGVERSION}.mo
 share/locale/pt/LC_MESSAGES/goffice-${PKGVERSION}.mo
 share/locale/pt_BR/LC_MESSAGES/goffice-${PKGVERSION}.mo
diff -r 87431e5e0682 -r 66c8186c7de5 misc/goffice/distinfo
--- a/misc/goffice/distinfo     Fri Sep 07 15:57:18 2007 +0000
+++ b/misc/goffice/distinfo     Fri Sep 07 16:08:53 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2007/09/05 15:55:11 drochner Exp $
+$NetBSD: distinfo,v 1.9 2007/09/07 16:08:53 wiz Exp $
 
-SHA1 (goffice-0.4.2.tar.gz) = e46455cebc30bec9b3ff68db2584db73baa3a9ee
-RMD160 (goffice-0.4.2.tar.gz) = 9719e07024a4f50296b108e4c6bb393320f5e1ff
-Size (goffice-0.4.2.tar.gz) = 2874185 bytes
+SHA1 (goffice-0.4.3.tar.gz) = 598d45a2b4a49ad3899dff0671d263d2b2dba576
+RMD160 (goffice-0.4.3.tar.gz) = e743b506af5be3b162a5a1784c92ef6b0c7aa426
+Size (goffice-0.4.3.tar.gz) = 2899842 bytes
 SHA1 (patch-aa) = 13d298b580117be2c9b07b85f6b97ac1ef93e1ef



Home | Main Index | Thread Index | Old Index