goffice r2063 - in trunk: . goffice/graph goffice/utils
- From: jody svn gnome org
- To: svn-commits-list gnome org
- Subject: goffice r2063 - in trunk: . goffice/graph goffice/utils
- Date: Tue, 22 Apr 2008 11:51:57 +0100 (BST)
Author: jody
Date: Tue Apr 22 10:51:57 2008
New Revision: 2063
URL: http://svn.gnome.org/viewvc/goffice?rev=2063&view=rev
Log:
2008-04-22 Jody Goldberg <jody gnome org>
* goffice/utils/go-image.c (image_format_infos) : add "eps" to go with
jean's work.
* goffice/graph/gog-object.h : remove inclusion of libart header here.
It is no longer needed.
Modified:
trunk/ChangeLog
trunk/goffice/graph/gog-object.h
trunk/goffice/utils/go-image.c
Modified: trunk/goffice/graph/gog-object.h
==============================================================================
--- trunk/goffice/graph/gog-object.h (original)
+++ trunk/goffice/graph/gog-object.h Tue Apr 22 10:51:57 2008
@@ -24,7 +24,6 @@
#include <goffice/graph/goffice-graph.h>
#include <goffice/app/goffice-app.h>
#include <glib-object.h>
-#include <libart_lgpl/art_rect.h>
G_BEGIN_DECLS
Modified: trunk/goffice/utils/go-image.c
==============================================================================
--- trunk/goffice/utils/go-image.c (original)
+++ trunk/goffice/utils/go-image.c Tue Apr 22 10:51:57 2008
@@ -132,6 +132,8 @@
(char *) "pdf", FALSE, FALSE, TRUE},
{GO_IMAGE_FORMAT_PS, (char *) "ps", (char *) N_("PS (postscript)"),
(char *) "ps", FALSE, TRUE, TRUE},
+ {GO_IMAGE_FORMAT_EPS, (char *) "ps", (char *) N_("EPS (encapsulated postscript)"),
+ (char *) "eps", FALSE, TRUE, TRUE},
{GO_IMAGE_FORMAT_EMF, (char *) "emf", (char *) N_("EMF (extended metafile)"),
(char *) "emf", FALSE, FALSE, TRUE},
{GO_IMAGE_FORMAT_WMF, (char *) "wmf", (char *) N_("WMF (windows metafile)"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]