~ubuntu-branches/ubuntu/maverick/digikam/maverick

« back to all changes in this revision

Viewing changes to utilities/cameragui/cameracontroller.h

  • Committer: Bazaar Package Importer
  • Author(s): Luka Renko
  • Date: 2009-03-17 23:07:56 UTC
  • mfrom: (1.2.20 upstream) (3.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20090317230756-db5b8rqjwb2j35e5
Tags: 2:0.10.0-1ubuntu1
* Remaining changes to Debian (committed to Debian SVN):
  - Depends: kde-icons-oxygen dropped (included through kdelibs)
  - Recommends: kipi-plugins added (provides major functionality)
  - debian/digikamthemedesigner.manpage: add missing manpage
* Remaning change to Debian:
  - Section: devel for -dbg package (no debug in Jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    void getFreeSpace();
77
77
    void getThumbnail(const QString& folder, const QString& file);
78
78
    void getExif(const QString& folder, const QString& file);
79
 
    void getCameraInformations();
 
79
    void getCameraInformation();
80
80
    void getPreview();
81
81
    void capture();
82
82
 
94
94
    void signalBusy(bool val);
95
95
    void signalInfoMsg(const QString& msg);
96
96
    void signalErrorMsg(const QString& msg);
97
 
    void signalCameraInformations(const QString& summary, const QString& manual,
 
97
    void signalCameraInformation(const QString& summary, const QString& manual,
98
98
                                  const QString& about);
99
99
    void signalFreeSpace(unsigned long kBSize, unsigned long kBAvail);
100
100
    void signalPreview(const QImage& preview);