From 07f943554d6d5f945fc9de59b2a14571537c51ef Mon Sep 17 00:00:00 2001 From: Dan Vráti Date: Fri, 18 Mar 2011 11:39:00 -0400 Subject: Bug 418954 - Add a separate entry combo for port numbers Adds a new EPortEntry widget which appears alongside "host" entry boxes so users don't have to know about the "host:port" syntax to specify a custom port number. Currently only used in the mail account editor, but we'll generalize it futher so it can be used everywhere. --- mail/mail-config.ui | 70 +++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 63 insertions(+), 7 deletions(-) (limited to 'mail/mail-config.ui') diff --git a/mail/mail-config.ui b/mail/mail-config.ui index e582621c26..5305593e8c 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -625,7 +625,7 @@ For example: "Work" or "Personal" True 3 - 2 + 4 12 6 @@ -637,6 +637,25 @@ For example: "Work" or "Personal" source_host + 0 + 1 + 0 + GTK_FILL + + + + + + True + 1 + _Port: + True + source_port + + + 0 + 1 + 2 GTK_FILL @@ -651,7 +670,6 @@ For example: "Work" or "Personal" 1 - 2 GTK_FILL @@ -664,8 +682,20 @@ For example: "Work" or "Personal" 1 - 2 - + 0 + + + + + True + True + True + + + 3 + 0 + + @@ -676,7 +706,7 @@ For example: "Work" or "Personal" 1 - 2 + 4 1 2 @@ -1053,7 +1083,7 @@ For example: "Work" or "Personal" True 2 - 2 + 4 12 6 @@ -1062,7 +1092,6 @@ For example: "Work" or "Personal" 1 _Server: True - right transport_host @@ -1070,6 +1099,20 @@ For example: "Work" or "Personal" + + + True + _Port: + True + right + transport_port + + + 2 + GTK_FILL + + + True @@ -1082,6 +1125,18 @@ For example: "Work" or "Personal" + + + True + True + True + + + 3 + + + + Ser_ver requires authentication @@ -1092,6 +1147,7 @@ For example: "Work" or "Personal" True + 1 2 1 2 -- cgit