I have made the following changes intended for : CE:Apps / qmlcontacts Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below.
https://build.pub.meego.com//request/show/6598 Thank You, Robin Burchell [This message was auto-generated] --- Request # 6598: Messages from BOSS: State: review at 2012-09-03T14:15:37 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:w00t:branches:CE:Apps / qmlcontacts -> CE:Apps / qmlcontacts changes files: -------------- --- qmlcontacts.changes +++ qmlcontacts.changes @@ -1,0 +2,3 @@ +- Add 0001-fix-card-page-loading.patch, fixing a paper bag + +* Mon Sep 3 2012 Robin Burchell <[email protected]> - 0.3.15 new: ---- 0001-fix-card-page-loading.patch spec files: ----------- --- qmlcontacts.spec +++ qmlcontacts.spec @@ -16,6 +16,7 @@ URL: https://github.com/nemomobile/qmlcontacts Source0: %{name}-%{version}.tar.bz2 Source100: qmlcontacts.yaml +Patch0: 0001-fix-card-page-loading.patch Requires: qt-components Requires: nemo-qml-plugins-thumbnailer Requires: nemo-qml-plugins-contacts @@ -49,6 +50,8 @@ %prep %setup -q -n %{name} +# 0001-fix-card-page-loading.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ 0001-fix-card-page-loading.patch (new) --- 0001-fix-card-page-loading.patch +++ 0001-fix-card-page-loading.patch @@ -0,0 +1,25 @@ +From 0b2509c6a8b07eb7d55feda254b9bed93acb21a2 Mon Sep 17 00:00:00 2001 +From: Robin Burchell <[email protected]> +Date: Mon, 3 Sep 2012 15:18:37 +0200 +Subject: [PATCH] fix card page loading + +--- + src/qml/ContactListPage.qml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/qml/ContactListPage.qml b/src/qml/ContactListPage.qml +index c0967a7..fb440a3 100644 +--- a/src/qml/ContactListPage.qml ++++ b/src/qml/ContactListPage.qml +@@ -37,7 +37,7 @@ Page { + delegate: ContactListDelegate { + id: card + onClicked: { +- Constants.loadSingleton("ContactCardPage.qml", groupedViewPortrait, ++ Constants.loadSingleton("ContactCardPage.qml", groupedViewPage, + function(card) { + card.contact = model.person + pageStack.push(card) +-- +1.7.11.2 + ++++++ qmlcontacts.yaml --- qmlcontacts.yaml +++ qmlcontacts.yaml @@ -7,6 +7,8 @@ URL: https://github.com/nemomobile/qmlcontacts Sources: - "%{name}-%{version}.tar.bz2" +Patches: + - 0001-fix-card-page-loading.patch Provides: - meego-handset-people > 0.2.32 - meego-handset-people-branding-upstream > 0.2.32
