Magne Sjaastad
|
8b3adf0f5b
|
(#641) Refactoring to improve readability
|
2015-12-01 12:34:29 +01:00 |
|
Magne Sjaastad
|
40c9b711c2
|
(#641) Use large priority to make sure the highlight part is rendered after reservoir parts
|
2015-12-01 12:34:28 +01:00 |
|
Magne Sjaastad
|
1208c2f468
|
(#641) Show user defined polyline using magenta, also visible when mesh is turned off
|
2015-12-01 12:34:28 +01:00 |
|
Jacob Støren
|
ee11d4fde7
|
(#672) Refactoring and Fix of side effects introduced by 704f4fa
|
2015-12-01 12:27:19 +01:00 |
|
Jacob Støren
|
704f4fa42b
|
(#672) Avoid deleting and hiding WellLogPlot and Wells folders when they have no children
|
2015-11-30 15:07:54 +01:00 |
|
Jacob Støren
|
9d9ff798a9
|
(#655)(#163) Guard against null ptrs in name comparisons
|
2015-11-30 14:50:16 +01:00 |
|
Jacob Støren
|
d637248ae9
|
(#655) Sort the wells in the Wells folder by name
|
2015-11-30 14:32:34 +01:00 |
|
Jacob Støren
|
707e8c68ab
|
(#163) Sort simulation wells by name
|
2015-11-30 14:04:03 +01:00 |
|
Magne Sjaastad
|
bd2a65acb4
|
(#641) Create user defined polyline by clicking on reservoir cells
|
2015-11-27 17:18:51 +01:00 |
|
Magne Sjaastad
|
7cd4394102
|
Guard against polylines with less than two points
|
2015-11-27 17:18:50 +01:00 |
|
Jacob Støren
|
7b9f2b41ed
|
CppCheck fixes, Errors Warnings and performance
|
2015-11-27 16:37:26 +01:00 |
|
Jacob Støren
|
6fdc975464
|
Intersection: Reorganized gui a bit
|
2015-11-27 13:51:41 +01:00 |
|
Jacob Støren
|
0bda8e9a2f
|
(#679) Inactive cells can be toggled from the intersection
|
2015-11-27 13:51:39 +01:00 |
|
Jacob Støren
|
9f0c9d13b9
|
Whitespace
|
2015-11-27 13:51:36 +01:00 |
|
Magne Sjaastad
|
39ae89b07b
|
(#667) Move intersections above range filters in tree view
|
2015-11-27 13:47:03 +01:00 |
|
Magne Sjaastad
|
f33a3174ee
|
(#667) Make Grids toggle follow toggle button in toolbar
Renamed toolbar text to "Hide Grid Cells"
|
2015-11-27 13:47:02 +01:00 |
|
Magne Sjaastad
|
a42b0d2c8e
|
(#667) Added Grids to project tree below Info Box
Fixed update issue related to missing time step texts in animation
toolbar
|
2015-11-27 13:47:01 +01:00 |
|
Magne Sjaastad
|
09c88fb768
|
(#667) Intersection visibility will now follow fault visibility
|
2015-11-27 13:47:01 +01:00 |
|
Jacob Støren
|
9fff7825af
|
(#676) Start intersections of well paths when the trajectory enters the active cells bounding box.
|
2015-11-27 11:29:28 +01:00 |
|
Magne Sjaastad
|
f8d3b85047
|
(#669) Grid Box: When creating a new view, enable grid box by default
|
2015-11-27 10:47:12 +01:00 |
|
Magne Sjaastad
|
cbdf446716
|
(#670) Grid box: Do not use scientific notation on legend
|
2015-11-27 10:38:23 +01:00 |
|
Magne Sjaastad
|
bf5de93113
|
[Fwk] Improved static initializer naming
|
2015-11-27 10:38:23 +01:00 |
|
Magne Sjaastad
|
563aa95abf
|
[Fwk] Static initializer must be placed at file global scope in order to always call the constructor in the cpp file
|
2015-11-27 10:38:22 +01:00 |
|
Jacob Støren
|
5c0c18ca30
|
(#668) Autmatically change itersection name when changing well or branch
|
2015-11-27 10:14:54 +01:00 |
|
Magne Sjaastad
|
eb4fefce7c
|
Removed obsolete file
|
2015-11-26 18:42:07 +01:00 |
|
Jacob Støren
|
2bf6771da0
|
(#675) Addjusted default extent when we have a small reservoir.
|
2015-11-26 16:47:45 +01:00 |
|
Jacob Støren
|
c86bb47fa9
|
(#666) Fixed assert reported in comment
|
2015-11-26 16:12:58 +01:00 |
|
Jacob Støren
|
7ebd6514cb
|
(#675) (#666) Extrapolating intersection by user amount, along well-end directions
Making vertical-only well paths more robust also.
|
2015-11-26 16:12:55 +01:00 |
|
Magne Sjaastad
|
3c4142fc52
|
(#678) Show context menu commands on intersection
Added hide intersection
|
2015-11-26 16:01:23 +01:00 |
|
Magne Sjaastad
|
147580e342
|
Linux fix
|
2015-11-26 05:54:43 -08:00 |
|
Magne Sjaastad
|
df604f7e12
|
Commented out test project
|
2015-11-26 14:22:53 +01:00 |
|
Magne Sjaastad
|
8e85c4e8fb
|
[Fwk] Created test project for Cvf specialization
|
2015-11-26 14:22:53 +01:00 |
|
Magne Sjaastad
|
5093b559d2
|
[Fwk] Set default editor for std::vector of Vec3d
|
2015-11-26 14:22:52 +01:00 |
|
Magne Sjaastad
|
3a3d28003b
|
[Fwk] Use PdmValueFieldSpecialization instead of QVariant constructor
|
2015-11-26 14:22:52 +01:00 |
|
Magne Sjaastad
|
3e9e5779ab
|
[Fwk] Updated headers and added unit tests, fixed minor issues related to text stream operator overload
|
2015-11-26 14:22:51 +01:00 |
|
Magne Sjaastad
|
1bdb68e3d7
|
[Fwk] Moved ProjectDataModel unit test
|
2015-11-26 14:22:50 +01:00 |
|
Magne Sjaastad
|
6cecdf7fc3
|
[Fwk] Added new top level cmakefile for both AppFwk and VizFwk
|
2015-11-26 14:22:50 +01:00 |
|
Magne Sjaastad
|
941d117fbf
|
[Fwk] Updated Cvf test application
|
2015-11-26 14:22:49 +01:00 |
|
Jacob Støren
|
b075c57515
|
(#633) Added branch control to simulation well cross sections.
|
2015-11-26 13:39:31 +01:00 |
|
Jacob Støren
|
d808c268a4
|
Added icon to Simulation Well Intersection command
|
2015-11-26 13:38:27 +01:00 |
|
Jacob Støren
|
3e78eebee3
|
(#633) Cross sections on simulation wells
|
2015-11-26 11:09:10 +01:00 |
|
Jacob Støren
|
faf35d32c6
|
(#633) Moved well centerline calculation to make it available for cross sections
|
2015-11-26 11:09:08 +01:00 |
|
Magne Sjaastad
|
f18ad19fe2
|
Intersections: Added icons to commands
|
2015-11-24 19:45:53 +01:00 |
|
Magne Sjaastad
|
9429458d32
|
Rename from cells to globalCellArray
|
2015-11-24 14:21:02 +01:00 |
|
Magne Sjaastad
|
1890ff19f9
|
(#664) Picking on intersections for eclipse and geo models
|
2015-11-24 14:14:39 +01:00 |
|
Magne Sjaastad
|
85ca555163
|
Rename
|
2015-11-24 14:14:39 +01:00 |
|
Jacob Støren
|
e0b8f6e06b
|
(#665) Icons for cross sections
|
2015-11-24 13:27:44 +01:00 |
|
Magne Sjaastad
|
c588a1fe69
|
(#645) Convert step names to dates for plotting in Result Plot
|
2015-11-24 11:35:19 +01:00 |
|
Jacob Støren
|
419fd28b02
|
Upped version number to 1.5.101-dev after Sprint 9.
|
2015-11-24 10:59:49 +01:00 |
|
Magne Sjaastad
|
369f3c65d8
|
Linux fix
|
2015-11-24 10:04:02 +01:00 |
|