Loading isis/src/qisis/objs/Directory/Directory.cpp +32 −1 Original line number Diff line number Diff line Loading @@ -598,6 +598,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupBundleObservationViews(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_bundleObservationViews.append(result); QString str = fileItem->fileName(); Loading Loading @@ -659,6 +662,9 @@ namespace Isis { connect(result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupCnetEditorViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); // Connections for control point editing between views connect(result->cnetEditorWidget(), SIGNAL(editControlPoint(ControlPoint *, QString)), this, SLOT(modifyControlPoint(ControlPoint *, QString))); Loading Loading @@ -697,6 +703,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupCubeDnViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); result->setWindowTitle("Cube DN View"); result->setWindowTitle( tr("Cube DN View %1").arg(m_cubeDnViewWidgets.count() ) ); Loading Loading @@ -751,6 +760,7 @@ namespace Isis { connect(result, SIGNAL(destroyed(QObject *)), this, SLOT(cleanupFootprint2DViewWidgets(QObject *))); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); Loading Loading @@ -852,6 +862,9 @@ namespace Isis { this, SLOT(makeBackupActiveControl())); connect (project(), SIGNAL(activeControlSet(bool)), result->controlPointEditWidget(), SLOT(setControlFromActive())); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); } return controlPointEditView(); Loading Loading @@ -885,6 +898,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupMatrixViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_matrixViewWidgets.append(result); result->setWindowTitle( tr("Matrix View %1").arg( m_matrixViewWidgets.count() ) ); Loading @@ -906,6 +922,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupTargetInfoWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_targetInfoWidgets.append(result); result->setWindowTitle( tr("%1").arg(target->displayProperties()->displayName() ) ); Loading @@ -927,6 +946,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupTemplateEditorWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_templateEditorWidgets.append(result); result->setWindowTitle( tr("%1").arg( FileName(currentTemplate->fileName()).name() ) ); Loading @@ -948,6 +970,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupSensorInfoWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_sensorInfoWidgets.append(result); result->setWindowTitle( tr("%1").arg(camera->displayProperties()->displayName() ) ); Loading @@ -970,6 +995,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupFileListWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_fileListWidgets.append(result); result->setWindowTitle( tr("File List %1").arg( m_fileListWidgets.count() ) ); Loading @@ -992,6 +1020,9 @@ namespace Isis { connect(m_projectItemModel, SIGNAL(projectNameEdited(QString)), this, SLOT(initiateRenameProjectWorkOrder(QString))); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); return result; } Loading Loading
isis/src/qisis/objs/Directory/Directory.cpp +32 −1 Original line number Diff line number Diff line Loading @@ -598,6 +598,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupBundleObservationViews(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_bundleObservationViews.append(result); QString str = fileItem->fileName(); Loading Loading @@ -659,6 +662,9 @@ namespace Isis { connect(result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupCnetEditorViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); // Connections for control point editing between views connect(result->cnetEditorWidget(), SIGNAL(editControlPoint(ControlPoint *, QString)), this, SLOT(modifyControlPoint(ControlPoint *, QString))); Loading Loading @@ -697,6 +703,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupCubeDnViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); result->setWindowTitle("Cube DN View"); result->setWindowTitle( tr("Cube DN View %1").arg(m_cubeDnViewWidgets.count() ) ); Loading Loading @@ -751,6 +760,7 @@ namespace Isis { connect(result, SIGNAL(destroyed(QObject *)), this, SLOT(cleanupFootprint2DViewWidgets(QObject *))); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); Loading Loading @@ -852,6 +862,9 @@ namespace Isis { this, SLOT(makeBackupActiveControl())); connect (project(), SIGNAL(activeControlSet(bool)), result->controlPointEditWidget(), SLOT(setControlFromActive())); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); } return controlPointEditView(); Loading Loading @@ -885,6 +898,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupMatrixViewWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_matrixViewWidgets.append(result); result->setWindowTitle( tr("Matrix View %1").arg( m_matrixViewWidgets.count() ) ); Loading @@ -906,6 +922,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupTargetInfoWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_targetInfoWidgets.append(result); result->setWindowTitle( tr("%1").arg(target->displayProperties()->displayName() ) ); Loading @@ -927,6 +946,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupTemplateEditorWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_templateEditorWidgets.append(result); result->setWindowTitle( tr("%1").arg( FileName(currentTemplate->fileName()).name() ) ); Loading @@ -948,6 +970,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupSensorInfoWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_sensorInfoWidgets.append(result); result->setWindowTitle( tr("%1").arg(camera->displayProperties()->displayName() ) ); Loading @@ -970,6 +995,9 @@ namespace Isis { connect( result, SIGNAL( destroyed(QObject *) ), this, SLOT( cleanupFileListWidgets(QObject *) ) ); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); m_fileListWidgets.append(result); result->setWindowTitle( tr("File List %1").arg( m_fileListWidgets.count() ) ); Loading @@ -992,6 +1020,9 @@ namespace Isis { connect(m_projectItemModel, SIGNAL(projectNameEdited(QString)), this, SLOT(initiateRenameProjectWorkOrder(QString))); connect(result, SIGNAL(windowChangeEvent(bool)), m_project, SLOT(setClean(bool))); return result; } Loading