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

« back to all changes in this revision

Viewing changes to utilities/cameragui/cameraui.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:
82
82
 
83
83
    void signalLastDestination(const KUrl&);
84
84
    void signalAlbumSettingsChanged();
 
85
    void signalWindowHasMoved();
85
86
 
86
87
public slots:
87
88
 
90
91
protected:
91
92
 
92
93
    void closeEvent(QCloseEvent* e);
 
94
    void moveEvent(QMoveEvent *e);
93
95
 
94
96
private:
95
97
 
122
124
    void slotConnected(bool val);
123
125
    void slotBusy(bool val);
124
126
    void slotErrorMsg(const QString& msg);
125
 
    void slotInformations();
 
127
    void slotInformation();
126
128
    void slotCapture();
127
 
    void slotCameraInformations(const QString&, const QString&, const QString&);
 
129
    void slotCameraInformation(const QString&, const QString&, const QString&);
128
130
    void slotCameraFreeSpaceInfo(unsigned long kBSize, unsigned long kBAvail);
129
131
    void slotCollectionLocationStatusChanged(const CollectionLocation &location, int oldStatus);
130
132