~ubuntu-branches/debian/sid/kde-style-qtcurve/sid

« back to all changes in this revision

Viewing changes to kwin/qtcurvebutton.h

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra, Pino Toscano, Fathi Boudra
  • Date: 2010-02-13 15:59:26 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100213155926-pth1z42ldg1k2mml
Tags: 1.0.2-1
* New upstream release.

[ Pino Toscano ]
* Update watch file.

[ Fathi Boudra ]
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/control:
  - Remove quilt build dependency.
  - Bump build-dependencies (debhelper, pkg-kde-tools, kdelibs5-dev and
    kdebase-workspace-dev).
  - Bump Standard-Version to 3.8.4 (no changes needed).
* Update debian/copyright:
  - Update upstream author e-mail address.
  - Update copyright years.
* Update debian/kde-style-qtcurve.install file.
* Update debian/rules:
  - Enable parallel build (pass --parallel option to dh).
  - List missing files (pass --list-missing option to dh).
  - Update get-orig-source target to rename original tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
  QtCurve KWin window decoration
3
 
  Copyright (C) 2007 - 2009 Craig Drummond <craig_p_drummond@yahoo.co.uk>
 
3
  Copyright (C) 2007 - 2010 Craig Drummond <craig.p.drummond@googlemail.com>
4
4
 
5
5
  based on the window decoration "Plastik":
6
6
  Copyright (C) 2003-2005 Sandro Giessl <sandro@giessl.com>
58
58
    void enterEvent(QEvent *e);
59
59
    void leaveEvent(QEvent *e);
60
60
    void drawButton(QPainter *painter);
 
61
    void updateMask();
61
62
 
62
63
    private:
63
64