From 9e430aacf97b459a86c634ab9a330fcd2ad7bc5f Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 3 Oct 2014 14:53:30 -0500 Subject: Rename the phone header's title from 'Notification center' to 'Notifications' as per I:RTMUF --- src/im-application-list.c | 2 +- tests/manual | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/im-application-list.c b/src/im-application-list.c index 15e661e..7e8032b 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -194,7 +194,7 @@ im_application_list_update_root_action (ImApplicationList *list) g_object_unref(icon); /* title */ - g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Notification center"))); + g_variant_builder_add (&builder, "{sv}", "title", g_variant_new_string (_("Notifications"))); /* accessible description */ g_variant_builder_open(&builder, G_VARIANT_TYPE_DICT_ENTRY); diff --git a/tests/manual b/tests/manual index c8eb280..dac5a50 100644 --- a/tests/manual +++ b/tests/manual @@ -17,7 +17,7 @@ Test-case indicator-messages/unity8-items-check
Login to a user session running Unity 8
Pull down the top panel until it sticks open
-
Navigate through the tabs until "Notification center" is shown
+
Navigate through the tabs until "Notifications" is shown
Incoming is at the top of the menu
The menu is populated with items
-- cgit v1.2.3 From 1cfe5ab0822fd94a7ef0f19da2ad5871169151ea Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 7 Oct 2014 08:58:53 -0500 Subject: Adding a symbolic icon SMS test --- tests/manual | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/manual b/tests/manual index c8eb280..62047c7 100644 --- a/tests/manual +++ b/tests/manual @@ -22,3 +22,12 @@ Test-case indicator-messages/unity8-items-check
The menu is populated with items
+Test-case indicator-messages/unity8-phone-symbolic-icon +
+
NOTE: Requires Unity8 and Telephony hardware
+
Login to a user session running Unity 8
+
Send an SMS to the device
+
Icon on the panel should change color signifying a new message
+
Verify the application icon in the menu item is monochromatic
+
On the right side of the item the application icon should have no color
+
-- cgit v1.2.3 From e48f32f521563c2a6210eb832b68a51e3d6b0cdd Mon Sep 17 00:00:00 2001 From: CI bot Date: Tue, 7 Oct 2014 19:41:05 +0000 Subject: Releasing 13.10.1+14.10.20141007-0ubuntu1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index f72b140..36a9344 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (13.10.1+14.10.20141007-0ubuntu1) utopic; urgency=low + + [ Charles Kerr ] + * Make title string match updated designs. (LP: #1377286) + + -- Ubuntu daily release Tue, 07 Oct 2014 19:41:05 +0000 + indicator-messages (13.10.1+14.10.20141006-0ubuntu1) utopic; urgency=low [ Charles Kerr ] -- cgit v1.2.3 From 03f1a76de347e9b318f1b01234c3941ed5b4c7e8 Mon Sep 17 00:00:00 2001 From: CI bot Date: Thu, 9 Oct 2014 13:30:07 +0000 Subject: Releasing 13.10.1+14.10.20141009-0ubuntu1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 36a9344..230a105 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-messages (13.10.1+14.10.20141009-0ubuntu1) utopic; urgency=low + + [ Ted Gould ] + * Symbolic icon test on Unity8 phone + + -- Ubuntu daily release Thu, 09 Oct 2014 13:30:07 +0000 + indicator-messages (13.10.1+14.10.20141007-0ubuntu1) utopic; urgency=low [ Charles Kerr ] -- cgit v1.2.3