mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 13:54:27 -04:00
FeedReader plugin
- reserved service id - reworked error codes - added xpath manipulation and basic gui elements in preview dialog git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5514 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
08904bf82f
commit
c7ed9c6df7
23 changed files with 1595 additions and 430 deletions
|
@ -14,7 +14,8 @@ SOURCES = FeedReaderPlugin.cpp \
|
|||
gui/FeedReaderStringDefs.cpp \
|
||||
util/CURLWrapper.cpp \
|
||||
util/XMLWrapper.cpp \
|
||||
util/HTMLWrapper.cpp
|
||||
util/HTMLWrapper.cpp \
|
||||
util/XPathWrapper.cpp
|
||||
|
||||
HEADERS = FeedReaderPlugin.h \
|
||||
interface/rsFeedReader.h \
|
||||
|
@ -29,7 +30,8 @@ HEADERS = FeedReaderPlugin.h \
|
|||
gui/FeedReaderStringDefs.h \
|
||||
util/CURLWrapper.h \
|
||||
util/XMLWrapper.h \
|
||||
util/HTMLWrapper.h
|
||||
util/HTMLWrapper.h \
|
||||
util/XPathWrapper.h
|
||||
|
||||
FORMS = gui/FeedReaderDialog.ui \
|
||||
gui/AddFeedDialog.ui \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue