[goocanvas/goocanvas-1.0] Released 1.0.0.
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas/goocanvas-1.0] Released 1.0.0.
- Date: Mon, 10 Jan 2011 14:39:04 +0000 (UTC)
commit 834deae4ece478969eaf53b5b7479ff37c665c6e
Author: Damon Chaplin <damon gnome org>
Date: Mon Jan 10 14:39:55 2011 +0000
Released 1.0.0.
NEWS | 13 ++++++++++
README | 16 +++++++-----
configure.in | 10 ++++----
po/LINGUAS | 3 ++
po/en_GB.po | 62 +++++++++++++++++++++++++++++-------------------
po/es.po | 68 +++++++++++++++++++++++++++++++++--------------------
po/goocanvas.pot | 62 +++++++++++++++++++++++++++++-------------------
po/ja.po | 68 +++++++++++++++++++++++++++++++++--------------------
8 files changed, 188 insertions(+), 114 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8109158..c69782b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
+GooCanvas 1.0.0 (Jan 10 2011)
+===============
+
+ o Added "alpha" property to GooCanvasImage to set opacity.
+ o Allow setting clip path to NULL to reset it.
+ o Allow setting line dash to NULL to reset it.
+ o Handle RTL direction better in GooCanvasTable.
+ o Fixed GooCanvasGroup bug - use the correct scale argument in paint.
+ o Fixed GooCanvasPolyline bug - update arrows when line width changes.
+ o Fixed static items bug - don't clip incorrectly.
+ o Improved performance a bit when creating lots of items.
+
+
GooCanvas 0.15 (Jun 29 2009)
==============
diff --git a/README b/README
index 4ed41f4..3dfa796 100644
--- a/README
+++ b/README
@@ -8,10 +8,8 @@
GooCanvas Home Page : http://live.gnome.org/GooCanvas
-GooCanvas is similar in many ways to GnomeCanvas and FooCanvas.
-But it uses cairo for rendering, has an optional model/view split,
-and uses interfaces for items & models (so you can easily turn any
-application object into a canvas item or model).
+GooCanvas is similar in many ways to GnomeCanvas and FooCanvas, but it uses
+cairo for rendering.
NOTE: I am no longer actively developing GooCanvas, so no major new
features will be added (unless a new maintainer takes over). I'll still
@@ -23,8 +21,6 @@ for the model-view demo.)
Features:
- o Optional model/view split.
- o Uses interfaces for items & views.
o Basic items - rect/ellipse/polyline/text/image/grid/group.
o Path item, using SVG path specification strings.
o Table item for layout of other items (similar to the GtkTable widget).
@@ -32,7 +28,6 @@ Features:
their allocated width, such as text items.)
o Embedded GTK+ widgets.
o Layers/stacking order with raise/lower functions.
- o Cascading styles - line width/style/dashes, colors, fill patterns.
o Affine transformations for all items - rotations/scales/skews.
o Clip paths to support clipping items.
o Event handling - button/motion events, "pointer-events" property like SVG.
@@ -50,6 +45,13 @@ Features:
o Support for different units - pixels/points/inches/millimeters.
o API docs.
+Features that may be removed in future to simplify the code:
+
+ o Optional model/view split.
+ o Uses interfaces for items & views.
+ o Cascading styles - line width/style/dashes, colors, fill patterns.
+ (The style properties will remain, but will not cascade.)
+
Damon Chaplin (damon gnome org)
diff --git a/configure.in b/configure.in
index 83d498d..1e06ead 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(goocanvas, 0.15)
+AC_INIT(goocanvas, 1.0.0)
AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/goocanvas.c)
AC_CONFIG_HEADERS(config.h)
@@ -12,8 +12,8 @@ AM_INIT_AUTOMAKE
# If interfaces changed but it is backwards compatible: AGE++, else AGE=0.
# i.e. the library supports interfaces CURRENT - AGE up to CURRENT.
# if two libraries have identical CURRENT and AGE, then newest REVISION used.
-CURRENT=7
-AGE=4
+CURRENT=8
+AGE=5
REVISION=0
LT_VERSION_INFO="$CURRENT:$REVISION:$AGE"
@@ -35,8 +35,8 @@ GETTEXT_PACKAGE=goocanvas
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
-dnl Add the languages which your application supports here.
-ALL_LINGUAS="en_GB es ja"
+dnl i18n
+ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
AM_GLIB_GNU_GETTEXT
GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0`
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..694e4e6
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,3 @@
+en_GB
+es
+ja
diff --git a/po/en_GB.po b/po/en_GB.po
index c9bdfe4..db162e4 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2011-01-10 14:15+0000\n"
"PO-Revision-Date: 2006-04-24 16:26+0100\n"
"Last-Translator: Damon Chaplin <damon gnome org>\n"
"Language-Team: \n"
@@ -39,7 +39,7 @@ msgstr ""
msgid "The vertical magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:597
msgid "Anchor"
msgstr ""
@@ -217,8 +217,8 @@ msgid "The y coordinate of the top of the ellipse"
msgstr ""
#: src/goocanvasellipse.c:123 src/goocanvasgrid.c:124 src/goocanvasgroup.c:106
-#: src/goocanvasimage.c:107 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
-#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:572
+#: src/goocanvasimage.c:109 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
+#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:580
msgid "Width"
msgstr ""
@@ -227,9 +227,9 @@ msgid "The width of the ellipse"
msgstr ""
#: src/goocanvasellipse.c:130 src/goocanvasgrid.c:131 src/goocanvasgroup.c:114
-#: src/goocanvasimage.c:114 src/goocanvaspath.c:100
+#: src/goocanvasimage.c:116 src/goocanvaspath.c:100
#: src/goocanvaspolyline.c:214 src/goocanvasrect.c:83 src/goocanvastext.c:149
-#: src/goocanvaswidget.c:580
+#: src/goocanvaswidget.c:588
msgid "Height"
msgstr ""
@@ -433,43 +433,51 @@ msgstr ""
msgid "The height of the group, or -1 to use the default height"
msgstr ""
-#: src/goocanvasimage.c:84
+#: src/goocanvasimage.c:86
msgid "Pattern"
msgstr ""
-#: src/goocanvasimage.c:85
+#: src/goocanvasimage.c:87
msgid "The cairo pattern to paint"
msgstr ""
-#: src/goocanvasimage.c:92
+#: src/goocanvasimage.c:94
msgid "The x coordinate of the image"
msgstr ""
-#: src/goocanvasimage.c:100
+#: src/goocanvasimage.c:102
msgid "The y coordinate of the image"
msgstr ""
-#: src/goocanvasimage.c:108
+#: src/goocanvasimage.c:110
msgid "The width of the image"
msgstr ""
-#: src/goocanvasimage.c:115
+#: src/goocanvasimage.c:117
msgid "The height of the image"
msgstr ""
-#: src/goocanvasimage.c:121
+#: src/goocanvasimage.c:123
msgid "Scale To Fit"
msgstr ""
-#: src/goocanvasimage.c:122
+#: src/goocanvasimage.c:124
msgid "If the image is scaled to fit the width and height settings"
msgstr ""
-#: src/goocanvasimage.c:128
+#: src/goocanvasimage.c:130
+msgid "Alpha"
+msgstr ""
+
+#: src/goocanvasimage.c:131
+msgid "The opacity of the image, 0.0 is fully transparent, and 1.0 is opaque."
+msgstr ""
+
+#: src/goocanvasimage.c:137
msgid "Pixbuf"
msgstr ""
-#: src/goocanvasimage.c:129
+#: src/goocanvasimage.c:138
msgid "The GdkPixbuf to display"
msgstr ""
@@ -1092,11 +1100,15 @@ msgid "The y coordinate of the text"
msgstr ""
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
msgstr ""
#: src/goocanvastext.c:150
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr ""
#: src/goocanvastext.c:159
@@ -1111,31 +1123,31 @@ msgstr ""
msgid "How to align the text"
msgstr ""
-#: src/goocanvaswidget.c:549
+#: src/goocanvaswidget.c:557
msgid "Widget"
msgstr ""
-#: src/goocanvaswidget.c:550
+#: src/goocanvaswidget.c:558
msgid "The widget to place in the canvas"
msgstr ""
-#: src/goocanvaswidget.c:557
+#: src/goocanvaswidget.c:565
msgid "The x coordinate of the widget"
msgstr ""
-#: src/goocanvaswidget.c:565
+#: src/goocanvaswidget.c:573
msgid "The y coordinate of the widget"
msgstr ""
-#: src/goocanvaswidget.c:573
+#: src/goocanvaswidget.c:581
msgid "The width of the widget, or -1 to use its requested width"
msgstr ""
-#: src/goocanvaswidget.c:581
+#: src/goocanvaswidget.c:589
msgid "The height of the widget, or -1 to use its requested height"
msgstr ""
-#: src/goocanvaswidget.c:590
+#: src/goocanvaswidget.c:598
msgid ""
"How to position the widget relative to the item's x and y coordinate settings"
msgstr ""
diff --git a/po/es.po b/po/es.po
index c9bceee..2121dc6 100644
--- a/po/es.po
+++ b/po/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2011-01-10 14:15+0000\n"
"PO-Revision-Date: 2006-04-24 16:26+0100\n"
"Last-Translator: Rafael Villar Burke <pachi rvburke com>\n"
"Language-Team: \n"
@@ -41,7 +41,7 @@ msgstr "Escala"
msgid "The vertical magnification factor of the canvas"
msgstr "Factor de ampliación del lienzo"
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:597
msgid "Anchor"
msgstr "Ancla"
@@ -235,8 +235,8 @@ msgid "The y coordinate of the top of the ellipse"
msgstr "Coordenada y del centro de la elipse"
#: src/goocanvasellipse.c:123 src/goocanvasgrid.c:124 src/goocanvasgroup.c:106
-#: src/goocanvasimage.c:107 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
-#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:572
+#: src/goocanvasimage.c:109 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
+#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:580
msgid "Width"
msgstr "Ancho"
@@ -246,9 +246,9 @@ msgid "The width of the ellipse"
msgstr "Ancho de la imagen"
#: src/goocanvasellipse.c:130 src/goocanvasgrid.c:131 src/goocanvasgroup.c:114
-#: src/goocanvasimage.c:114 src/goocanvaspath.c:100
+#: src/goocanvasimage.c:116 src/goocanvaspath.c:100
#: src/goocanvaspolyline.c:214 src/goocanvasrect.c:83 src/goocanvastext.c:149
-#: src/goocanvaswidget.c:580
+#: src/goocanvaswidget.c:588
msgid "Height"
msgstr "Alto"
@@ -488,44 +488,52 @@ msgstr "Ancho solicitado de la tabla, o -1 para usar el ancho predeterminado"
msgid "The height of the group, or -1 to use the default height"
msgstr "Altura solicitada de la tabla, o -1 para usar la altura predefinida"
-#: src/goocanvasimage.c:84
+#: src/goocanvasimage.c:86
msgid "Pattern"
msgstr "Patrón"
-#: src/goocanvasimage.c:85
+#: src/goocanvasimage.c:87
msgid "The cairo pattern to paint"
msgstr "Patrón cairo para dibujar"
-#: src/goocanvasimage.c:92
+#: src/goocanvasimage.c:94
msgid "The x coordinate of the image"
msgstr "Coordenada x de la imagen"
-#: src/goocanvasimage.c:100
+#: src/goocanvasimage.c:102
msgid "The y coordinate of the image"
msgstr "Coordenada y de la imagen"
-#: src/goocanvasimage.c:108
+#: src/goocanvasimage.c:110
msgid "The width of the image"
msgstr "Ancho de la imagen"
-#: src/goocanvasimage.c:115
+#: src/goocanvasimage.c:117
msgid "The height of the image"
msgstr "Altura de la la imagen"
-#: src/goocanvasimage.c:121
+#: src/goocanvasimage.c:123
#, fuzzy
msgid "Scale To Fit"
msgstr "Escala"
-#: src/goocanvasimage.c:122
+#: src/goocanvasimage.c:124
msgid "If the image is scaled to fit the width and height settings"
msgstr ""
-#: src/goocanvasimage.c:128
+#: src/goocanvasimage.c:130
+msgid "Alpha"
+msgstr ""
+
+#: src/goocanvasimage.c:131
+msgid "The opacity of the image, 0.0 is fully transparent, and 1.0 is opaque."
+msgstr ""
+
+#: src/goocanvasimage.c:137
msgid "Pixbuf"
msgstr "Pixbuf"
-#: src/goocanvasimage.c:129
+#: src/goocanvasimage.c:138
msgid "The GdkPixbuf to display"
msgstr "GdkPixbuf para mostrar"
@@ -1190,12 +1198,17 @@ msgid "The y coordinate of the text"
msgstr "Coordenada y del texto"
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
-msgstr "Ancho para disponer el texto"
+#, fuzzy
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
+msgstr "Altura solicitada de la tabla, o -1 para usar la altura predefinida"
#: src/goocanvastext.c:150
#, fuzzy
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr "Altura solicitada de la tabla, o -1 para usar la altura predefinida"
#: src/goocanvastext.c:159
@@ -1210,35 +1223,38 @@ msgstr "Alineación"
msgid "How to align the text"
msgstr "Cómo alinear el texto"
-#: src/goocanvaswidget.c:549
+#: src/goocanvaswidget.c:557
msgid "Widget"
msgstr "Control"
-#: src/goocanvaswidget.c:550
+#: src/goocanvaswidget.c:558
msgid "The widget to place in the canvas"
msgstr "Control que se ha de colocar en el lienzo"
-#: src/goocanvaswidget.c:557
+#: src/goocanvaswidget.c:565
msgid "The x coordinate of the widget"
msgstr "Coordenada x del control"
-#: src/goocanvaswidget.c:565
+#: src/goocanvaswidget.c:573
msgid "The y coordinate of the widget"
msgstr "Coordenada y del control"
-#: src/goocanvaswidget.c:573
+#: src/goocanvaswidget.c:581
msgid "The width of the widget, or -1 to use its requested width"
msgstr "Ancho del control, o -1 para usar el tamaño que solicite"
-#: src/goocanvaswidget.c:581
+#: src/goocanvaswidget.c:589
msgid "The height of the widget, or -1 to use its requested height"
msgstr "Altura del control, o -1 para usar el tamaño que solicite"
-#: src/goocanvaswidget.c:590
+#: src/goocanvaswidget.c:598
msgid ""
"How to position the widget relative to the item's x and y coordinate settings"
msgstr ""
"Cómo situar el control en relación a las coordenadas x e y del elemento"
+#~ msgid "The width to use to layout the text"
+#~ msgstr "Ancho para disponer el texto"
+
#~ msgid "The color to use to paint the interior of the item"
#~ msgstr "Color usado para pintar el interior del elemento"
diff --git a/po/goocanvas.pot b/po/goocanvas.pot
index 7be1805..9d0d993 100644
--- a/po/goocanvas.pot
+++ b/po/goocanvas.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2011-01-10 14:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL ADDRESS>\n"
"Language-Team: LANGUAGE <LL li org>\n"
@@ -40,7 +40,7 @@ msgstr ""
msgid "The vertical magnification factor of the canvas"
msgstr ""
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:597
msgid "Anchor"
msgstr ""
@@ -218,8 +218,8 @@ msgid "The y coordinate of the top of the ellipse"
msgstr ""
#: src/goocanvasellipse.c:123 src/goocanvasgrid.c:124 src/goocanvasgroup.c:106
-#: src/goocanvasimage.c:107 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
-#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:572
+#: src/goocanvasimage.c:109 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
+#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:580
msgid "Width"
msgstr ""
@@ -228,9 +228,9 @@ msgid "The width of the ellipse"
msgstr ""
#: src/goocanvasellipse.c:130 src/goocanvasgrid.c:131 src/goocanvasgroup.c:114
-#: src/goocanvasimage.c:114 src/goocanvaspath.c:100
+#: src/goocanvasimage.c:116 src/goocanvaspath.c:100
#: src/goocanvaspolyline.c:214 src/goocanvasrect.c:83 src/goocanvastext.c:149
-#: src/goocanvaswidget.c:580
+#: src/goocanvaswidget.c:588
msgid "Height"
msgstr ""
@@ -434,43 +434,51 @@ msgstr ""
msgid "The height of the group, or -1 to use the default height"
msgstr ""
-#: src/goocanvasimage.c:84
+#: src/goocanvasimage.c:86
msgid "Pattern"
msgstr ""
-#: src/goocanvasimage.c:85
+#: src/goocanvasimage.c:87
msgid "The cairo pattern to paint"
msgstr ""
-#: src/goocanvasimage.c:92
+#: src/goocanvasimage.c:94
msgid "The x coordinate of the image"
msgstr ""
-#: src/goocanvasimage.c:100
+#: src/goocanvasimage.c:102
msgid "The y coordinate of the image"
msgstr ""
-#: src/goocanvasimage.c:108
+#: src/goocanvasimage.c:110
msgid "The width of the image"
msgstr ""
-#: src/goocanvasimage.c:115
+#: src/goocanvasimage.c:117
msgid "The height of the image"
msgstr ""
-#: src/goocanvasimage.c:121
+#: src/goocanvasimage.c:123
msgid "Scale To Fit"
msgstr ""
-#: src/goocanvasimage.c:122
+#: src/goocanvasimage.c:124
msgid "If the image is scaled to fit the width and height settings"
msgstr ""
-#: src/goocanvasimage.c:128
+#: src/goocanvasimage.c:130
+msgid "Alpha"
+msgstr ""
+
+#: src/goocanvasimage.c:131
+msgid "The opacity of the image, 0.0 is fully transparent, and 1.0 is opaque."
+msgstr ""
+
+#: src/goocanvasimage.c:137
msgid "Pixbuf"
msgstr ""
-#: src/goocanvasimage.c:129
+#: src/goocanvasimage.c:138
msgid "The GdkPixbuf to display"
msgstr ""
@@ -1093,11 +1101,15 @@ msgid "The y coordinate of the text"
msgstr ""
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
msgstr ""
#: src/goocanvastext.c:150
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr ""
#: src/goocanvastext.c:159
@@ -1112,31 +1124,31 @@ msgstr ""
msgid "How to align the text"
msgstr ""
-#: src/goocanvaswidget.c:549
+#: src/goocanvaswidget.c:557
msgid "Widget"
msgstr ""
-#: src/goocanvaswidget.c:550
+#: src/goocanvaswidget.c:558
msgid "The widget to place in the canvas"
msgstr ""
-#: src/goocanvaswidget.c:557
+#: src/goocanvaswidget.c:565
msgid "The x coordinate of the widget"
msgstr ""
-#: src/goocanvaswidget.c:565
+#: src/goocanvaswidget.c:573
msgid "The y coordinate of the widget"
msgstr ""
-#: src/goocanvaswidget.c:573
+#: src/goocanvaswidget.c:581
msgid "The width of the widget, or -1 to use its requested width"
msgstr ""
-#: src/goocanvaswidget.c:581
+#: src/goocanvaswidget.c:589
msgid "The height of the widget, or -1 to use its requested height"
msgstr ""
-#: src/goocanvaswidget.c:590
+#: src/goocanvaswidget.c:598
msgid ""
"How to position the widget relative to the item's x and y coordinate settings"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index 436d766..f9b6c07 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GooCanvas CVS\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-29 16:23+0100\n"
+"POT-Creation-Date: 2011-01-10 14:15+0000\n"
"PO-Revision-Date: 2008-04-28 20:42+0900\n"
"Last-Translator: kou cozmixng org <kou cozmixng org>\n"
"Language-Team:\n"
@@ -40,7 +40,7 @@ msgstr "Yæ?¹å??ã?®ã?¹ã?±ã?¼ã?«"
msgid "The vertical magnification factor of the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹ã?®å??ç?´æ?¹å??ã?®æ?¡å¤§ç??"
-#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:589
+#: src/goocanvas.c:305 src/goocanvastext.c:158 src/goocanvaswidget.c:597
msgid "Anchor"
msgstr "����"
@@ -221,8 +221,8 @@ msgid "The y coordinate of the top of the ellipse"
msgstr "æ¥?å??ã?®ä¸å¿?ã?® Y 座æ¨?"
#: src/goocanvasellipse.c:123 src/goocanvasgrid.c:124 src/goocanvasgroup.c:106
-#: src/goocanvasimage.c:107 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
-#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:572
+#: src/goocanvasimage.c:109 src/goocanvaspath.c:93 src/goocanvaspolyline.c:207
+#: src/goocanvasrect.c:76 src/goocanvastext.c:141 src/goocanvaswidget.c:580
msgid "Width"
msgstr "å¹?"
@@ -232,9 +232,9 @@ msgid "The width of the ellipse"
msgstr "ç?»å??ã?®å¹?"
#: src/goocanvasellipse.c:130 src/goocanvasgrid.c:131 src/goocanvasgroup.c:114
-#: src/goocanvasimage.c:114 src/goocanvaspath.c:100
+#: src/goocanvasimage.c:116 src/goocanvaspath.c:100
#: src/goocanvaspolyline.c:214 src/goocanvasrect.c:83 src/goocanvastext.c:149
-#: src/goocanvaswidget.c:580
+#: src/goocanvaswidget.c:588
msgid "Height"
msgstr "é«?ã??"
@@ -477,44 +477,52 @@ msgstr "è¦?æ±?ã??ã??表ã?®å¹?ã??ã??ã??ã?©ã?«ã??ã?®å¹?ã??使ã??ã?ªã?? -1 ã?§ã??"
msgid "The height of the group, or -1 to use the default height"
msgstr "è¦?æ±?ã??ã??表ã?®é«?ã??ã??ã??ã??ã?©ã?«ã??ã?®é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
-#: src/goocanvasimage.c:84
+#: src/goocanvasimage.c:86
msgid "Pattern"
msgstr "ã??ã?¿ã?¼ã?³"
-#: src/goocanvasimage.c:85
+#: src/goocanvasimage.c:87
msgid "The cairo pattern to paint"
msgstr "å¡?ã??ã?¤ã?¶ã??ç?¨ã?® cairo ã?®ã??ã?¿ã?¼ã?³"
-#: src/goocanvasimage.c:92
+#: src/goocanvasimage.c:94
msgid "The x coordinate of the image"
msgstr "ç?»å??ã?® X 座æ¨?"
-#: src/goocanvasimage.c:100
+#: src/goocanvasimage.c:102
msgid "The y coordinate of the image"
msgstr "ç?»å??ã?® Y 座æ¨?"
-#: src/goocanvasimage.c:108
+#: src/goocanvasimage.c:110
msgid "The width of the image"
msgstr "ç?»å??ã?®å¹?"
-#: src/goocanvasimage.c:115
+#: src/goocanvasimage.c:117
msgid "The height of the image"
msgstr "ç?»å??ã?®é«?ã??"
-#: src/goocanvasimage.c:121
+#: src/goocanvasimage.c:123
#, fuzzy
msgid "Scale To Fit"
msgstr "Xæ?¹å??ã?®ã?¹ã?±ã?¼ã?«"
-#: src/goocanvasimage.c:122
+#: src/goocanvasimage.c:124
msgid "If the image is scaled to fit the width and height settings"
msgstr ""
-#: src/goocanvasimage.c:128
+#: src/goocanvasimage.c:130
+msgid "Alpha"
+msgstr ""
+
+#: src/goocanvasimage.c:131
+msgid "The opacity of the image, 0.0 is fully transparent, and 1.0 is opaque."
+msgstr ""
+
+#: src/goocanvasimage.c:137
msgid "Pixbuf"
msgstr "Pixbuf"
-#: src/goocanvasimage.c:129
+#: src/goocanvasimage.c:138
msgid "The GdkPixbuf to display"
msgstr "表示ã??ã??GdkPixbuf"
@@ -1162,12 +1170,17 @@ msgid "The y coordinate of the text"
msgstr "ã??ã?ã?¹ã??ã?® Y 座æ¨?"
#: src/goocanvastext.c:142
-msgid "The width to use to layout the text"
-msgstr "ã??ã?ã?¹ã??ã??é??ç½®ã??ã??ã??ã??ã?«ä½¿ç?¨ã??ã??å¹?"
+#, fuzzy
+msgid ""
+"The width to use to layout the text, or -1 to let the text use as much "
+"horizontal space as needed"
+msgstr "è¦?æ±?ã??ã??表ã?®é«?ã??ã??ã??ã??ã?©ã?«ã??ã?®é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
#: src/goocanvastext.c:150
#, fuzzy
-msgid "The height to use to layout the text, or -1 to use the natural height"
+msgid ""
+"The height to use to layout the text, or -1 to let the text use as much "
+"vertical space as needed"
msgstr "è¦?æ±?ã??ã??表ã?®é«?ã??ã??ã??ã??ã?©ã?«ã??ã?®é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
#: src/goocanvastext.c:159
@@ -1182,31 +1195,34 @@ msgstr "é??ç½®"
msgid "How to align the text"
msgstr "ã?©ã?®ã??ã??ã?«ã??ã?ã?¹ã??ã??é??ç½®ã??ã??ã??"
-#: src/goocanvaswidget.c:549
+#: src/goocanvaswidget.c:557
msgid "Widget"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??"
-#: src/goocanvaswidget.c:550
+#: src/goocanvaswidget.c:558
msgid "The widget to place in the canvas"
msgstr "ã?ã?£ã?³ã??ã?¹å??ã?«é??ç½®ã??ã??ã?¦ã?£ã?¸ã?§ã??ã??"
-#: src/goocanvaswidget.c:557
+#: src/goocanvaswidget.c:565
msgid "The x coordinate of the widget"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?® X 座æ¨?"
-#: src/goocanvaswidget.c:565
+#: src/goocanvaswidget.c:573
msgid "The y coordinate of the widget"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?® Y 座æ¨?"
-#: src/goocanvaswidget.c:573
+#: src/goocanvaswidget.c:581
msgid "The width of the widget, or -1 to use its requested width"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?®å¹?ã??ã?¦ã?£ã?¸ã?§ã??ã??ã??è¦?æ±?ã??ã??ã?¦ã??ã??å¹?ã??使ã??ã?ªã?? -1 ã?§ã??"
-#: src/goocanvaswidget.c:581
+#: src/goocanvaswidget.c:589
msgid "The height of the widget, or -1 to use its requested height"
msgstr "ã?¦ã?£ã?¸ã?§ã??ã??ã?®é«?ã??ã??ã?¦ã?£ã?¸ã?§ã??ã??ã??è¦?æ±?ã??ã??ã?¦ã??ã??é«?ã??ã??使ã??ã?ªã?? -1 ã?§ã??"
-#: src/goocanvaswidget.c:590
+#: src/goocanvaswidget.c:598
msgid ""
"How to position the widget relative to the item's x and y coordinate settings"
msgstr "ã?¢ã?¤ã??ã? ã?® X/Y座æ¨?ã?®è¨å®?ã?«å¯¾ã??ã?¦ã?©ã?®ã??ã??ã?«ã?¦ã?£ã?¸ã?§ã??ã??ã??é??ç½®ã??ã??ã??"
+
+#~ msgid "The width to use to layout the text"
+#~ msgstr "ã??ã?ã?¹ã??ã??é??ç½®ã??ã??ã??ã??ã?«ä½¿ç?¨ã??ã??å¹?"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]