~ubuntu-branches/ubuntu/edgy/psi/edgy

« back to all changes in this revision

Viewing changes to src/psiaccount.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-14 16:33:49 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050914163349-3zacov4afysz5cw5
Tags: 0.9.3-2ubuntu1
* Sync with debian
* Applied patch to psi.desktop to start psi without gpg-agent use (known
  issue)
* Updated README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
class EDB;
57
57
class QSSLCert;
58
58
class QHostAddress;
 
59
//class AvatarFactory;
59
60
 
60
61
class PGPKeyDlg : public PGPKeyUI
61
62
{
146
147
        EDB *edb() const;
147
148
        PsiCon *psi() const;
148
149
 
 
150
        // Avatars
 
151
        //AvatarFactory *avatarFactory() const;
 
152
 
149
153
        Status status() const;
150
154
        void setStatusDirect(const Status &);
151
155
        void setStatusActual(const Status &);
152
156
        void login();
153
 
        void logout(bool fast=false);
 
157
        void logout(bool fast=false, const Status &s = Status("", "Logged out", 0, false));
154
158
        bool loggedIn() const;
155
159
        void setNick(const QString &);
156
160
        QString nick() const;
165
169
        void changeVCard();
166
170
        void changePW();
167
171
        void changeStatus(int);
168
 
        void doManageServices();
169
172
        void doDisco();
170
173
 
171
174
        void showXmlConsole();
259
262
        void actionDisco(const Jid &, const QString &);
260
263
        void actionInvite(const Jid &, const QString &);
261
264
        void actionSendFile(const Jid &);
 
265
        void actionSendFiles(const Jid &, const QStringList&);
262
266
        void featureActivated(QString feature, Jid jid, QString node);
263
267
 
264
268
        void actionAssignKey(const Jid &);
296
300
        void client_incomingFileTransfer();
297
301
 
298
302
        void reconnect();
 
303
        void disconnect();
299
304
        void enableNotifyOnline();
300
305
 
301
306
        void slotClientVersionFinished();