~ubuntu-branches/ubuntu/gutsy/digikam/gutsy

« back to all changes in this revision

Viewing changes to digikam/imageplugins/freerotation/imageeffect_freerotation.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Chris Cheney
  • Date: 2007-06-22 16:14:36 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070622161436-4h445xv9vo4q2p9q
Tags: 2:0.9.2~beta3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: don't depend on libgphoto2-2-dev.
    Kubuntu's KDE finds the libgphoto plugins without the .la files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ============================================================
2
 
 * Authors: Gilles Caulier <caulier dot gilles at gmail dot com>
3
 
 * Date   : 2004-11-28
 
2
 *
 
3
 * This file is a part of digiKam project
 
4
 * http://www.digikam.org
 
5
 *
 
6
 * Date        : 2004-11-28
4
7
 * Description : a digiKam image editor plugin to process image
5
8
 *               free rotation.
6
 
 *
7
 
 * Copyright 2004-2007 by Gilles Caulier 
8
 
 *
 
9
 * 
 
10
 * Copyright (C) 2004-2007 by Gilles Caulier <caulier dot gilles at gmail dot com>
 
11
 * 
9
12
 * This program is free software; you can redistribute it
10
13
 * and/or modify it under the terms of the GNU General
11
14
 * Public License as published by the Free Software Foundation;
12
15
 * either version 2, or (at your option)
13
16
 * any later version.
14
 
 *
 
17
 * 
15
18
 * This program is distributed in the hope that it will be useful,
16
19
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
20
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
21
 * GNU General Public License for more details.
19
 
 *
 
22
 * 
20
23
 * ============================================================ */
21
24
 
22
25
// Qt includes.