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

List:       kde-commits
Subject:    branches/work/akonadi-ports/kdepim/akregator
From:       Frank Osterfeld <frank.osterfeld () kdemail ! net>
Date:       2009-06-18 19:29:10
Message-ID: 1245353350.695243.31683.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 983680 by osterfeld:

merge branches/work/akregator/akonadi-port

------------------------------------------------------------------------
r980774 | divanov | 2009-06-12 15:57:59 +0200 (Fri, 12 Jun 2009) | 6 lines

Lets start porting to libkrss/Akonadi.
Non-compilable code should be disabled with KRSS_PORT_DISABLED.

Replace Akregator::FeedList, SubscriptionListModel and SubscriptionListView
with the respective libkrss classes.

------------------------------------------------------------------------
r980783 | divanov | 2009-06-12 16:09:36 +0200 (Fri, 12 Jun 2009) | 2 lines

Remove FeedListManagementInterface: not used anymore

------------------------------------------------------------------------
r980824 | osterfeld | 2009-06-12 17:20:44 +0200 (Fri, 12 Jun 2009) | 2 lines

require krss

------------------------------------------------------------------------
r981102 | osterfeld | 2009-06-12 21:37:11 +0200 (Fri, 12 Jun 2009) | 2 lines

First item listing from akonadi :)

------------------------------------------------------------------------
r981172 | osterfeld | 2009-06-12 23:09:36 +0200 (Fri, 12 Jun 2009) | 2 lines

display krss items in ArticleViewer

------------------------------------------------------------------------
r981292 | osterfeld | 2009-06-13 09:30:50 +0200 (Sat, 13 Jun 2009) | 2 lines

port colorize proxy model to krss, fixes status display in item list view

------------------------------------------------------------------------
r981293 | osterfeld | 2009-06-13 09:31:53 +0200 (Sat, 13 Jun 2009) | 2 lines

fix order, New overrides Unread

------------------------------------------------------------------------
r981307 | osterfeld | 2009-06-13 10:20:10 +0200 (Sat, 13 Jun 2009) | 2 lines

port to ItemModifyJob

------------------------------------------------------------------------
r981308 | divanov | 2009-06-13 10:27:50 +0200 (Sat, 13 Jun 2009) | 2 lines

Make the item listing listen to updates

------------------------------------------------------------------------
r981310 | osterfeld | 2009-06-13 10:43:41 +0200 (Sat, 13 Jun 2009) | 3 lines

some more porting from Article to Item
mainwidget.cpp compiles without Article declaration included

------------------------------------------------------------------------
r981317 | divanov | 2009-06-13 11:22:37 +0200 (Sat, 13 Jun 2009) | 2 lines

compile

------------------------------------------------------------------------
r981318 | divanov | 2009-06-13 11:24:03 +0200 (Sat, 13 Jun 2009) | 2 lines

FeedListView got its actions back

------------------------------------------------------------------------
r981331 | divanov | 2009-06-13 12:20:15 +0200 (Sat, 13 Jun 2009) | 2 lines

Port more feed-related actions to KRss::Feed

------------------------------------------------------------------------
r981357 | divanov | 2009-06-13 13:45:10 +0200 (Sat, 13 Jun 2009) | 2 lines

Clean up here a bit

------------------------------------------------------------------------
r981381 | osterfeld | 2009-06-13 15:12:40 +0200 (Sat, 13 Jun 2009) | 2 lines

port to KRss::Item

------------------------------------------------------------------------
r981389 | osterfeld | 2009-06-13 15:27:37 +0200 (Sat, 13 Jun 2009) | 2 lines

port to item

------------------------------------------------------------------------
r981391 | osterfeld | 2009-06-13 15:32:04 +0200 (Sat, 13 Jun 2009) | 2 lines

don't include the moribund

------------------------------------------------------------------------
r981393 | osterfeld | 2009-06-13 15:36:49 +0200 (Sat, 13 Jun 2009) | 2 lines

SVN_SILENT less akregator includes

------------------------------------------------------------------------
r981397 | divanov | 2009-06-13 15:45:12 +0200 (Sat, 13 Jun 2009) | 2 lines

