ResInsight/ApplicationCode/Commands
Gaute Lindkvist 1e77c9308a #3209 Make sure project tree is initialised when creating the plot window.
* Also ensure the main plot window is created before attempting to set a brand new plot as an MDI window.
* This ensures the MDI view controller has been created, otherwise the new plot MDI window will not be shown in the main plot window when the main plot window is created.
2018-08-17 10:54:40 +02:00
..
ApplicationCommands #3087 Show plot data. Add context menu: export to file 2018-07-02 14:29:46 +02:00
CompletionCommands #3034 Perforation Interval: Set default start/end to start/end of simulation 2018-06-22 09:04:26 +02:00
CompletionExportCommands #3199 Fracture summary header : Display d-factor per fracture 2018-08-17 10:22:27 +02:00
CrossSectionCommands Avoid crash if selected item is not a PdmObjectHandle 2018-03-07 15:11:21 +01:00
EclipseCommands #2853 Add a specific ensembles icon. Use Cases icon for recursive import 2018-05-07 12:29:06 +02:00
ExportCommands CppCheck : Several fixes 2018-08-02 19:22:03 +02:00
FlowCommands #1776 CVS data parser. Made parsing more generic. Handle error result columns 2018-05-23 12:33:26 +02:00
FractureCommands #3090 Multi Fraction Creation : Default values and clear data on project close 2018-08-02 15:38:35 +02:00
IntersectionBoxCommands Merge branch 'dev' into cmake-improvements 2018-02-28 08:47:01 +01:00
IntersectionViewCommands Merge branch 'dev' into cmake-improvements 2018-02-28 08:47:01 +01:00
OctaveScriptCommands Merge branch 'dev' into cmake-improvements 2018-02-28 08:47:01 +01:00
OperationsUsingObjReferences #2840 Ensemble curve. Copy/paste og curve sets 2018-05-08 10:17:18 +02:00
SummaryPlotCommands #3200 Plot editor. Remove curve sets correctly 2018-08-14 11:01:19 +02:00
ToggleCommands Rename to RiuPlotMainWindow 2018-04-27 06:28:08 +02:00
ViewLink Merge branch 'dev' into cmake-improvements 2018-02-28 08:47:01 +01:00
WellLogCommands #3209 Make sure project tree is initialised when creating the plot window. 2018-08-17 10:54:40 +02:00
WellPathCommands #3205 Improved default name of modelled wellpaths. Made sure that the name is read and written. 2018-08-14 13:22:42 +02:00
CMakeLists_files.cmake #3060 Resampled plot export. Implement dialog. Resample plot data according to spec from Equinor 2018-06-20 09:41:01 +02:00
RicCloseCaseFeature.cpp #2934 Delete all selected cases, not just the first one when right clicking and choosing close. 2018-05-18 14:02:49 +02:00
RicCloseCaseFeature.h #2934 Delete all selected cases, not just the first one when right clicking and choosing close. 2018-05-18 14:02:49 +02:00
RicCloseObservedDataFeature.cpp System : Replace tab with four spaces 2018-03-12 11:12:39 +01:00
RicCloseObservedDataFeature.h #1820 Observed data: Add close command of observed data 2017-09-27 15:07:32 +02:00
RicCloseSourSimDataFeature.cpp #1773 Update view and property editor when closing soursim data 2017-08-17 15:36:08 +02:00
RicCloseSourSimDataFeature.h #1781 Rename "Delete SourSim Data" to "Close SourSim Data" 2017-08-17 14:39:30 +02:00
RicCloseSummaryCaseFeature.cpp #3013 Make sure all existing connections for PdmObjects are removed before async delete 2018-06-08 12:58:59 +02:00
RicCloseSummaryCaseFeature.h #2873 New AsyncPointerVectorDeleter-classes to handle memory deletion in separate thread. 2018-05-23 14:38:25 +02:00
RicCloseSummaryCaseInCollectionFeature.cpp #3112 Derived ensembles. Show only one delete item in context menu 2018-06-28 10:16:01 +02:00
RicCloseSummaryCaseInCollectionFeature.h #1840 Summary case: Rename and code clean up 2017-09-11 10:45:26 +02:00
RicConvertGroupToEnsembleFeature.cpp #3106 Ensemble calculations. Hash only ensemble parameters common to all cases. Move cases validation 2018-07-04 14:36:14 +02:00
RicConvertGroupToEnsembleFeature.h #2886 Summary groups. Add convert group to ensemble command 2018-05-11 08:33:04 +02:00
RicCreateSummaryCaseCollectionFeature.cpp #3096 Implemented ensemble calulations 2018-06-25 15:15:30 +02:00
RicCreateSummaryCaseCollectionFeature.h #3096 Implemented ensemble calulations 2018-06-25 15:15:30 +02:00
RicDeleteItemExec.cpp #2660 Ensemble curves. Curve filtering 2018-05-31 10:24:16 +02:00
RicDeleteItemExec.h #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00
RicDeleteItemExecData.cpp #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00
RicDeleteItemExecData.h #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00
RicDeleteItemFeature.cpp #3112 Derived ensembles. Show only one delete item in context menu 2018-06-28 10:16:01 +02:00
RicDeleteItemFeature.h #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00
RicDeleteSubItemsFeature.cpp #3090 Add delete of sub items of RimWellPathFractureCollection 2018-08-02 13:54:36 +02:00
RicDeleteSubItemsFeature.h #1306 Added general "Delete Sub Items" feature 2017-03-08 12:06:05 +01:00
RicDeleteSummaryCaseCollectionFeature.cpp #3112 Derived ensembles. Show only one delete item in context menu 2018-06-28 10:16:01 +02:00
RicDeleteSummaryCaseCollectionFeature.h #1840 Summary case: Simplified code based on user input 2017-09-11 10:45:26 +02:00
RicExportFeatureImpl.cpp System : Always include Qt using <> and cleaned up some includes/whitespace 2017-10-19 10:11:14 +02:00
RicExportFeatureImpl.h #1670 Add command feature "Export CARFIN" 2017-06-29 22:37:00 +02:00
RicFileHierarchyDialog.cpp #3107 Hierarchy dialog. Warning to user when invalid chars are detected in file pattern 2018-06-28 11:12:12 +02:00
RicFileHierarchyDialog.h #3107 Hierarchy dialog. Warning to user when invalid chars are detected in file pattern 2018-06-28 11:12:12 +02:00
RicFlyToObjectFeature.cpp #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicFlyToObjectFeature.h #1513 Fishbones : Add 'Fly to Object' for fishbones and perforations 2017-05-21 09:15:54 +02:00
RicGeoMechPropertyFilterFeatureImpl.cpp #2535 Use the MainWindowTools class instead of MainWindow directly (part 1) 2018-02-27 16:46:53 +01:00
RicGeoMechPropertyFilterFeatureImpl.h (#578) Disable menu commands in tree view when range/property is overridden 2015-11-02 09:50:42 +01:00
RicGeoMechPropertyFilterInsertExec.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicGeoMechPropertyFilterInsertExec.h #1292 Fixed several style issues reported by CppCheck 2017-03-06 09:27:42 +01:00
RicGeoMechPropertyFilterInsertFeature.cpp (#578) Disable menu commands in tree view when range/property is overridden 2015-11-02 09:50:42 +01:00
RicGeoMechPropertyFilterInsertFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicGeoMechPropertyFilterNewExec.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicGeoMechPropertyFilterNewExec.h #1292 Fixed several style issues reported by CppCheck 2017-03-06 09:27:42 +01:00
RicGeoMechPropertyFilterNewFeature.cpp (#578) Disable menu commands in tree view when range/property is overridden 2015-11-02 09:50:42 +01:00
RicGeoMechPropertyFilterNewFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicGeoMechPropertyFilterNewInViewFeature.cpp #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicGeoMechPropertyFilterNewInViewFeature.h #2162 Context menu: Move geomech new property filter to new feature 2017-11-29 16:25:54 +01:00
RicGridStatisticsDialog.cpp CppCheck : Several fixes 2018-08-02 19:22:03 +02:00
RicGridStatisticsDialog.h #2331 Introduce new intermediate class RimGridView 2018-01-15 14:53:48 +01:00
RicHideIntersectionBoxFeature.cpp #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicHideIntersectionBoxFeature.h #2162 Context menu: Add hide intersection box feature 2017-11-29 14:57:04 +01:00
RicHideIntersectionFeature.cpp #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicHideIntersectionFeature.h #2162 Context manu: Add hide intersection feature 2017-11-29 14:57:04 +01:00
RicImportElementPropertyFeature.cpp #2369 Elm props: Clear cell results on deletion 2018-01-15 14:48:05 +01:00
RicImportElementPropertyFeature.h #2348 Elm Props: "Import Element Property Table" command 2018-01-08 14:48:00 +01:00
RicImportEnsembleFeature.cpp #3106 Ensemble calculations. Hash only ensemble parameters common to all cases. Move cases validation 2018-07-04 14:36:14 +02:00
RicImportEnsembleFeature.h #3106 Ensemble calculations. Hash only ensemble parameters common to all cases. Move cases validation 2018-07-04 14:36:14 +02:00
RicImportFormationNamesFeature.cpp #2466 Fix the one occurence of non-guarded activeReservoirView access found. 2018-05-15 11:31:23 +02:00
RicImportFormationNamesFeature.h #809 Created Formation Names project items. 2016-08-24 08:30:12 +02:00
RicImportGeoMechCaseFeature.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicImportGeoMechCaseFeature.h #846 Created ImportGeoMechCaseFeature 2016-10-05 14:23:31 +02:00
RicImportGeoMechCaseTimeStepFilterFeature.cpp #3043 Implement Time step filtering on import for Geomech 2018-06-13 14:10:47 +02:00
RicImportGeoMechCaseTimeStepFilterFeature.h #3043 Implement Time step filtering on import for Geomech 2018-06-13 14:10:47 +02:00
RicImportObservedDataFeature.cpp #2857, #2861, #2853, #2862 Icon improvements: Use new Summary plot icon in combined icons, Observed Data icons, Octave Script icon improvements, Summary Case Group icon 2018-05-07 12:29:06 +02:00
RicImportObservedDataFeature.h CSV import. Reopen dialog on parse error 2017-12-01 12:41:44 +01:00
RicImportObservedDataInMenuFeature.cpp #2857, #2861, #2853, #2862 Icon improvements: Use new Summary plot icon in combined icons, Observed Data icons, Octave Script icon improvements, Summary Case Group icon 2018-05-07 12:29:06 +02:00
RicImportObservedDataInMenuFeature.h #1818 Observed Data: Command to Import observed data 2017-09-19 14:19:44 +02:00
RicImportSummaryCaseFeature.cpp #2894 Summary cases. Moved code to more appropriate location 2018-05-11 09:53:03 +02:00
RicImportSummaryCaseFeature.h #2555 Handle import to separate cases 2018-03-20 14:32:55 +01:00
RicImportSummaryCasesFeature.cpp #2962 Summary import performance. Preliminary optimization of summary groups and ensemble import 2018-06-06 09:49:58 +02:00
RicImportSummaryCasesFeature.h #2962 Summary import performance. Preliminary optimization of summary groups and ensemble import 2018-06-06 09:49:58 +02:00
RicImportSummaryGroupFeature.cpp #2962 Summary import performance. Preliminary optimization of summary groups and ensemble import 2018-06-06 09:49:58 +02:00
RicImportSummaryGroupFeature.h #2819 Ensemble curves. Distinguish between summary case group and ensemble 2018-05-08 15:22:38 +02:00
RicNewSliceRangeFilterFeature.cpp #2872 Fix creating range filter slices on LGR 2018-05-09 13:47:58 +02:00
RicNewSliceRangeFilterFeature.h #2162 Context menu: Move IJK-slice features to command 2017-11-29 09:03:22 +01:00
RicNewViewFeature.cpp #2535 Use the MainWindowTools class instead of MainWindow directly (part 3) 2018-02-27 16:46:53 +01:00
RicNewViewFeature.h #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicRangeFilterExecImpl.cpp #2872 Fix creating range filter slices on LGR 2018-05-09 13:47:58 +02:00
RicRangeFilterExecImpl.h #2872 Fix creating range filter slices on LGR 2018-05-09 13:47:58 +02:00
RicRangeFilterFeatureImpl.cpp #2331 Move RimGridView to separate files 2018-01-16 09:37:08 +01:00
RicRangeFilterFeatureImpl.h (#385) Implemented feature RicRangeFilterInsertFeature 2015-08-20 18:15:58 +02:00
RicRangeFilterInsertExec.cpp #2872 Fix creating range filter slices on LGR 2018-05-09 13:47:58 +02:00
RicRangeFilterInsertExec.h (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicRangeFilterInsertFeature.cpp (#578) Disable menu commands in tree view when range/property is overridden 2015-11-02 09:50:42 +01:00
RicRangeFilterInsertFeature.h (#385) Implemented feature RicRangeFilterInsertFeature 2015-08-20 18:15:58 +02:00
RicRangeFilterNewExec.cpp #2535 Use the MainWindowTools class instead of MainWindow directly (part 1) 2018-02-27 16:46:53 +01:00
RicRangeFilterNewExec.h (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicRangeFilterNewFeature.cpp (#366) Made sure that feature names correspond to the class names 2015-08-17 15:09:01 +02:00
RicRangeFilterNewFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicRangeFilterNewSliceIFeature.cpp (#366) Made sure that feature names correspond to the class names 2015-08-17 15:09:01 +02:00
RicRangeFilterNewSliceIFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicRangeFilterNewSliceJFeature.cpp (#366) Made sure that feature names correspond to the class names 2015-08-17 15:09:01 +02:00
RicRangeFilterNewSliceJFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicRangeFilterNewSliceKFeature.cpp (#366) Made sure that feature names correspond to the class names 2015-08-17 15:09:01 +02:00
RicRangeFilterNewSliceKFeature.h (#366) Renamed command classes and files 2015-08-17 13:32:50 +02:00
RicReloadCaseFeature.cpp Better naming of eclipse reload data function 2017-04-24 12:10:18 +02:00
RicReloadCaseFeature.h #1004 Add reload function to eclipse cases to reload all data from file 2017-04-21 12:03:04 +02:00
RicReloadFormationNamesFeature.cpp System : Always include Qt using <> and cleaned up some includes/whitespace 2017-10-19 10:11:14 +02:00
RicReloadFormationNamesFeature.h #819 Added reload formation names command 2016-08-26 16:12:55 +02:00
RicReloadSummaryCaseFeature.cpp #2028 Summary : Use SummaryTools to access summary objects 2017-10-20 10:54:48 +02:00
RicReloadSummaryCaseFeature.h #1727 Summary Plot: Add Reload option for group and for individual summary cases 2017-09-06 14:09:15 +02:00
RicReloadWellPathFormationNamesFeature.cpp #2224 Well Formations: Make Reloading the csv file work 2017-12-06 12:01:33 +01:00
RicReloadWellPathFormationNamesFeature.h #2224 Well Formations: Make Reloading the csv file work 2017-12-06 12:01:33 +01:00
RicResampleDialog.cpp #3087 Show plot data. Display tabbed dialog for summary data 2018-07-02 11:45:14 +02:00
RicResampleDialog.h #3087 Show plot data. Display tabbed dialog for summary data 2018-07-02 11:45:14 +02:00
RicSelectColorResult.cpp #2476 2dIntersectionView. Clean up context menus 2018-03-14 08:05:38 +01:00
RicSelectColorResult.h #2392 3D View Context command: "Color Result" 2018-02-12 08:42:12 +01:00
RicSelectOrCreateViewFeatureImpl.cpp (clang-tidy) : modernize-use-nullptr 2018-02-18 18:56:43 +01:00
RicSelectOrCreateViewFeatureImpl.h #1377 Add view selection to Show Region button in flow characteristics plot 2017-08-17 13:49:51 +02:00
RicShowGridStatisticsFeature.cpp #2331 Introduce new intermediate class RimGridView 2018-01-15 14:53:48 +01:00
RicShowGridStatisticsFeature.h #2102 Statistics dialog. Dialog contents updates as 3D view is modified 2017-11-16 10:39:54 +01:00
RicSummaryCaseRestartDialog.cpp #2962 Summary import performance. Preliminary optimization of summary groups and ensemble import 2018-06-06 09:49:58 +02:00
RicSummaryCaseRestartDialog.h #2962 Summary import performance. Preliminary optimization of summary groups and ensemble import 2018-06-06 09:49:58 +02:00
RicTogglePerspectiveViewFeature.cpp #2412 Disable irrelevant toolbar commands 2018-01-29 16:16:11 +01:00
RicTogglePerspectiveViewFeature.h #168 Added Perspective/parallel view tool button 2016-08-16 22:43:22 +02:00
RicViewerEventInterface.h #2431 : Add Rim3dView to event interface object 2018-02-05 20:12:22 +01:00
RicWellLogTools.cpp Add some features to well log plot, track and curve creation. 2018-07-02 10:29:31 +02:00
RicWellLogTools.h Add some features to well log plot, track and curve creation. 2018-07-02 10:29:31 +02:00