2023-05-062023-05-06 Fred Gleason <fredg@paravelsystems.com>

* Refactored the RSS reports in rdadmin(1) to include information on
	missing	items.
	* Modified the feed report in rdcastmanager to include information
	on missing items.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-05-06 11:17:44 -04:00
parent 3cf2fe1ce4
commit 47d30f803e
20 changed files with 881 additions and 287 deletions

View File

@@ -2,7 +2,7 @@
//
// List Rivendell RSS Feeds
//
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -25,9 +25,10 @@
#include <rddialog.h>
#include <rdfeedlistmodel.h>
#include <rdfeedlistview.h>
#include <rdtableview.h>
#include <feedlistview.h>
class ListFeeds : public RDDialog
{
Q_OBJECT
@@ -52,7 +53,7 @@ class ListFeeds : public RDDialog
private:
QLabel *list_box_label;
RDFeedListView *list_feeds_view;
FeedListView *list_feeds_view;
RDFeedListModel *list_feeds_model;
QPushButton *list_add_button;
QPushButton *list_edit_button;