Some tag-related actions

------------------------------------------------------------------------
r981401 | osterfeld | 2009-06-13 16:05:54 +0200 (Sat, 13 Jun 2009) | 2 lines

replace CreateFoldercommand by CreateTagCommand

------------------------------------------------------------------------
r981402 | osterfeld | 2009-06-13 16:08:14 +0200 (Sat, 13 Jun 2009) | 2 lines

rename files for createtagcommand

------------------------------------------------------------------------
r981493 | osterfeld | 2009-06-13 17:07:19 +0200 (Sat, 13 Jun 2009) | 2 lines

port CreateFeedCommand, i.e. the actual creation part, the editing part will go to a \
separate command.

------------------------------------------------------------------------
r981511 | osterfeld | 2009-06-13 17:13:27 +0200 (Sat, 13 Jun 2009) | 2 lines

do not leak the dialog

------------------------------------------------------------------------
r981512 | osterfeld | 2009-06-13 17:18:00 +0200 (Sat, 13 Jun 2009) | 2 lines

interval fetches and expiry is not Akregator's business anymore

------------------------------------------------------------------------
r981514 | osterfeld | 2009-06-13 17:20:18 +0200 (Sat, 13 Jun 2009) | 2 lines

remove expireitemscommand

------------------------------------------------------------------------
r981537 | osterfeld | 2009-06-13 17:35:23 +0200 (Sat, 13 Jun 2009) | 2 lines

exclude now unused file from compilation, remove storage handling in the part

------------------------------------------------------------------------
r981543 | osterfeld | 2009-06-13 17:45:55 +0200 (Sat, 13 Jun 2009) | 2 lines

remove references to articlejobs

------------------------------------------------------------------------
r981553 | divanov | 2009-06-13 18:18:02 +0200 (Sat, 13 Jun 2009) | 2 lines

Port to TagDeleteJob/FeedDeleteJob

------------------------------------------------------------------------
r981554 | osterfeld | 2009-06-13 18:18:22 +0200 (Sat, 13 Jun 2009) | 2 lines

port opml import to krss

------------------------------------------------------------------------
r981558 | osterfeld | 2009-06-13 18:27:52 +0200 (Sat, 13 Jun 2009) | 2 lines

exclude more files from compilation, including feedlist.cpp

------------------------------------------------------------------------
r981565 | osterfeld | 2009-06-13 18:41:04 +0200 (Sat, 13 Jun 2009) | 2 lines

--FetchQueue

------------------------------------------------------------------------
r981592 | osterfeld | 2009-06-13 19:25:03 +0200 (Sat, 13 Jun 2009) | 2 lines

more porting of article viewer and formatter. remove Akr::TreeNodeVisitor from \
compilation

------------------------------------------------------------------------
r981595 | osterfeld | 2009-06-13 19:30:06 +0200 (Sat, 13 Jun 2009) | 2 lines

--Akregator::Folder

------------------------------------------------------------------------
r981597 | osterfeld | 2009-06-13 19:43:25 +0200 (Sat, 13 Jun 2009) | 2 lines

exclude article.cpp from compilation

------------------------------------------------------------------------
r981612 | divanov | 2009-06-13 20:59:13 +0200 (Sat, 13 Jun 2009) | 2 lines

Port ProgressManager to krss

------------------------------------------------------------------------
r981725 | osterfeld | 2009-06-14 10:40:50 +0200 (Sun, 14 Jun 2009) | 2 lines

remove some DISABLED sections where porting is not required, remove feed list saving \
handling from the part

------------------------------------------------------------------------
r981738 | osterfeld | 2009-06-14 11:17:45 +0200 (Sun, 14 Jun 2009) | 2 lines

port feed list export to krss

------------------------------------------------------------------------
r981742 | osterfeld | 2009-06-14 11:36:34 +0200 (Sun, 14 Jun 2009) | 2 lines

move import/export slots from Part to MainWidget

------------------------------------------------------------------------
r981762 | divanov | 2009-06-14 12:51:20 +0200 (Sun, 14 Jun 2009) | 2 lines

