[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/yahoo
From:       Will Stephenson <lists () stevello ! free-online ! co ! uk>
Date:       2004-06-14 15:45:44
Message-ID: 20040614154544.1632498DB () office ! kde ! org
[Download RAW message or body]

CVS commit by wstephens: 

Add new animation and protocol support for it.


  A            icons/cr16-action-yahoo_connecting.mng   1.1
  M +1 -0      yahooaccount.cpp   1.86
  M +1 -0      yahooprotocol.cpp   1.73
  M +1 -0      yahooprotocol.h   1.53


--- kdenetwork/kopete/protocols/yahoo/yahooaccount.cpp  #1.85:1.86
@@ -189,4 +189,5 @@ void YahooAccount::connectWithPassword( 
                 kdDebug(14180) << "Attempting to connect to Yahoo on <" << server << \
":" << port << ">. user <" << accountId() << ">" << endl;  
+                static_cast<YahooContact*>( myself() )->setOnlineStatus( \
m_protocol->Connecting );  if(m_session)
                 {

--- kdenetwork/kopete/protocols/yahoo/yahooprotocol.cpp  #1.72:1.73
@@ -53,4 +53,5 @@ YahooProtocol::YahooProtocol( QObject *p
         Custom( KopeteOnlineStatus::Away, 20, this, 99, "yahoo_away", i18n( "Custom" \
                ), i18n( "Custom" ) ),
         Idle( KopeteOnlineStatus::Away, 15, this, 999, "yahoo_idle", i18n( "Idle" ), \
i18n( "Idle" ) ), +        Connecting( KopeteOnlineStatus::Connecting, 2, this, 555, \
"yahoo_connecting", QString::fromLatin1( "FIXME: Make connecting unselectable" ), \
i18n( "Connecting" ) ),  \
awayMessage(Kopete::Global::Properties::self()->awayMessage())  

--- kdenetwork/kopete/protocols/yahoo/yahooprotocol.h  #1.52:1.53
@@ -67,4 +67,5 @@ public:
         const KopeteOnlineStatus Custom;
         const KopeteOnlineStatus Idle;
+        const KopeteOnlineStatus Connecting;
 
         const Kopete::ContactPropertyTmpl awayMessage;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic