Merge lp:~dobey/unity-scope-click/merge-trunk into lp:unity-scope-click/devel

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: no longer in the source branch.
Merged at revision: 316
Proposed branch: lp:~dobey/unity-scope-click/merge-trunk
Merge into: lp:unity-scope-click/devel
Diff against target: 50 lines (+32/-0)
2 files modified
debian/changelog (+30/-0)
libclickscope/tests/mock_ubuntu_download_manager.h (+2/-0)
To merge this branch: bzr merge lp:~dobey/unity-scope-click/merge-trunk
Reviewer Review Type Date Requested Status
Diego Sarmentero (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+226011@code.launchpad.net

Commit message

Update from trunk for new ubuntu-download-manager.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Diego Sarmentero (diegosarmentero) wrote :

+1

review: Approve
316. By Manuel de la Peña

Update from trunk for new ubuntu-download-manager.

Approved by Diego Sarmentero, PS Jenkins bot.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-06-18 17:49:55 +0000
+++ debian/changelog 2014-07-08 17:25:52 +0000
@@ -1,3 +1,33 @@
1unity-scope-click (0.1+14.10.20140707.2-0ubuntu1) utopic; urgency=medium
2
3 [ Manuel de la Pena ]
4 * No change rebuild for new ubuntu-download-manager.
5
6 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 07 Jul 2014 15:15:08 +0000
7
8unity-scope-click (0.1+14.10.20140704-0ubuntu1) utopic; urgency=medium
9
10 [ Alejandro J. Cura (alecu) ]
11 * New upstream release.
12 - Add support for overriding the architecture in search.
13 - Parse and show recommendations from the server in search results.
14 - Make the app store card look like the final designs.
15 - Updated translations from launchpad.
16
17 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Fri, 04 Jul 2014 08:51:51 +0000
18
19unity-scope-click (0.1+14.10.20140625-0ubuntu1) utopic; urgency=medium
20
21 [ Alejandro J. Cura (alecu) ]
22 * New upstream release.
23 - Add support for departments and highlights.
24 - Add support for using a new custom widget from Unity8 to handle payment
25 process of purchasable apps.
26 - Send dbus signals to the launcher, for downloads started and completed.
27 - Add dependency on ubuntu-app-launch-tools used in install-helper script.
28
29 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 25 Jun 2014 13:25:34 +0000
30
1unity-scope-click (0.1+14.10.20140618.1-0ubuntu1) utopic; urgency=low31unity-scope-click (0.1+14.10.20140618.1-0ubuntu1) utopic; urgency=low
232
3 [ Pawel Stolowski ]33 [ Pawel Stolowski ]
434
=== modified file 'libclickscope/tests/mock_ubuntu_download_manager.h'
--- libclickscope/tests/mock_ubuntu_download_manager.h 2014-05-26 14:27:31 +0000
+++ libclickscope/tests/mock_ubuntu_download_manager.h 2014-07-08 17:25:52 +0000
@@ -65,6 +65,8 @@
6565
66 MOCK_CONST_METHOD0(isError, bool());66 MOCK_CONST_METHOD0(isError, bool());
67 MOCK_CONST_METHOD0(error, Error*());67 MOCK_CONST_METHOD0(error, Error*());
68 MOCK_METHOD0(headers, QMap<QString, QString>());
69 MOCK_METHOD1(setHeaders, void(QMap<QString, QString>));
68};70};
6971
70class MockError : public Ubuntu::DownloadManager::Error72class MockError : public Ubuntu::DownloadManager::Error

Subscribers

People subscribed via source and target branches

to all changes: