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 ------------------------------------------------------------------------ svn path=/branches/work/akonadi-ports/kdepim/; revision=983680
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment