~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/imageplugins/inpainting/imageeffect_inpainting.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * Description : a digiKam image editor plugin to inpaint
8
8
 *               a photograph
9
9
 * 
10
 
 * Copyright (C) 2005-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
10
 * Copyright (C) 2005-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
11
11
 * 
12
12
 * This program is free software; you can redistribute it
13
13
 * and/or modify it under the terms of the GNU General
139
139
                                       digikam_version,
140
140
                                       I18N_NOOP("A digiKam image plugin to inpaint a photograph."),
141
141
                                       KAboutData::License_GPL,
142
 
                                       "(c) 2005-2007, Gilles Caulier",
 
142
                                       "(c) 2005-2008, Gilles Caulier",
143
143
                                       0,
144
144
                                       "http://www.digikam.org");
145
145
 
179
179
    m_inpaintingTypeCB->insertItem( i18n("Remove Small Artefact") );
180
180
    m_inpaintingTypeCB->insertItem( i18n("Remove Medium Artefact") );
181
181
    m_inpaintingTypeCB->insertItem( i18n("Remove Large Artefact") );
182
 
    QWhatsThis::add( m_inpaintingTypeCB, i18n("<p>Select here the filter preset to use for photograph restoration:<p>"
 
182
    QWhatsThis::add( m_inpaintingTypeCB, i18n("<p>Select the filter preset to use for photograph restoration:<p>"
183
183
                                               "<b>None</b>: Most common values. Puts settings to default.<p>"
184
184
                                               "<b>Remove Small Artefact</b>: inpaint small image artefact like image glitch.<p>"
185
185
                                               "<b>Remove Medium Artefact</b>: inpaint medium image artefact.<p>"