Bug 104979

Summary: Add DCOP for export of feed lists
Product: [Applications] akregator Reporter: Eckhart Wörner <ewoerner>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Eckhart Wörner 2005-05-02 19:22:56 UTC
Version:           1.0 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3.1 (3.1))
Compiler:          gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2)
OS:                Linux (i686) release 2.6.10-5-386

It should be possible to export the feed list via DCOP.
Comment 1 Teemu Rytilahti 2005-05-04 19:31:01 UTC
SVN commit 409341 by rytilahti:

Add dcop call to export feeds. Will backport when I learn how to do it :)

BUGS:104979


 M  +2 -0      trunk/KDE/kdepim/akregator/src/akregator_partiface.h  


--- trunk/KDE/kdepim/akregator/src/akregator_partiface.h #409340:409341
@@ -27,6 +27,7 @@
 
 #include <dcopobject.h>
 #include <qstringlist.h>
+#include <kurl.h>
 
 namespace Akregator {
 
@@ -39,6 +40,7 @@
             virtual void fetchAllFeeds() = 0;
             virtual void saveSettings() = 0;
             virtual void addFeedsToGroup(const QStringList&, const QString&) = 0;
+            virtual void exportFile(const KURL& url) = 0;
     };
 
 }
Comment 2 Teemu Rytilahti 2005-05-06 00:04:35 UTC
SVN commit 409884 by rytilahti:

backport #104979
CCBUGS:104979


 M  +2 -0      branches/KDE/3.4/kdepim/akregator/src/akregator_partiface.h  


--- branches/KDE/3.4/kdepim/akregator/src/akregator_partiface.h #409883:409884
@@ -27,6 +27,7 @@
 
 #include <dcopobject.h>
 #include <qstringlist.h>
+#include <kurl.h>
 
 namespace Akregator {
 
@@ -39,6 +40,7 @@
             virtual void fetchAllFeeds() = 0;
             virtual void saveSettings() = 0;
             virtual void addFeedsToGroup(const QStringList&, const QString&) = 0;
+            virtual void exportFile(const KURL& url) = 0;
     };
 
 }
Comment 3 Torbjörn Turpeinen 2005-05-10 11:02:11 UTC
This patch made kdepim fail to compile in mandriva le2005
i had to revert it