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

List:       kde-commits
Subject:    kdenonbeta/akregator/src (silent)
From:       Sashmit Bhaduri <smt () vfemail ! net>
Date:       2004-05-30 13:52:13
Message-ID: 20040530135213.D3E48126E9 () office ! kde ! org
[Download RAW message or body]

CVS commit by sashmit: 

CVS_SILENT
- remove some dead code
- disable some debug statements


  M +1 -5      akregator_view.cpp   1.78
  M +0 -1      feed.cpp   1.33
  M +0 -1      feed.h   1.19


--- kdenonbeta/akregator/src/akregator_view.cpp  #1.77:1.78
@@ -357,8 +357,4 @@ Feed *aKregatorView::addFeed_Internal(Fe
         fti->setUnread(feed->unread());
 
-    // enable when we need to update favicons, on for example systray
-    //connect( feed, SIGNAL(faviconLoaded()),
-    //         this, SLOT(slotFaviconLoaded()));
-
     return feed;
 }
@@ -895,5 +891,5 @@ void aKregatorView::slotFetchAllFeeds()
     for (QListViewItemIterator it(m_tree->firstChild()); it.current(); ++it)
     {
-        kdDebug() << "Fetching subitem " << (*it)->text(0) << endl;
+        //kdDebug() << "Fetching subitem " << (*it)->text(0) << endl;
         Feed *f = static_cast<Feed *>(m_feeds.find(*it));
         if (f && !f->isGroup())

--- kdenonbeta/akregator/src/feed.cpp  #1.32:1.33
@@ -275,5 +275,4 @@ void Feed::faviconChanged(const QString 
             item()->setPixmap(0, p);
         favicon=p;
-        emit(faviconLoaded(this)); // emit so that other sources can be updated.. not used right now
     }
 }

--- kdenonbeta/akregator/src/feed.h  #1.18:1.19
@@ -88,5 +88,4 @@ namespace Akregator
             void fetchDiscovery(Feed *);
 
-            void faviconLoaded(Feed*);
             void imageLoaded(Feed*);
 


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

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