I have made the following changes intended for : CE:Apps / twimgo 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/4342 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4342: Messages from BOSS: State: review at 2012-02-13T12:13:49 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:sage:branches:CE:Apps / twimgo -> CE:Apps / twimgo changes files: -------------- --- com.substanceofcode.twimgo.changes +++ com.substanceofcode.twimgo.changes @@ -0,0 +1,4 @@ +* Mon Feb 13 2012 Marko Saukko <[email protected]> - 3.1.0 +- Fixes NEMO#98: Portrait mode does not work, patch + 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch + new: ---- 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch spec files: ----------- --- com.substanceofcode.twimgo.spec +++ com.substanceofcode.twimgo.spec @@ -15,6 +15,7 @@ Source0: twimgo-%{version}.tar.bz2 Source100: com.substanceofcode.twimgo.yaml Patch0: twimgo-3.1.0-desktop-file-version.patch +Patch1: 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch BuildRequires: pkgconfig(QtCore) >= 4.7.0 BuildRequires: pkgconfig(QtGui) BuildRequires: pkgconfig(QtWebKit) @@ -32,6 +33,8 @@ # twimgo-3.1.0-desktop-file-version.patch %patch0 -p1 +# 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch +%patch1 -p1 # >> setup # << setup other changes: -------------- ++++++ 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch (new) --- 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch +++ 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch @@ -0,0 +1,48 @@ +From 7f49bccd60e00a68f1f5825f6807925f5abeeae7 Mon Sep 17 00:00:00 2001 +From: Marko Saukko <[email protected]> +Date: Mon, 13 Feb 2012 14:05:16 +0200 +Subject: [PATCH] Fix NEMO#98: portrait mode does not work in twimgo. + +--- + qml/TwimGo/main.qml | 12 +++++------- + 1 files changed, 5 insertions(+), 7 deletions(-) + +diff --git a/qml/TwimGo/main.qml b/qml/TwimGo/main.qml +index f30d6a7..6371a16 100755 +--- a/qml/TwimGo/main.qml ++++ b/qml/TwimGo/main.qml +@@ -21,21 +21,19 @@ import QtQuick 1.0 // 4.7 + import QtMobility.location 1.1 + //import QtMultimediaKit 1.1 + //import com.nokia.symbian 1.0 +-//import com.nokia.meego 1.0 ++import com.nokia.meego 1.0 + + import "js/script.js" as Script + import "js/twitter.js" as Twitter + import "js/storage.js" as Storage + import "components" + +-//PageStackWindow { +-// initialPage: window +-// showToolBar: false ++PageStackWindow { ++ initialPage: window ++ showToolBar: false + + Rectangle { + id: window +- width: 800 // 360 // 640 //800 +- height: 480 // 640 // 360 //424 + anchors.fill: parent + property int tweetHeight: 138 // 132 //180 + property int tweetFontSize: 17 // 16 +@@ -2028,4 +2026,4 @@ Rectangle { + + } + +-//} ++} +-- +1.7.6.5 + ++++++ com.substanceofcode.twimgo.yaml --- com.substanceofcode.twimgo.yaml +++ com.substanceofcode.twimgo.yaml @@ -9,6 +9,7 @@ - "twimgo-%{version}.tar.bz2" Patches: - twimgo-3.1.0-desktop-file-version.patch + - 0001-Fix-NEMO-98-portrait-mode-does-not-work-in-twimgo.patch Description: Twitter client.
