Bug 104979 - Add DCOP for export of feed lists
Summary: Add DCOP for export of feed lists
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 19:22 UTC by Eckhart Wörner
Modified: 2005-05-10 11:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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