Merge lp:~stolowski/unity-lens-video/merge-trunk into lp:~unity-team/unity-lens-video/libunity7-compatible

Proposed by Paweł Stołowski
Status: Merged
Approved by: Michal Hruby
Approved revision: 131
Merged at revision: 130
Proposed branch: lp:~stolowski/unity-lens-video/merge-trunk
Merge into: lp:~unity-team/unity-lens-video/libunity7-compatible
Diff against target: 54 lines (+8/-4)
4 files modified
data/remote.scope.in.in (+1/-0)
debian/control (+1/-1)
po/POTFILES.in (+5/-2)
src/scope.vala (+1/-1)
To merge this branch: bzr merge lp:~stolowski/unity-lens-video/merge-trunk
Reviewer Review Type Date Requested Status
Michal Hruby (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+163146@code.launchpad.net

Commit message

Merged trunk.

Description of the change

Merged trunk.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
131. By Paweł Stołowski

Set RemoteContent flag.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michal Hruby (mhr3) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/remote.scope.in.in'
2--- data/remote.scope.in.in 2013-04-29 19:07:42 +0000
3+++ data/remote.scope.in.in 2013-05-09 14:55:31 +0000
4@@ -6,6 +6,7 @@
5 Icon=@prefix@/share/unity/icons/lens-nav-video.svg
6 _Description=This is an Ubuntu search plugin that enables information from various video providers to be searched and displayed in the Dash underneath the Video header. If you do not wish to search these content sources, you can disable this search plugin.
7 GlobalSearches=false
8+RemoteContent=true
9
10 [Desktop Entry]
11 X-Ubuntu-Gettext-Domain=unity-lens-video
12
13=== modified file 'debian/control'
14--- debian/control 2013-04-24 11:30:58 +0000
15+++ debian/control 2013-05-09 14:55:31 +0000
16@@ -19,7 +19,7 @@
17 Homepage: https://launchpad.net/unity-lens-video
18 # If you aren't a member of ~unity-team but need to upload packaging changes,
19 # just go ahead. ~unity-team will notice and sync up the code again.
20-Vcs-Bzr: https://code.launchpad.net/~unity-team/unity-lens-video/trunk
21+Vcs-Bzr: https://code.launchpad.net/~unity-lens-videos/unity-lens-video/trunk
22
23 Package: unity-lens-video
24 Architecture: any
25
26=== modified file 'po/POTFILES.in'
27--- po/POTFILES.in 2013-04-23 08:47:54 +0000
28+++ po/POTFILES.in 2013-05-09 14:55:31 +0000
29@@ -1,7 +1,10 @@
30 [encoding: UTF-8]
31+src/daemon.vala
32 src/main.vala
33+src/remote-scope.vala
34 src/remote-video-main.vala
35+src/scope.vala
36 src/ubuntu-video-search.vala
37 tests/unit/test-ubuntu-video-search.vala
38-[type: gettext/ini]data/local.scope.in
39-[type: gettext/ini]data/remote.scope.in
40+[type: gettext/ini]data/local.scope.in.in
41+[type: gettext/ini]data/remote.scope.in.in
42
43=== modified file 'src/scope.vala'
44--- src/scope.vala 2013-05-09 09:03:36 +0000
45+++ src/scope.vala 2013-05-09 14:55:31 +0000
46@@ -64,7 +64,7 @@
47 locate = new Locate (cache_directory, videos_folder);
48
49 search_in_global = true;
50- search_hint = _("Search videos");
51+ search_hint = _("Search Videos");
52 visible = true;
53 sources.add_option ("local", _("My Videos"), null);
54 populate_categories ();

Subscribers

People subscribed via source and target branches