Merge lp:~online-accounts/ubuntu-system-settings-online-accounts/master into lp:ubuntu-system-settings-online-accounts

Proposed by Alberto Mardegan
Status: Merged
Approved by: David Barth
Approved revision: no longer in the source branch.
Merged at revision: 224
Proposed branch: lp:~online-accounts/ubuntu-system-settings-online-accounts/master
Merge into: lp:ubuntu-system-settings-online-accounts
Diff against target: 41 lines (+10/-2)
3 files modified
click-hooks/main.cpp (+1/-0)
debian/changelog (+8/-0)
plugins/module/OAuth.qml (+1/-2)
To merge this branch: bzr merge lp:~online-accounts/ubuntu-system-settings-online-accounts/master
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Online Accounts Pending
Review via email: mp+247433@code.launchpad.net

Commit message

Merge from upstream

- Anchor the webview directly to the OSK (LP: #1413765)
- Fix click hook to rebuild service list in the accounts DB

Description of the change

Merge from upstream

- Anchor the webview directly to the OSK (LP: #1413765)
- Fix click hook to rebuild service list in the accounts DB

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
222. By Launchpad Translations on behalf of online-accounts

Launchpad automatic translations update.

223. By Launchpad Translations on behalf of online-accounts

Launchpad automatic translations update.

224. By Alberto Mardegan

Merge from upstream

- Anchor the webview directly to the OSK (LP: #1413765)
- Fix click hook to rebuild service list in the accounts DB
 Fixes: #1413765
Approved by: PS Jenkins bot

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'click-hooks/main.cpp'
--- click-hooks/main.cpp 2014-11-04 12:20:07 +0000
+++ click-hooks/main.cpp 2015-01-23 15:18:41 +0000
@@ -322,6 +322,7 @@
322 */322 */
323 Accounts::Manager *manager =323 Accounts::Manager *manager =
324 new Accounts::Manager(Accounts::Manager::DisableNotifications);324 new Accounts::Manager(Accounts::Manager::DisableNotifications);
325 manager->serviceList();
325 delete manager;326 delete manager;
326327
327 return EXIT_SUCCESS;328 return EXIT_SUCCESS;
328329
=== modified file 'debian/changelog'
--- debian/changelog 2015-01-16 17:18:06 +0000
+++ debian/changelog 2015-01-23 15:18:41 +0000
@@ -1,3 +1,11 @@
1ubuntu-system-settings-online-accounts (0.6+15.04.20150116-0ubuntu2) UNRELEASED; urgency=medium
2
3 * Merge from upstream
4 - Anchor the webview directly to the OSK (LP: #1413765)
5 - Fix click hook to rebuild service list in the accounts DB
6
7 -- Alberto Mardegan <alberto.mardegan@canonical.com> Fri, 23 Jan 2015 16:14:45 +0100
8
1ubuntu-system-settings-online-accounts (0.6+15.04.20150116-0ubuntu1) vivid; urgency=medium9ubuntu-system-settings-online-accounts (0.6+15.04.20150116-0ubuntu1) vivid; urgency=medium
210
3 [ Alberto Mardegan ]11 [ Alberto Mardegan ]
412
=== modified file 'plugins/module/OAuth.qml'
--- plugins/module/OAuth.qml 2015-01-09 10:54:15 +0000
+++ plugins/module/OAuth.qml 2015-01-23 15:18:41 +0000
@@ -130,8 +130,7 @@
130 top: parent.top130 top: parent.top
131 left: parent.left131 left: parent.left
132 right: parent.right132 right: parent.right
133 bottom: cancelButton.top133 bottom: Qt.inputMethod.visible ? osk.top : cancelButton.top
134 bottomMargin: Math.max(osk.height - cancelButton.height, 0)
135 }134 }
136 focus: true135 focus: true
137 visible: !loading136 visible: !loading

Subscribers

People subscribed via source and target branches

to all changes: