ResInsight/ApplicationCode/Commands/SurfaceCommands
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 Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicCopySurfaceFeature.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicCopySurfaceFeature.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicExportKLayerToPtlFeature.cpp Fix spelling of "Petrel" 2020-08-12 19:44:40 +02:00
RicExportKLayerToPtlFeature.h WIP: Surface : Add export of surface to PTL file format #5957 2020-08-06 11:20:17 +02:00
RicExportSurfaceToTsurfFeature.cpp WIP: Surface : Add export of surface to PTL file format #5957 2020-08-06 11:20:17 +02:00
RicExportSurfaceToTsurfFeature.h WIP: Surface : Add export of surface to PTL file format #5957 2020-08-06 11:20:17 +02:00
RicImportSurfacesFeature.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicImportSurfacesFeature.h #5285 Surface import command Items and parsing infrastructure 2020-01-08 12:09:50 +01:00
RicNewGridCaseSurfaceFeature.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicNewGridCaseSurfaceFeature.h #5379 Surface : Add grid case surface 2020-05-04 06:32:37 +02:00
RicNewSurfaceCollectionFeature.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicNewSurfaceCollectionFeature.h Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicReloadSurfaceFeature.cpp Surface: Support for folders, copy and drag'n'drop (#6335) 2020-08-24 11:09:22 +02:00
RicReloadSurfaceFeature.h Surfaces: Improve UI and usability for surfaces (#6290) 2020-08-11 11:34:34 +02:00