Track the progress of an ItemListJob in the ProgressManager.

------------------------------------------------------------------------
r981811 | divanov | 2009-06-14 14:27:19 +0200 (Sun, 14 Jun 2009) | 2 lines

Port away from Akregator::FetchQueue

------------------------------------------------------------------------
r982028 | osterfeld | 2009-06-14 21:26:07 +0200 (Sun, 14 Jun 2009) | 2 lines

SVN_SILENT bump version

------------------------------------------------------------------------
r982070 | osterfeld | 2009-06-14 23:01:39 +0200 (Sun, 14 Jun 2009) | 2 lines

port feed summary, by using a FeedVisitor to get hold of NetFeed and its htmlUrl and \
xmlUrl.

------------------------------------------------------------------------
r982079 | osterfeld | 2009-06-14 23:21:45 +0200 (Sun, 14 Jun 2009) | 2 lines

don't compile treenode.cpp, feed.cpp and feedpropertiesdialog.cpp; include cleanup

------------------------------------------------------------------------
r982116 | osterfeld | 2009-06-15 00:53:35 +0200 (Mon, 15 Jun 2009) | 2 lines

implement the edit command for netfeeds, move tag case from mainwidget to \
editsubscriptioncommand

------------------------------------------------------------------------
r982157 | divanov | 2009-06-15 09:11:46 +0200 (Mon, 15 Jun 2009) | 2 lines

Compile

------------------------------------------------------------------------
r982468 | osterfeld | 2009-06-16 00:24:13 +0200 (Tue, 16 Jun 2009) | 2 lines

add metakit migration wizard formerly part of krssreader

------------------------------------------------------------------------
r982607 | divanov | 2009-06-16 14:08:38 +0200 (Tue, 16 Jun 2009) | 4 lines

 - port MarkFeedAsRead and MarkAllFeedsAsRead to krss
 - rename feed_mark_all_as_read to feed_mark_feed_as_read to be
   consistent with the actual action/function names

------------------------------------------------------------------------
r982726 | osterfeld | 2009-06-16 20:02:44 +0200 (Tue, 16 Jun 2009) | 2 lines

move metakit storage impl to akregatorstorageexporter

------------------------------------------------------------------------
r982731 | osterfeld | 2009-06-16 20:05:43 +0200 (Tue, 16 Jun 2009) | 2 lines

Goodbye, mk4storage plugin, goodbye.

------------------------------------------------------------------------
r982732 | osterfeld | 2009-06-16 20:06:41 +0200 (Tue, 16 Jun 2009) | 2 lines

no need to link against akregatorinterfaces anymore

------------------------------------------------------------------------
r982734 | osterfeld | 2009-06-16 20:11:03 +0200 (Tue, 16 Jun 2009) | 2 lines

remove the old storage interfaces

------------------------------------------------------------------------
r982755 | osterfeld | 2009-06-16 20:56:32 +0200 (Tue, 16 Jun 2009) | 2 lines

remove storage plugin loading and some other cruft

------------------------------------------------------------------------
r982768 | osterfeld | 2009-06-16 21:32:01 +0200 (Tue, 16 Jun 2009) | 2 lines

pass config group to store header config in

------------------------------------------------------------------------
r982810 | osterfeld | 2009-06-16 22:37:24 +0200 (Tue, 16 Jun 2009) | 2 lines

remove now unused files

------------------------------------------------------------------------
r983248 | osterfeld | 2009-06-17 22:24:05 +0200 (Wed, 17 Jun 2009) | 2 lines

don't crash if feed list isn't loaded (yet)

------------------------------------------------------------------------
r983258 | osterfeld | 2009-06-17 22:37:51 +0200 (Wed, 17 Jun 2009) | 2 lines

make Command inherit KJob

------------------------------------------------------------------------
r983265 | osterfeld | 2009-06-17 22:58:16 +0200 (Wed, 17 Jun 2009) | 2 lines

register commands in progress manager. we might hide many of them later again though.

