Commit Graph
100 Commits
Author SHA1 Message Date
Magne Sjaastad aa6cc5a861 Linux fix 2016-10-11 09:35:23 +02:00
Magne Sjaastad 834e3aae7b Moved implementation to source file to avoid compile issues 2016-10-06 15:41:31 +02:00
Magne Sjaastad 15349dd471 #849 Added import summary case to toolbars 2016-10-06 15:17:59 +02:00
Magne Sjaastad 39356c2b2a #849 Added Import Summary Case command 2016-10-06 15:02:11 +02:00
Magne Sjaastad e87788d138 #849 Hide main window instead of close to avoid rebuild of contained project 2016-10-06 15:02:11 +02:00
Magne Sjaastad b4d6e40247 #849 Added import summary case command 2016-10-06 15:02:11 +02:00
Magne Sjaastad 8ef8607d09 #846 Cleaned up includes 2016-10-06 08:33:34 +02:00
Magne Sjaastad 7c5dbf8bc2 #846 Use one tile window feature for both main windows 2016-10-06 07:55:35 +02:00
Magne Sjaastad 95d4cd15cd #846 Mirrored relevant items to plot window menus 2016-10-06 07:55:35 +02:00
Magne Sjaastad 58a25c9fe9 #846 Created help menu features 2016-10-05 14:23:31 +02:00
Magne Sjaastad ee0038ac74 #846 Created ImportGeoMechCaseFeature 2016-10-05 14:23:31 +02:00
Magne Sjaastad 8ffe1303df #846 Created save/close project and exit features 2016-10-05 14:23:30 +02:00
Magne Sjaastad cbdc313cf3 #846 Do not force display of plot main window from well log plots and track 2016-10-05 11:55:54 +02:00
Magne Sjaastad d719491a33 #846 Added Open Last Used Project feature 2016-10-05 10:42:08 +02:00
Magne Sjaastad 98643a7b84 #846 Make sure plots widgets are updated when the plot main window is created 2016-10-05 10:04:41 +02:00
Magne Sjaastad b62bf68c07 #846 Created Open Project command feature 2016-10-05 08:54:40 +02:00
Magne Sjaastad c8b73dad68 #846 Moved recent file management to RiaApplication 2016-10-05 08:54:40 +02:00
Magne Sjaastad 1654ab3c91 Removed unused code 2016-10-05 08:54:39 +02:00
Magne Sjaastad 2d5295cf74 #846 Store window state for mainwindows in project and moved features into ApplicationCommands 2016-10-05 08:54:39 +02:00
Magne Sjaastad 0b9b0137cd #846 Moved open of plot and 3D view tool buttons to front of toolbars 2016-10-04 13:26:11 +02:00
Magne Sjaastad 8277080c2e #846 If plot window is hidden, do not open plot window when loading case with summary data 2016-10-04 13:14:39 +02:00
Magne Sjaastad 6313a06f2e #846 Linux fix 2016-10-04 11:44:31 +02:00
Magne Sjaastad 16f8fc186e #846 Removed obsolete flag to closeProject and make sure project is closed when last main window is closed 2016-10-04 11:03:54 +02:00
Magne Sjaastad d57db25820 AppFwk : Progress dialog is reset and closed instead of hidden when no longer needed 2016-10-04 11:03:53 +02:00
Magne Sjaastad 3a2454cba0 #851 Added "Open 3D Window" tool button in plot window. Raise mainWindow when activated from toolbar 2016-10-04 11:03:53 +02:00
Magne Sjaastad 27682f2a34 Select simulation well in property editor when picked in 3D view 2016-10-03 14:33:06 +02:00
Magne Sjaastad 7659f58fd6 #884 Intersection collection is responsible for adding box manipulator geometry to model used in 3D viewer 2016-10-03 14:26:46 +02:00
Magne Sjaastad 1f1fd72f02 #884 Select intersection in property editor when clicking in 3D scene 2016-10-03 13:07:19 +02:00
Magne Sjaastad bdf880d1ab #884 Update manipulator box when single plane state changes 2016-10-03 10:15:14 +02:00
Magne Sjaastad 58acd22afa #884 Improved interface to BoxManipulatorPartManager 2016-09-30 15:10:39 +02:00
Magne Sjaastad 1537b8c0d1 #884 RimIntersectionBox now manages the box manipulator object 2016-09-30 12:33:32 +02:00
Magne Sjaastad b4ec6b3a81 Linux compile fixes 2016-09-30 11:24:02 +02:00
Magne Sjaastad 7b49f6b227 Linux compile fixes 2016-09-30 11:16:45 +02:00
Magne Sjaastad 465a28dfe9 #884 Fixed change from z-coord to depth 2016-09-30 10:28:43 +02:00
Magne Sjaastad d7a69bdae8 Merged intersection box interactive manipulation 2016-09-30 10:01:17 +02:00
Magne Sjaastad 593d72d63b (#884) Refactor and cleanup 2016-09-30 09:34:45 +02:00
Magne Sjaastad de11836e03 AppFwk : Added DisplayCoordTransform 2016-09-30 09:34:45 +02:00
Magne Sjaastad d4bdbcb7c8 (#884) Added prototype of event handler for interaction with box 2016-09-30 09:34:39 +02:00
Magne Sjaastad 6b1dd89b2e #888 Intersection Box: Enable picking on intersection box geometry 2016-09-26 10:35:59 +02:00
Magne Sjaastad d87aa6a466 #818 Update visibility of fields for slice intersection boxes 2016-09-23 16:17:53 +02:00
Magne Sjaastad 5c4b92f9b8 #818 Intersection Box: Added XYZ slices to context menu in 3D view 2016-09-23 16:12:19 +02:00
Magne Sjaastad bb81009b33 #817 New intersection box is created at center of active cells with half the size of active cells bounding box. Grid cell is hidden. 2016-09-23 13:38:08 +02:00
Magne Sjaastad 259df01e0a #817 Regenerate geometry when intersection box is deleted 2016-09-23 13:11:35 +02:00
Magne Sjaastad 633b0a136a Guard for null pointer 2016-09-23 13:10:54 +02:00
Magne Sjaastad c16daff875 #814 Clamp values and added support for collapse to single plane 2016-09-23 11:37:33 +02:00
Magne Sjaastad 88e40aa2d9 #886 LAS Export: Set the STEP if the data is resampled 2016-09-23 10:20:05 +02:00
Magne Sjaastad 8514664d06 #880 LAS: Export of TVDRKB 2016-09-23 10:07:15 +02:00
Magne Sjaastad 120cc8b6dc #887 Category Legend: Limit legend height when having few categories 2016-09-22 15:31:21 +02:00
Magne Sjaastad 993a67edb6 Increased number of items in recent files to 9 2016-09-22 15:01:52 +02:00
Magne Sjaastad d9c383f7d3 #815 Rebuild geometry when min/max values for intersection box changes 2016-09-22 14:54:46 +02:00
Magne Sjaastad 61b7a6c57d #815 Initialize intersection boxes after loading of case 2016-09-22 10:38:57 +02:00
Magne Sjaastad 3d83d32055 #815 Fixed issue for use of setFromPointAndNormal 2016-09-22 10:09:03 +02:00
Magne Sjaastad e3cec5bfec #815 Wired up infrastructure for intersection box from view to geometry generators 2016-09-22 10:09:03 +02:00
Magne Sjaastad e789694780 #815 : Intersection Box : Added PartManager and SourceInfo 2016-09-21 14:47:02 +02:00
Magne Sjaastad 531aaaa445 AppFwk : Fixed typo of firstAncestorOrThisOfType 2016-09-21 13:59:41 +02:00
Magne Sjaastad 1bcfc41542 #883 Las Export: Inconsistency in NULL value 2016-09-21 13:41:33 +02:00
Magne Sjaastad 16d5506bc2 #882 More space in dialog 2016-09-21 13:08:29 +02:00
Magne Sjaastad 86dcc29bce #882 Enable export LAS command for Tracks, Plots and Well Logs Folder 2016-09-21 13:04:34 +02:00
Magne Sjaastad 59afd14339 AppFwk : Added descendantsIncludingThisOfType 2016-09-21 13:03:55 +02:00
Magne Sjaastad 33abbed1fd #882 RiaApplication : Renamed to lastUsedDialogDirectory and added currentProjectPath. Use project path as fallback path for LAS export 2016-09-21 09:46:17 +02:00
Magne Sjaastad c08dce7167 #815 Prototype of interface for RivIntersectionBoxGeometryGenerator 2016-09-21 08:50:55 +02:00
Magne Sjaastad bb906cdbe2 #815 Moved code to RivHexGridIntersectionTools 2016-09-21 07:57:39 +02:00
Magne Sjaastad 935d49dfdb #815 Moved files to Intersections folder 2016-09-20 16:09:27 +02:00
Magne Sjaastad b524abc48d #815 Moved common geometry code to HexGridIntersectionTools 2016-09-20 15:57:06 +02:00
Magne Sjaastad 45952e59d3 #814 New project tree items Intersection Boxes and Intersection Box. Support for add, toggle and delete 2016-09-20 12:03:26 +02:00
Magne Sjaastad ae6397c5c6 #821 Fixed missing include on Linux 2016-09-19 11:22:45 +02:00
Magne Sjaastad 7de4f8f175 #821 Added export dialog with resampling support 2016-09-19 11:17:36 +02:00
Magne Sjaastad cb6d9d714b #821 Added RigLasFileExporter. Export one LAS file for same case, well and date. 2016-09-16 12:47:27 +02:00
Magne Sjaastad 1e4a96d79d #821 Remember export path and replace default file name including '/' with '_' 2016-09-16 12:47:27 +02:00
Magne Sjaastad 0fc911e50b #837 Set category legend width to 150 px 2016-09-14 08:27:04 +02:00
Magne Sjaastad 8e79a781c9 #827 Fixed issue causing some categories to use uninitialized region of texture 2016-09-14 08:23:50 +02:00
Magne Sjaastad 91476b43c8 #837 Rename 2016-09-13 14:07:45 +02:00
Magne Sjaastad b3f036fb0e #837 GeoMech: Added formation property filter. Moved some functionality to RimCellFilter 2016-09-13 13:43:27 +02:00
Magne Sjaastad 384a8cc8e7 #837 Formation Names: Show layer names in property filter (Eclipse) 2016-09-13 13:43:27 +02:00
Magne Sjaastad e360c55e16 #272 Rename 2016-09-12 11:24:15 +02:00
Magne Sjaastad 7306950d9d #831 Category legend use full height to be able to show as many category names as possible 2016-09-12 11:11:25 +02:00
Magne Sjaastad 077351cd04 #272 Use combo box to switch between predefined and custom cell edge result 2016-09-09 11:47:00 +02:00
Magne Sjaastad 2f5acc38ac Added debug output of grid name and size, added comments 2016-09-09 11:47:00 +02:00
Magne Sjaastad 0a523a252a #828 Report and clamp invalid K-values for well connections 2016-09-08 15:21:40 +02:00
Magne Sjaastad 1180db39f7 #829 Rename 2016-09-08 10:43:26 +02:00
Magne Sjaastad 0f88475fd8 #829 Show formation colors for all time steps 2016-09-08 08:50:10 +02:00
Magne Sjaastad 45f56b9fab #829 Use HUGE_VAL for k-layers not covered by formation definitions 2016-09-07 13:31:49 +02:00
Magne Sjaastad cf8190cbf1 #829 Eclipse: Set default legend mapping and color range when selecting a category result 2016-09-07 11:41:02 +02:00
Magne Sjaastad f404299702 (#829) Moved RimLegendConfig as a private field to be able to switch between standard and single var result color 2016-09-07 11:12:45 +02:00
Magne Sjaastad f1c214c1d7 (#829) Use std::vector instead of std::set for categories. Added categoryNames to RimLegendConfig 2016-09-07 11:12:31 +02:00
Magne Sjaastad 3e40db6ef0 #827 Refactored CategoryMapper function names and added comments 2016-09-07 08:52:32 +02:00
Magne Sjaastad 3ddec2c65a Allow grids with varying number of active cells to be part of same grid group 2016-09-06 15:11:39 +02:00
Magne Sjaastad 9281156d4d Fixed missing clear of statistics data cache 2016-09-06 15:11:39 +02:00
Magne Sjaastad f01e762ef1 #827 Added support for text labels in category legend 2016-09-06 11:15:21 +02:00
Magne Sjaastad 5420960b22 #826 Added opm-flowdiagnostics libary with a basic test 2016-09-05 15:23:24 +02:00
Magne Sjaastad 8b16c036fd Commented out local file path usage 2016-09-05 15:22:22 +02:00
Magne Sjaastad f2f6cfd77c #279 Access single quad rendering as member of caf::Viewer 2016-09-05 13:43:10 +02:00
Magne Sjaastad a83e797e63 Fixed missing grid box geometry when a hidden view was activated 2016-09-02 14:19:20 +02:00
Magne Sjaastad 191788643c #719 Extended Grid Box axis to make sure a label coord is present both above max coord and below min coord 2016-09-02 14:04:17 +02:00
Magne Sjaastad c9be561937 #722 Grid Case Group Statistics: Include in-active cells for ACTNUM statistics 2016-09-01 18:34:59 +02:00
Magne Sjaastad f1451a1126 #724 Grid Case Group Statistics: Add option to include in-active cell value as zero 2016-09-01 18:08:51 +02:00
Magne Sjaastad 8098578545 #279 Workaround for invalid near plane location detected on Linux 2016-09-01 13:02:33 +02:00
Magne Sjaastad 1b38326d83 #279 Include cleanup 2016-09-01 13:01:17 +02:00
Magne Sjaastad 0128baddff #279 Use frame buffer objects for snapshots when available, otherwise use grabFrameBuffer() 2016-08-31 17:34:31 +02:00
Magne Sjaastad 457c3c732b #569 Added font sizes 12, 24, and 32 2016-08-29 14:25:50 +02:00