Re: [Evolution-hackers] Send/Receive in the Toolbar



Harish,

If we decide on this, then the terms could be something like
"Synchronize" or "Refresh" and feels that "Synchronize" seems more
appropriate of them. Do we have any better terms?

But the issue could be that a user, might enter calendar / contacts and
press "Synchronize" or "Refresh" and expect the calendar/contacts to
sync their a/c. In reality send_receive i/f should be implemented by all
the components and should sync respectively. But since it is implemented
only in Mail, where ever the user moves and clicks "Synchronize" it
syncs just mail and not the respective components.
 
But i feel its ok. Probably it can go as a known issue or so. 

Any way a patch like this would do this.

-Srini.

On Thu, 2005-08-04 at 13:56 +0530, Harish Krishnaswamy wrote:
> hi,
> 
>  This one is late - coming beyond the UI freeze :-( but there is an
> overwhelming feedback from many first-time Evolution (and Linux) users
> about the Send/Receive option on the toolbar, being confused for the New
> Mail Creation option (They spot 'Send' on the toolbar and click on it
> when they want to send a new mail). This problem had also figured
> prominently in Anna's usability tests that were demonstrated in GUADEC
> this year.
> 
> Could we please address this in 2.4 itself - where we have already
> absorbed considerable UI changes aimed at better usability. 
> 
> Thanks,
> Harish
> 
> _______________________________________________
> evolution-hackers maillist  -  evolution-hackers lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-hackers
Index: evolution.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution.xml,v
retrieving revision 1.100
diff -u -p -r1.100 evolution.xml
--- evolution.xml	21 Jul 2005 07:08:09 -0000	1.100
+++ evolution.xml	4 Aug 2005 08:39:50 -0000
@@ -59,7 +59,7 @@
 
       <separator f="" name="eshell4"/>
       
-      <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/>
+      <menuitem name="SendReceive" verb="" _label="_Synchronize" accel="F9"/>
 
       <placeholder name="FileOps"/>
 
@@ -163,7 +163,7 @@
     <separator f="" name="eshell4"/>
 
     <toolitem name="SendReceive" verb="SendReceive"
-     _label="Send / Receive" priority="1"
+     _label="Synchronize" priority="1"
      pixtype="pixbuf"/>
   </dockitem>
 
Index: mail-send-recv.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-send-recv.c,v
retrieving revision 1.100
diff -u -p -r1.100 mail-send-recv.c
--- mail-send-recv.c	27 Jul 2005 07:40:15 -0000	1.100
+++ mail-send-recv.c	4 Aug 2005 08:43:38 -0000
@@ -317,7 +317,7 @@ build_dialog (EAccountList *accounts, Ca
 	EIterator *iter;
 	GList *icon_list;
 	
-	gd = (GtkDialog *)(send_recv_dialog = gtk_dialog_new_with_buttons(_("Send & Receive Mail"), NULL, GTK_DIALOG_NO_SEPARATOR, NULL));
+	gd = (GtkDialog *)(send_recv_dialog = gtk_dialog_new_with_buttons(_("Synchronize Mail"), NULL, GTK_DIALOG_NO_SEPARATOR, NULL));
 	gtk_window_set_modal ((GtkWindow *) gd, FALSE);
 	
 	gtk_widget_ensure_style ((GtkWidget *)gd);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]