I have made the following changes intended for : CE:Apps / qmlfilemuncher
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/5411 Thank You, ajalkane [This message was auto-generated] --- Request # 5411: Messages from BOSS: State: review at 2012-08-03T21:24:57 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:ajalkane:branches:CE:Apps / qmlfilemuncher -> CE:Apps / qmlfilemuncher changes files: -------------- --- qmlfilemuncher.changes +++ qmlfilemuncher.changes @@ -0,0 +1,3 @@ +* Sat Aug 3 2012 Arto Jalkanen <[email protected]> - 0.0.6 +- Fixes NEMO#188 - drilldown of folders overlapped scrollbar. + new: ---- fixdrilldownoverlap.patch spec files: ----------- --- qmlfilemuncher.spec +++ qmlfilemuncher.spec @@ -16,6 +16,7 @@ URL: https://github.com/nemomobile/qmlfilemuncher Source0: %{name}-%{version}.tar.bz2 Source100: qmlfilemuncher.yaml +Patch0: fixdrilldownoverlap.patch Requires: qt-components BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtDeclarative) @@ -29,6 +30,8 @@ %prep %setup -q -n %{name} +# fixdrilldownoverlap.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ fixdrilldownoverlap.patch (new) --- fixdrilldownoverlap.patch +++ fixdrilldownoverlap.patch @@ -0,0 +1,24 @@ +From 71337f71a4446e02126e24222bb974ecbdd8d8f1 Mon Sep 17 00:00:00 2001 +From: Arto Jalkanen <[email protected]> +Date: Fri, 3 Aug 2012 21:39:20 +0300 +Subject: [PATCH] Fixes NEMO#188: the drilldowns overlapped scrollbars. + +--- + FileItemDelegate.qml | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/FileItemDelegate.qml b/FileItemDelegate.qml +index 536b162..266eef1 100644 +--- a/FileItemDelegate.qml ++++ b/FileItemDelegate.qml +@@ -80,6 +80,7 @@ Rectangle { + visible: model.isDir && navigationMode + source: "image://theme/icon-m-common-drilldown-arrow" + (theme.inverted ? "-inverse" : "") + anchors.right: parent.right; ++ anchors.rightMargin: UiConstants.DefaultMargin + anchors.verticalCenter: parent.verticalCenter + asynchronous: true + cache: true +-- +1.7.0.4 + ++++++ qmlfilemuncher.yaml --- qmlfilemuncher.yaml +++ qmlfilemuncher.yaml @@ -14,6 +14,9 @@ Requires: - qt-components +Patches: + - fixdrilldownoverlap.patch + PkgConfigBR: - QtCore >= 4.7.0 - QtDeclarative
