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

Subscribers

People subscribed via source and target branches