Commit 11ac77c4 authored by Summer Stapleton's avatar Summer Stapleton
Browse files

Adding specific history comments since resolving a redmine ticket

parent 91e82078
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@ namespace Isis {
   *                           to be main windows themselves, changing from an mdi interface to an
   *                           sdi interface.
   *   @history 2018-05-30 Tracie Sucharski - Added the WindowFlag to set this as a Widget.
   *   @History 2018-06-18 Summer Stapleton - Overloaded moveEvent and resizeEvent and added a
   *                           windowChangeEvent signal to allow project to recognize a new save
   *                           state. Fixes #5114
   */
  class AbstractProjectItemView : public QMainWindow {

+3 −0
Original line number Diff line number Diff line
@@ -238,6 +238,9 @@ namespace Isis {
   *   @history 2018-05-14 Tracie Sucharski - Serialize Footprint2DView rather than
   *                           MosaicSceneWidget. This will allow all parts of Footprint2DView to be
   *                           saved/restored including the ImageFileListWidget. Fixes #5422.
   *   @history 2018-06-18 Summer Stapleton - Added connection to each view on creation to 
   *                           catch a windowChangeEvent on moveEvent or resizeEvent of these views
   *                           to allow for saving of the project at these times. Fixes #5114.
   */
  class Directory : public QObject {
    Q_OBJECT