Commit Graph

472 Commits

Author SHA1 Message Date
Magne Sjaastad
84b871e6be Reordered UI 2014-08-06 15:53:08 +02:00
Magne Sjaastad
e718b760b6 Renamed to RimFaultResultSlot 2014-08-06 12:47:27 +02:00
Magne Sjaastad
1da9920067 Fault visibility : Restructured code 2014-08-01 14:48:37 +02:00
Magne Sjaastad
0c7fc31170 Improved handling of icon enabled state 2014-08-01 13:35:52 +02:00
Magne Sjaastad
a0f91ee0c2 Fault result : Renamed in tree view 2014-08-01 13:03:05 +02:00
Magne Sjaastad
95639772d8 Fault result: Moved fault result up one level in tree view 2014-08-01 12:55:43 +02:00
Magne Sjaastad
c310b702e1 Fault result : Use checkbox to enable custom fault visualization
When checkbox is disabled, faults are visualized using current cell
visualization. When checkbox is activated, fault colors or custom fault
result is active
2014-08-01 09:40:35 +02:00
Magne Sjaastad
b0d3df3a8c Ternary legend : Added title 2014-08-01 08:46:46 +02:00
Magne Sjaastad
66808a5e67 Fault result: Updated icon 2014-08-01 07:53:15 +02:00
Magne Sjaastad
bc23b04468 Fault result : Moved config from FaultCollection to FaultResultSettings 2014-07-31 14:05:40 +02:00
Magne Sjaastad
1cd32ee0d3 Fault result : Renamed file and improved interface 2014-07-31 11:09:48 +02:00
Magne Sjaastad
d424f2f25f Fault result: Moved result mapping from collection to fault result 2014-07-31 10:49:23 +02:00
Magne Sjaastad
820dbaae5c Preferences : Added support for pdm objects recursively 2014-07-31 10:05:16 +02:00
Magne Sjaastad
ee3d74b9fc Fault result: Added fault result legend 2014-07-31 08:46:30 +02:00
Magne Sjaastad
407c838f03 Fault result: Added custom result to fault result project model 2014-07-30 14:26:39 +02:00
Magne Sjaastad
bc57b8b091 Improved management of multiple legend overlay items 2014-07-30 10:54:46 +02:00
Magne Sjaastad
eecbc1e0ef Performance: Control how much data to import from file
User can control if faults, NNCs and simulation wells are to be imported
from file.
2014-07-30 09:13:47 +02:00
Magne Sjaastad
1f5977cbc6 Faults: Added fault result mapping management 2014-07-29 08:49:54 +02:00
Magne Sjaastad
b53623eb49 Added hide fault to context menu in 3D view 2014-07-25 14:48:37 +02:00
Magne Sjaastad
e73095e862 Moved update for force visibility before retrieving display parts 2014-07-24 15:11:20 +02:00
Magne Sjaastad
aa228b90b7 Rename and simplified control of fault visibility 2014-07-24 15:11:19 +02:00
Magne Sjaastad
0c8a69a445 Renamed file to match class name for RimReservoirCellResultStorage 2014-07-24 14:03:24 +02:00
Magne Sjaastad
07139d3675 Linux fixes: Added missing includes 2014-07-24 02:01:02 -07:00
Magne Sjaastad
a40b9554e5 Linux fix: Added missing include 2014-07-24 10:39:49 +02:00
Magne Sjaastad
cbf86a4387 Linux fix: Added missing include 2014-07-24 10:26:26 +02:00
Magne Sjaastad
ad7e3b8eef Cleaned up includes for ProjectDataModel 2014-07-24 10:12:25 +02:00
Magne Sjaastad
22b1f85b61 Removed obsolete includes 2014-07-23 11:37:36 +02:00
Magne Sjaastad
2fbcfde791 Aggregated common Octave argument list 2014-07-22 12:11:48 +02:00
Jacob Støren
c96169c62e Fixed crash in loading Statistics RegTest manually 2014-07-02 14:11:56 +02:00
Jacob Støren
d29590080e Fixed Property filter Crash
Introduced by the well cell awareness in faults
2014-07-02 11:54:51 +02:00
Jacob Støren
2d9dd7c75b Turned On results on Faults by default 2014-07-01 14:29:31 +02:00
Jacob Støren
8f798cd78b Info Box: Shortened Fault result text 2014-07-01 14:28:49 +02:00
Jacob Støren
f5b0e03211 Fix of crash: Compute SOIL for Fracture Results
https://github.com/OPM/ResInsight/issues/179
2014-06-30 11:10:35 +02:00
Magne Sjaastad
6a20f16de1 Legend config: Do not show two configs when loading new case 2014-06-13 08:12:45 +02:00
Magne Sjaastad
dbdd28fcde When no ternary component is present, hide TERNARY result 2014-05-09 07:34:27 +02:00
Magne Sjaastad
bed902d005 Show ternary range on overlay item 2014-05-06 23:29:41 +02:00
Magne Sjaastad
cc4e9eb505 Make sure size_t is defined on Linux 2014-05-06 23:29:03 +02:00
Magne Sjaastad
625a6b5f0e Cleaned up includes 2014-05-06 22:51:17 +02:00
Magne Sjaastad
89dd686261 Added missing include on Linux 2014-05-06 22:50:49 +02:00
Magne Sjaastad
918f2c4305 Removed ternary specific code and cleaned up includes 2014-05-06 22:40:25 +02:00
Magne Sjaastad
7c6ff0c533 Added ternary legend config
Included user defined ranges for SOIL, SGAS, SWAT
2014-05-06 22:39:53 +02:00
Magne Sjaastad
0c3e54b130 Ternary: Added possibility to switch between local and global range 2014-04-25 16:32:06 +02:00
Magne Sjaastad
585f034799 Bugfix: Get pointer to data after adding data to std vector
When SOIL is created, a new dataset is appended to a std vector. Pointer
to SWAT and SGAS data must be aquired AFTER the new dataset is added.
Adding data to a vector can trigger reallocation of data.
2014-04-25 14:36:34 +02:00
Magne Sjaastad
62a2c9e3ce Fixed mock models 2014-04-24 08:32:43 +02:00
Magne Sjaastad
e5712e9809 Cleanup after merge 2014-04-22 14:39:09 +02:00
Magne Sjaastad
03516a8336 Added mock model settings 2014-04-22 13:17:27 +02:00
Magne Sjaastad
0fbcc57473 Use caf property dialog and removed obsolete riuPreferencesDialog 2014-04-22 13:16:31 +02:00
Magne Sjaastad
b7377e1873 Adde linebreak if no statistics are present 2014-04-22 11:22:19 +02:00
Magne Sjaastad
489b25531f Hide UI for ternary saturation legend config 2014-04-22 11:22:18 +02:00
Magne Sjaastad
b958d01540 Added missing test for ternary saturation result 2014-04-22 11:22:17 +02:00