Merge lp:~smartboyhw/ubuntu-rssreader-app/fix-lp-1215542 into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Howard Chan
Status: Merged
Approved by: Joey Chan
Approved revision: 48
Merged at revision: 54
Proposed branch: lp:~smartboyhw/ubuntu-rssreader-app/fix-lp-1215542
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 47 lines (+4/-4)
3 files modified
feeds/AppendFeedPage.qml (+2/-2)
feeds/ManageFeedsPage.qml (+1/-1)
ubuntu-rssreader-app.qml (+1/-1)
To merge this branch: bzr merge lp:~smartboyhw/ubuntu-rssreader-app/fix-lp-1215542
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Pending
Review via email: mp+183314@code.launchpad.net

This proposal supersedes a proposal from 2013-08-29.

Commit message

Fixed Bug (LP: #1215542)

Description of the change

It fixes Bug 1215542.

To post a comment you must log in.
Revision history for this message
David Planella (dpm) wrote : Posted in a previous version of this proposal

Looks good to me, thanks a lot!

However, I've got a question on this change:

31 + text: i18n.tr("Add feeds")

Is the change here needed? It seems to affect a button, not the page. Have you tested where this text is shown?

review: Needs Information
Revision history for this message
Howard Chan (smartboyhw) wrote : Posted in a previous version of this proposal

> Looks good to me, thanks a lot!
>
> However, I've got a question on this change:
>
> 31 + text: i18n.tr("Add feeds")
>
> Is the change here needed? It seems to affect a button, not the page. Have you
> tested where this text is shown?

Hmm, can't seem to find where is the button, maybe dead code, as David suggested?

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Posted in a previous version of this proposal

This should pass now, archive issues this morning prevented it from passing.

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote : Posted in a previous version of this proposal
review: Needs Fixing (continuous-integration)
Revision history for this message
Nicholas Skaggs (nskaggs) wrote : Posted in a previous version of this proposal

Looks like you need to rebase perhaps?

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) :
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/AppendFeedPage.qml'
2--- feeds/AppendFeedPage.qml 2013-08-17 10:42:20 +0000
3+++ feeds/AppendFeedPage.qml 2013-08-31 08:06:25 +0000
4@@ -11,7 +11,7 @@
5 id: appendFeedPage
6
7 objectName: "appendfeedpage"
8- title: "Append feed"
9+ title: "Add feeds"
10 flickable: null
11 visible: false
12
13@@ -170,7 +170,7 @@
14 objectName: "tfFeedUrl"
15 id: tfFeedUrl
16
17- placeholderText: i18n.tr("Enter keywords or direct url")
18+ placeholderText: i18n.tr("Type a keyword or URL")
19
20 width: parent.width - units.gu(4) * 2
21 anchors {
22
23=== modified file 'feeds/ManageFeedsPage.qml'
24--- feeds/ManageFeedsPage.qml 2013-08-06 20:45:50 +0000
25+++ feeds/ManageFeedsPage.qml 2013-08-31 08:06:25 +0000
26@@ -332,7 +332,7 @@
27
28 contentsWidth: sheetContentColumn.width
29 contentsHeight: units.gu(11) // TODO BUG - doesn't works
30- title: isForEdit? i18n.tr("Edit feed") : i18n.tr("Append feed")
31+ title: isForEdit? i18n.tr("Edit feed") : i18n.tr("Add feeds")
32
33 Column {
34 id: sheetContentColumn
35
36=== modified file 'ubuntu-rssreader-app.qml'
37--- ubuntu-rssreader-app.qml 2013-08-29 11:25:22 +0000
38+++ ubuntu-rssreader-app.qml 2013-08-31 08:06:25 +0000
39@@ -201,7 +201,7 @@
40 AppendFeedPage {
41 id: appendFeedPage
42
43- title: i18n.tr("Append feed")
44+ title: i18n.tr("Add feeds")
45 flickable: null
46 visible: false
47 }

Subscribers

People subscribed via source and target branches

to all changes: