Loading isis/src/qisis/apps/ipce/IpceMainWindow.h +3 −2 Original line number Diff line number Diff line Loading @@ -142,8 +142,9 @@ namespace Isis { * @history 2018-06-13 Tracie Sucharski - Fixed cleanup of views and QDockWidgets. * @history 2018-06-14 Makayla Shepherd - ipce now defaults to full screen if there is not an * ipce.config in the project or in ~/.Isis/ipce. * @history 2018-06-14 Makayla Shepherd - We are no longer saving the state of a temporary * project. * @history 2018-06-14 Makayla Shepherd - Stopped saving the state of a temporary project. * @history 2018-06-14 Makayla Shepherd - Save and Save As now save the geometry and state of * the project. * */ class IpceMainWindow : public QMainWindow { Loading isis/src/qisis/objs/Project/Project.h +2 −11 Original line number Diff line number Diff line Loading @@ -255,17 +255,8 @@ namespace Isis { * the wrong place on the project tree. Fixes #5274. * @history 2018-06-06 Kaitlyn Lee - activeControlModified() calls setClean(false) to enable the save * button when the active control net is modified, i.e. a point is modified. * * !!!!!!!!!!!!! Delete following history entry when project save/restore geometry/state * implemented * !!!!!!!!!!!!!!! * @history 2018-06-08 Tracie Sucharski - Quick fix for the project save/restore prototype: The * changes made to readSettings, writeSettings cause following problem: * save project with view, close view and exit, the project * geometry/state is saved on closeEvent instead of project save. Quickly * added signal when project is saved, so the writeSettings can happen * for project. This will be cleaned up when save/restore is fully * implemented. * @history 2018-06-14 Makayla Shepherd - Save and Save As now save the geometry and state of * the project. * */ class Project : public QObject { Loading Loading
isis/src/qisis/apps/ipce/IpceMainWindow.h +3 −2 Original line number Diff line number Diff line Loading @@ -142,8 +142,9 @@ namespace Isis { * @history 2018-06-13 Tracie Sucharski - Fixed cleanup of views and QDockWidgets. * @history 2018-06-14 Makayla Shepherd - ipce now defaults to full screen if there is not an * ipce.config in the project or in ~/.Isis/ipce. * @history 2018-06-14 Makayla Shepherd - We are no longer saving the state of a temporary * project. * @history 2018-06-14 Makayla Shepherd - Stopped saving the state of a temporary project. * @history 2018-06-14 Makayla Shepherd - Save and Save As now save the geometry and state of * the project. * */ class IpceMainWindow : public QMainWindow { Loading
isis/src/qisis/objs/Project/Project.h +2 −11 Original line number Diff line number Diff line Loading @@ -255,17 +255,8 @@ namespace Isis { * the wrong place on the project tree. Fixes #5274. * @history 2018-06-06 Kaitlyn Lee - activeControlModified() calls setClean(false) to enable the save * button when the active control net is modified, i.e. a point is modified. * * !!!!!!!!!!!!! Delete following history entry when project save/restore geometry/state * implemented * !!!!!!!!!!!!!!! * @history 2018-06-08 Tracie Sucharski - Quick fix for the project save/restore prototype: The * changes made to readSettings, writeSettings cause following problem: * save project with view, close view and exit, the project * geometry/state is saved on closeEvent instead of project save. Quickly * added signal when project is saved, so the writeSettings can happen * for project. This will be cleaned up when save/restore is fully * implemented. * @history 2018-06-14 Makayla Shepherd - Save and Save As now save the geometry and state of * the project. * */ class Project : public QObject { Loading