the evolution patch has been committed to CVS HEAD
- From: Li Yuan <Li Yuan Sun COM>
- To: gnome-i18n gnome org, gnome-doc-list gnome org
- Cc:
- Subject: the evolution patch has been committed to CVS HEAD
- Date: Thu, 03 Feb 2005 21:43:25 +0800
Hi, all
The patch has been committed to CVS HEAD.
Regards,
Li
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2643
diff -u -r1.2643 ChangeLog
--- calendar/ChangeLog 1 Feb 2005 05:55:52 -0000 1.2643
+++ calendar/ChangeLog 2 Feb 2005 09:30:13 -0000
@@ -1,3 +1,12 @@
+2005-02-02 Li Yuan <li yuan sun com>
+
+ * gui/dialogs/task-details-page.c: (get_widgets):
+ add a11y name to url.
+ * gui/dialogs/task-details-page.glade:
+ add a11y name to date completed.
+ * gui/dialogs/task-page.glade:
+ add a11y names to due date and start date.
+
2005-02-01 JP Rosevear <jpr novell com>
Fixes #71944
Index: calendar/gui/dialogs/task-details-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.c,v
retrieving revision 1.44
diff -u -r1.44 task-details-page.c
--- calendar/gui/dialogs/task-details-page.c 14 Oct 2004 14:22:12 -0000 1.44
+++ calendar/gui/dialogs/task-details-page.c 2 Feb 2005 09:30:13 -0000
@@ -519,6 +519,7 @@
priv->url_entry = GW ("url_entry");
gtk_widget_show (priv->url_entry);
priv->url = e_url_entry_get_entry (E_URL_ENTRY (priv->url_entry));
+ atk_object_set_name (gtk_widget_get_accessible (priv->url), _("Web Page"));
#undef GW
Index: calendar/gui/dialogs/task-details-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.glade,v
retrieving revision 1.21
diff -u -r1.21 task-details-page.glade
--- calendar/gui/dialogs/task-details-page.glade 22 Dec 2004 07:08:40 -0000 1.21
+++ calendar/gui/dialogs/task-details-page.glade 2 Feb 2005 09:30:13 -0000
@@ -316,6 +316,9 @@
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Fri, 01 Jun 2001 18:58:51 GMT</property>
+ <accessibility>
+ <atkrelation target="date_completed_label" type="labelled-by"/>
+ </accessibility>
</widget>
<packing>
<property name="left_attach">1</property>
Index: calendar/gui/dialogs/task-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-page.glade,v
retrieving revision 1.36
diff -u -r1.36 task-page.glade
--- calendar/gui/dialogs/task-page.glade 31 Jan 2005 12:43:31 -0000 1.36
+++ calendar/gui/dialogs/task-page.glade 2 Feb 2005 09:30:13 -0000
@@ -489,6 +489,9 @@
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Mon, 14 Jun 2004 18:16:07 GMT</property>
+ <accessibility>
+ <atkrelation target="due-date-label" type="labelled-by"/>
+ </accessibility>
</widget>
<packing>
<property name="padding">0</property>
@@ -504,9 +507,6 @@
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Tue, 19 Jun 2001 04:43:54 GMT</property>
- <accessibility>
- <atkrelation target="due-date-label" type="labelled-by"/>
- </accessibility>
</widget>
<packing>
<property name="padding">0</property>
@@ -538,6 +538,9 @@
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Mon, 14 Jun 2004 18:16:13 GMT</property>
+ <accessibility>
+ <atkrelation target="start-date-label" type="labelled-by"/>
+ </accessibility>
</widget>
<packing>
<property name="padding">0</property>
@@ -553,9 +556,6 @@
<property name="int1">0</property>
<property name="int2">0</property>
<property name="last_modification_time">Tue, 19 Jun 2001 04:43:46 GMT</property>
- <accessibility>
- <atkrelation target="start-date-label" type="labelled-by"/>
- </accessibility>
</widget>
<packing>
<property name="padding">0</property>
Index: widgets/misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.349
diff -u -r1.349 ChangeLog
--- widgets/misc/ChangeLog 26 Jan 2005 20:34:20 -0000 1.349
+++ widgets/misc/ChangeLog 2 Feb 2005 09:30:14 -0000
@@ -1,3 +1,8 @@
+2005-02-02 Li Yuan <li yuan sun com>
+
+ * e-url-entry.c: (init):
+ add a11y name to url link button.
+
2005-01-26 Rodney Dawes <dobey novell com>
* e-error.c (e_error_newv): Fix up spacing to be HIG compliant for
Index: widgets/misc/e-url-entry.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-url-entry.c,v
retrieving revision 1.12
diff -u -r1.12 e-url-entry.c
--- widgets/misc/e-url-entry.c 26 Nov 2004 15:15:36 -0000 1.12
+++ widgets/misc/e-url-entry.c 2 Feb 2005 09:30:14 -0000
@@ -27,6 +27,7 @@
#include <gtk/gtk.h>
#include <libgnome/gnome-url.h>
+#include <glib/gi18n.h>
#include "e-url-entry.h"
#include <e-util/e-icon-factory.h>
@@ -103,6 +104,7 @@
priv->button = gtk_button_new ();
gtk_widget_set_sensitive (priv->button, FALSE);
gtk_box_pack_start (GTK_BOX (url_entry), priv->button, FALSE, FALSE, 0);
+ atk_object_set_name (gtk_widget_get_accessible (priv->button), _("click here to go to url"));
pixmap = e_icon_factory_get_image ("stock_connect-to-url", E_ICON_SIZE_BUTTON);
gtk_container_add (GTK_CONTAINER (priv->button), pixmap);
gtk_widget_show (pixmap);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]