ResInsight/ApplicationCode/Commands/WellLogCommands
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
..
CMakeLists_files.cmake #3154 Implement Common Data Source for Well Log Plots 2018-07-16 08:57:28 +02:00
Ric3dWellLogCurveDeleteFeature.cpp 3D Well Log Curves: Command to Delete curve #2667 2018-04-10 10:57:04 +02:00
Ric3dWellLogCurveDeleteFeature.h 3D Well Log Curves: Command to Delete curve #2667 2018-04-10 10:57:04 +02:00
Ric3dWellLogCurveViewerEventHandler.cpp #2677 Show curve value when clicking the curve 2018-04-25 14:13:12 +02:00
Ric3dWellLogCurveViewerEventHandler.h 3D Well Log Curves(#2676): Enable pick selection of the 3D Tracks and curves 2018-04-23 08:01:32 +02:00
RicAdd3dWellLogCurveFeature.cpp 3D Well Log Curve (#2747): Add "Add new curve" command to 3D track and other curves. 2018-04-19 13:43:12 +02:00
RicAdd3dWellLogCurveFeature.h #2597 3D Well Log Curve: Context command to add new curve 2018-03-15 13:05:00 +01:00
RicAdd3dWellLogFileCurveFeature.cpp 3d Well Log Curves (#2784): call createDisplayModelAndRedraw...() when adding LAS and RFT curves. 2018-04-23 11:35:55 +02:00
RicAdd3dWellLogFileCurveFeature.h #2597 3D Well Log Curve: Context command to add new curve 2018-03-15 13:05:00 +01:00
RicAdd3dWellLogRftCurveFeature.cpp 3d Well Log Curves (#2784): call createDisplayModelAndRedraw...() when adding LAS and RFT curves. 2018-04-23 11:35:55 +02:00
RicAdd3dWellLogRftCurveFeature.h #2598 3D Well log curve: Add RFT curve code. curveValuesAndMds does currently only give values for a simwell 2018-03-16 11:22:03 +01:00
RicAddWellLogToPlotFeature.cpp #2535 Use the MainWindowTools class instead of MainWindow directly (part 1) 2018-02-27 16:46:53 +01:00
RicAddWellLogToPlotFeature.h #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00
RicAsciiExportWellLogPlotFeature.cpp #2443 : Remove obsolete includes of QMessageBox 2018-02-02 09:37:00 +01:00
RicAsciiExportWellLogPlotFeature.h #1294 Rename and cleanup, use ascii as file extension 2017-03-15 13:28:25 +01:00
RicChangeDataSourceFeature.cpp #3154 Implement Common Data Source for Well Log Plots 2018-07-16 08:57:28 +02:00
RicChangeDataSourceFeature.h #3154 Implement Common Data Source for Well Log Plots 2018-07-16 08:57:28 +02:00
RicDeletePltPlotFeature.cpp #1948 PLT plot. Initial version, RFT plot copy 2017-10-25 14:36:18 +02:00
RicDeletePltPlotFeature.h #1948 PLT plot. Initial version, RFT plot copy 2017-10-25 14:36:18 +02:00
RicDeleteRftPlotFeature.cpp #1842 RFT Plot. Implement property view and RFT plot commands 2017-10-05 16:26:39 +02:00
RicDeleteRftPlotFeature.h #1842 RFT Plot. Implement property view and RFT plot commands 2017-10-05 16:26:39 +02:00
RicDeleteWellLogPlotTrackFeature.cpp #3136 Fix RFT/PLT plots and refactor the way Mdi windows are resized when adding/removing plot tracks. 2018-07-04 11:10:32 +02:00
RicDeleteWellLogPlotTrackFeature.h (#499) Added a custom track delete feature 2015-09-21 15:55:55 +02:00
RicMoveWellLogFilesFeature.cpp #2020 Move LAS files. Implement isCommandEnabled 2017-11-20 12:46:13 +01:00
RicMoveWellLogFilesFeature.h #2020 Move LAS files. Support for submenus and command features with custom name and user data 2017-11-20 08:27:38 +01:00
RicNewPltPlotFeature.cpp #2809, #2858, #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot 2018-05-06 10:09:39 +02:00
RicNewPltPlotFeature.h #2331 Renamed RimView to Rim3dView 2018-01-09 10:11:28 +01:00
RicNewRftPlotFeature.cpp #2809, #2858, #2859 Fix icon inconsistencies. Edd icons for ensemble curves and new icons for cross plot 2018-05-06 10:09:39 +02:00
RicNewRftPlotFeature.h #2075 RFT Plot: Add "New RFT plot" command to well path 2017-11-02 12:32:54 +01:00
RicNewWellBoreStabilityPlotFeature.cpp #3182 Remove superfluous isUsingAutoName setting 2018-08-08 08:10:57 +02:00
RicNewWellBoreStabilityPlotFeature.h #2966 Add command to create a well bore stability plot 2018-07-02 10:29:31 +02:00
RicNewWellLogCurveExtractionFeature.cpp Rename to RiuPlotMainWindow 2018-04-27 06:28:08 +02:00
RicNewWellLogCurveExtractionFeature.h Add wellLog Tools class and move static methods from newCurve-commands 2017-10-09 14:32:15 +02:00
RicNewWellLogFileCurveFeature.cpp #1722 Completion Export : Use RimTools::wellPathCollection 2018-06-29 10:48:45 +02:00
RicNewWellLogFileCurveFeature.h Add Icon to well log LAS curve 2018-03-15 13:05:00 +01:00
RicNewWellLogPlotFeature.cpp #2127 Sim Well Branches : Major refactor of sim well branch computation 2017-12-08 10:24:14 +01:00
RicNewWellLogPlotFeature.h (#492) Created folder for well log commands, added "New Well Log LAS Curve" feature 2015-09-18 09:07:38 +02:00
RicNewWellLogPlotFeatureImpl.cpp #3209 Make sure project tree is initialised when creating the plot window. 2018-08-17 10:54:40 +02:00
RicNewWellLogPlotFeatureImpl.h Add some features to well log plot, track and curve creation. 2018-07-02 10:29:31 +02:00
RicNewWellLogPlotTrackFeature.cpp #3136 Fix RFT/PLT plots and refactor the way Mdi windows are resized when adding/removing plot tracks. 2018-07-04 11:10:32 +02:00
RicNewWellLogPlotTrackFeature.h (#486) Renamed "trace" to "track" 2015-09-18 12:29:23 +02:00
RicNewWellLogRftCurveFeature.cpp Rename to RiuPlotMainWindow 2018-04-27 06:28:08 +02:00
RicNewWellLogRftCurveFeature.h Add wellLog Tools class and move static methods from newCurve-commands 2017-10-09 14:32:15 +02:00
RicPasteWellLogCurveFeature.cpp #1981 RFT Plot. Disabled several commands 2017-10-10 11:18:53 +02:00
RicPasteWellLogCurveFeature.h #901 WLP: Added copy/paste of curves 2016-11-22 08:48:11 +01:00
RicPasteWellLogPlotFeature.cpp #1000 System : Added keyboard shortcuts for copy/paste actions 2016-11-24 08:22:36 +01:00
RicPasteWellLogPlotFeature.h #901 WLP: Added copy/paste of plots 2016-11-22 09:31:48 +01:00
RicPasteWellLogTrackFeature.cpp #1981 RFT Plot. Disabled several commands 2017-10-10 11:18:53 +02:00
RicPasteWellLogTrackFeature.h #901 WLP: Added copy/paste of tracks 2016-11-22 09:11:25 +01:00
RicWellLogFileCloseFeature.cpp CppCheck : Several fixes 2018-08-02 19:22:03 +02:00
RicWellLogFileCloseFeature.h #2044 Close LAS file. Update plots after LAS delete and import 2017-10-31 15:42:11 +01:00
RicWellLogPlotCurveFeatureImpl.cpp #1842 RFT plot. Initial commit. Under construction... 2017-09-27 12:39:35 +02:00
RicWellLogPlotCurveFeatureImpl.h #1842 RFT plot. Initial commit. Under construction... 2017-09-27 12:39:35 +02:00
RicWellLogPlotTrackFeatureImpl.cpp #3136 Fix RFT/PLT plots and refactor the way Mdi windows are resized when adding/removing plot tracks. 2018-07-04 11:10:32 +02:00
RicWellLogPlotTrackFeatureImpl.h Renamed PlotCurve -> Curve 2015-11-04 16:19:38 +01:00
RicWellLogsImportFileFeature.cpp #2535 Use the MainWindowTools class instead of MainWindow directly (part 4) 2018-02-27 16:46:53 +01:00
RicWellLogsImportFileFeature.h #1510 Remove invalid usage of namespace caf for features 2017-05-19 13:40:38 +02:00