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

Subscribers

People subscribed via source and target branches

to all changes: