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

List:       kde-commits
Subject:    kdenetwork/kopete
From:       Stephan Binner <binner () kde ! org>
Date:       2005-02-16 12:53:27
Message-ID: 20050216125327.5B3201C460 () office ! kde ! org
[Download RAW message or body]

CVS commit by binner: 

iconsets for disabled icons


  M +2 -2      kopete/config/accounts/kopeteaccountconfig.cpp   1.23
  M +4 -4      plugins/history/historydialog.cpp   1.9
  M +2 -2      protocols/irc/ircprotocol.cpp   1.205


--- kdenetwork/kopete/protocols/irc/ircprotocol.cpp  #1.204:1.205
@@ -742,6 +742,6 @@ void IRCProtocol::editNetworks( const QS
                 netConf = new NetworkConfig( Kopete::UI::Global::mainWidget(), \
                "network_config", true );
                 netConf->host->setValidator( new QRegExpValidator( \
                QString::fromLatin1("^[\\w-\\.]*$"), netConf ) );
-                netConf->upButton->setPixmap( SmallIcon( "up" )  );
-                netConf->downButton->setPixmap( SmallIcon( "down" ) );
+                netConf->upButton->setIconSet( SmallIconSet( "up" )  );
+                netConf->downButton->setIconSet( SmallIconSet( "down" ) );
 
                 connect( netConf->networkList, SIGNAL( selectionChanged() ), this, \
SLOT( slotUpdateNetworkConfig() ) );

--- kdenetwork/kopete/plugins/history/historydialog.cpp  #1.8:1.9
@@ -71,8 +71,8 @@ HistoryDialog::HistoryDialog(Kopete::Met
         setMainWidget(mMainWidget);
 
-        mMainWidget->mBack->setPixmap(SmallIcon("2leftarrow"));
-        mMainWidget->mPrevious->setPixmap(SmallIcon(QString::fromLatin1("1leftarrow")));
                
-        mMainWidget->mNext->setPixmap(SmallIcon(QString::fromLatin1("1rightarrow")));
                
-        mMainWidget->mForward->setPixmap(SmallIcon(QString::fromLatin1("2rightarrow")));
 +        mMainWidget->mBack->setIconSet(SmallIconSet("2leftarrow"));
+        mMainWidget->mPrevious->setIconSet(SmallIconSet(QString::fromLatin1("1leftarrow")));
 +        mMainWidget->mNext->setIconSet(SmallIconSet(QString::fromLatin1("1rightarrow")));
 +        mMainWidget->mForward->setIconSet(SmallIconSet(QString::fromLatin1("2rightarrow")));
  
 

--- kdenetwork/kopete/kopete/config/accounts/kopeteaccountconfig.cpp  #1.22:1.23
@@ -59,6 +59,6 @@ KopeteAccountConfig::KopeteAccountConfig
         m_view = new KopeteAccountConfigBase( this, "KopeteAccountConfig::m_view" );
 
-        m_view->mButtonUp->setPixmap( SmallIcon( "up" ) );
-        m_view->mButtonDown->setPixmap( SmallIcon( "down" ) );
+        m_view->mButtonUp->setIconSet( SmallIconSet( "up" ) );
+        m_view->mButtonDown->setIconSet( SmallIconSet( "down" ) );
 
         connect( m_view->mButtonNew,    SIGNAL( clicked() ), this, SLOT( \
slotAddAccount() ) );


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

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