ResInsight/ApplicationLibCode/Commands
Magne Sjaastad 2814b92055
Qt6: Adjustments (#11804)
* Qt6: Avoid insertWidget, use addWidget
In Qt6, the insertWidget function checks if the index parameter is valid based on current widgets present in the layout. This is error prone, and use addWidget to avoid manual counting of index.

* Disable use of Qt keyword foreach

* Replace use of QRegExp with QRegularExpression
Replace use of QRegExp with QRegularExpression
Remove dependency on qt5compat module
Simplify an expression based on review

* Remove Qt5 ifdefs

* Guard access out of bounds seen in debug build

* Avoid reuse of string variable

* Disconnect all signals from the QOpenGLContext
The call stack when this assert happens indicates that there are more signals to be disconnected from the object. Crash is fixed by disconnecting all signals.

Assert seen in debug build:

ASSERT failure in caf::Viewer: "Called object is not of the correct type (class destructor may have already run)", file C:\Qt\6.6.3\msvc2019_64\include\QtCore/qobjectdefs_impl.h, line 130

* Fix issue related to delete of a linked view
Guard null pointer use in view linker. Remove complicated cleanup in destructor in Rim3dVew.
2024-10-28 13:09:18 +01:00
..
AnalysisPlotCommands Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
AnnotationCommands Remove old polygon annotations. (#11404) 2024-05-01 10:50:19 +02:00
ApplicationCommands Call closeProject before quit to ensure a clean shutdown 2024-10-16 14:32:36 +02:00
CellFilterCommands #11357 Reorganize menu in 3D view 2024-09-16 09:53:23 +02:00
ColorLegendCommands Allow hiding of category name in color legend item 2024-07-25 10:29:16 +02:00
CompletionCommands Refactor: avoid local variable only used in range-based for loops 2024-04-04 10:24:21 +02:00
CompletionExportCommands Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
CorrelationPlotCommands Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
CrossSectionCommands Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
EclipseCommands Create quick access objects when opening project and some objects 2024-10-21 14:11:22 +02:00
ExportCommands Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
FlowCommands Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
FractureCommands Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
GeoMechCommands Make sure launching external processes works after switch to qt6 2024-10-15 14:58:48 +02:00
GridCrossPlotCommands Add copyObject to PdmObjectHandle 2024-06-14 17:18:28 +02:00
HoloLensCommands Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
IntersectionBoxCommands Qt6: Fix QMouseEvent.x() and .y() deprecation. 2024-10-04 15:27:43 +02:00
IntersectionViewCommands Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
MeasurementCommands Cleanup includes 2024-03-07 19:45:43 +01:00
OctaveScriptCommands #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
OperationsUsingObjReferences #11422 Grid Ensemble: Fix copy and paste of a view. 2024-08-28 19:11:49 +02:00
OsduImportCommands Progress: optionally call QApplication::processEvents on progress updates 2024-09-11 12:48:54 +02:00
PlotBuilderCommands Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
PlotTemplateCommands Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
PolygonCommands Add operations on polygon : Duplicate, exportCsv, exportPol and simplify 2024-03-04 11:24:42 +01:00
SeismicCommands Make sure launching external processes works after switch to qt6 2024-10-15 14:58:48 +02:00
StreamlineCommands Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
SummaryPlotCommands Qt6: Adjustments (#11804) 2024-10-28 13:09:18 +01:00
Sumo SUMO: Improve user interface 2024-09-14 15:08:15 +02:00
SurfaceCommands Improve visual appearance for depth surface 2024-08-28 09:22:55 +02:00
ToggleCommands Make sure onChildrenUpdated is called in RicToggleItemsOnOthersOffFeature 2024-05-03 14:39:39 +02:00
ToolCommands Create quick access objects when opening project and some objects 2024-10-21 14:11:22 +02:00
ViewLink Refactor: avoid local variable only used in range-based for loops 2024-04-04 10:24:21 +02:00
WellLogCommands Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
WellPathCommands Qt6: Fix QMouseEvent.x() and .y() deprecation. 2024-10-04 15:27:43 +02:00
CMakeLists_files.cmake #11689 Well Target Candidates: generate on well target clusters for single case. 2024-09-30 13:42:28 +02:00
CMakeLists.txt Create quick access objects when opening project and some objects 2024-10-21 14:11:22 +02:00
pch.h Use precompiled headers to speed up build 2023-08-11 12:41:40 +02:00
Ric3dViewPickEventHandler.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
Ric3dViewPickEventHandler.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicCalculatorWidgetCreator.cpp Qt6: Adjustments (#11804) 2024-10-28 13:09:18 +01:00
RicCalculatorWidgetCreator.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicCloseCaseFeature.cpp Janitor: Remove deprecated method. 2023-09-11 17:39:38 +02:00
RicCloseCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCloseObservedDataFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicCloseObservedDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCloseSourSimDataFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCloseSourSimDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCloseSummaryCaseFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicCloseSummaryCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCloseSummaryCaseInCollectionFeature.cpp Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicCloseSummaryCaseInCollectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicContourMapPickEventHandler.cpp Fix eclipse case contour map left click (#11378) 2024-04-17 11:54:41 +02:00
RicContourMapPickEventHandler.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicConvertGroupToEnsembleFeature.cpp Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicConvertGroupToEnsembleFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCopyGridStatisticsToClipboardFeature.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicCopyGridStatisticsToClipboardFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleFractureStatisticsPlotFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleFractureStatisticsPlotFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleSurfaceFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleSurfaceFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleSurfaceUi.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicCreateEnsembleSurfaceUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicCreateEnsembleWellLogFeature.cpp Grid preferences update (#11547) 2024-07-04 12:38:41 +02:00
RicCreateEnsembleWellLogFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateEnsembleWellLogUi.cpp Cleanup includes 2024-03-07 19:45:43 +01:00
RicCreateEnsembleWellLogUi.h Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RicCreateGridStatisticsPlotFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateGridStatisticsPlotFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateSummaryCaseCollectionFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicCreateSummaryCaseCollectionFeature.h Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicCreateSurfaceIntersectionBandFeature.cpp Fix display of intersection lines in 3D view 2023-10-03 09:04:46 +02:00
RicCreateSurfaceIntersectionBandFeature.h Fix display of intersection lines in 3D view 2023-10-03 09:04:46 +02:00
RicCreateSurfaceIntersectionCurveFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateSurfaceIntersectionCurveFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicCreateTemporaryLgrFeature.cpp Temporary LGR: Make sure the view is updated based on new LGRs 2024-06-07 11:10:13 +02:00
RicCreateTemporaryLgrFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteItemExec.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RicDeleteItemExec.h #7347 Property Editor : Enable undo/redo of field changed operations 2021-02-10 15:08:35 +01:00
RicDeleteItemExecData.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicDeleteItemExecData.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicDeleteItemFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteItemFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeletePressureTableItemFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeletePressureTableItemFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteSubItemsFeature.cpp Fixes by clang-tidy 2024-05-30 07:16:44 +02:00
RicDeleteSubItemsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteSummaryCaseCollectionFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicDeleteSummaryCaseCollectionFeature.h Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicDeleteTemporaryLgrsFeature.cpp Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicDeleteTemporaryLgrsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteUncheckedSubItemsFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteUncheckedSubItemsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteWellMeasurementFilePathFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicDeleteWellMeasurementFilePathFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicElasticPropertiesImportTools.cpp Change API for PdmObjectHandle and PdmFieldHandle 2023-05-12 21:41:34 +02:00
RicElasticPropertiesImportTools.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicExportContourMapToTextFeature.cpp Refactor: avoid local variable only used in range-based for loops 2024-04-04 10:24:21 +02:00
RicExportContourMapToTextFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportContourMapToTextUi.cpp #8250 Use variadic macros and remove obsolete parameters 2021-11-14 15:26:09 +01:00
RicExportContourMapToTextUi.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicExportFeatureImpl.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicExportFeatureImpl.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicExportGridCalculationExpressionsFeature.cpp If empty, add .toml as file suffix 2023-12-01 12:13:09 +01:00
RicExportGridCalculationExpressionsFeature.h Add import/export grid calculations to Grid Calculator 2023-11-10 10:14:59 +01:00
RicExportStimPlanModelToFileFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportStimPlanModelToFileFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicExportSummaryCalculationExpressionsFeature.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicExportSummaryCalculationExpressionsFeature.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicFaciesPropertiesImportTools.cpp Use rock type colors when "Facies" is imported 2023-05-26 11:26:22 +02:00
RicFaciesPropertiesImportTools.h Use rock type colors when "Facies" is imported 2023-05-26 11:26:22 +02:00
RicFlyToObjectFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicFlyToObjectFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicGridCalculatorDialog.cpp Fixes by clang-tidy 2024-09-02 15:26:44 +02:00
RicGridCalculatorDialog.h Grid Calculator: refactor summary curve calculator and add grid calculator. 2022-05-09 15:36:27 +02:00
RicGridCalculatorUi.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicGridCalculatorUi.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicGridStatisticsDialog.cpp Several adjustments related to Qt6 2024-04-16 14:22:15 +02:00
RicGridStatisticsDialog.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicHideIntersectionBoxFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicHideIntersectionBoxFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicHideIntersectionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicHideIntersectionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportElasticPropertiesFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportElasticPropertiesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportElementPropertyFeature.cpp Make sure imported element properties goes to the selected case. 2023-12-21 08:23:37 +01:00
RicImportElementPropertyFeature.h Make sure imported element properties goes to the selected case. 2023-12-21 08:23:37 +01:00
RicImportEnsembleFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportEnsembleFeature.h Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportEnsembleSurfaceFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportEnsembleSurfaceFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportEnsembleWellLogsFeature.cpp Refactor: rename RimWellLogFile to RimWellLogLasFile 2023-10-02 16:04:53 +02:00
RicImportEnsembleWellLogsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportFaciesFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportFaciesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportFormationNamesFeature.cpp Janitor: Remove deprecated method. 2023-09-11 17:39:38 +02:00
RicImportFormationNamesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportGeneralDataFeature.cpp Grid preferences update (#11547) 2024-07-04 12:38:41 +02:00
RicImportGeneralDataFeature.h Grid preferences update (#11547) 2024-07-04 12:38:41 +02:00
RicImportGridCalculationExpressionsFeature.cpp Make sure statistics cases are displayed in an Eclipse view 2024-09-24 07:45:10 +02:00
RicImportGridCalculationExpressionsFeature.h Add import/export grid calculations to Grid Calculator 2023-11-10 10:14:59 +01:00
RicImportGridModelFromSummaryCaseFeature.cpp Janitor: Fix some minor GUI issues 2024-10-16 14:32:36 +02:00
RicImportGridModelFromSummaryCaseFeature.h Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicImportGridModelFromSummaryCurveFeature.cpp Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicImportGridModelFromSummaryCurveFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportObservedDataFeature.cpp #11437 Propagate detected date format to line based parsing 2024-05-28 12:54:40 +02:00
RicImportObservedDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportObservedFmuDataFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicImportObservedFmuDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportPressureDepthDataFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportPressureDepthDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportRevealSummaryCaseFeature.cpp Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicImportRevealSummaryCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportStimPlanSummaryCaseFeature.cpp Rename RimSummaryCaseCollection to RimSummaryEnsemble. 2024-07-30 08:55:12 +02:00
RicImportStimPlanSummaryCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportSummaryCalculationExpressionsFeature.cpp Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicImportSummaryCalculationExpressionsFeature.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicImportSummaryCaseFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportSummaryCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportSummaryCasesFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportSummaryCasesFeature.h Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportSummaryGroupFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicImportSummaryGroupFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicImportVfpDataFeature.cpp Mark single table VFP plot as obsolete 2024-06-18 11:49:22 +02:00
RicImportVfpDataFeature.h Add RimVfpTableData used to represent connection to file and data 2024-05-13 15:45:55 +02:00
RicImportWellLogCsvFileFeature.cpp Refactor: use new base class WellLog where possible. 2024-06-14 17:31:22 +02:00
RicImportWellLogCsvFileFeature.h #10663 WBS Plot: Import well log from CSV file. 2024-01-29 15:05:08 +01:00
RicImportWellLogOsduFeature.cpp Add [BETA] as postfix to user interface 2024-08-28 09:22:55 +02:00
RicImportWellLogOsduFeature.h Add action for downloading and parsing well log from OSDU Wellbore DDMS. 2024-06-14 17:31:22 +02:00
RicNewAnnotationFeature.cpp Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicNewContourMapViewFeature.cpp Grid preferences update (#11547) 2024-07-04 12:38:41 +02:00
RicNewContourMapViewFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewCustomObjectiveFunctionFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewCustomObjectiveFunctionFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewCustomObjectiveFunctionWeightFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewCustomObjectiveFunctionWeightFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewCustomVfpPlotFeature.cpp Mark single table VFP plot as obsolete 2024-06-18 11:49:22 +02:00
RicNewCustomVfpPlotFeature.h Mark single table VFP plot as obsolete 2024-06-18 11:49:22 +02:00
RicNewPressureTableItemFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewPressureTableItemFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicNewViewFeature.cpp Make sure statistics cases are displayed in an Eclipse view 2024-09-24 07:45:10 +02:00
RicNewViewFeature.h Release adjustments 2024-09-16 09:49:22 +02:00
RicNewViewForGridEnsembleFeature.cpp Grid Ensemble: add methods to add view 2024-04-17 14:34:36 +02:00
RicNewViewForGridEnsembleFeature.h Grid Ensemble: add methods to add view 2024-04-17 14:34:36 +02:00
RicNewWellTargetCandidatesGeneratorFeature.cpp #11689 Well Target Candidates: generate on well target clusters for single case. 2024-09-30 13:42:28 +02:00
RicNewWellTargetCandidatesGeneratorFeature.h #11689 Well Target Candidates: generate on well target clusters for single case. 2024-09-30 13:42:28 +02:00
RicPickEventHandler.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicRecursiveFileSearchDialog.cpp Add support for Qt6 and disable Qt5 2024-09-30 11:21:17 +02:00
RicRecursiveFileSearchDialog.h Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicReloadCaseFeature.cpp Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicReloadCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadFormationNamesFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicReloadFormationNamesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadPressureDepthDataFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadPressureDepthDataFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadSummaryCaseFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicReloadSummaryCaseFeature.h Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicReloadWellMeasurementsFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadWellMeasurementsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReloadWellPathFormationNamesFeature.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicReloadWellPathFormationNamesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicRenameSummaryCaseFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicRenameSummaryCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReplaceCaseFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicReplaceCaseFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicReplaceSummaryCaseFeature.cpp Move summary tools into separate folder 2024-10-22 07:28:43 +02:00
RicReplaceSummaryCaseFeature.h Improve reload and replace of cases 2024-01-25 10:41:57 +01:00
RicResampleDialog.cpp clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicResampleDialog.h Move defines to RiaDateTimeDefines 2022-03-14 09:18:48 +01:00
RicSelectColorResult.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSelectColorResult.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSelectOrCreateViewFeatureImpl.cpp #10649 ApplicationLibCode: Use collection.empty() instead of comparing with size 2023-09-27 10:16:37 +02:00
RicSelectOrCreateViewFeatureImpl.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicShowDataSourcesForRealization.cpp Add Sumo summary ensemble and summary case 2024-07-05 12:47:54 +02:00
RicShowDataSourcesForRealization.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicShowGridCalculatorFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicShowGridCalculatorFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicShowGridStatisticsFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicShowGridStatisticsFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicStackSelectedCurvesFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicStackSelectedCurvesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicSummaryCaseRestartDialog.cpp Update clang-format.yml (#10068) 2023-04-13 07:05:53 +02:00
RicSummaryCaseRestartDialog.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicThemeColorEditorFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicThemeColorEditorFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicTogglePerspectiveViewFeature.cpp #10367 Janitor: Remove unneccessary 'this' pointers 2023-08-07 13:38:27 +02:00
RicTogglePerspectiveViewFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicUnstackSelectedCurvesFeature.cpp Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicUnstackSelectedCurvesFeature.h Improve CmdFeature base class 2023-06-26 14:28:46 +02:00
RicUserDefinedCalculatorDialog.cpp Grid Calculator: refactor summary curve calculator and add grid calculator. 2022-05-09 15:36:27 +02:00
RicUserDefinedCalculatorDialog.h clang-format: Set column width to 140 2023-02-26 10:48:40 +01:00
RicUserDefinedCalculatorUi.cpp Improve summary calculation performance 2024-02-26 13:55:41 +01:00
RicUserDefinedCalculatorUi.h Summary Calculation: add import and export to toml 2023-12-04 17:26:44 +01:00
RicVec3dPickEventHandler.cpp Refactor connection between cases and views. 2024-04-15 16:10:43 +02:00
RicVec3dPickEventHandler.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00
RicWellLogTools.cpp Osdu Well Log: make it possible to add Osdu well logs to plot. 2024-06-14 17:31:22 +02:00
RicWellLogTools.h Refactor: use new base class WellLog where possible. 2024-06-14 17:31:22 +02:00
RicWellMeasurementImportTools.cpp Refactor: avoid local variable only used in range-based for loops 2024-04-04 10:24:21 +02:00
RicWellMeasurementImportTools.h Rename ApplicationCode to ApplicationLibCode 2021-01-11 15:27:45 +01:00