Merge lp:~stijnbrouwers/ubuntu/quantal/kamoso/fix-missing-icons into lp:ubuntu/quantal/kamoso

Proposed by Stijn Brouwers
Status: Superseded
Proposed branch: lp:~stijnbrouwers/ubuntu/quantal/kamoso/fix-missing-icons
Merge into: lp:ubuntu/quantal/kamoso
Diff against target: 54 lines (+34/-0)
3 files modified
debian/changelog (+17/-0)
debian/patches/fix-missing-icons.patch (+16/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~stijnbrouwers/ubuntu/quantal/kamoso/fix-missing-icons
Reviewer Review Type Date Requested Status
Sebastien Bacher Needs Fixing
Ubuntu branches Pending
Review via email: mp+134772@code.launchpad.net

This proposal has been superseded by a proposal from 2012-11-30.

Description of the change

Bug fix : missing icon
Icon 'webcamreceive' did not exist anymore, it has been replaced with 'digikam'

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for your work, some comments:

- you targetted the wrong serie, you should pick raring and not quantal as a target branch

- your diff is adding a kamoso/src/photoshootmode.cpp~, that seems buggy

- to close a bug on update you want to use the syntax "lp: #<bug number>" in the changelog

- did you upstream that bug fix?

Setting to Work In Progress, it would be nice if you could address those issues and set it back to "Needs review"

review: Needs Fixing
Revision history for this message
Stijn Brouwers (stijnbrouwers) wrote :

Hi, thanks for the review!
1. I changed it in the debian/changelog file, should i also change the branch name? If so,... how? :-)
2. Changed it, it is a file that was automatically created by gedit, and it slipped by me.
3. Changed it
4. No, haven't upstreamed it yet, I just received a document about how to do this, I will look into it as soon as possible. When I did, I will change the status of this merge-request back to 'Needs review'.

With kind regards,

Stijn Brouwers

Revision history for this message
Sebastien Bacher (seb128) wrote :

1. you should be able to edit the merge request to change the branch by clicking on the top right corner on "Resubmit proposal" and by changing the url in the page it displays then

Revision history for this message
Stijn Brouwers (stijnbrouwers) wrote :

The bug has been reported upstream :
https://bugs.kde.org/show_bug.cgi?id=310938

Unmerged revisions

22. By Stijn Brouwers

debian/patches/fix-missing-icons.patch: removed photoshootmode.cpp~
Related to Bug (lp: #1074961) :

21. By Stijn Brouwers

  Related to Bug #1074961 :
  https://bugs.launchpad.net/ubuntu/+source/kamoso/+bug/1074961
->Changed : photoshootmode.cpp : line 76
  Use icon 'digikam' because the old icon ('webcamreceive') was removed

20. By Stijn Brouwers

* debian/patches/fix-missing-icons.patch: Some icons from the interface were
  missing.
- Add patch
- Related to Bug #1074961
 * https://bugs.launchpad.net/ubuntu/+source/kamoso/+bug/1074961

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 2012-06-25 14:50:10 +0000
3+++ debian/changelog 2012-11-30 15:43:39 +0000
4@@ -1,3 +1,20 @@
5+kamoso (2.0.2-1ubuntu4) raring; urgency=low
6+
7+ * debian/patches/fix-missing-icons.patch: removed photoshootmode.cpp~
8+
9+ -- Stijn Brouwers <stijnbrouwers@gmail.com> Fri, 30 Nov 2012 16:35:55 +0100
10+
11+kamoso (2.0.2-1ubuntu3) raring; urgency=low
12+
13+ * debian/patches/fix-missing-icons.patch: Some icons from the interface were
14+ missing.
15+ Related to Bug (lp: #1074961) :
16+ https://bugs.launchpad.net/ubuntu/+source/kamoso/+bug/1074961
17+ ->Changed : photoshootmode.cpp : line 76
18+ Use icon 'digikam' because the old icon ('webcamreceive') was removed
19+
20+ -- Stijn Brouwers <stijnbrouwers@gmail.com> Sat, 17 Nov 2012 13:51:26 +0100
21+
22 kamoso (2.0.2-1ubuntu2) quantal; urgency=low
23
24 * Suggest instead of recommend kipi-plugins since it has a large set of
25
26=== added file 'debian/patches/fix-missing-icons.patch'
27--- debian/patches/fix-missing-icons.patch 1970-01-01 00:00:00 +0000
28+++ debian/patches/fix-missing-icons.patch 2012-11-30 15:43:39 +0000
29@@ -0,0 +1,16 @@
30+## Description: add some description
31+## Origin/Author: add some origin or author
32+## Bug: bug URL
33+Index: fix-missing-icons/src/photoshootmode.cpp
34+===================================================================
35+--- fix-missing-icons.orig/src/photoshootmode.cpp 2012-11-30 16:32:08.844729000 +0100
36++++ fix-missing-icons/src/photoshootmode.cpp 2012-11-30 16:35:26.888020292 +0100
37+@@ -73,7 +73,7 @@
38+
39+ QIcon PhotoShootMode::icon() const
40+ {
41+- return KIcon("webcamreceive");
42++ return KIcon("digikam");
43+ }
44+
45+ QString PhotoShootMode::name() const
46
47=== modified file 'debian/patches/series'
48--- debian/patches/series 2012-06-10 10:44:16 +0000
49+++ debian/patches/series 2012-11-30 15:43:39 +0000
50@@ -2,3 +2,4 @@
51 proper_version_kaboutdata.diff
52 dont_build_plugin_tester.diff
53 fix_ftbfs_libkipi9.patch
54+fix-missing-icons.patch

Subscribers

People subscribed via source and target branches