[meego-packaging] 4839: Changes to Trunk:Handset/meego-handset-people

- connie.berardi at intel.com
Thu Jun 24 15:16:06 PDT 2010


Hi,
I have made the following changes to meego-handset-people in project Trunk:Handset. Please review and accept ASAP.

Thank You,
-

[This message was auto-generated]

---

Request #4839:

  submit:   devel:ux:handset/meego-handset-people(r2) -> Trunk:Handset/meego-handset-people


Message:
    Fix 3463 for favorites icon missing

State:   new          2010-06-24T10:13:16 mcberadi
Comment: None



changes files:
--------------

old:
----
  meego-handset-people-0.2.23.tar.bz2

new:
----
  meego-handset-people-0.2.24.tar.bz2

spec files:
-----------
--- meego-handset-people.spec
+++ meego-handset-people.spec
@@ -7,7 +7,7 @@
 
 Name:       meego-handset-people
 Summary:    MeeGo People Application
-Version:    0.2.23
+Version:    0.2.24
 Release:    1
 Group:      System/GUI/Other
 License:    LGPL v2.1
@@ -36,7 +36,6 @@
 
 %package branding-upstream
 Summary:    MeeGo people default theme files
-License:    Restricted
 Group:      System/GUI/Other
 Requires:   %{name} = %{version}-%{release}
 Provides:   meego-handset-people-branding

other changes:
--------------

++++++ meego-handset-people-0.2.23.tar.bz2 -> meego-handset-people-0.2.24.tar.bz2
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,7 @@
+Changes in 0.2.24
+
+12e4... Fix favorite/unfavorite button icon in PersonEditView Signed-off-by: James Ausmus <james.ausmus at intel.com>
+
 Changes in 0.2.23
 
 820a Add setObjectName calls for PersonCommsPage header label and selection buttons Signed-off-by: James Ausmus <james.ausmus at intel.com>
--- meego-handset-people.pro
+++ meego-handset-people.pro
@@ -1,4 +1,4 @@
-VERSION = 0.2.23
+VERSION = 0.2.24
 
 unix {
     PREFIX=/usr
--- src/personeditview.cpp
+++ src/personeditview.cpp
@@ -543,9 +543,9 @@
     }
 
     if (favorite)
-        m_favButton->setIconID("open-star");  // TODO: i18n
+        m_favButton->setIconID("icon-m-common-favorite-mark");  // TODO: i18n
     else
-        m_favButton->setIconID("filled-star");
+        m_favButton->setIconID("icon-m-common-favorite-unmark");
 }
 
 M_REGISTER_VIEW(PersonEditView, MWidgetController)

++++++ meego-handset-people.yaml
--- meego-handset-people.yaml
+++ meego-handset-people.yaml
@@ -1,6 +1,6 @@
 Name: meego-handset-people
 Summary: MeeGo People Application
-Version: 0.2.23
+Version: 0.2.24
 Release: 1
 Group: System/GUI/Other
 License: LGPL v2.1


More information about the Meego-packaging mailing list