Merge lp:~vthompson/ubuntu-rssreader-app/anchor-to-osk into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Victor Thompson
Status: Merged
Approved by: David Planella
Approved revision: 162
Merged at revision: 169
Proposed branch: lp:~vthompson/ubuntu-rssreader-app/anchor-to-osk
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 55 lines (+8/-1)
3 files modified
feeds/CreateTopicPage.qml (+3/-1)
rssreader-app.qml (+2/-0)
tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py (+3/-0)
To merge this branch: bzr merge lp:~vthompson/ubuntu-rssreader-app/anchor-to-osk
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Roman Shchekin Approve
Review via email: mp+201301@code.launchpad.net

Commit message

Anchor app to OSK to prevent buttons from being covered by OSK.

Description of the change

Anchor app to OSK to prevent buttons from being covered by OSK.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Roman Shchekin (mrqtros) wrote :

Seems that all is ok

review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
162. By Victor Thompson

Merge with trunk to fix conflict

Revision history for this message
Victor Thompson (vthompson) wrote :

Merge conflict has been resolved

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'feeds/CreateTopicPage.qml'
2--- feeds/CreateTopicPage.qml 2013-10-14 19:03:52 +0000
3+++ feeds/CreateTopicPage.qml 2014-01-25 07:24:40 +0000
4@@ -166,7 +166,9 @@
5
6 Label {
7 visible: suggestionFeedsModel.count == 0
8- anchors.centerIn: parent
9+ anchors {
10+ centerIn: suggestionFeeds
11+ }
12 text: i18n.tr("No feeds")
13 fontSize: "large"
14 }
15
16=== modified file 'rssreader-app.qml'
17--- rssreader-app.qml 2014-01-15 21:41:16 +0000
18+++ rssreader-app.qml 2014-01-25 07:24:40 +0000
19@@ -14,6 +14,8 @@
20 id: mainView
21 objectName: "mainView"
22 applicationName: "com.ubuntu.shorts"
23+ anchorToKeyboard: true
24+
25
26 width: units.gu(50)
27 height: units.gu(75)
28
29=== modified file 'tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py'
30--- tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2014-01-15 16:33:04 +0000
31+++ tests/autopilot/ubuntu_rssreader_app/tests/test_rssreader.py 2014-01-25 07:24:40 +0000
32@@ -274,6 +274,7 @@
33 #add topic and feed
34 #TODO, try several different feeds
35 feed = "http://www.canonical.com/rss.xml"
36+ feedName = "Insights"
37 topicName = "CanonicalTopic"
38
39 #just for timing issues
40@@ -300,6 +301,7 @@
41 """test view modes and ensure feed items can be opened"""
42
43 feed = "http://www.canonical.com/rss.xml"
44+ feedName = "Insights"
45 topicName = "CanonicalTopic"
46
47 #just for timing issues
48@@ -362,6 +364,7 @@
49 """test edit topic"""
50
51 feed = "http://www.canonical.com/rss.xml"
52+ feedName = "Insights"
53 topicName = "CanonicalTopic"
54
55 #add topic and feed

Subscribers

People subscribed via source and target branches