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

« back to all changes in this revision

Viewing changes to digikam/imageplugins/sheartool/imageeffect_sheartool.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:
6
6
 * Date        : 2004-12-23
7
7
 * Description : a plugin to shear an image
8
8
 * 
9
 
 * Copyright (C) 2004-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
9
 * Copyright (C) 2004-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
10
 * 
11
11
 * This program is free software; you can redistribute it
12
12
 * and/or modify it under the terms of the GNU General
72
72
                                       digikam_version,
73
73
                                       I18N_NOOP("A digiKam image plugin to shear an image."),
74
74
                                       KAboutData::License_GPL,
75
 
                                       "(c) 2004-2007, Gilles Caulier",
 
75
                                       "(c) 2004-2008, Gilles Caulier",
76
76
                                       0,
77
77
                                       "http://www.digikam.org");
78
78
    
150
150
    gridSettings->addMultiCellWidget(m_fineVAngleInput, 10, 10, 0, 2);
151
151
                                             
152
152
    m_antialiasInput = new QCheckBox(i18n("Anti-Aliasing"), gboxSettings);
153
 
    QWhatsThis::add( m_antialiasInput, i18n("<p>Enable this option to process anti-aliasing filter "
 
153
    QWhatsThis::add( m_antialiasInput, i18n("<p>Enable this option to apply the anti-aliasing filter "
154
154
                                            "to the sheared image. "
155
155
                                            "To smooth the target image, it will be blurred a little."));
156
156
    gridSettings->addMultiCellWidget(m_antialiasInput, 11, 11, 0, 2);