ResInsight/ApplicationCode/ProjectDataModel
Magne Sjaastad 010c9a539f #4579 Countour Map : Fix missing data for Eclipse cases
Introduction of checkable sub grids caused contour maps to display nothing. The problematic code was  m_gridCollection->setActive(false);

Changes in update logic based on checked state of visible grids triggered new computation of visible cells. In this case, all grids where marked as invisible due to the disabled grid collection.
2019-08-15 10:08:43 +02:00
..
Annotations Rename caf::PdmUiItem::setUiIcon(QString) to setUiIconFromResourceString 2019-05-06 11:08:59 +02:00
Completions #4497 Fishbones : Set default fishbones to use spacing 2019-06-20 12:01:00 +02:00
Flow Flow Diag : Do not assert when tracername is not found 2019-07-30 11:23:31 +02:00
GridCrossPlots #4411 Grid Cross Plot : Ensure same ordering when updating data 2019-07-31 18:26:50 +02:00
Measurement First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
Summary #4003 Use the preferences settings when creating default summary plots. 2019-08-09 13:15:32 +02:00
CMakeLists_files.cmake #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
Rim2dIntersectionView.cpp #4257 Rename Legend Definition to color legend 2019-03-29 12:47:35 +01:00
Rim2dIntersectionView.h System : Avoid file global variables (cotire) 2019-01-16 15:56:16 +01:00
Rim2dIntersectionViewCollection.cpp #4348 System , cppcheck : Remove unused variables 2019-04-20 14:34:23 +02:00
Rim2dIntersectionViewCollection.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dOverlayInfoConfig.cpp #4536 Make sure we guard against calculating Mobile Volume Weighted Mean for visible cell stats and not just all cell stats. 2019-08-03 16:21:31 +02:00
Rim3dOverlayInfoConfig.h First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
Rim3dPropertiesInterface.h #3197 Refactoring : Add const keyword to Rim3dPropertiesInterface 2018-08-10 14:55:50 +02:00
Rim3dView.cpp #4513 Add id to views 2019-07-15 12:30:31 +02:00
Rim3dView.h #4513 Add id to views 2019-07-15 12:30:31 +02:00
Rim3dWellLogCurve.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogCurve.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogExtractionCurve.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogExtractionCurve.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogFileCurve.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogFileCurve.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
Rim3dWellLogRftCurve.cpp #4117 Improve time step names for Grid Cross plot categorisation 2019-02-27 11:38:35 +01:00
Rim3dWellLogRftCurve.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimAdvancedSnapshotExportDefinition.cpp Rename to RimAdvancedSnapshotExportDefinition 2019-03-26 09:10:29 +01:00
RimAdvancedSnapshotExportDefinition.h Rename to RimAdvancedSnapshotExportDefinition 2019-03-26 09:10:29 +01:00
RimBinaryExportSettings.cpp Capitalize ui name in PDM fields 2017-11-30 13:44:18 +01:00
RimBinaryExportSettings.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCalcScript.cpp #4528 #4512 Fix script-locations when loading project and remove initScriptDirectories() 2019-07-30 12:32:10 +02:00
RimCalcScript.h #4528 #4512 Fix script-locations when loading project and remove initScriptDirectories() 2019-07-30 12:32:10 +02:00
RimCase.cpp Fix Python tests 2019-07-15 14:05:34 +02:00
RimCase.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCaseCollection.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RimCaseCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCellEdgeColors.cpp Update UI icon of RimCellEdgeColors 2019-05-06 13:49:23 +02:00
RimCellEdgeColors.h #3958 Refactor: Simple renaming 2019-01-25 16:19:15 +01:00
RimCellFilter.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimCellFilter.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCellRangeFilter.cpp #3585 Range Filter. Hide Single Cell Filtering if development features are disabled 2018-10-30 14:24:23 +01:00
RimCellRangeFilter.h #3517 Temp LGR. Add nodes below Grids node. Command for deleting temp LGRs 2018-10-24 13:01:30 +02:00
RimCellRangeFilterCollection.cpp #2999 Add support for specifying a list of single cells as range filter 2018-05-31 11:41:59 +02:00
RimCellRangeFilterCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCheckableNamedObject.cpp #1248 Add namedObject and checkableNamedObject 2017-02-22 13:09:31 +01:00
RimCheckableNamedObject.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCheckableObject.cpp #2474 Fractures. Do not store object name to project file 2018-03-06 14:18:54 +01:00
RimCheckableObject.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimCommandObject.cpp #4471 Implement python script running and editor in ResInsight GUI, same as Octave. 2019-07-26 14:54:54 +02:00
RimCommandObject.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimContextCommandBuilder.cpp #4003 Refactoring to prepare for preferences based default summary plot curves 2019-08-09 09:54:55 +02:00
RimContextCommandBuilder.h #4316 Fix context menu with multiple selected well paths 2019-04-12 09:09:12 +02:00
RimContourMapProjection.cpp #4440 Update legend ranges when changing oil column data 2019-05-27 14:53:25 +02:00
RimContourMapProjection.h #4348 System , cppcheck : Remove unused functions 2019-04-21 09:28:23 +02:00
RimDataSourceSteppingTools.cpp #3277 Implement stepping for Common Data Source and rename Plot Source Stepping for summary plots. 2018-09-05 11:49:26 +02:00
RimDataSourceSteppingTools.h #3277 Implement stepping for Common Data Source and rename Plot Source Stepping for summary plots. 2018-09-05 11:49:26 +02:00
RimDialogData.cpp #4371 Store Sector Model settings in Project Dialog Data 2019-04-26 13:42:35 +02:00
RimDialogData.h #4371 Store Sector Model settings in Project Dialog Data 2019-04-26 13:42:35 +02:00
RimEclipseCase.cpp #4287 Preferences : Rename from fault file prefix to general prefix 2019-04-04 20:28:36 +02:00
RimEclipseCase.h #4281 Saturation pressure plots : Delay loading of EQUIL until required 2019-04-04 19:38:15 +02:00
RimEclipseCaseCollection.cpp #3512 System : Remove unused functions 2018-10-18 15:14:25 +02:00
RimEclipseCaseCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseCellColors.cpp #4338 Add grouping result to Grid Cross Plot Data set property editor 2019-04-15 11:06:27 +02:00
RimEclipseCellColors.h #4338 Add grouping result to Grid Cross Plot Data set property editor 2019-04-15 11:06:27 +02:00
RimEclipseContourMapProjection.cpp #4357 Grid Case Group Statistics: Crash when creating contour map 2019-04-25 07:42:38 +02:00
RimEclipseContourMapProjection.h #4357 Grid Case Group Statistics: Crash when creating contour map 2019-04-25 07:42:38 +02:00
RimEclipseContourMapView.cpp #4579 Countour Map : Fix missing data for Eclipse cases 2019-08-15 10:08:43 +02:00
RimEclipseContourMapView.h System : Avoid file global variables (cotire) 2019-01-16 15:56:16 +01:00
RimEclipseContourMapViewCollection.cpp #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimEclipseContourMapViewCollection.h #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimEclipseFaultColors.cpp #4111 3D calculations : Always show difference options 2019-02-18 10:52:11 +01:00
RimEclipseFaultColors.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseGeometrySelectionItem.cpp #3757 Rename RiuSelectionManager to Riu3dSelectionManager 2018-11-30 14:30:34 +01:00
RimEclipseGeometrySelectionItem.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseInputCase.cpp #4204 Export faults as part of visible grid export 2019-03-21 14:45:47 +01:00
RimEclipseInputCase.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseInputProperty.cpp #3629 System : Use disableIO() instead of disableRead and disableWrite 2018-11-05 14:42:39 +01:00
RimEclipseInputProperty.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseInputPropertyCollection.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RimEclipseInputPropertyCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipsePropertyFilter.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimEclipsePropertyFilter.h #4111 Move resultDefinition field to private 2019-02-18 11:07:54 +01:00
RimEclipsePropertyFilterCollection.cpp Whitespace 2019-02-18 11:15:34 +01:00
RimEclipsePropertyFilterCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseResultCase.cpp Fix Python tests 2019-07-15 14:05:34 +02:00
RimEclipseResultCase.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseResultDefinition.cpp #4526 Make sure setting wells for flow diagnostics result works and add simplified API 2019-07-31 09:53:45 +02:00
RimEclipseResultDefinition.h #4301 Contour map : Add setter for RigEclipseResultAddress 2019-04-10 08:55:15 +02:00
RimEclipseStatisticsCase.cpp Make it possible to edit case group statistics 2019-07-30 12:32:10 +02:00
RimEclipseStatisticsCase.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseStatisticsCaseCollection.cpp Fixed several todo for RimEclipseStatisticsCaseCollection::parentCaseGroup(), removed comments 2015-08-11 18:42:44 +02:00
RimEclipseStatisticsCaseCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimEclipseStatisticsCaseEvaluator.cpp #3958 Refactoring : RigResultAccessorFactory simplification 2019-01-30 15:25:29 +01:00
RimEclipseStatisticsCaseEvaluator.h #3944 clang-tidy : Apply modernize-deprecated-headers 2019-01-11 08:14:53 +01:00
RimEclipseView.cpp #4494 Grid Statistics : Update and compute data when visible cell changes from toggling LGR grids 2019-06-21 12:16:09 +02:00
RimEclipseView.h #3944 System : Improve code quality using clang-tidy 2019-01-11 08:14:53 +01:00
RimExportInputPropertySettings.cpp Capitalize ui name in PDM fields 2017-11-30 13:44:18 +01:00
RimExportInputPropertySettings.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimFaultInView.cpp #2871 Fault visibility toggle now controls fault label visibility in 2D intersection views also. 2018-05-08 16:26:15 +02:00
RimFaultInView.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimFaultInViewCollection.cpp #3580 Fix Linux build problem related to fault appearance 2018-11-19 08:28:45 +01:00
RimFaultInViewCollection.h #3580 Fix Linux build problem related to fault appearance 2018-11-19 08:28:45 +01:00
RimFileWellPath.cpp #3629 System : Use disableIO() instead of disableRead and disableWrite 2018-11-05 14:42:39 +01:00
RimFileWellPath.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimFormationNames.cpp #4480 Add code for import of layer_zone_table.txt and enable manual import. 2019-07-26 10:40:12 +02:00
RimFormationNames.h #4480 Add code for import of layer_zone_table.txt and enable manual import. 2019-07-26 10:40:12 +02:00
RimFormationNamesCollection.cpp #2027 Select formation name on formation name import 2017-10-20 14:34:56 +02:00
RimFormationNamesCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGeoMechCase.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimGeoMechCase.h #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimGeoMechCellColors.cpp #4257 Rename Legend Definition to color legend 2019-03-29 12:47:35 +01:00
RimGeoMechCellColors.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGeoMechContourMapProjection.cpp #4210 Fix crash when creating contour map 2019-03-22 09:28:47 +01:00
RimGeoMechContourMapProjection.h #4034 Make it optional to GeoMech Contour Map boundaries vertically 2019-02-04 11:06:07 +01:00
RimGeoMechContourMapView.cpp #4256 Update fonts in Project and views when changing preferences 2019-04-12 14:47:21 +02:00
RimGeoMechContourMapView.h #4024 Always report that a time step dependent result is visible in GeoMech contour maps 2019-02-04 12:02:12 +01:00
RimGeoMechContourMapViewCollection.cpp #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimGeoMechContourMapViewCollection.h #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimGeoMechModels.cpp Fixed the GeoMech part of the tree. 2015-08-11 15:23:57 +02:00
RimGeoMechModels.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGeoMechPropertyFilter.cpp #4062 #4081 Make time and case diff apply immediately and don't change variable name 2019-02-15 13:16:51 +01:00
RimGeoMechPropertyFilter.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGeoMechPropertyFilterCollection.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RimGeoMechPropertyFilterCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGeoMechResultDefinition.cpp Fix Linux build problem by forcing use of function value to yield case diff values 2019-04-03 15:43:43 +02:00
RimGeoMechResultDefinition.h #4062 #4081 Make time and case diff apply immediately and don't change variable name 2019-02-15 13:16:51 +01:00
RimGeoMechView.cpp #4521 Fix build failure in RimGeoMechView.cpp 2019-07-26 16:46:56 +02:00
RimGeoMechView.h #3807 Initial implementation of GeoMech contour maps. 2019-01-16 14:09:28 +01:00
RimGeometrySelectionItem.cpp #1395 Renamed TopologyItem to GeometrySelectionItem including Keywords with friends. 2017-04-04 16:10:00 +02:00
RimGeometrySelectionItem.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGridCollection.cpp Rename caf::PdmUiItem::setUiIcon(QString) to setUiIconFromResourceString 2019-05-06 11:08:59 +02:00
RimGridCollection.h #3944 System : Improve code quality using clang-tidy 2019-01-11 08:14:53 +01:00
RimGridTimeHistoryCurve.cpp #4068 System : Add forward declare 2019-02-12 14:49:37 +01:00
RimGridTimeHistoryCurve.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimGridView.cpp #4494 Grid Statistics : Update and compute data when visible cell changes from toggling LGR grids 2019-06-21 12:16:09 +02:00
RimGridView.h #4494 Grid Statistics : Update and compute data when visible cell changes from toggling LGR grids 2019-06-21 12:16:09 +02:00
RimIdenticalGridCaseGroup.cpp Make it possible to edit case group statistics 2019-07-30 12:32:10 +02:00
RimIdenticalGridCaseGroup.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimIntersection.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimIntersection.h #3636 Temporary LGR : Always rebuild geometry of intersections 2018-11-06 10:55:06 +01:00
RimIntersectionBox.cpp Rename caf::PdmUiItem::setUiIcon(QString) to setUiIconFromResourceString 2019-05-06 11:08:59 +02:00
RimIntersectionBox.h #3636 Temporary LGR : Always rebuild geometry of intersections 2018-11-06 10:55:06 +01:00
RimIntersectionCollection.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimIntersectionCollection.h #3636 Temporary LGR : Always rebuild geometry of intersections 2018-11-06 10:55:06 +01:00
RimLegendConfig.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimLegendConfig.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimMainPlotCollection.cpp Add collection and feature to create saturation pressure plots 2019-03-18 12:52:11 +01:00
RimMainPlotCollection.h Add collection and feature to create saturation pressure plots 2019-03-18 12:52:11 +01:00
RimMdiWindowController.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimMdiWindowController.h #4263 Fix saving of MDI window geometry without unmaximizing the window before saving 2019-03-29 12:47:35 +01:00
RimMimeData.cpp (#495) Removed use of StdInclude 2015-09-25 15:57:50 +02:00
RimMimeData.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimMockModelSettings.cpp System : Replaced tab with four spaces in ApplicationCode and subfolders 2015-10-23 15:46:25 +02:00
RimMockModelSettings.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimModeledWellPath.cpp #3975 Avoid wrapping header lines in eclipse output + well plan 2019-01-18 14:55:12 +01:00
RimModeledWellPath.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimNameConfig.cpp #4193 Stop calling update of parent in NameConfig::initAfterREad 2019-03-20 18:54:02 +01:00
RimNameConfig.h #4193 Stop calling update of parent in NameConfig::initAfterREad 2019-03-20 18:54:02 +01:00
RimNamedObject.cpp Renamed to nameField() to avoid duplication of name() 2017-06-08 13:31:53 +02:00
RimNamedObject.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimNoCommonAreaNNC.cpp Use uiCapability/xmlCapability instead of capability<caf::PdmUiFieldHandle>()(capability<caf::PdmXmlFieldHandle>() 2015-08-05 13:27:36 +02:00
RimNoCommonAreaNNC.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimNoCommonAreaNncCollection.cpp #3629 System : Use disableIO() instead of disableRead and disableWrite 2018-11-05 14:42:39 +01:00
RimNoCommonAreaNncCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimOilField.cpp #4016 Observed Cases : Simplify access functions 2019-04-05 10:11:30 +02:00
RimOilField.h #3944 System : Improve code quality using clang-tidy 2019-01-11 08:14:53 +01:00
RimPlotAxisAnnotation.cpp #4281 Saturation pressure plots : Delay loading of EQUIL until required 2019-04-04 19:38:15 +02:00
RimPlotAxisAnnotation.h #4219 Contact Pressure plots : Add color to annotation lines 2019-03-22 16:19:23 +01:00
RimPlotAxisProperties.cpp #4487 Enable Y-axis scale factor for Auto number formats 2019-07-26 11:37:58 +02:00
RimPlotAxisProperties.h #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
RimPlotAxisPropertiesInterface.cpp #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
RimPlotAxisPropertiesInterface.h #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
RimPlotCurve.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimPlotCurve.h #4207 Allow changing color of plot symbol edges and update cross plots 2019-03-20 13:41:59 +01:00
RimPltPlotCollection.cpp #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimPltPlotCollection.h #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimProject.cpp #4528 #4512 Fix script-locations when loading project and remove initScriptDirectories() 2019-07-30 12:32:10 +02:00
RimProject.h #4528 #4512 Fix script-locations when loading project and remove initScriptDirectories() 2019-07-30 12:32:10 +02:00
RimPropertyFilter.cpp #3540 Create seperate 2d view with parallel, look down and linked views 2018-10-24 15:21:53 +02:00
RimPropertyFilter.h #3540 Create seperate 2d view with parallel, look down and linked views 2018-10-24 15:21:53 +02:00
RimPropertyFilterCollection.cpp #3540 Create seperate 2d view with parallel, look down and linked views 2018-10-24 15:21:53 +02:00
RimPropertyFilterCollection.h #3540 Create seperate 2d view with parallel, look down and linked views 2018-10-24 15:21:53 +02:00
RimRegularLegendConfig.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimRegularLegendConfig.h First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimReloadCaseTools.cpp 3d Cross Plot: First implementation (#4127) 2019-02-21 12:52:23 +01:00
RimReloadCaseTools.h #4091 Reload case : Move reload of case into helper function 2019-02-14 21:26:54 +01:00
RimReservoirCellResultsStorage.cpp #3958 Refactoring: Rename modifiable result access to make it easier to track in the code. The existing overloads made things harder to read. 2019-01-29 08:35:42 +01:00
RimReservoirCellResultsStorage.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimRftPlotCollection.cpp #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimRftPlotCollection.h #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimRiuQwtPlotOwnerInterface.h #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
RimScaleLegendConfig.cpp #4348 System , cppcheck : Remove unused functions 2019-04-21 09:36:25 +02:00
RimScaleLegendConfig.h #4348 System , cppcheck : Remove unused functions 2019-04-21 09:36:25 +02:00
RimScriptCollection.cpp Python: avoid __pycache__ turning up as sub-folder in Script Collection 2019-07-30 15:05:22 +02:00
RimScriptCollection.h #4279 Octave Script Folders : Disable default search of sub folders and add option to search 2019-04-03 15:01:13 +02:00
RimSimWellInView.cpp #4375 Robustness : Make sure we handle missing data gracefully 2019-04-26 12:50:36 +02:00
RimSimWellInView.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimSimWellInViewCollection.cpp Improve Simulation Well Color UI 2019-04-23 08:38:49 +02:00
RimSimWellInViewCollection.h Improve Simulation Well Color UI 2019-04-23 08:38:49 +02:00
RimStimPlanColors.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimStimPlanColors.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimStimPlanLegendConfig.cpp #4257 Rename Legend Definition to color legend 2019-03-29 12:47:35 +01:00
RimStimPlanLegendConfig.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimSummaryCalculation.cpp #3340 Remove unused variables 2018-09-10 10:27:54 +02:00
RimSummaryCalculation.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimSummaryCalculationCollection.cpp #2088 Curve Calculator : Ask user to calculate curves when expression has changed 2017-11-14 08:41:44 +01:00
RimSummaryCalculationCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimSummaryCalculationVariable.cpp #3037 AppFwk : Rename to PdmUiTableViewPushButtonEditorAttribute 2018-06-14 09:47:15 +02:00
RimSummaryCalculationVariable.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimTensorResults.cpp #4257 Rename Legend Definition to color legend 2019-03-29 12:47:35 +01:00
RimTensorResults.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimTernaryLegendConfig.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimTernaryLegendConfig.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimTimeStepFilter.cpp #4117 Improve time step names for Grid Cross plot categorisation 2019-02-27 11:38:35 +01:00
RimTimeStepFilter.h #3862 Reload case does not work correctly 2019-02-07 10:21:08 +01:00
RimTools.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimTools.h Only allow eclipse cases for Grid Cross Plots 2019-02-27 13:47:10 +01:00
RimViewController.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimViewController.h First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimViewLinker.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimViewLinker.h First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimViewLinkerCollection.cpp #1344 AppFwk: Renamed methods in uiTreeOrdering to align with uiOrdering 2017-03-22 15:57:04 +01:00
RimViewLinkerCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimViewManipulator.cpp #2331 Introduce new intermediate class RimGridView 2018-01-15 14:53:48 +01:00
RimViewManipulator.h #2331 Introduce new intermediate class RimGridView 2018-01-15 14:53:48 +01:00
RimViewNameConfig.cpp #3961 Disable case name in auto name for 3d Views by default 2019-01-11 16:06:53 +01:00
RimViewNameConfig.h CppCheck : Make sure all variables are initialized in constructor 2018-12-21 11:30:29 +01:00
RimViewWindow.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimViewWindow.h #4255 Read default plot font sizes from preferences and apply 2019-04-12 14:47:21 +02:00
RimVirtualPerforationResults.cpp #4257 Rename Legend Definition to color legend 2019-03-29 12:47:35 +01:00
RimVirtualPerforationResults.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimWellLogCurve.cpp #3512 System : Remove unused functions 2018-10-18 15:40:11 +02:00
RimWellLogCurve.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogCurveCommonDataSource.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimWellLogCurveCommonDataSource.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogExtractionCurve.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimWellLogExtractionCurve.h #4068 System : Add forward declare 2019-02-12 14:49:37 +01:00
RimWellLogExtractionCurveNameConfig.cpp #3649 Move from createUiGroup to defineUiOrdering/uiOrdering code in name config. 2018-11-09 10:40:05 +01:00
RimWellLogExtractionCurveNameConfig.h #3649 Move from createUiGroup to defineUiOrdering/uiOrdering code in name config. 2018-11-09 10:40:05 +01:00
RimWellLogFile.cpp #4509 Guard access to gui application code in import and well path code to avoid crashes in console mode 2019-07-25 15:54:20 +02:00
RimWellLogFile.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogFileChannel.cpp #3629 System : Use disableWriteAndSetFieldHidden() 2018-11-05 14:42:39 +01:00
RimWellLogFileChannel.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogFileCurve.cpp #3297 Make casing shoe a right-angled triangle and refactor symbols 2018-09-04 12:02:06 +02:00
RimWellLogFileCurve.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogFileCurveNameConfig.cpp #3182 Clean up well log plot names 2018-08-08 08:10:57 +02:00
RimWellLogFileCurveNameConfig.h #3182 Clean up well log plot names 2018-08-08 08:10:57 +02:00
RimWellLogPlot.cpp #4276 RFT-plot: Add support for Measured Depth as Y-axis 2019-04-03 12:27:49 +02:00
RimWellLogPlot.h 3d Cross Plot: First implementation (#4127) 2019-02-21 12:52:23 +01:00
RimWellLogPlotCollection.cpp #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimWellLogPlotCollection.h #3549 Temporary LGR : Delete cached extractors and redraw curves 2018-10-24 13:17:33 +02:00
RimWellLogPlotNameConfig.cpp #3649 Move from createUiGroup to defineUiOrdering/uiOrdering code in name config. 2018-11-09 10:40:05 +01:00
RimWellLogPlotNameConfig.h #3649 Move from createUiGroup to defineUiOrdering/uiOrdering code in name config. 2018-11-09 10:40:05 +01:00
RimWellLogRftCurve.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimWellLogRftCurve.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellLogRftCurveNameConfig.cpp #3182 Clean up well log plot names 2018-08-08 08:10:57 +02:00
RimWellLogRftCurveNameConfig.h #3182 Clean up well log plot names 2018-08-08 08:10:57 +02:00
RimWellLogTrack.cpp First implementation of Headless (#4392) 2019-05-06 10:36:05 +02:00
RimWellLogTrack.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellPath.cpp #3920 Create Well Path: New well name not used in Completions 2019-02-07 08:44:12 +01:00
RimWellPath.h #3741 Make it possible to enable/disable all well path components in plots and 3d view. 2018-11-22 13:39:08 +01:00
RimWellPathAttribute.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimWellPathAttribute.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimWellPathAttributeCollection.cpp #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimWellPathAttributeCollection.h #3856 Update copyright headers 2019-01-09 15:29:24 +01:00
RimWellPathCollection.cpp #4509 Guard access to gui application code in import and well path code to avoid crashes in console mode 2019-07-25 15:54:20 +02:00
RimWellPathCollection.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00
RimWellPathGeometryDef.cpp Simplify pick event system 2019-02-11 15:48:02 +01:00
RimWellPathGeometryDef.h Simplify pick event system 2019-02-11 15:48:02 +01:00
RimWellPathTarget.cpp Create Well Path. Add tooltip containing dog leg unit 2018-11-22 14:20:08 +01:00
RimWellPathTarget.h clang-tidy : Remove redundant 'virtual' and add 'override' 2018-10-18 19:45:57 +02:00