mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-05-20 Fred Gleason <fredg@paravelsystems.com>
* Added 'FEEDS.CHANNEL_AUTHOR', 'FEEDS.CHANNEL_OWNER_NAME', 'FEEDS.CHANNEL_OWNER_EMAIL', 'FEEDS.CHANNEL_EXPLICIT' and 'PODCASTS.ITEM_EXPLICIT' fields to the database. * Incremented the database version to 326. * Added 'RDFeed::channelAuthor()', 'RDFeed::setChannelAuthor()', 'RDFeed::channelOwnerName()', 'RDFeed::setChannelOwnerName()', 'RDFeed::channelOwnerEmail(), 'RDFeed::setChannelOwnerEmail()', 'RDFeed::channelExplicit()', 'RDFeed::setChannelExplicit()', 'RDPodcast::itemExplicit()' and 'RDPodcast::setItemExplicit()' methods. * Added 'Author', Owner Name' and 'Owner E-Mail controls to the 'Edit Feed' dialog box in rdadmin(1). * Added a 'Channel contains explicit content' checkbox to the 'Edit Feed' dialog box in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -65,8 +65,6 @@ class EditFeed : public RDDialog
|
||||
void UpdateControlState();
|
||||
RDFeed *feed_feed;
|
||||
RDImagePickerModel *feed_image_model;
|
||||
QLabel *feed_keyname_label;
|
||||
QLineEdit *feed_keyname_edit;
|
||||
QLabel *feed_is_superfeed_label;
|
||||
QPushButton *feed_is_superfeed_button;
|
||||
QPushButton *feed_list_images_button;
|
||||
@@ -80,9 +78,17 @@ class EditFeed : public RDDialog
|
||||
QLineEdit *feed_channel_copyright_edit;
|
||||
QLabel *feed_channel_editor_label;
|
||||
QLineEdit *feed_channel_editor_edit;
|
||||
QLabel *feed_channel_author_label;
|
||||
QLineEdit *feed_channel_author_edit;
|
||||
QLabel *feed_channel_owner_name_label;
|
||||
QLineEdit *feed_channel_owner_name_edit;
|
||||
QLabel *feed_channel_owner_email_label;
|
||||
QLineEdit *feed_channel_owner_email_edit;
|
||||
QLabel *feed_channel_webmaster_label;
|
||||
QLineEdit *feed_channel_webmaster_edit;
|
||||
QLineEdit *feed_channel_language_edit;
|
||||
QCheckBox *feed_channel_explicit_check;
|
||||
QLabel *feed_channel_explicit_label;
|
||||
QLineEdit *feed_base_url_edit;
|
||||
QLineEdit *feed_base_preamble_edit;
|
||||
QLineEdit *feed_purge_url_edit;
|
||||
|
Reference in New Issue
Block a user