mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2020-08-19 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.SSH_IDENTITY_FILE' field to the database. * Added a 'RECORDINGS.URL_USE_ID_FILE' field to the database. * Added a 'FEEDS.PURGE_USE_ID_FILE' field to the database. * Incremented the database version to 333. * Added 'RDStation::sshIdentityFile()' and 'RDStation::setSshIdentityFile()' methods. * Added 'RDRecording::urlUseIdFile()' and 'RDRecording::setUrlUseIdFile()' methods. * Added 'RDFeed::purgeUseIdFile()' and 'RDFeed::setPurgeUseIdFile()' methods. * Added a 'SSH Ident. File' control to the 'Host' dialog in rdadmin(1). * Added an 'Authenticate with local identity file' checkbox to the 'Feed' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -58,9 +58,11 @@ class ListImages : public RDDialog
|
||||
int SelectedRow() const;
|
||||
bool UploadRemoteImage(const QString &filename,const QString &url,
|
||||
const QString &username,const QString &password,
|
||||
const QString &id_filename,bool use_id_file,
|
||||
QString *err_msg);
|
||||
bool DeleteRemoteImage(const QString &url,const QString &username,
|
||||
const QString &password,QString *err_msg);
|
||||
const QString &password,const QString &id_filename,
|
||||
bool use_id_file,QString *err_msg);
|
||||
EditImage *list_edit_image_dialog;
|
||||
QListView *list_view;
|
||||
RDImagePickerModel *list_model;
|
||||
|
Reference in New Issue
Block a user