2007-03-29 19:43:08 +04:00
|
|
|
/*
|
|
|
|
* Bittorrent Client using Qt4 and libtorrent.
|
2007-07-14 18:31:59 +04:00
|
|
|
* Copyright (C) 2006 Christophe Dumez, Arnaud Demaiziere
|
2007-03-29 19:43:08 +04:00
|
|
|
*
|
2007-07-14 18:31:59 +04:00
|
|
|
* 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.
|
2007-03-29 19:43:08 +04:00
|
|
|
*
|
|
|
|
* 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
|
2007-07-14 18:31:59 +04:00
|
|
|
* along with this program; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*
|
2009-04-05 21:00:55 +04:00
|
|
|
* In addition, as a special exception, the copyright holders give permission to
|
|
|
|
* link this program with the OpenSSL project's "OpenSSL" library (or with
|
|
|
|
* modified versions of it that use the same license as the "OpenSSL" library),
|
|
|
|
* and distribute the linked executables. You must obey the GNU General Public
|
|
|
|
* License in all respects for all of the code used other than "OpenSSL". If you
|
|
|
|
* modify file(s), you may extend this exception to your version of the file(s),
|
|
|
|
* but you are not obligated to do so. If you do not wish to do so, delete this
|
|
|
|
* exception statement from your version.
|
|
|
|
*
|
2007-07-14 18:31:59 +04:00
|
|
|
* Contact : chris@qbittorrent.org arnaud@qbittorrent.org
|
2007-03-29 19:43:08 +04:00
|
|
|
*/
|
|
|
|
#ifndef __RSS_IMP_H__
|
|
|
|
#define __RSS_IMP_H__
|
|
|
|
|
2007-04-13 16:07:14 +04:00
|
|
|
#define REFRESH_MAX_LATENCY 600000
|
2007-04-13 03:53:15 +04:00
|
|
|
|
2009-08-28 21:29:34 +04:00
|
|
|
#include <QPointer>
|
2013-07-22 22:38:57 +04:00
|
|
|
#include <QShortcut>
|
2009-08-28 21:29:34 +04:00
|
|
|
|
2015-10-14 12:31:44 +03:00
|
|
|
#include "base/rss/rssfolder.h"
|
|
|
|
#include "base/rss/rssmanager.h"
|
2007-03-29 19:43:08 +04:00
|
|
|
#include "ui_rss.h"
|
|
|
|
|
2010-10-10 15:03:09 +04:00
|
|
|
class FeedListWidget;
|
2007-07-23 16:46:36 +04:00
|
|
|
|
2011-02-27 18:41:05 +03:00
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class QTreeWidgetItem;
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
2014-12-07 13:11:18 +03:00
|
|
|
class RSSImp: public QWidget, public Ui::RSS
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
2007-03-29 19:43:08 +04:00
|
|
|
|
2010-06-22 17:39:49 +04:00
|
|
|
public:
|
2017-01-08 03:46:01 +03:00
|
|
|
RSSImp(QWidget * parent);
|
2014-12-07 13:11:18 +03:00
|
|
|
~RSSImp();
|
2007-04-05 16:39:42 +04:00
|
|
|
|
2009-08-22 06:30:28 +04:00
|
|
|
public slots:
|
2014-12-07 13:11:18 +03:00
|
|
|
void deleteSelectedItems();
|
|
|
|
void updateRefreshInterval(uint val);
|
2007-08-03 19:02:16 +04:00
|
|
|
|
2015-03-10 21:21:29 +03:00
|
|
|
signals:
|
|
|
|
void updateRSSCount(int);
|
|
|
|
|
2011-01-29 16:44:56 +03:00
|
|
|
private slots:
|
2014-12-07 13:11:18 +03:00
|
|
|
void on_newFeedButton_clicked();
|
|
|
|
void refreshAllFeeds();
|
|
|
|
void on_markReadButton_clicked();
|
2017-01-08 03:46:01 +03:00
|
|
|
void displayRSSListMenu(const QPoint &);
|
|
|
|
void displayItemsListMenu(const QPoint &);
|
2014-12-07 13:11:18 +03:00
|
|
|
void renameSelectedRssFile();
|
|
|
|
void refreshSelectedItems();
|
|
|
|
void copySelectedFeedsURL();
|
2017-01-08 03:46:01 +03:00
|
|
|
void populateArticleList(QTreeWidgetItem *item);
|
2014-12-07 13:11:18 +03:00
|
|
|
void refreshTextBrowser();
|
|
|
|
void updateFeedIcon(const QString &url, const QString &icon_path);
|
|
|
|
void updateFeedInfos(const QString &url, const QString &display_name, uint nbUnread);
|
2017-01-08 03:46:01 +03:00
|
|
|
void onFeedContentChanged(const QString &url);
|
|
|
|
void updateItemsInfos(const QList<QTreeWidgetItem *> &items);
|
2014-12-07 13:11:18 +03:00
|
|
|
void updateItemInfos(QTreeWidgetItem *item);
|
|
|
|
void openSelectedArticlesUrls();
|
|
|
|
void downloadSelectedTorrents();
|
2017-01-08 03:46:01 +03:00
|
|
|
void fillFeedsList(QTreeWidgetItem *parent = 0, const Rss::FolderPtr &rss_parent = Rss::FolderPtr());
|
2014-12-07 13:11:18 +03:00
|
|
|
void saveSlidersPosition();
|
|
|
|
void restoreSlidersPosition();
|
|
|
|
void askNewFolder();
|
|
|
|
void saveFoldersOpenState();
|
|
|
|
void loadFoldersOpenState();
|
|
|
|
void on_settingsButton_clicked();
|
|
|
|
void on_rssDownloaderBtn_clicked();
|
2010-11-13 13:49:22 +03:00
|
|
|
|
2012-08-19 15:55:30 +04:00
|
|
|
private:
|
2017-01-08 03:46:01 +03:00
|
|
|
static QListWidgetItem *createArticleListItem(const Rss::ArticlePtr &article);
|
|
|
|
static QTreeWidgetItem *createFolderListItem(const Rss::FilePtr &rssFile);
|
2012-08-19 15:55:30 +04:00
|
|
|
|
2010-06-22 17:39:49 +04:00
|
|
|
private:
|
2015-10-15 19:33:27 +03:00
|
|
|
Rss::ManagerPtr m_rssManager;
|
2014-12-07 13:11:18 +03:00
|
|
|
FeedListWidget *m_feedList;
|
2017-01-08 03:46:01 +03:00
|
|
|
QListWidgetItem *m_currentArticle;
|
2014-12-07 13:11:18 +03:00
|
|
|
QShortcut *editHotkey;
|
|
|
|
QShortcut *deleteHotkey;
|
2007-03-29 19:43:08 +04:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|