Loading isis/src/qisis/apps/ipce/IpceMainWindow.cpp +1 −4 Original line number Diff line number Diff line Loading @@ -187,9 +187,6 @@ namespace Isis { workorder->execute(); } } void IpceMainWindow::setProjectClean() { m_directory->project()->setClean(true); } /** Loading isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,6 @@ namespace Isis { void cleanupViewDockList(QObject *obj); void setProjectClean(); private: Q_DISABLE_COPY(IpceMainWindow); Loading isis/src/qisis/objs/Directory/Directory.h +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ namespace Isis { * multiple cnetEditorViews with same cnet. * @history 2018-07-12 Kaitlyn Lee - Changed connection between cnetModified() and project's * activeControlModified() to cnetModified() and project's renamed * method cnetModified(). Fixes #5414. * method cnetModified(). This will allow users to save a nonactive * cnet, since changes to multiple cnets will be connected. Fixes #5414. * @history 2018-07-13 Kaitlyn Lee - Added connection to color the save net button to black when * a cnet is saved. Added signal activeControlModified() and changed * connections that alerted views to redraw themselves when a cnet was Loading isis/src/qisis/objs/Project/Project.h +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ namespace Isis { * was not the active, the active was the only one that was recognized as * being modified. This stopped any changes made to a nonactive cnet from * being saved and caused the active to be saved if a nonactive was * edited, even if it was not. Fixes #5414. * edited. Fixes #5414. * @history 2018-07-13 Kaitlyn Lee - Added singal cnetSaved() so that the save net button goes * back to black after the cnet is saved. Added signal * activeControlModified() that is emitted in cnetModified() and is Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.cpp +1 −4 Original line number Diff line number Diff line Loading @@ -187,9 +187,6 @@ namespace Isis { workorder->execute(); } } void IpceMainWindow::setProjectClean() { m_directory->project()->setClean(true); } /** Loading
isis/src/qisis/apps/ipce/IpceMainWindow.h +0 −2 Original line number Diff line number Diff line Loading @@ -234,8 +234,6 @@ namespace Isis { void cleanupViewDockList(QObject *obj); void setProjectClean(); private: Q_DISABLE_COPY(IpceMainWindow); Loading
isis/src/qisis/objs/Directory/Directory.h +2 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,8 @@ namespace Isis { * multiple cnetEditorViews with same cnet. * @history 2018-07-12 Kaitlyn Lee - Changed connection between cnetModified() and project's * activeControlModified() to cnetModified() and project's renamed * method cnetModified(). Fixes #5414. * method cnetModified(). This will allow users to save a nonactive * cnet, since changes to multiple cnets will be connected. Fixes #5414. * @history 2018-07-13 Kaitlyn Lee - Added connection to color the save net button to black when * a cnet is saved. Added signal activeControlModified() and changed * connections that alerted views to redraw themselves when a cnet was Loading
isis/src/qisis/objs/Project/Project.h +1 −1 Original line number Diff line number Diff line Loading @@ -286,7 +286,7 @@ namespace Isis { * was not the active, the active was the only one that was recognized as * being modified. This stopped any changes made to a nonactive cnet from * being saved and caused the active to be saved if a nonactive was * edited, even if it was not. Fixes #5414. * edited. Fixes #5414. * @history 2018-07-13 Kaitlyn Lee - Added singal cnetSaved() so that the save net button goes * back to black after the cnet is saved. Added signal * activeControlModified() that is emitted in cnetModified() and is Loading