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
1=== modified file 'click-hooks/main.cpp'
2--- click-hooks/main.cpp 2014-11-04 12:20:07 +0000
3+++ click-hooks/main.cpp 2015-01-23 15:18:41 +0000
4@@ -322,6 +322,7 @@
5 */
6 Accounts::Manager *manager =
7 new Accounts::Manager(Accounts::Manager::DisableNotifications);
8+ manager->serviceList();
9 delete manager;
10
11 return EXIT_SUCCESS;
12
13=== modified file 'debian/changelog'
14--- debian/changelog 2015-01-16 17:18:06 +0000
15+++ debian/changelog 2015-01-23 15:18:41 +0000
16@@ -1,3 +1,11 @@
17+ubuntu-system-settings-online-accounts (0.6+15.04.20150116-0ubuntu2) UNRELEASED; urgency=medium
18+
19+ * Merge from upstream
20+ - Anchor the webview directly to the OSK (LP: #1413765)
21+ - Fix click hook to rebuild service list in the accounts DB
22+
23+ -- Alberto Mardegan <alberto.mardegan@canonical.com> Fri, 23 Jan 2015 16:14:45 +0100
24+
25 ubuntu-system-settings-online-accounts (0.6+15.04.20150116-0ubuntu1) vivid; urgency=medium
26
27 [ Alberto Mardegan ]
28
29=== modified file 'plugins/module/OAuth.qml'
30--- plugins/module/OAuth.qml 2015-01-09 10:54:15 +0000
31+++ plugins/module/OAuth.qml 2015-01-23 15:18:41 +0000
32@@ -130,8 +130,7 @@
33 top: parent.top
34 left: parent.left
35 right: parent.right
36- bottom: cancelButton.top
37- bottomMargin: Math.max(osk.height - cancelButton.height, 0)
38+ bottom: Qt.inputMethod.visible ? osk.top : cancelButton.top
39 }
40 focus: true
41 visible: !loading

Subscribers

People subscribed via source and target branches

to all changes: