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

« back to all changes in this revision

Viewing changes to digikam/libs/themeengine/texture.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.3.2 upstream) (37 hardy)
  • mto: This revision was merged to the branch mainline in revision 39.
  • Revision ID: james.westby@ubuntu.com-20080717202539-1bw3w3nrsso7yj4z
* 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:
1
1
/* ============================================================
2
 
 * Author: Renchi Raju <renchi@pooh.tam.uiuc.edu>
3
 
 * Date  : 2004-07-26
4
 
 * Description : 
5
 
 *
6
 
 * Copyright 2004 by Renchi Raju
 
2
 *
 
3
 * This file is a part of digiKam project
 
4
 * http://www.digikam.org
 
5
 *
 
6
 * Date        : 2004-07-26
 
7
 * Description : texture pixmap methods
 
8
 *
 
9
 * Copyright (C) 2004 by Renchi Raju <renchi@pooh.tam.uiuc.edu>
7
10
 *
8
11
 * Adapted from fluxbox: Texture/TextureRender
9
12
 *
10
13
 * Texture.cc for Fluxbox Window Manager
11
 
 * Copyright (c) 2002-2003 Henrik Kinnunen (fluxbox<at>users.sourceforge.net)
 
14
 * Copyright (c) 2002-2003 Henrik Kinnunen <fluxbox@users.sourceforge.net>
12
15
 *
13
16
 * from Image.cc for Blackbox - an X11 Window manager
14
17
 * Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)