OSDN Git Service

import akregator from kdepim and syndication from kdepimlibs (required by akregator)
authorIvailo Monev <xakepa10@gmail.com>
Mon, 1 Dec 2014 18:30:26 +0000 (18:30 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 1 Dec 2014 18:30:26 +0000 (18:30 +0000)
commit10e3ce132e16aad98f9f8a6b4bbcb6f74bb7f555
tree978f646ed760938fffea1757a40549561e20e17c
parent068cda5f8d83eb23ae7b8c6b16ca4bcb1be929ee
import akregator from kdepim and syndication from kdepimlibs (required by akregator)
621 files changed:
CMakeLists.txt
akregator/.krazy [new file with mode: 0644]
akregator/AUTHORS [new file with mode: 0644]
akregator/CMakeLists.txt [new file with mode: 0644]
akregator/COPYING [new file with mode: 0644]
akregator/ChangeLog [new file with mode: 0644]
akregator/HACKING [new file with mode: 0644]
akregator/Mainpage.dox [new file with mode: 0644]
akregator/Messages.sh [new file with mode: 0644]
akregator/README [new file with mode: 0644]
akregator/akregator.lsm [new file with mode: 0644]
akregator/config-akregator.h.cmake [new file with mode: 0644]
akregator/configuration/CMakeLists.txt [new file with mode: 0644]
akregator/configuration/akregator_config_advanced.cpp [new file with mode: 0644]
akregator/configuration/akregator_config_advanced.desktop [new file with mode: 0644]
akregator/configuration/akregator_config_advanced.h [new file with mode: 0644]
akregator/configuration/akregator_config_appearance.cpp [new file with mode: 0644]
akregator/configuration/akregator_config_appearance.desktop [new file with mode: 0644]
akregator/configuration/akregator_config_appearance.h [new file with mode: 0644]
akregator/configuration/akregator_config_archive.cpp [new file with mode: 0644]
akregator/configuration/akregator_config_archive.desktop [new file with mode: 0644]
akregator/configuration/akregator_config_archive.h [new file with mode: 0644]
akregator/configuration/akregator_config_browser.cpp [new file with mode: 0644]
akregator/configuration/akregator_config_browser.desktop [new file with mode: 0644]
akregator/configuration/akregator_config_browser.h [new file with mode: 0644]
akregator/configuration/akregator_config_general.cpp [new file with mode: 0644]
akregator/configuration/akregator_config_general.desktop [new file with mode: 0644]
akregator/configuration/akregator_config_general.h [new file with mode: 0644]
akregator/configuration/settings_advanced.cpp [new file with mode: 0644]
akregator/configuration/settings_advanced.h [new file with mode: 0644]
akregator/configuration/settings_advancedbase.ui [new file with mode: 0644]
akregator/configuration/settings_appearance.ui [new file with mode: 0644]
akregator/configuration/settings_archive.ui [new file with mode: 0644]
akregator/configuration/settings_browser.ui [new file with mode: 0644]
akregator/configuration/settings_general.ui [new file with mode: 0644]
akregator/export/CMakeLists.txt [new file with mode: 0644]
akregator/export/akregatorstorageexporter.cpp [new file with mode: 0644]
akregator/interfaces/CMakeLists.txt [new file with mode: 0644]
akregator/interfaces/akregator.kcfg [new file with mode: 0644]
akregator/interfaces/akregator_export.h [new file with mode: 0644]
akregator/interfaces/akregatorconfig.kcfgc [new file with mode: 0644]
akregator/interfaces/article.h [new file with mode: 0644]
akregator/interfaces/command.cpp [new file with mode: 0644]
akregator/interfaces/command.h [new file with mode: 0644]
akregator/interfaces/feedlistmanagementinterface.cpp [new file with mode: 0644]
akregator/interfaces/feedlistmanagementinterface.h [new file with mode: 0644]
akregator/interfaces/feedstorage.h [new file with mode: 0644]
akregator/interfaces/plugin.cpp [new file with mode: 0644]
akregator/interfaces/plugin.h [new file with mode: 0644]
akregator/interfaces/storage.h [new file with mode: 0644]
akregator/interfaces/storagefactory.h [new file with mode: 0644]
akregator/interfaces/storagefactoryregistry.cpp [new file with mode: 0644]
akregator/interfaces/storagefactoryregistry.h [new file with mode: 0644]
akregator/interfaces/types.h [new file with mode: 0644]
akregator/plugins/CMakeLists.txt [new file with mode: 0644]
akregator/plugins/mk4storage/CMakeLists.txt [new file with mode: 0644]
akregator/plugins/mk4storage/akregator_mk4storage_plugin.desktop [new file with mode: 0644]
akregator/plugins/mk4storage/feedstoragemk4impl.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/feedstoragemk4impl.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/CHANGES [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/README [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4dll.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4io.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4str.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/include/mk4str.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/license.terms [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/borc.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/column.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/column.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/column.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/custom.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/custom.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/derived.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/derived.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/doxy.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/field.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/field.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/field.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/fileio.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/format.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/format.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/gnuc.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/handler.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/handler.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/handler.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/header.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/mfc.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/msvc.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/mwcw.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/persist.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/persist.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/remap.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/remap.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/std.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/std.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/store.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/store.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/store.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/string.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/table.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/univ.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/univ.h [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/univ.inl [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/view.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/viewx.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/metakit/src/win.h [new file with mode: 0644]
akregator/plugins/mk4storage/mk4config.kcfgc [new file with mode: 0644]
akregator/plugins/mk4storage/mk4plugin.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/mk4plugin.h [new file with mode: 0644]
akregator/plugins/mk4storage/storagefactorymk4impl.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/storagefactorymk4impl.h [new file with mode: 0644]
akregator/plugins/mk4storage/storagemk4impl.cpp [new file with mode: 0644]
akregator/plugins/mk4storage/storagemk4impl.h [new file with mode: 0644]
akregator/plugins/onlinesync/CMakeLists.txt [new file with mode: 0644]
akregator/plugins/onlinesync/akregator_config_onlinesync.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/akregator_config_onlinesync.desktop [new file with mode: 0644]
akregator/plugins/onlinesync/akregator_config_onlinesync.h [new file with mode: 0644]
akregator/plugins/onlinesync/akregator_onlinesync_plugin.desktop [new file with mode: 0644]
akregator/plugins/onlinesync/akregator_onlinesync_plugin.rc [new file with mode: 0644]
akregator/plugins/onlinesync/onlinesyncplugin.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/onlinesyncplugin.h [new file with mode: 0644]
akregator/plugins/onlinesync/onlinesyncplugin.kcfgc [new file with mode: 0644]
akregator/plugins/onlinesync/onlinesyncsettings.kcfg [new file with mode: 0644]
akregator/plugins/onlinesync/onlinesyncsettings.kcfgc [new file with mode: 0644]
akregator/plugins/onlinesync/sync/aggregator.h [new file with mode: 0644]
akregator/plugins/onlinesync/sync/akregator.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/sync/akregator.h [new file with mode: 0644]
akregator/plugins/onlinesync/sync/feedsync.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/sync/feedsync.h [new file with mode: 0644]
akregator/plugins/onlinesync/sync/googlereader.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/sync/googlereader.h [new file with mode: 0644]
akregator/plugins/onlinesync/sync/opml.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/sync/opml.h [new file with mode: 0644]
akregator/plugins/onlinesync/sync/subscriptionlist.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/sync/subscriptionlist.h [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationdialog.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationdialog.h [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationdialogadd.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationdialogadd.h [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationdialogadd.ui [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationwidget.cpp [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationwidget.h [new file with mode: 0644]
akregator/plugins/onlinesync/ui/configurationwidget.ui [new file with mode: 0644]
akregator/plugins/sharemicroblog/CMakeLists.txt [new file with mode: 0644]
akregator/plugins/sharemicroblog/akregator_config_sharemicroblog.cpp [new file with mode: 0644]
akregator/plugins/sharemicroblog/akregator_config_sharemicroblog.desktop [new file with mode: 0644]
akregator/plugins/sharemicroblog/akregator_config_sharemicroblog.h [new file with mode: 0644]
akregator/plugins/sharemicroblog/akregator_sharemicroblog_plugin.desktop [new file with mode: 0644]
akregator/plugins/sharemicroblog/akregator_sharemicroblog_plugin.rc [new file with mode: 0644]
akregator/plugins/sharemicroblog/configurationwidget.ui [new file with mode: 0644]
akregator/plugins/sharemicroblog/sharemicroblogplugin.cpp [new file with mode: 0644]
akregator/plugins/sharemicroblog/sharemicroblogplugin.h [new file with mode: 0644]
akregator/plugins/sharemicroblog/sharesettings.kcfg [new file with mode: 0644]
akregator/plugins/sharemicroblog/sharesettings.kcfgc [new file with mode: 0644]
akregator/src/CMakeLists.txt [new file with mode: 0644]
akregator/src/about/CMakeLists.txt [new file with mode: 0644]
akregator/src/about/akregator.css [new file with mode: 0644]
akregator/src/about/main.html [new file with mode: 0644]
akregator/src/about/top-left-akregator.png [new file with mode: 0644]
akregator/src/aboutdata.cpp [new file with mode: 0644]
akregator/src/aboutdata.h [new file with mode: 0644]
akregator/src/abstractselectioncontroller.cpp [new file with mode: 0644]
akregator/src/abstractselectioncontroller.h [new file with mode: 0644]
akregator/src/actionmanager.cpp [new file with mode: 0644]
akregator/src/actionmanager.h [new file with mode: 0644]
akregator/src/actionmanagerimpl.cpp [new file with mode: 0644]
akregator/src/actionmanagerimpl.h [new file with mode: 0644]
akregator/src/actions.cpp [new file with mode: 0644]
akregator/src/actions.h [new file with mode: 0644]
akregator/src/addfeeddialog.cpp [new file with mode: 0644]
akregator/src/addfeeddialog.h [new file with mode: 0644]
akregator/src/addfeedwidgetbase.ui [new file with mode: 0644]
akregator/src/akregator.desktop [new file with mode: 0644]
akregator/src/akregator.notifyrc [new file with mode: 0644]
akregator/src/akregator_options.h [new file with mode: 0644]
akregator/src/akregator_part.cpp [new file with mode: 0644]
akregator/src/akregator_part.desktop [new file with mode: 0644]
akregator/src/akregator_part.h [new file with mode: 0644]
akregator/src/akregator_part.rc [new file with mode: 0644]
akregator/src/akregator_plugin.desktop [new file with mode: 0644]
akregator/src/akregator_shell.rc [new file with mode: 0644]
akregator/src/article.cpp [new file with mode: 0644]
akregator/src/articleformatter.cpp [new file with mode: 0644]
akregator/src/articleformatter.h [new file with mode: 0644]
akregator/src/articlejobs.cpp [new file with mode: 0644]
akregator/src/articlejobs.h [new file with mode: 0644]
akregator/src/articlelistview.cpp [new file with mode: 0644]
akregator/src/articlelistview.h [new file with mode: 0644]
akregator/src/articlematcher.cpp [new file with mode: 0644]
akregator/src/articlematcher.h [new file with mode: 0644]
akregator/src/articlemodel.cpp [new file with mode: 0644]
akregator/src/articlemodel.h [new file with mode: 0644]
akregator/src/articleviewer.cpp [new file with mode: 0644]
akregator/src/articleviewer.h [new file with mode: 0644]
akregator/src/articleviewer.rc [new file with mode: 0644]
akregator/src/browserframe.cpp [new file with mode: 0644]
akregator/src/browserframe.h [new file with mode: 0644]
akregator/src/browserframe_p.cpp [new file with mode: 0644]
akregator/src/browserframe_p.h [new file with mode: 0644]
akregator/src/browserrun.cpp [new file with mode: 0644]
akregator/src/browserrun.h [new file with mode: 0644]
akregator/src/createfeedcommand.cpp [new file with mode: 0644]
akregator/src/createfeedcommand.h [new file with mode: 0644]
akregator/src/createfoldercommand.cpp [new file with mode: 0644]
akregator/src/createfoldercommand.h [new file with mode: 0644]
akregator/src/deletesubscriptioncommand.cpp [new file with mode: 0644]
akregator/src/deletesubscriptioncommand.h [new file with mode: 0644]
akregator/src/dummystorage/feedstoragedummyimpl.cpp [new file with mode: 0644]
akregator/src/dummystorage/feedstoragedummyimpl.h [new file with mode: 0644]
akregator/src/dummystorage/storagedummyimpl.cpp [new file with mode: 0644]
akregator/src/dummystorage/storagedummyimpl.h [new file with mode: 0644]
akregator/src/dummystorage/storagefactorydummyimpl.cpp [new file with mode: 0644]
akregator/src/dummystorage/storagefactorydummyimpl.h [new file with mode: 0644]
akregator/src/editsubscriptioncommand.cpp [new file with mode: 0644]
akregator/src/editsubscriptioncommand.h [new file with mode: 0644]
akregator/src/expireitemscommand.cpp [new file with mode: 0644]
akregator/src/expireitemscommand.h [new file with mode: 0644]
akregator/src/feed.cpp [new file with mode: 0644]
akregator/src/feed.h [new file with mode: 0644]
akregator/src/feed.protocol [new file with mode: 0644]
akregator/src/feediconmanager.cpp [new file with mode: 0644]
akregator/src/feediconmanager.h [new file with mode: 0644]
akregator/src/feedlist.cpp [new file with mode: 0644]
akregator/src/feedlist.h [new file with mode: 0644]
akregator/src/feedpropertiesdialog.cpp [new file with mode: 0644]
akregator/src/feedpropertiesdialog.h [new file with mode: 0644]
akregator/src/feedpropertieswidgetbase.ui [new file with mode: 0644]
akregator/src/fetchqueue.cpp [new file with mode: 0644]
akregator/src/fetchqueue.h [new file with mode: 0644]
akregator/src/folder.cpp [new file with mode: 0644]
akregator/src/folder.h [new file with mode: 0644]
akregator/src/frame.cpp [new file with mode: 0644]
akregator/src/frame.h [new file with mode: 0644]
akregator/src/framemanager.cpp [new file with mode: 0644]
akregator/src/framemanager.h [new file with mode: 0644]
akregator/src/icons/CMakeLists.txt [new file with mode: 0644]
akregator/src/icons/action-rss_tag.svg [new file with mode: 0644]
akregator/src/icons/hi128-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi16-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi16-app-akregator_empty.png [new file with mode: 0644]
akregator/src/icons/hi22-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi256-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi32-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi48-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hi64-app-akregator.png [new file with mode: 0644]
akregator/src/icons/hisc-app-akregator.svgz [new file with mode: 0644]
akregator/src/icons/kmmsgnew.png [new file with mode: 0644]
akregator/src/icons/kmmsgunseen.png [new file with mode: 0644]
akregator/src/importfeedlistcommand.cpp [new file with mode: 0644]
akregator/src/importfeedlistcommand.h [new file with mode: 0644]
akregator/src/kernel.cpp [new file with mode: 0644]
akregator/src/kernel.h [new file with mode: 0644]
akregator/src/loadfeedlistcommand.cpp [new file with mode: 0644]
akregator/src/loadfeedlistcommand.h [new file with mode: 0644]
akregator/src/main.cpp [new file with mode: 0644]
akregator/src/mainwidget.cpp [new file with mode: 0644]
akregator/src/mainwidget.h [new file with mode: 0644]
akregator/src/mainwindow.cpp [new file with mode: 0644]
akregator/src/mainwindow.h [new file with mode: 0644]
akregator/src/notificationmanager.cpp [new file with mode: 0644]
akregator/src/notificationmanager.h [new file with mode: 0644]
akregator/src/openurlrequest.cpp [new file with mode: 0644]
akregator/src/openurlrequest.h [new file with mode: 0644]
akregator/src/org.kde.akregator.part.xml [new file with mode: 0644]
akregator/src/pageviewer.rc [new file with mode: 0644]
akregator/src/pluginmanager.cpp [new file with mode: 0644]
akregator/src/pluginmanager.h [new file with mode: 0644]
akregator/src/progressmanager.cpp [new file with mode: 0644]
akregator/src/progressmanager.h [new file with mode: 0644]
akregator/src/searchbar.cpp [new file with mode: 0644]
akregator/src/searchbar.h [new file with mode: 0644]
akregator/src/selectioncontroller.cpp [new file with mode: 0644]
akregator/src/selectioncontroller.h [new file with mode: 0644]
akregator/src/shared.h [new file with mode: 0644]
akregator/src/speechclient.cpp [new file with mode: 0644]
akregator/src/speechclient.h [new file with mode: 0644]
akregator/src/subscriptionlistdelegate.cpp [new file with mode: 0644]
akregator/src/subscriptionlistdelegate.h [new file with mode: 0644]
akregator/src/subscriptionlistjobs.cpp [new file with mode: 0644]
akregator/src/subscriptionlistjobs.h [new file with mode: 0644]
akregator/src/subscriptionlistmodel.cpp [new file with mode: 0644]
akregator/src/subscriptionlistmodel.h [new file with mode: 0644]
akregator/src/subscriptionlistview.cpp [new file with mode: 0644]
akregator/src/subscriptionlistview.h [new file with mode: 0644]
akregator/src/tabwidget.cpp [new file with mode: 0644]
akregator/src/tabwidget.h [new file with mode: 0644]
akregator/src/trayicon.cpp [new file with mode: 0644]
akregator/src/trayicon.h [new file with mode: 0644]
akregator/src/treenode.cpp [new file with mode: 0644]
akregator/src/treenode.h [new file with mode: 0644]
akregator/src/treenodevisitor.cpp [new file with mode: 0644]
akregator/src/treenodevisitor.h [new file with mode: 0644]
akregator/src/utils.cpp [new file with mode: 0644]
akregator/src/utils.h [new file with mode: 0644]
akregator/src/utils/filtercolumnsproxymodel.cpp [new file with mode: 0644]
akregator/src/utils/filtercolumnsproxymodel.h [new file with mode: 0644]
akregator/src/utils/temporaryvalue.h [new file with mode: 0644]
syndication/.krazy [new file with mode: 0644]
syndication/CMakeLists.txt [new file with mode: 0644]
syndication/Mainpage.dox [new file with mode: 0644]
syndication/abstractparser.cpp [new file with mode: 0644]
syndication/abstractparser.h [new file with mode: 0644]
syndication/atom/CMakeLists.txt [new file with mode: 0644]
syndication/atom/Mainpage.dox [new file with mode: 0644]
syndication/atom/atom.h [new file with mode: 0644]
syndication/atom/atomtools.cpp [new file with mode: 0644]
syndication/atom/atomtools.h [new file with mode: 0644]
syndication/atom/category.cpp [new file with mode: 0644]
syndication/atom/category.h [new file with mode: 0644]
syndication/atom/constants.cpp [new file with mode: 0644]
syndication/atom/constants.h [new file with mode: 0644]
syndication/atom/content.cpp [new file with mode: 0644]
syndication/atom/content.h [new file with mode: 0644]
syndication/atom/document.cpp [new file with mode: 0644]
syndication/atom/document.h [new file with mode: 0644]
syndication/atom/entry.cpp [new file with mode: 0644]
syndication/atom/entry.h [new file with mode: 0644]
syndication/atom/generator.cpp [new file with mode: 0644]
syndication/atom/generator.h [new file with mode: 0644]
syndication/atom/link.cpp [new file with mode: 0644]
syndication/atom/link.h [new file with mode: 0644]
syndication/atom/parser.cpp [new file with mode: 0644]
syndication/atom/parser.h [new file with mode: 0644]
syndication/atom/person.cpp [new file with mode: 0644]
syndication/atom/person.h [new file with mode: 0644]
syndication/atom/source.cpp [new file with mode: 0644]
syndication/atom/source.h [new file with mode: 0644]
syndication/category.cpp [new file with mode: 0644]
syndication/category.h [new file with mode: 0644]
syndication/constants.cpp [new file with mode: 0644]
syndication/constants.h [new file with mode: 0644]
syndication/dataretriever.cpp [new file with mode: 0644]
syndication/dataretriever.h [new file with mode: 0644]
syndication/documentsource.cpp [new file with mode: 0644]
syndication/documentsource.h [new file with mode: 0644]
syndication/documentvisitor.cpp [new file with mode: 0644]
syndication/documentvisitor.h [new file with mode: 0644]
syndication/elementwrapper.cpp [new file with mode: 0644]
syndication/elementwrapper.h [new file with mode: 0644]
syndication/enclosure.cpp [new file with mode: 0644]
syndication/enclosure.h [new file with mode: 0644]
syndication/feed.cpp [new file with mode: 0644]
syndication/feed.h [new file with mode: 0644]
syndication/global.cpp [new file with mode: 0644]
syndication/global.h [new file with mode: 0644]
syndication/image.cpp [new file with mode: 0644]
syndication/image.h [new file with mode: 0644]
syndication/item.cpp [new file with mode: 0644]
syndication/item.h [new file with mode: 0644]
syndication/loader.cpp [new file with mode: 0644]
syndication/loader.h [new file with mode: 0644]
syndication/mapper.h [new file with mode: 0644]
syndication/mapper/categoryatomimpl.cpp [new file with mode: 0644]
syndication/mapper/categoryatomimpl.h [new file with mode: 0644]
syndication/mapper/categoryrss2impl.cpp [new file with mode: 0644]
syndication/mapper/categoryrss2impl.h [new file with mode: 0644]
syndication/mapper/enclosureatomimpl.cpp [new file with mode: 0644]
syndication/mapper/enclosureatomimpl.h [new file with mode: 0644]
syndication/mapper/enclosurerss2impl.cpp [new file with mode: 0644]
syndication/mapper/enclosurerss2impl.h [new file with mode: 0644]
syndication/mapper/feedatomimpl.cpp [new file with mode: 0644]
syndication/mapper/feedatomimpl.h [new file with mode: 0644]
syndication/mapper/feedrdfimpl.cpp [new file with mode: 0644]
syndication/mapper/feedrdfimpl.h [new file with mode: 0644]
syndication/mapper/feedrss2impl.cpp [new file with mode: 0644]
syndication/mapper/feedrss2impl.h [new file with mode: 0644]
syndication/mapper/imageatomimpl.h [new file with mode: 0644]
syndication/mapper/imagerdfimpl.cpp [new file with mode: 0644]
syndication/mapper/imagerdfimpl.h [new file with mode: 0644]
syndication/mapper/imagerss2impl.cpp [new file with mode: 0644]
syndication/mapper/imagerss2impl.h [new file with mode: 0644]
syndication/mapper/itematomimpl.cpp [new file with mode: 0644]
syndication/mapper/itematomimpl.h [new file with mode: 0644]
syndication/mapper/itemrdfimpl.cpp [new file with mode: 0644]
syndication/mapper/itemrdfimpl.h [new file with mode: 0644]
syndication/mapper/itemrss2impl.cpp [new file with mode: 0644]
syndication/mapper/itemrss2impl.h [new file with mode: 0644]
syndication/mapper/mapperatomimpl.h [new file with mode: 0644]
syndication/mapper/mapperrdfimpl.h [new file with mode: 0644]
syndication/mapper/mapperrss2impl.h [new file with mode: 0644]
syndication/parsercollection.h [new file with mode: 0644]
syndication/parsercollectionimpl.h [new file with mode: 0644]
syndication/person.cpp [new file with mode: 0644]
syndication/person.h [new file with mode: 0644]
syndication/personimpl.cpp [new file with mode: 0644]
syndication/personimpl.h [new file with mode: 0644]
syndication/rdf/CMakeLists.txt [new file with mode: 0644]
syndication/rdf/Mainpage.dox [new file with mode: 0644]
syndication/rdf/contentvocab.cpp [new file with mode: 0644]
syndication/rdf/contentvocab.h [new file with mode: 0644]
syndication/rdf/document.cpp [new file with mode: 0644]
syndication/rdf/document.h [new file with mode: 0644]
syndication/rdf/dublincore.cpp [new file with mode: 0644]
syndication/rdf/dublincore.h [new file with mode: 0644]
syndication/rdf/dublincorevocab.cpp [new file with mode: 0644]
syndication/rdf/dublincorevocab.h [new file with mode: 0644]
syndication/rdf/image.cpp [new file with mode: 0644]
syndication/rdf/image.h [new file with mode: 0644]
syndication/rdf/item.cpp [new file with mode: 0644]
syndication/rdf/item.h [new file with mode: 0644]
syndication/rdf/literal.cpp [new file with mode: 0644]
syndication/rdf/literal.h [new file with mode: 0644]
syndication/rdf/model.cpp [new file with mode: 0644]
syndication/rdf/model.h [new file with mode: 0644]
syndication/rdf/model_p.h [new file with mode: 0644]
syndication/rdf/modelmaker.cpp [new file with mode: 0644]
syndication/rdf/modelmaker.h [new file with mode: 0644]
syndication/rdf/node.cpp [new file with mode: 0644]
syndication/rdf/node.h [new file with mode: 0644]
syndication/rdf/nodevisitor.cpp [new file with mode: 0644]
syndication/rdf/nodevisitor.h [new file with mode: 0644]
syndication/rdf/parser.cpp [new file with mode: 0644]
syndication/rdf/parser.h [new file with mode: 0644]
syndication/rdf/property.cpp [new file with mode: 0644]
syndication/rdf/property.h [new file with mode: 0644]
syndication/rdf/rdf.h [new file with mode: 0644]
syndication/rdf/rdfvocab.cpp [new file with mode: 0644]
syndication/rdf/rdfvocab.h [new file with mode: 0644]
syndication/rdf/resource.cpp [new file with mode: 0644]
syndication/rdf/resource.h [new file with mode: 0644]
syndication/rdf/resourcewrapper.cpp [new file with mode: 0644]
syndication/rdf/resourcewrapper.h [new file with mode: 0644]
syndication/rdf/rssvocab.cpp [new file with mode: 0644]
syndication/rdf/rssvocab.h [new file with mode: 0644]
syndication/rdf/sequence.cpp [new file with mode: 0644]
syndication/rdf/sequence.h [new file with mode: 0644]
syndication/rdf/statement.cpp [new file with mode: 0644]
syndication/rdf/statement.h [new file with mode: 0644]
syndication/rdf/syndicationinfo.cpp [new file with mode: 0644]
syndication/rdf/syndicationinfo.h [new file with mode: 0644]
syndication/rdf/syndicationvocab.cpp [new file with mode: 0644]
syndication/rdf/syndicationvocab.h [new file with mode: 0644]
syndication/rdf/textinput.cpp [new file with mode: 0644]
syndication/rdf/textinput.h [new file with mode: 0644]
syndication/rss2/CMakeLists.txt [new file with mode: 0644]
syndication/rss2/Mainpage.dox [new file with mode: 0644]
syndication/rss2/category.cpp [new file with mode: 0644]
syndication/rss2/category.h [new file with mode: 0644]
syndication/rss2/cloud.cpp [new file with mode: 0644]
syndication/rss2/cloud.h [new file with mode: 0644]
syndication/rss2/document.cpp [new file with mode: 0644]
syndication/rss2/document.h [new file with mode: 0644]
syndication/rss2/enclosure.cpp [new file with mode: 0644]
syndication/rss2/enclosure.h [new file with mode: 0644]
syndication/rss2/image.cpp [new file with mode: 0644]
syndication/rss2/image.h [new file with mode: 0644]
syndication/rss2/item.cpp [new file with mode: 0644]
syndication/rss2/item.h [new file with mode: 0644]
syndication/rss2/parser.cpp [new file with mode: 0644]
syndication/rss2/parser.h [new file with mode: 0644]
syndication/rss2/rss2.h [new file with mode: 0644]
syndication/rss2/source.cpp [new file with mode: 0644]
syndication/rss2/source.h [new file with mode: 0644]
syndication/rss2/textinput.cpp [new file with mode: 0644]
syndication/rss2/textinput.h [new file with mode: 0644]
syndication/rss2/tools_p.cpp [new file with mode: 0644]
syndication/rss2/tools_p.h [new file with mode: 0644]
syndication/specificdocument.cpp [new file with mode: 0644]
syndication/specificdocument.h [new file with mode: 0644]
syndication/specificitem.cpp [new file with mode: 0644]
syndication/specificitem.h [new file with mode: 0644]
syndication/specificitemvisitor.cpp [new file with mode: 0644]
syndication/specificitemvisitor.h [new file with mode: 0644]
syndication/syndication.h [new file with mode: 0644]
syndication/tests/CMakeLists.txt [new file with mode: 0644]
syndication/tests/LICENSE.UNITTESTS [new file with mode: 0644]
syndication/tests/additional/README [new file with mode: 0644]
syndication/tests/additional/gmane.comp.gnu.binutils.xml [new file with mode: 0644]
syndication/tests/atom/atom10_authors_and_contributors.xml [new file with mode: 0644]
syndication/tests/atom/atom10_authors_and_contributors.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_authors_priority.xml [new file with mode: 0644]
syndication/tests/atom/atom10_authors_priority.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_category.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_category.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_content.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_content.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_id.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_id.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_link.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_link.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_summary.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_summary.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_entry_title.xml [new file with mode: 0644]
syndication/tests/atom/atom10_entry_title.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_generator.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_generator.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_icon.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_icon.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_logo.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_logo.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_escaped_markup.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_escaped_markup.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_inline_markup.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_inline_markup.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_inline_markup_2.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_inline_markup_2.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_text.xml [new file with mode: 0644]
syndication/tests/atom/atom10_feed_rights_text.xml.expected [new file with mode: 0644]
syndication/tests/atom/atom10_relative_uris.xml [new file with mode: 0644]
syndication/tests/atom/atom10_relative_uris.xml.expected [new file with mode: 0644]
syndication/tests/atom/bildblog.xml [new file with mode: 0644]
syndication/tests/atom/bildblog.xml.expected [new file with mode: 0644]
syndication/tests/atom/blogspot.com-plaintext.xml [new file with mode: 0644]
syndication/tests/atom/blogspot.com-plaintext.xml.expected [new file with mode: 0644]
syndication/tests/atom/blogspot.com_heimwege.xml [new file with mode: 0644]
syndication/tests/atom/blogspot.com_heimwege.xml.expected [new file with mode: 0644]
syndication/tests/atom/bug-190068.xml [new file with mode: 0644]
syndication/tests/atom/bug-190068.xml.expected [new file with mode: 0644]
syndication/tests/atom/heise-atom.xml [new file with mode: 0644]
syndication/tests/atom/heise-atom.xml.expected [new file with mode: 0644]
syndication/tests/atom/heise-foto.xml-not_tested [new file with mode: 0644]
syndication/tests/atom/qtblog.xml [new file with mode: 0644]
syndication/tests/atom/qtblog.xml.expected [new file with mode: 0644]
syndication/tests/atom/rssowl.org.xml [new file with mode: 0644]
syndication/tests/atom/rssowl.org.xml.expected [new file with mode: 0644]
syndication/tests/atom/tbray.org_nested_xmlbase.xml [new file with mode: 0644]
syndication/tests/atom/tbray.org_nested_xmlbase.xml.expected [new file with mode: 0644]
syndication/tests/atom/wordpress2_atom03_example.xml [new file with mode: 0644]
syndication/tests/atom/wordpress2_atom03_example.xml.expected [new file with mode: 0644]
syndication/tests/benchmark.cpp [new file with mode: 0644]
syndication/tests/fetchFeeds.rb [new file with mode: 0644]
syndication/tests/getUrlsFromOPML.rb [new file with mode: 0644]
syndication/tests/rdf/don.antville.org.xml [new file with mode: 0644]
syndication/tests/rdf/don.antville.org.xml.expected [new file with mode: 0644]
syndication/tests/rdf/heise.de-newsticker.xml [new file with mode: 0644]
syndication/tests/rdf/heise.de-newsticker.xml.expected [new file with mode: 0644]
syndication/tests/rdf/javaworld.xml [new file with mode: 0644]
syndication/tests/rdf/javaworld.xml.expected [new file with mode: 0644]
syndication/tests/rdf/laut.de.xml [new file with mode: 0644]
syndication/tests/rdf/laut.de.xml.expected [new file with mode: 0644]
syndication/tests/rdf/rss090_channel_title.xml [new file with mode: 0644]
syndication/tests/rdf/rss090_channel_title.xml.expected [new file with mode: 0644]
syndication/tests/rdf/rss090_item_title.xml [new file with mode: 0644]
syndication/tests/rdf/rss090_item_title.xml.expected [new file with mode: 0644]
syndication/tests/rdf/security_debian.rdf.xml [new file with mode: 0644]
syndication/tests/rdf/security_debian.rdf.xml.expected [new file with mode: 0644]
syndication/tests/rdf/slashdot.xml [new file with mode: 0644]
syndication/tests/rdf/slashdot.xml.expected [new file with mode: 0644]
syndication/tests/rdf/tagesschau.de.xml [new file with mode: 0644]
syndication/tests/rdf/tagesschau.de.xml.expected [new file with mode: 0644]
syndication/tests/rss2/akregator_blog_rss2.xml [new file with mode: 0644]
syndication/tests/rss2/akregator_blog_rss2.xml.expected [new file with mode: 0644]
syndication/tests/rss2/arstechnica.xml [new file with mode: 0644]
syndication/tests/rss2/arstechnica.xml.expected [new file with mode: 0644]
syndication/tests/rss2/assembla.xml [new file with mode: 0644]
syndication/tests/rss2/assembla.xml.expected [new file with mode: 0644]
syndication/tests/rss2/chaosradio-podcast.xml [new file with mode: 0644]
syndication/tests/rss2/chaosradio-podcast.xml.expected [new file with mode: 0644]
syndication/tests/rss2/cia_osterfeld.xml [new file with mode: 0644]
syndication/tests/rss2/cia_osterfeld.xml.expected [new file with mode: 0644]
syndication/tests/rss2/content-f.xml [new file with mode: 0644]
syndication/tests/rss2/content-f.xml.expected [new file with mode: 0644]
syndication/tests/rss2/content-g.xml [new file with mode: 0644]
syndication/tests/rss2/content-g.xml.expected [new file with mode: 0644]
syndication/tests/rss2/corante.com_many.xml [new file with mode: 0644]
syndication/tests/rss2/corante.com_many.xml.expected [new file with mode: 0644]
syndication/tests/rss2/desc-a.xml [new file with mode: 0644]
syndication/tests/rss2/desc-a.xml.expected [new file with mode: 0644]
syndication/tests/rss2/desc-b.xml [new file with mode: 0644]
syndication/tests/rss2/desc-b.xml.expected [new file with mode: 0644]
syndication/tests/rss2/desc-c.xml [new file with mode: 0644]
syndication/tests/rss2/desc-c.xml.expected [new file with mode: 0644]
syndication/tests/rss2/desc-d.xml [new file with mode: 0644]
syndication/tests/rss2/desc-d.xml.expected [new file with mode: 0644]
syndication/tests/rss2/desc-e.xml [new file with mode: 0644]
syndication/tests/rss2/desc-e.xml.expected [new file with mode: 0644]
syndication/tests/rss2/enclosure.xml [new file with mode: 0644]
syndication/tests/rss2/enclosure.xml.expected [new file with mode: 0644]
syndication/tests/rss2/feedster_search_akregator.xml [new file with mode: 0644]
syndication/tests/rss2/feedster_search_akregator.xml.expected [new file with mode: 0644]
syndication/tests/rss2/hilfe_us.xml-not_tested [new file with mode: 0644]
syndication/tests/rss2/inhabitat.xml [new file with mode: 0644]
syndication/tests/rss2/inhabitat.xml.expected [new file with mode: 0644]
syndication/tests/rss2/kde-apps.rss2.xml [new file with mode: 0644]
syndication/tests/rss2/kde-apps.rss2.xml.expected [new file with mode: 0644]
syndication/tests/rss2/linux_org_ru.xml [new file with mode: 0644]
syndication/tests/rss2/linux_org_ru.xml.expected [new file with mode: 0644]
syndication/tests/rss2/linuxfr_forums.xml [new file with mode: 0644]
syndication/tests/rss2/linuxfr_forums.xml.expected [new file with mode: 0644]
syndication/tests/rss2/livejournal.com_madfire.xml [new file with mode: 0644]
syndication/tests/rss2/livejournal.com_madfire.xml.expected [new file with mode: 0644]
syndication/tests/rss2/lunatic_fringe.xml [new file with mode: 0644]
syndication/tests/rss2/lunatic_fringe.xml.expected [new file with mode: 0644]
syndication/tests/rss2/pcinpact_news.xml [new file with mode: 0644]
syndication/tests/rss2/pcinpact_news.xml.expected [new file with mode: 0644]
syndication/tests/rss2/pennyarcade.xml [new file with mode: 0644]
syndication/tests/rss2/pennyarcade.xml.expected [new file with mode: 0644]
syndication/tests/rss2/pro-linux.rss091.xml [new file with mode: 0644]
syndication/tests/rss2/pro-linux.rss091.xml.expected [new file with mode: 0644]
syndication/tests/rss2/reddit.com.xml [new file with mode: 0644]
syndication/tests/rss2/reddit.com.xml.expected [new file with mode: 0644]
syndication/tests/rss2/schockwellenreiter.xml [new file with mode: 0644]
syndication/tests/rss2/schockwellenreiter.xml.expected [new file with mode: 0644]
syndication/tests/rss2/spreeblick.xml [new file with mode: 0644]
syndication/tests/rss2/spreeblick.xml.expected [new file with mode: 0644]
syndication/tests/rss2/stefandecker.org.xml [new file with mode: 0644]
syndication/tests/rss2/stefandecker.org.xml.expected [new file with mode: 0644]
syndication/tests/rss2/sueddeutsche.rss2.xml [new file with mode: 0644]
syndication/tests/rss2/sueddeutsche.rss2.xml.expected [new file with mode: 0644]
syndication/tests/rss2/xhtml-h.xml [new file with mode: 0644]
syndication/tests/rss2/xhtml-h.xml.expected [new file with mode: 0644]
syndication/tests/rss2/xhtml-i.xml [new file with mode: 0644]
syndication/tests/rss2/xhtml-i.xml.expected [new file with mode: 0644]
syndication/tests/rss2/xhtml-j.xml [new file with mode: 0644]
syndication/tests/rss2/xhtml-j.xml.expected [new file with mode: 0644]
syndication/tests/rss2/xhtml-k.xml [new file with mode: 0644]
syndication/tests/rss2/xhtml-k.xml.expected [new file with mode: 0644]
syndication/tests/rss2/zeit.de.xml [new file with mode: 0644]
syndication/tests/rss2/zeit.de.xml.expected [new file with mode: 0644]
syndication/tests/testfeeds.rb [new file with mode: 0755]
syndication/tests/testlibsyndication.cpp [new file with mode: 0644]
syndication/tests/testloader.cpp [new file with mode: 0644]
syndication/tests/testloader.h [new file with mode: 0644]
syndication/tests/testpersonimpl.cpp [new file with mode: 0644]
syndication/tests/testpersonimpl.h [new file with mode: 0644]
syndication/tools.cpp [new file with mode: 0644]
syndication/tools.h [new file with mode: 0644]