mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-29 16:06:56 +01:00
2022-11-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'QString *err_msg' argument to 'RDDownload::runDownload()'. * Added a 'QString *err_msg' argument to 'RDDownload::runUpload()'. * Fixed regression in rdcatch(1) that caused upload and download events to fail to show exit status correctly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -306,8 +306,8 @@ MainWidget::MainWidget(RDConfig *c,QWidget *parent)
|
||||
catch_recordings_model->setFont(defaultFont());
|
||||
catch_recordings_model->setPalette(palette());
|
||||
connect(rda->ripc(),SIGNAL(notificationReceived(RDNotification *)),
|
||||
catch_recordings_model
|
||||
,SLOT(notificationReceivedData(RDNotification *)));
|
||||
catch_recordings_model,
|
||||
SLOT(notificationReceivedData(RDNotification *)));
|
||||
catch_recordings_view->setModel(catch_recordings_model);
|
||||
catch_recordings_view->setSortingEnabled(true);
|
||||
catch_recordings_view->sortByColumn(2,Qt::AscendingOrder);
|
||||
@@ -654,7 +654,7 @@ void MainWidget::ripcUserData()
|
||||
void MainWidget::catchEventReceivedData(RDCatchEvent *evt)
|
||||
{
|
||||
// printf("catchEventReceivedData()\n");
|
||||
// printf("%s\n",evt->dump().toUtf8().constData());
|
||||
// printf("CatchEvent: %s\n",evt->dump().toUtf8().constData());
|
||||
|
||||
switch(evt->operation()) {
|
||||
case RDCatchEvent::DeckStatusResponseOp:
|
||||
|
||||
Reference in New Issue
Block a user