------------------------------------------------------------------------
r983282 | osterfeld | 2009-06-17 23:28:16 +0200 (Wed, 17 Jun 2009) | 2 lines

forgot to remove this one

------------------------------------------------------------------------
r983295 | osterfeld | 2009-06-17 23:38:55 +0200 (Wed, 17 Jun 2009) | 2 lines

add config key for the configured active resource

------------------------------------------------------------------------



 M  +10 -2     configuration/akregator_config_advanced.cpp  
 M  +19 -5     configuration/settings_advanced.cpp  
 M  +25 -4     export/CMakeLists.txt  
 M  +4 -41     export/akregatorstorageexporter.cpp  
 A             export/feedstorage.h   \
branches/work/akregator/akonadi-port/akregator/export/feedstorage.h#983658 [License: \
GPL (v2+) (+Qt exception)]  A             export/feedstoragemk4impl.cpp   \
branches/work/akregator/akonadi-port/akregator/export/feedstoragemk4impl.cpp#983658 \
[License: GPL (v2+) (+Qt exception)]  A             export/feedstoragemk4impl.h   \
branches/work/akregator/akonadi-port/akregator/export/feedstoragemk4impl.h#983658 \
[License: GPL (v2+) (+Qt exception)]  AM            export/metakit (directory)   \
branches/work/akregator/akonadi-port/akregator/export/metakit#983658  _             \
export/metakit/src (directory)    A             export/storage.h   \
branches/work/akregator/akonadi-port/akregator/export/storage.h#983658 [License: GPL \
(v2+) (+Qt exception)]  A             export/storagemk4impl.cpp   \
branches/work/akregator/akonadi-port/akregator/export/storagemk4impl.cpp#983658 \
[License: GPL (v2+) (+Qt exception)]  A             export/storagemk4impl.h   \
branches/work/akregator/akonadi-port/akregator/export/storagemk4impl.h#983658 \
[License: GPL (v2+) (+Qt exception)]  M  +3 -11     interfaces/CMakeLists.txt  
 M  +3 -3      interfaces/akregator.kcfg  
 D             interfaces/article.h  
 M  +8 -10     interfaces/command.cpp  
 M  +14 -11    interfaces/command.h  
 D             interfaces/feedlistmanagementinterface.cpp  
 D             interfaces/feedlistmanagementinterface.h  
 D             interfaces/feedstorage.h  
 D             interfaces/storage.h  
 D             interfaces/storagefactory.h  
 D             interfaces/storagefactoryregistry.cpp  
 D             interfaces/storagefactoryregistry.h  
 M  +0 -2      plugins/CMakeLists.txt  
 D             plugins/mk4storage (directory)  
 M  +42 -53    src/CMakeLists.txt  
 M  +1 -1      src/aboutdata.h  
 M  +19 -9     src/abstractselectioncontroller.h  
 M  +73 -61    src/actionmanagerimpl.cpp  
 M  +11 -2     src/actionmanagerimpl.h  
 M  +16 -15    src/addfeeddialog.cpp  
 M  +6 -8      src/addfeeddialog.h  
 M  +54 -232   src/akregator_part.cpp  
 M  +2 -24     src/akregator_part.h  
 M  +11 -10    src/akregator_part.rc  
 D             src/article.cpp  
 M  +158 -132  src/articleformatter.cpp  
 M  +40 -35    src/articleformatter.h  
 D             src/articlejobs.cpp  
 D             src/articlejobs.h  
 M  +29 -38    src/articlelistview.cpp  
 M  +1 -2      src/articlelistview.h  
 M  +9 -5      src/articlematcher.cpp  
 D             src/articlemodel.cpp  
 D             src/articlemodel.h  
 M  +82 -36    src/articleviewer.cpp  
 M  +16 -10    src/articleviewer.h  
 M  +71 -52    src/createfeedcommand.cpp  
 M  +11 -6     src/createfeedcommand.h  
 D             src/createfoldercommand.cpp  
 D             src/createfoldercommand.h  
 M  +3 -8      src/deletesubscriptioncommand.cpp  
 M  +0 -1      src/deletesubscriptioncommand.h  
 D             src/dummystorage (directory)  
 M  +113 -63   src/editsubscriptioncommand.cpp  
 M  +18 -9     src/editsubscriptioncommand.h  
 D             src/expireitemscommand.cpp  
 D             src/expireitemscommand.h  
 A             src/exportfeedlistcommand.cpp   \
