From kde-commits Wed Apr 27 12:29:39 2005 From: Olivier Goffart Date: Wed, 27 Apr 2005 12:29:39 +0000 To: kde-commits Subject: kdenetwork/kopete/kopete Message-Id: <20050427122939.E71DA630 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111460502124381 CVS commit by ogoffart: Remove useless debug output M +2 -3 kopeteapplication.cpp 1.195 M +5 -5 chatwindow/chatview.cpp 1.198 M +0 -4 contactlist/kopetemetacontactlvi.cpp 1.125 --- kdenetwork/kopete/kopete/kopeteapplication.cpp #1.194:1.195 @@ -255,5 +255,5 @@ void KopeteApplication::slotAllPluginsLo int KopeteApplication::newInstance() { - kdDebug(14000) << k_funcinfo << endl; +// kdDebug(14000) << k_funcinfo << endl; handleURLArgs(); @@ -282,6 +282,5 @@ void KopeteApplication::handleURLArgs() { KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - kdDebug(14000) << k_funcinfo << "called with " << args->count() << - " arguments to handle." << endl; +// kdDebug(14000) << k_funcinfo << "called with " << args->count() << " arguments to handle." << endl; if ( args->count() > 0 ) --- kdenetwork/kopete/kopete/chatwindow/chatview.cpp #1.197:1.198 @@ -485,6 +485,6 @@ void ChatView::toggleMembersVisibility() void ChatView::placeMembersList( KDockWidget::DockPosition dp ) { - kdDebug(14000) << k_funcinfo << "Members list policy " << membersStatus << - ", visible " << d->visibleMembers << endl; +// kdDebug(14000) << k_funcinfo << "Members list policy " << membersStatus << +// ", visible " << d->visibleMembers << endl; if ( d->visibleMembers ) @@ -632,5 +632,5 @@ void ChatView::slotContactAdded(const Ko void ChatView::slotContactRemoved( const Kopete::Contact *contact, const QString &reason, Kopete::Message::MessageFormat format, bool suppressNotification ) { - kdDebug(14000) << k_funcinfo << endl; +// kdDebug(14000) << k_funcinfo << endl; if ( contact != m_manager->myself() ) { @@ -666,5 +666,5 @@ QString& ChatView::caption() const void ChatView::setCaption( const QString &text, bool modified ) { - kdDebug(14000) << k_funcinfo << endl; +// kdDebug(14000) << k_funcinfo << endl; QString newCaption = text; @@ -742,5 +742,5 @@ void ChatView::slotToggleRtfToolbar( boo void ChatView::slotContactStatusChanged( Kopete::Contact *contact, const Kopete::OnlineStatus &newStatus, const Kopete::OnlineStatus &oldStatus ) { - kdDebug(14000) << k_funcinfo << endl; +// kdDebug(14000) << k_funcinfo << endl; bool inhibitNotification = ( newStatus.status() == Kopete::OnlineStatus::Unknown || oldStatus.status() == Kopete::OnlineStatus::Unknown ); --- kdenetwork/kopete/kopete/contactlist/kopetemetacontactlvi.cpp #1.124:1.125 @@ -93,8 +93,4 @@ public: toolTip += QString::fromLatin1("").arg( photoName ); } - else - { - kdDebug( 14010 ) << k_funcinfo << "null picture" << endl; - } toolTip += QString::fromLatin1("");