ResInsight/ApplicationCode/ProjectDataModel/Surfaces
jonjenssen 7cb9a071c1
Surface: Support for folders, copy and drag'n'drop (#6335)
* Enable surface reordering support. Automatically update surface in view ordering based on surface collection ordering

* Remove obsolete code

* Enable drag'n'drop support for surfaces within a surface collection. Still missing the collection update part.

* Bring back code lost in prev. commit

* Add code to accept drops in surface collections. Keep view  in sync.

* Add command for adding additional surface folders.

* Make sure we use the current surface collection as our parent when importing

* Enable name editing.
Make sure we use the correct surface collection when importing/creating surfaces

* More work on getting surface collections working.

* Clean up naming

* Make sure name for surfaceinviewcollection is read only

* Support drawing surfaces from subcollections, too

* Allow deleting subfolders.
Fix legends in view

* Refactor topmost flag for surface collections.

* Fix reload surface to work in all subfolders, too
Add copy surface skeleton. Actual copy operation is still missing

* Add support for copying surfaces

* Remove possibility to choose I and J slice directions for grid case surfaces.

* Fix warnings.

* Make sure we create the surface folder at the correct level

* More warning fix

* Use XML serialization for copy operation

* Fix missing delete

* Fix typo

* Remove unnecessary method.
2020-08-24 11:09:22 +02:00
..
CMakeLists_files.cmake #6033 Surface Properties : Add result selection object 2020-06-11 15:03:08 +02:00
RimFileSurface.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimFileSurface.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimGridCaseSurface.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimGridCaseSurface.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurface.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurface.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurfaceCollection.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurfaceCollection.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurfaceInView.cpp Surfaces: Improve UI and usability for surfaces (#6290) 2020-08-11 11:34:34 +02:00
RimSurfaceInView.h Surfaces: Improve UI and usability for surfaces (#6290) 2020-08-11 11:34:34 +02:00
RimSurfaceInViewCollection.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurfaceInViewCollection.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RimSurfaceResultDefinition.cpp #6033 Surface Properties : Change name to Surface Result 2020-06-17 14:37:14 +02:00
RimSurfaceResultDefinition.h #6033 Surface Properties : Add legend and adjust update functions 2020-06-11 15:03:08 +02:00