2008-06-20 08:43:23 -04:00
|
|
|
/****************************************************************
|
|
|
|
* RetroShare is distributed under the following license:
|
|
|
|
*
|
|
|
|
* Copyright (C) 2008 Robert Fernie
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
* Boston, MA 02110-1301, USA.
|
|
|
|
****************************************************************/
|
|
|
|
|
|
|
|
#ifndef _NEWS_FEED_DIALOG_H
|
|
|
|
#define _NEWS_FEED_DIALOG_H
|
|
|
|
|
|
|
|
#include "mainpage.h"
|
|
|
|
#include "ui_NewsFeed.h"
|
|
|
|
|
|
|
|
#include "gui/feeds/FeedHolder.h"
|
2013-04-21 18:20:11 -04:00
|
|
|
#include <retroshare-gui/RsAutoUpdatePage.h>
|
2008-06-20 08:43:23 -04:00
|
|
|
class RsFeedItem;
|
|
|
|
|
|
|
|
class ForumNewItem;
|
|
|
|
class ChanMsgItem;
|
2010-08-31 13:13:52 -04:00
|
|
|
class ChatMsgItem;
|
2013-01-14 17:41:31 -05:00
|
|
|
class FeedNotify;
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2013-04-21 18:20:11 -04:00
|
|
|
class NewsFeed : public RsAutoUpdatePage, public FeedHolder, private Ui::NewsFeed
|
2008-06-20 08:43:23 -04:00
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
/** Default Constructor */
|
|
|
|
NewsFeed(QWidget *parent = 0);
|
|
|
|
/** Default Destructor */
|
2012-09-04 16:04:49 -04:00
|
|
|
virtual ~NewsFeed();
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2013-06-21 20:05:02 -04:00
|
|
|
virtual UserNotify *getUserNotify(QObject *parent);
|
|
|
|
|
|
|
|
/* FeedHolder Functions (for FeedItem functionality) */
|
2012-10-08 19:06:34 -04:00
|
|
|
virtual QScrollArea *getScrollArea();
|
2010-05-20 17:00:59 -04:00
|
|
|
virtual void deleteFeedItem(QWidget *item, uint32_t type);
|
|
|
|
virtual void openChat(std::string peerId);
|
2013-03-15 17:02:43 -04:00
|
|
|
virtual void openComments(uint32_t type, const RsGxsGroupId &groupId, const RsGxsMessageId &msgId, const QString &title);
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2012-09-04 16:04:49 -04:00
|
|
|
static void testFeeds(uint notifyFlags);
|
2013-01-14 17:41:31 -05:00
|
|
|
static void testFeed(FeedNotify *feedNotify);
|
2012-09-04 16:04:49 -04:00
|
|
|
|
2013-04-21 18:20:11 -04:00
|
|
|
virtual void updateDisplay();
|
2010-11-10 07:24:36 -05:00
|
|
|
signals:
|
|
|
|
void newsFeedChanged(int count);
|
|
|
|
|
2008-06-20 08:43:23 -04:00
|
|
|
private slots:
|
|
|
|
// void toggleChanMsgItems(bool on);
|
2011-03-24 15:43:52 -04:00
|
|
|
void feedoptions();
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2010-11-06 15:13:33 -04:00
|
|
|
void removeAll();
|
|
|
|
void itemDestroyed(QObject*);
|
2008-06-20 08:43:23 -04:00
|
|
|
|
|
|
|
private:
|
2010-09-01 16:54:24 -04:00
|
|
|
void addFeedItem(QWidget *item);
|
2012-02-01 07:21:14 -05:00
|
|
|
void addFeedItemIfUnique(QWidget *item, int itemType, const std::string &sslId, bool replace);
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2010-05-20 17:00:59 -04:00
|
|
|
void addFeedItemPeerConnect(RsFeedItem &fi);
|
|
|
|
void addFeedItemPeerDisconnect(RsFeedItem &fi);
|
|
|
|
void addFeedItemPeerNew(RsFeedItem &fi);
|
|
|
|
void addFeedItemPeerHello(RsFeedItem &fi);
|
2011-07-11 11:53:41 -04:00
|
|
|
|
|
|
|
void addFeedItemSecurityConnectAttempt(RsFeedItem &fi);
|
|
|
|
void addFeedItemSecurityAuthDenied(RsFeedItem &fi);
|
|
|
|
void addFeedItemSecurityUnknownIn(RsFeedItem &fi);
|
|
|
|
void addFeedItemSecurityUnknownOut(RsFeedItem &fi);
|
2011-07-10 21:08:01 -04:00
|
|
|
|
2010-05-20 17:00:59 -04:00
|
|
|
void addFeedItemChanNew(RsFeedItem &fi);
|
|
|
|
void addFeedItemChanUpdate(RsFeedItem &fi);
|
|
|
|
void addFeedItemChanMsg(RsFeedItem &fi);
|
|
|
|
void addFeedItemForumNew(RsFeedItem &fi);
|
|
|
|
void addFeedItemForumUpdate(RsFeedItem &fi);
|
|
|
|
void addFeedItemForumMsg(RsFeedItem &fi);
|
|
|
|
void addFeedItemBlogNew(RsFeedItem &fi);
|
|
|
|
void addFeedItemBlogMsg(RsFeedItem &fi);
|
2012-09-04 16:04:49 -04:00
|
|
|
void addFeedItemChatNew(RsFeedItem &fi, bool addWithoutCheck);
|
2010-05-20 17:00:59 -04:00
|
|
|
void addFeedItemMessage(RsFeedItem &fi);
|
|
|
|
void addFeedItemFilesNew(RsFeedItem &fi);
|
2008-06-20 08:43:23 -04:00
|
|
|
|
2010-11-10 07:24:36 -05:00
|
|
|
void sendNewsFeedChanged();
|
|
|
|
|
2012-02-01 07:21:14 -05:00
|
|
|
QSet<QObject*> widgets;
|
2008-06-20 08:43:23 -04:00
|
|
|
|
|
|
|
/* lists of feedItems */
|
|
|
|
std::list<ForumNewItem *> mForumNewItems;
|
|
|
|
|
|
|
|
std::list<ChanMsgItem *> mChanMsgItems;
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|