mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 13:52:43 -04:00
Added new button to open the link of the message in browser or copy the link of the message.
Added "RSS: " for the forum feeds. Parse the feedburner:origLink in the rss feed. Moved download functions to a new class CURLWrapper for easy use. Added two new functions (currently only for local feeds for testing): - embed images into the message (works for Qt 4.7 and higher) - save complete web page git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5399 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8f2ff3eaf5
commit
148d1310a2
17 changed files with 806 additions and 237 deletions
|
@ -6,6 +6,7 @@ SOURCES = FeedReaderPlugin.cpp \
|
|||
services/p3FeedReader.cc \
|
||||
services/p3FeedReaderThread.cc \
|
||||
services/rsFeedReaderItems.cc \
|
||||
services/util/CURLWrapper.cc \
|
||||
gui/FeedReaderDialog.cpp \
|
||||
gui/AddFeedDialog.cpp \
|
||||
gui/FeedReaderNotify.cpp \
|
||||
|
@ -16,6 +17,7 @@ HEADERS = FeedReaderPlugin.h \
|
|||
services/p3FeedReader.h \
|
||||
services/p3FeedReaderThread.h \
|
||||
services/rsFeedReaderItems.h \
|
||||
services/util/CURLWrapper.h \
|
||||
gui/FeedReaderDialog.h \
|
||||
gui/AddFeedDialog.h \
|
||||
gui/FeedReaderNotify.h \
|
||||
|
@ -39,7 +41,7 @@ linux-* {
|
|||
}
|
||||
|
||||
win32 {
|
||||
DEFINES += CURL_STATICLIB
|
||||
DEFINES += CURL_STATICLIB LIBXML_STATIC
|
||||
|
||||
CURL_DIR = ../../../curl-7.26.0
|
||||
LIBXML2_DIR = ../../../libxml2-2.8.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue