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

« back to all changes in this revision

Viewing changes to digikam/imageplugins/restoration/imageeffect_restoration.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 restore 
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
73
73
                                       digikam_version,
74
74
                                       I18N_NOOP("A digiKam image plugin to restore a photograph."),
75
75
                                       KAboutData::License_GPL,
76
 
                                       "(c) 2005-2007, Gilles Caulier", 
 
76
                                       "(c) 2005-2008, Gilles Caulier", 
77
77
                                       0,
78
78
                                       "http://www.digikam.org");
79
79
    
111
111
    m_restorationTypeCB->insertItem( i18n("Reduce Uniform Noise") );
112
112
    m_restorationTypeCB->insertItem( i18n("Reduce JPEG Artefacts") );
113
113
    m_restorationTypeCB->insertItem( i18n("Reduce Texturing") );
114
 
    QWhatsThis::add( m_restorationTypeCB, i18n("<p>Select here the filter preset to use for photograph restoration:<p>"
 
114
    QWhatsThis::add( m_restorationTypeCB, i18n("<p>Select the filter preset to use for photograph restoration:<p>"
115
115
                                               "<b>None</b>: Most common values. Puts settings to default.<p>"
116
116
                                               "<b>Reduce Uniform Noise</b>: reduce small image artifacts like sensor noise.<p>"
117
117
                                               "<b>Reduce JPEG Artefacts</b>: reduce large image artifacts like JPEG compression mosaic.<p>"