branches/work/akregator/akonadi-port/akregator/src/exportfeedlistcommand.cpp#983658 \
[License: GPL (v2+) (+Qt exception)]  A             src/exportfeedlistcommand.h   \
branches/work/akregator/akonadi-port/akregator/src/exportfeedlistcommand.h#983658 \
[License: GPL (v2+) (+Qt exception)]  M  +68 -2     src/feed.cpp  
 M  +4 -0      src/feed.h  
 M  +0 -127    src/feedlist.cpp  
 M  +0 -19     src/feedlist.h  
 D             src/feedpropertiesdialog.cpp  
 D             src/feedpropertiesdialog.h  
 D             src/feedpropertieswidgetbase.ui  
 D             src/fetchqueue.cpp  
 D             src/fetchqueue.h  
 M  +5 -0      src/folder.cpp  
 D             src/folder.h  
 M  +41 -73    src/importfeedlistcommand.cpp  
 M  +5 -15     src/importfeedlistcommand.h  
 A             src/importitemsjob.cpp   \
branches/work/akregator/akonadi-port/akregator/src/importitemsjob.cpp#983658 \
[License: LGPL (v2+)]  A             src/importitemsjob.h   \
branches/work/akregator/akonadi-port/akregator/src/importitemsjob.h#983658 [License: \
LGPL (v2+)]  M  +5 -24     src/kernel.cpp  
 M  +5 -14     src/kernel.h  
 D             src/loadfeedlistcommand.cpp  
 D             src/loadfeedlistcommand.h  
 M  +2 -0      src/main.cpp  
 M  +320 -214  src/mainwidget.cpp  
 M  +34 -33    src/mainwidget.h  
 A             src/migratefeedscommand.cpp   \
branches/work/akregator/akonadi-port/akregator/src/migratefeedscommand.cpp#983658 \
[License: LGPL (v2+)]  A             src/migratefeedscommand.h   \
branches/work/akregator/akonadi-port/akregator/src/migratefeedscommand.h#983658 \
[License: LGPL (v2+)]  A             src/migratefeedswizard.h   \
branches/work/akregator/akonadi-port/akregator/src/migratefeedswizard.h#983658 \
[License: LGPL (v2+)]  A             src/migratefeedswizard_p.h   \
branches/work/akregator/akonadi-port/akregator/src/migratefeedswizard_p.h#983658 \
[License: LGPL (v2+)]  M  +10 -7     src/notificationmanager.cpp  
 M  +12 -11    src/notificationmanager.h  
 M  +0 -3      src/org.kde.akregator.part.xml  
 D             src/pageviewer.cpp  
 D             src/pageviewer.h  
 D             src/pageviewer.rc  
 M  +138 -83   src/progressmanager.cpp  
 M  +45 -26    src/progressmanager.h  
 M  +1 -1      src/searchbar.cpp  
 M  +131 -80   src/selectioncontroller.cpp  
 M  +30 -14    src/selectioncontroller.h  
 D             src/shared.h  
 M  +14 -13    src/speechclient.cpp  
 M  +6 -4      src/speechclient.h  
 D             src/subscriptionlistdelegate.cpp  
 D             src/subscriptionlistdelegate.h  
 D             src/subscriptionlistjobs.cpp  
 D             src/subscriptionlistjobs.h  
 D             src/subscriptionlistmodel.cpp  
 D             src/subscriptionlistmodel.h  
 M  +1 -1      src/subscriptionlistview.cpp  
 D             src/subscriptionlistview.h  
 M  +8 -0      src/treenode.cpp  
 D             src/treenode.h  
 D             src/treenodevisitor.cpp  
 D             src/treenodevisitor.h  


http://websvn.kde.org/?view=rev&revision=983680


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

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