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

List:       kde-commits
Subject:    kdenetwork/kopete/kopete/config/behavior
From:       Olivier Goffart <ogoffart () tiscalinet ! be>
Date:       2004-07-24 11:36:08
Message-ID: 20040724113608.CCFD799CD () office ! kde ! org
[Download RAW message or body]

CVS commit by ogoffart: 

Remove the "notify when away" option
(the option which "send /me is away" to every contacts)
  Commit 1  (the config)
cf Bug 83563


  M +0 -4      behaviorconfig.cpp   1.16
  M +1 -10     kopeteawayconfigbase.ui   1.9


--- kdenetwork/kopete/kopete/config/behavior/behaviorconfig.cpp  #1.15:1.16
@@ -97,6 +97,4 @@ BehaviorConfig::BehaviorConfig(QWidget *
         connect( mAwayConfigUI->mUseAutoAway, SIGNAL(toggled(bool)),
                 this, SLOT(slotSettingsChanged(bool)));
-        connect( mAwayConfigUI->mNotifyAway, SIGNAL(toggled(bool)),
-                this, SLOT(slotSettingsChanged(bool)));
 }
 
@@ -116,5 +114,4 @@ void BehaviorConfig::save()
 
         // "Away" TAB ===============================================================
-        p->setNotifyAway( mAwayConfigUI->mNotifyAway->isChecked());
         p->setRememberedMessages( mAwayConfigUI->rememberedMessages->value() );
 
@@ -161,5 +158,4 @@ void BehaviorConfig::load()
         mAwayConfigUI->mGoAvailable->setChecked(config->readBoolEntry("GoAvailable", true));
         mAwayConfigUI->mUseAutoAway->setChecked(config->readBoolEntry("UseAutoAway", true));
-        mAwayConfigUI->mNotifyAway->setChecked( p->notifyAway() );
         mAwayConfigUI->rememberedMessages->setValue( p->rememberedMessages() );
 

--- kdenetwork/kopete/kopete/config/behavior/kopeteawayconfigbase.ui  #1.8:1.9
@@ -1,3 +1,3 @@
-<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 <class>KopeteAwayConfigBaseUI</class>
 <widget class="QWidget">
@@ -70,12 +70,4 @@
                     </property>
                 </spacer>
-                <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
-                    <property name="name">
-                        <cstring>mNotifyAway</cstring>
-                    </property>
-                    <property name="text">
-                        <string>Notify all open chats when I go away</string>
-                    </property>
-                </widget>
             </grid>
         </widget>
@@ -199,5 +191,4 @@
 </connections>
 <tabstops>
-    <tabstop>mNotifyAway</tabstop>
     <tabstop>mUseAutoAway</tabstop>
     <tabstop>mAutoAwayTimeout</tabstop>


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

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