Gaute Lindkvist
30769d7f2a
Rename caf::PdmUiItem::setUiIcon(QString) to setUiIconFromResourceString
2019-05-06 11:08:59 +02:00
Gaute Lindkvist
274dee70fa
Rename RiaApplication::handleEvents -> invokeProcessEvents
2019-05-06 10:40:05 +02:00
Gaute Lindkvist
57b33b0d4c
First implementation of Headless ( #4392 )
...
* Revert "#4377 Octave : Use RiaLogging for error messages instead of QErrorMessage "
This reverts commit f758a8edb2
.
* Revert "#4380 Preferences : Changing scene font size when geo mech view is open causes crash"
This reverts commit df62a41397
.
* Revert "#4379 Documentation : Update command line parser for import of summary files"
This reverts commit d0b5357ed4
.
* Unfinished WIP
* Builds but crashes
* Refactored code now builds and runs
* ResInsight can now run the unittests headless
* Can run some command files successfully
* Build on Linux
* Extra headless hack header
* Moved PdmUiItem hack to cpp file
* Fix headless crash in RimWellAllocationPlot
* Handle error gracefully if ExportSnapshots command is executed from console
* Add caf::QIconProvider and remove some hacks
* Also made the greying out of disabled icons work for a couple of cases where it didn't.
* Linux build fix
* #4380 Reimplement fix df62a41397
by @magnesj on top of Headless code changes
* #4379 Reintroduce kode from d0b5357ed4
by @magnesj
* #4377 Restore f758a8edb2
in new Headless code
2019-05-06 10:36:05 +02:00
Magne Sjaastad
66e09e4688
#4387 System : Update references to clang files
2019-05-03 11:08:48 +02:00
Magne Sjaastad
9ae6b79271
#4387 System : Move clang-tidy and clang-format into ApplicationCode
...
Prepare for format-on-save
2019-05-03 09:15:18 +02:00
Magne Sjaastad
d0b5357ed4
#4379 Documentation : Update command line parser for import of summary files
2019-05-03 07:49:53 +02:00
Magne Sjaastad
1f5d4030b9
#4384 Preferences : Missing default font sizes
2019-04-30 12:36:53 +02:00
Magne Sjaastad
d20ee3b3f1
Add field and object keywords based on 2019.04
2019-04-30 10:45:41 +02:00
Magne Sjaastad
df62a41397
#4380 Preferences : Changing scene font size when geo mech view is open causes crash
...
Guard access to annotationCollection, as this is nullptr for geo mech views.
2019-04-30 07:40:00 +02:00
Magne Sjaastad
31bcc08546
#4017 Remove unused variables
2019-04-29 19:17:32 +02:00
Magne Sjaastad
987cb92f43
#4017 Automatic parsing of date-time format in CSV Observed Time History Data
2019-04-29 13:35:09 +02:00
Magne Sjaastad
77a12f13c1
#4017 Add function used to determine date format from text string
2019-04-29 12:55:39 +02:00
Magne Sjaastad
80718901d1
#4377 Octave : Remove obsolete developer setting in Preferences
2019-04-29 08:05:03 +02:00
Magne Sjaastad
f758a8edb2
#4377 Octave : Use RiaLogging for error messages instead of QErrorMessage
2019-04-29 08:02:15 +02:00
Gaute Lindkvist
950458455d
#4360 Make sure we display cell colors for grids without dynamic variables even if the project has wells in it
2019-04-26 14:23:05 +02:00
Magne Sjaastad
c3dfbf791d
Add missing constructor initialization
2019-04-26 13:42:46 +02:00
Gaute Lindkvist
496678cab3
#4373 Provide more error messages when importing input grids
2019-04-26 13:42:35 +02:00
Gaute Lindkvist
f567be6d96
#4371 Store Sector Model settings in Project Dialog Data
2019-04-26 13:42:35 +02:00
Magne Sjaastad
8ce9f63487
#4328 Stimulation wells in 3D-view: Render well head using pipe color
...
If well head is a real connection, render as normal connection. If dummy connection, render as pipe color
2019-04-26 13:30:29 +02:00
Magne Sjaastad
11e91f5d1c
#4375 Robustness : Make sure we handle missing data gracefully
2019-04-26 12:50:36 +02:00
Gaute Lindkvist
b35e7d9bd4
#4369 Only create placeholder for derived MULTXYZ result if all requirements are available
2019-04-26 09:47:07 +02:00
Magne Sjaastad
ba9b84850d
#4368 RFT and PLT plots : Disable advanced grid line settings
2019-04-26 09:30:28 +02:00
Gaute Lindkvist
2452bc3a21
#4364 Make sure the correct flow coefficient is exported for ICDs/ICVs in WSEGVALV MSW export
2019-04-26 08:29:04 +02:00
Gaute Lindkvist
ea77618110
Remove unused code in RifReaderEclipseOutput::readWellCells
2019-04-26 08:28:53 +02:00
Magne Sjaastad
b6c9e3b278
#4363 RFT plots: For Measured Depths PL is sometimes used for grid pressures
2019-04-25 16:02:47 +02:00
Magne Sjaastad
bb58bba5b9
#4365 Regression Test : Export of FLUXNUM/MULTNUM from command file does not work
...
Export of FLUXNUM/MULTNUM was using the same code as export sector model, but these two concepts are different. Restore original behavior.
2019-04-25 15:29:46 +02:00
Magne Sjaastad
6c8aa6beea
#4361 Export : Use well name instead of wellNameForExport() to create file name
2019-04-25 12:30:28 +02:00
Magne Sjaastad
02de18f708
Rename to wellNameForExport
2019-04-25 11:42:16 +02:00
Magne Sjaastad
c2fb16a4d3
#4352 Fractures : Make sure appropriate value is always returned
2019-04-25 08:20:48 +02:00
Magne Sjaastad
3cdf19b19d
#4357 Grid Case Group Statistics: Crash when creating contour map
2019-04-25 07:42:38 +02:00
Magne Sjaastad
319050b992
#4352 Fractures : Delegate isEnabled to leaf classes
2019-04-25 07:25:52 +02:00
Magne Sjaastad
1adbc499d6
#4354 Export Completion Data: Auto-select "MSW" in GUI when Valves are exported
2019-04-24 13:31:11 +02:00
Magne Sjaastad
521e170178
#4352 Hide Fracture CONDUCTIVTY legend if no visible fractures
2019-04-24 13:07:54 +02:00
Magne Sjaastad
efc7cca5c7
#4355 Dual Porosity : Guard data access for fracture data values
2019-04-24 12:39:47 +02:00
Magne Sjaastad
60153b20ec
Merge pull request #4350 from OPM/cpp-check-cleanup
...
Cpp check cleanup
2019-04-24 09:09:18 +02:00
Magne Sjaastad
6dd3b36f86
Regression Test : Allow execution of tests starting at filter folder
2019-04-24 08:06:13 +02:00
Magne Sjaastad
5123d5d0c5
#4351 Regression test : Guard null pointer access
2019-04-24 07:46:51 +02:00
Gaute Lindkvist
195fc85a5a
Improve Simulation Well Color UI
2019-04-23 08:38:49 +02:00
Gaute Lindkvist
2e13e53b3c
Make the preference dialog slightly narrower
2019-04-23 08:38:49 +02:00
Gaute Lindkvist
c8184065e3
#4326 Invert Grid Cross Plot Y-axis when displaying DEPTH
2019-04-23 08:35:18 +02:00
Gaute Lindkvist
86e20df7c6
#4319 Store export sector model settings
2019-04-23 08:28:37 +02:00
Gaute Lindkvist
0861a79dfa
#4320 Add create valve to 3d context menu when clicking on perforation
2019-04-23 08:25:39 +02:00
Gaute Lindkvist
1caed321b0
#4323 Avoid time step legend showing up unexpectedly in grid cross plots
2019-04-23 08:23:38 +02:00
Magne Sjaastad
3d3e6064b1
#4348 System , cppcheck : Remove unused functions
2019-04-21 09:36:25 +02:00
Magne Sjaastad
843a791218
#4348 System , cppcheck : Remove unused functions
2019-04-21 09:28:23 +02:00
Magne Sjaastad
8d4142187e
#4348 System , cppcheck : Remove unused functions
2019-04-21 09:11:20 +02:00
Magne Sjaastad
d152147fd4
#4348 System , cppcheck : Remove unused functions
2019-04-21 08:58:21 +02:00
Magne Sjaastad
b786c2c5f3
#4348 System , cppcheck : Remove unused functions
2019-04-21 07:53:52 +02:00
Magne Sjaastad
44d80672a0
clang : Compare instead of invalid assignment
2019-04-20 19:47:57 +02:00
Magne Sjaastad
159f3fa0fc
clang : Identify gridfile correctly
2019-04-20 19:47:33 +02:00
Magne Sjaastad
8cefcbb562
#4348 System , cppcheck : Remove unused variables
2019-04-20 15:11:21 +02:00
Magne Sjaastad
ca72e6ab89
#4348 System , cppcheck : Remove unused variables
2019-04-20 14:34:23 +02:00
Magne Sjaastad
e2d21bb4f9
#4348 System , cppcheck : Remove unused local variables
2019-04-20 14:24:17 +02:00
Magne Sjaastad
3c2f4eb692
#4348 System , cppcheck : Remove unused variables
2019-04-20 14:14:29 +02:00
Magne Sjaastad
4ec289a7fa
#4348 System , cppcheck : Remove unused variables
2019-04-20 14:01:47 +02:00
Magne Sjaastad
64fc5d71ef
#4348 System , cppcheck : Use size_t when counting parameter instances
2019-04-20 13:53:51 +02:00
Magne Sjaastad
e4672aefa9
#4348 System , cppcheck : Remove duplicate test
2019-04-20 13:46:12 +02:00
Magne Sjaastad
25d5120190
#4153 Process Monitor : Avoid setting special font in process monitor
2019-04-20 13:13:27 +02:00
Gaute Lindkvist
4439f7609b
#4317 Add default ellipse fracture template
2019-04-16 13:30:03 +02:00
Gaute Lindkvist
a8bcfefca2
#4309 Offset text annotations label position slightly to make labels less likely to be obscured by grid
2019-04-16 13:02:31 +02:00
Gaute Lindkvist
e0bbda85d9
#4312 Move handleMdiWindowClosed call from widget destructors to MdiSubWindow closeEvent
...
* This way the mdi window still exists at the time of removal and we can handle the removal orderly
2019-04-16 12:14:54 +02:00
Gaute Lindkvist
e41f8ec149
#4312 Force new current sub window in MDI area to be maximized if closing a sub-window that was maximized
2019-04-15 15:33:31 +02:00
Gaute Lindkvist
edf46496b7
#4341 Make docked plots follow font size preferences (but subtract 1 in point size)
...
* The docked plots have much less space available than most plots
2019-04-15 15:08:15 +02:00
Gaute Lindkvist
93f76d9739
Fix labels to match Documentation
2019-04-15 12:44:14 +02:00
Gaute Lindkvist
a98b1d3494
#4339 Show actual parameter names instead of X and Y in Grid Cross Plot Show Data
2019-04-15 11:55:40 +02:00
Gaute Lindkvist
983fed11a3
#4323 Make sure time step legend doesn't show up unexpectedly
...
* Don't make it the default. The legend is handled well when changing to time step
2019-04-15 11:12:16 +02:00
Gaute Lindkvist
8846798ccf
#4338 Add grouping result to Grid Cross Plot Data set property editor
2019-04-15 11:06:27 +02:00
Gaute Lindkvist
48c6139cb2
#4337 Group grid cross plots created from view by formations
2019-04-15 10:45:46 +02:00
Gaute Lindkvist
f9e3db6aa6
#4336 Fix deletion of grid cross plot legends
2019-04-15 10:38:29 +02:00
Gaute Lindkvist
6f7a75f5c2
Add a margin of 4 pixels around every plot to avoid text going all the way to the edge
2019-04-15 09:58:08 +02:00
Gaute Lindkvist
c2032fd948
Set grouping by formations and category colors as default for Grid Cross Plots if formations are available
2019-04-15 09:36:13 +02:00
Gaute Lindkvist
3a91412d6c
#4336 make sure data colors are updated in Grid Cross plots when changing legend colors
2019-04-15 09:32:35 +02:00
Gaute Lindkvist
89a16103c9
Make sure picking of text and reach circle annotations isn't enabled after loading project
2019-04-12 14:47:36 +02:00
Gaute Lindkvist
9aa7ac2591
Make sure auto zoom isn't disabled at the end of zoomAll() for grid cross plot
2019-04-12 14:47:36 +02:00
Gaute Lindkvist
f4d341feac
#4313 Disable copy of grid cross plot curves
2019-04-12 14:47:35 +02:00
Gaute Lindkvist
9834a421c8
Fix problem in font size application to annotations
2019-04-12 14:47:21 +02:00
Gaute Lindkvist
9d06b59357
#4255 Read default plot font sizes from preferences and apply
2019-04-12 14:47:21 +02:00
Gaute Lindkvist
798e3ff19e
#4256 Update fonts in Project and views when changing preferences
2019-04-12 14:47:21 +02:00
Magne Sjaastad
0e0d78104b
Return nullptr instead of false
2019-04-12 13:52:54 +02:00
Gaute Lindkvist
58735350a3
#4322 Ensure toggling of data sets don't cause zoom all
2019-04-12 13:15:51 +02:00
Gaute Lindkvist
34fd604bd8
#4316 Fix regression issue with export completion and import menus showing up everywhere
2019-04-12 13:15:51 +02:00
Gaute Lindkvist
54a096a660
#4327 Select data set by default when creating grid cross plots
2019-04-12 13:15:50 +02:00
Gaute Lindkvist
3e515e82a8
#4324 Make sure centre position of reach circle graphics is also in display coordinates
2019-04-12 12:22:55 +02:00
Gaute Lindkvist
ca1fba8207
#4311 Fix full grid minimum in Export Sector Model
2019-04-12 09:24:09 +02:00
Gaute Lindkvist
473b78a0ad
#4318 Sector Model: Move invisible cells toggle into grid box group
2019-04-12 09:24:02 +02:00
Gaute Lindkvist
c82a4a5537
#4316 Fix context menu with multiple selected well paths
2019-04-12 09:09:12 +02:00
Magne Sjaastad
c0859e3b65
#4301 Contour map : Add setter for RigEclipseResultAddress
2019-04-10 08:55:15 +02:00
Gaute Lindkvist
855eb0e099
#4307 Fix crash in contour map with static properties
2019-04-09 17:26:20 +02:00
Magne Sjaastad
5c3c031938
#4306 Octave : Increase timeout when starting octave process
2019-04-09 15:11:03 +02:00
Gaute Lindkvist
f36c38533b
#4275 Hide UI for case-diff when flow diagnostics is enabled
2019-04-09 13:30:21 +02:00
Gaute Lindkvist
cd870f089b
#4304 Add pre-defined templates for each valve type and fix icons and labels.
2019-04-09 13:30:20 +02:00
Magne Sjaastad
6e88cecbb2
#4254 Saturation Pressure Plots: Add command file command
2019-04-09 12:43:22 +02:00
Gaute Lindkvist
c0f3258f19
Work in progress
2019-04-09 10:30:15 +02:00
Magne Sjaastad
b03e75065c
Whitespace
2019-04-09 09:51:19 +02:00
Magne Sjaastad
af46490b9f
#4303 Calculated curve : Always show scaling factor in axis legend text
2019-04-09 09:51:19 +02:00
Gaute Lindkvist
35e1d5d455
More Qt4 compile issues
2019-04-09 08:20:18 +02:00
Gaute Lindkvist
08b996405f
Fix Linux compile warning with CDE
2019-04-09 08:18:34 +02:00
Gaute Lindkvist
64f537ad05
Make valve templates a bit more accessible
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
4e10aa8ffa
#4262 Tidy up well path menus
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
dbac2d71c8
Remove CDE style from progress bar for Qt4. Just use style sheets.
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
1e223a508a
Fix compile warning in RimSaturationPressurePlot
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
8e720f7077
Fix frame on Histogram
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
7f926a5a4d
Unify look of frames in 3d View using stylesheets
2019-04-08 14:24:43 +02:00
Gaute Lindkvist
22880d511b
#4280 Improve animation progress bar
2019-04-08 14:24:43 +02:00
Magne Sjaastad
387d7cf7c2
System : Use appropriate mode when displaying a cmake message
2019-04-08 12:32:14 +02:00
Magne Sjaastad
d7661d708c
Whitespace
2019-04-08 09:21:42 +02:00
Magne Sjaastad
47bdf22f1d
#4300 About Dialog : Add octave version info
2019-04-08 09:18:55 +02:00
Magne Sjaastad
be6b82ab0e
#4285 Octave : Disable octave argument logging
2019-04-08 07:57:49 +02:00
Magne Sjaastad
bf7987e4ac
#4285 Octave : Add logging of arguments
2019-04-05 19:12:19 +02:00
Magne Sjaastad
08d4697632
#4285 Octave : Make sure absolute absoluteFilePath() is used
2019-04-05 19:09:41 +02:00
Gaute Lindkvist
867c541b7b
#4282 Improve look of Summary Plot Editor after layout changes
...
* In particular make the QMinimizePanel title panel fixed in size.
2019-04-05 15:42:20 +02:00
Magne Sjaastad
f2af02cc2d
#4297 2D intersection view: Initialize with timestep from source view
2019-04-05 14:17:44 +02:00
Gaute Lindkvist
94a8c35311
#4282 Move new Grid Layout creation inside form layout object editor
2019-04-05 13:28:23 +02:00
Gaute Lindkvist
fccb363f53
#4282 Remove horizontal scrollbar from result property list
2019-04-05 13:05:48 +02:00
Gaute Lindkvist
c1a5397a6f
#4282 Make RimCrossPlotDataSet UI take up less space by using an invisible group around properties
2019-04-05 13:05:47 +02:00
Magne Sjaastad
7d242bffb5
#4016 Observed Data : Add feature to reload summary Observed Data
2019-04-05 10:46:44 +02:00
Magne Sjaastad
26f89f6e35
#4016 Observed Cases : Simplify access functions
2019-04-05 10:11:30 +02:00
Magne Sjaastad
f99a332277
#4284 runOctaveScript : If no case id is specified, run script on all cases
2019-04-05 09:34:02 +02:00
Magne Sjaastad
7af16ce24c
#4285 Octave : Move creation of command line arguments to RimCalcScript
2019-04-04 21:37:22 +02:00
Magne Sjaastad
fd774bec39
#4285 Octave : Rename to absoluteFileName
2019-04-04 21:18:20 +02:00
Magne Sjaastad
b8ff8a2de8
#4287 Preferences : Rename from fault file prefix to general prefix
2019-04-04 20:28:36 +02:00
Magne Sjaastad
a812190af3
#4281 Saturation pressure plots : Delay loading of EQUIL until required
2019-04-04 19:38:15 +02:00
Magne Sjaastad
733be4f539
Whitespace
2019-04-04 19:38:15 +02:00
Magne Sjaastad
dd5756ae73
Whitespace
2019-04-04 19:38:15 +02:00
Gaute Lindkvist
9c2ed5ad92
Block changes to selection during resize and tiling
2019-04-04 19:23:52 +02:00
Gaute Lindkvist
000b6713b1
#4283 Improve window tiling during resize
2019-04-04 19:23:43 +02:00
Gaute Lindkvist
038d7a7676
#4097 Implement stretch factors for editors
2019-04-04 11:19:35 +02:00
Gaute Lindkvist
14bcfb8122
#4274 Reapply side-by-side x/y properties in Grid Cross Plot Data Set
2019-04-04 08:47:37 +02:00
Gaute Lindkvist
5e517e47dd
Labels on top fixes
2019-04-04 08:47:36 +02:00
Gaute Lindkvist
815689372a
Fix Linux build problem by forcing use of function value to yield case diff values
2019-04-03 15:43:43 +02:00
Magne Sjaastad
f7be3c4bf2
Whitespace
2019-04-03 15:04:21 +02:00
Magne Sjaastad
4ba6e6959b
#4279 Octave Script Folders : Disable default search of sub folders and add option to search
2019-04-03 15:01:13 +02:00
Magne Sjaastad
e486432391
#4276 RFT-plot: Add support for Measured Depth as Y-axis
2019-04-03 12:27:49 +02:00
Gaute Lindkvist
7d78956781
#4196 Apply background color, well label color and z-scale automatically from preferences
...
* Ask to change existing views if their values are different from the previous Preferences default
2019-04-03 08:39:26 +02:00
Gaute Lindkvist
69b01bcca7
Fix typo in GridCrossPlotDataSet
2019-04-03 08:39:25 +02:00
Magne Sjaastad
dbdac69cff
#4273 Plot Main Window : Avoid project tree is collapsed when formations are imported
2019-04-03 08:38:21 +02:00
Gaute Lindkvist
935eaf7e59
#4272 Temporary fix by not having X and Y-property in Grid Cross Plot Data Set side-by-side
2019-04-03 08:37:56 +02:00
Gaute Lindkvist
c2eafebfc8
Add a few sensible asserts to RimGridCrossPlotDataSet
2019-04-03 08:37:56 +02:00
Gaute Lindkvist
716ac4bf83
Fix crash in unit tests
2019-04-02 12:49:10 +02:00
Magne Sjaastad
ab7dd90483
#4251 Saturation Pressure Plots: Make sure result is loaded before accessing data
2019-04-02 12:41:26 +02:00
Gaute Lindkvist
262ef57796
Rename manual to user defined selection
2019-04-02 09:59:16 +02:00
Gaute Lindkvist
1b815711b4
Add comments and checks to Export Sector Model keywords code
2019-04-02 09:56:56 +02:00
Gaute Lindkvist
209146ebae
#4260 Support changing IJK bounding box in sector model and remodel UI
2019-04-02 09:51:58 +02:00
Gaute Lindkvist
e2278493ad
#4259 Tweaks to Export Sector Model UI
2019-04-02 08:20:10 +02:00
Gaute Lindkvist
5164a61c55
#4259 Implement mapaxes keyword with possibility to export in local coordinates
2019-04-02 08:20:10 +02:00
Gaute Lindkvist
8f6a0f8177
#4267 Fix crash when exporting sector model from grid that was imported from GRDECL
2019-04-02 08:20:10 +02:00
Gaute Lindkvist
3b8daa4939
#4248 Add option for making invisible cells inactive in Export Sector Model
2019-04-02 08:20:10 +02:00
Gaute Lindkvist
0df03e4886
Rename ExportEclipseInputGrid to ExportEclipseSectorModel in code
2019-04-02 08:20:10 +02:00
Gaute Lindkvist
59229b89b7
#4258 Rename Grid Cross Plot "Curve Sets" to "Data Sets". Also renamed code
...
* Kept XML-strings to avoid breaking compatibility
2019-04-02 08:20:10 +02:00
Magne Sjaastad
014f389fe3
Whitespace
2019-04-01 14:43:55 +02:00
Magne Sjaastad
a7a771ac7f
#4268 libecl : Add test files and unit test reproducing issue
2019-04-01 14:25:25 +02:00
Magne Sjaastad
2a534f88df
#4251 Saturation Pressure Plots: Create curves only for unique values from EQLNUM
2019-03-29 15:15:15 +01:00
Magne Sjaastad
b08271b982
Whitespace
2019-03-29 12:53:13 +01:00
Magne Sjaastad
c5f2b2bca9
#4241 Flow Diagnostics : Fix issue for "Show Contributing" for varying tracers
2019-03-29 12:53:13 +01:00
Magne Sjaastad
79c6ccd393
Show contributing wells : Create new view by default
2019-03-29 12:53:13 +01:00
Gaute Lindkvist
ddf8d8515a
#4257 Rename Legend Definition to color legend
2019-03-29 12:47:35 +01:00
Gaute Lindkvist
421c374fde
#4265 Remove minimize button from MDI windows. It serves no real purpose.
2019-03-29 12:47:35 +01:00
Gaute Lindkvist
5695b8ada7
#4263 Fix saving of MDI window geometry without unmaximizing the window before saving
2019-03-29 12:47:35 +01:00
Gaute Lindkvist
22e0ab853b
#4261 Remove word "Mode" from Measurement Mode in menus
2019-03-29 12:47:34 +01:00
Magne Sjaastad
8c1c4ea767
#4240 Project Tree : Make sure setActiveReservoirView is called
2019-03-29 12:36:00 +01:00
Magne Sjaastad
16540f6607
Refactor : Use range based for and rename
2019-03-29 11:30:37 +01:00
Magne Sjaastad
de7c05f5cb
Refactoring : Use range based for
2019-03-29 11:26:12 +01:00
Magne Sjaastad
b26c61b7bf
#4240 Project Tree : Keep selection when clicking on cells
...
When current selection in project tree is part of a 3D view, update the selection accordingly. If an item unrelated to 3D view is selected, do nothing when clicking in the 3D view.
2019-03-29 11:23:46 +01:00
Magne Sjaastad
0f636fcc81
Whitespace
2019-03-29 08:28:31 +01:00
Magne Sjaastad
0d99010227
Remove unused variable
2019-03-29 08:28:22 +01:00
Magne Sjaastad
c4b0bf5890
#4221 MDI window : Move MDI handling to RiuMainWindowBase
2019-03-29 08:26:34 +01:00
Gaute Lindkvist
75b0905e26
#4243 Grid Cross Plot: Make legend icons black & white when grouping is enabled and set size from font size
2019-03-29 07:53:54 +01:00
Gaute Lindkvist
ee5935aad6
Linux build fixes
2019-03-29 07:53:54 +01:00
Gaute Lindkvist
47a559b3a8
#4247 Minor improvements to export sector model UI
2019-03-28 22:41:03 +01:00
Gaute Lindkvist
d4f3701da6
#4245 Add export sector model to regular export menu
2019-03-28 20:42:13 +01:00
Gaute Lindkvist
42ff8bde78
#4246 Report error and stop importing faults with a name longer than 8 characters or with a space in the name
2019-03-28 20:31:45 +01:00
Gaute Lindkvist
4ada37c218
#4243 Fix crash in import EGRID or SMSPEC by moving to general import feature
2019-03-28 20:31:45 +01:00
Magne Sjaastad
77dbd8a25f
Whitespace
2019-03-27 19:20:42 +01:00
Magne Sjaastad
d0a23252ab
#4239 Show Well Allocation Plots: Add well name to suggested view name
2019-03-27 19:19:19 +01:00
Gaute Lindkvist
50aac466e6
Minor improvements to grid cross plot axis and plot titles
2019-03-27 15:19:17 +01:00
Gaute Lindkvist
337345a887
#4222 Add axis labels to Grid Cross Plot pick info
2019-03-27 15:17:52 +01:00
Gaute Lindkvist
a168f8a206
#4238 Increase the size of grid cross plot legends if window has been decreased and then increased again
2019-03-27 15:02:12 +01:00
Gaute Lindkvist
11b078c1a9
#4237 Fix build problem on Qt 4
2019-03-27 14:58:08 +01:00
Gaute Lindkvist
b08504fe05
#4236 Partial revert of fixes for #4221
...
* The line in RiuPlotMainWindow from ef182da8a9
is set back to before
2019-03-27 14:20:39 +01:00
Gaute Lindkvist
e8efe81796
#4176 Add keyboard shortcuts to Zoom all (Ctrl+Alt+A) and view directions (Ctrl+Alt+N/W/S/etc)
2019-03-27 13:18:19 +01:00
Gaute Lindkvist
2c7ed49708
#4176 Add keyboard shortcuts to show plot and main window
...
* Ctrl+Shift+P and Ctrl+Shift+3
2019-03-27 13:17:04 +01:00
Gaute Lindkvist
9f5d098e14
#4176 Add standard keyboard shortcut for Help Contents F1
2019-03-27 13:15:20 +01:00
Gaute Lindkvist
45ea093dee
#4176 Add keyboard shortcuts to enter measurement modes
2019-03-27 13:11:10 +01:00
Gaute Lindkvist
cd03ab865b
#4176 Add Separator to paste cross plot curve set feature
2019-03-27 12:01:49 +01:00
Gaute Lindkvist
3d3868e29d
Fix up keyboard shorcut on < Qt 5.10
2019-03-27 12:01:49 +01:00
Gaute Lindkvist
af20545691
#4176 Enable short cut text in copy/paste context menus
2019-03-27 11:03:10 +01:00
Gaute Lindkvist
9306961df4
#4176 Enable Del keyboard shortcut for delete commands
2019-03-27 11:03:10 +01:00
Gaute Lindkvist
ab3820fe4f
#4176 Limit scope of Delete/Show all linked views command with selection manager
2019-03-27 10:29:26 +01:00
Gaute Lindkvist
2b2323a1b6
Fix crashes in Grid Cross Plot when deleting curve sets
2019-03-27 10:29:26 +01:00
Gaute Lindkvist
8173cb88ee
Update GeoMech import icons to look more deformed
2019-03-27 08:50:22 +01:00
Gaute Lindkvist
62c8a7ae7c
Fix missing rescaled ensemble icon
2019-03-27 08:50:22 +01:00
Magne Sjaastad
349a026a8e
Temporary workaround : Add missing icon
2019-03-26 17:48:27 +01:00
Gaute Lindkvist
10af680dd8
Ensemble Improvements
2019-03-26 17:23:12 +01:00
Gaute Lindkvist
c3d4914997
#4077 Separate icons for different GeoMech import
2019-03-26 17:23:12 +01:00
Magne Sjaastad
9f7be1489d
Whitespace
2019-03-26 16:21:28 +01:00
Magne Sjaastad
507973688e
#4221 Window Management : Make sure restore of windows works from file
2019-03-26 16:19:56 +01:00
Magne Sjaastad
70b4343f60
Saturation Plots : Hide info box from plots
2019-03-26 15:38:25 +01:00
Magne Sjaastad
4d332ee98e
Fix inverted check
2019-03-26 15:38:22 +01:00
Magne Sjaastad
d0ee914d5c
#4230 Grid Cross Plot: Add more checking of required input data
2019-03-26 15:38:20 +01:00
Magne Sjaastad
0726b32087
#4230 Plot Cell Property Filter : Return if result property data is missing
2019-03-26 15:38:17 +01:00
Magne Sjaastad
733b7201b5
#4230 Grid Cross Plot: Return if required data is missing
2019-03-26 15:38:15 +01:00
Gaute Lindkvist
feb8ede0df
Increase size of Save icon to match size of nearby icons
2019-03-26 14:21:36 +01:00
Gaute Lindkvist
009dcb5f19
#4226 Add polyline measurement mode
2019-03-26 14:19:02 +01:00
Gaute Lindkvist
c379a87306
Reset save icon
2019-03-26 14:19:02 +01:00
Gaute Lindkvist
5b7bf99b82
#4222 Implement picking to display point value in Grid Cross Plot
2019-03-26 14:17:35 +01:00
Gaute Lindkvist
9bb657c642
Clear grouping for Grid Cross Plot if the grouping isn't valid when changing case
2019-03-26 11:34:14 +01:00
Gaute Lindkvist
97d71acaf8
#4220 Make sure we pass enterEvent of RiuViewer on to caf::Viewer
2019-03-26 11:34:14 +01:00
Gaute Lindkvist
4d7fa66eae
#4229 Fix wrong curve names in grid cross plot
2019-03-26 11:34:14 +01:00
Magne Sjaastad
c0f2e05c40
Pressure curves : Improve colors
2019-03-26 09:10:29 +01:00
Magne Sjaastad
5325f1d5fb
Whitespace
2019-03-26 09:10:29 +01:00
Magne Sjaastad
d208d9104b
#4213 Export Advanced Snapshot : Fix crash caused by nullptr in case list
2019-03-26 09:10:29 +01:00
Magne Sjaastad
92578211b4
Rename to RimAdvancedSnapshotExportDefinition
2019-03-26 09:10:29 +01:00
Magne Sjaastad
8832a0a7c6
Rename to RiuAdvancedSnapshotExportWidget
2019-03-26 09:10:29 +01:00
Magne Sjaastad
3d33126dac
Rename to RicAdvancedSnapshotExportFeature
2019-03-26 09:10:29 +01:00
Gaute Lindkvist
44de29c9e8
#4227 Don't regenerate Contour map when updating measurement
2019-03-25 15:43:19 +01:00
Gaute Lindkvist
aa32caae33
#4158 Implement info box for grid cross plots and improve plot overlay legends
2019-03-25 15:15:21 +01:00
Gaute Lindkvist
c47f2a30d8
#4228 Don't collapse tree structure in project tree when hiding plot window
2019-03-25 15:15:20 +01:00
Gaute Lindkvist
44f3882ecb
#4220 Apply picking cursor only when over a 3d View
2019-03-25 15:15:20 +01:00
Magne Sjaastad
ef182da8a9
#4221 Window Management : When a view or plot is maximized, show following views as maximize
2019-03-25 07:57:35 +01:00
Magne Sjaastad
5c316cecdd
Whitespace
2019-03-25 07:38:33 +01:00
Magne Sjaastad
58d369d32b
#4073 3D calculations : Compare main grid cell value if LGR is present
2019-03-25 07:36:33 +01:00
Magne Sjaastad
bcadb4383c
#4219 Contact Pressure plots : Add error message
2019-03-22 16:19:23 +01:00
Magne Sjaastad
31c54bab0b
#4219 Contact Pressure plots : Simplify creation of plots, hide obsolete title
2019-03-22 16:19:23 +01:00
Magne Sjaastad
0dd5d40199
#4219 Contact Pressure plots : Add color to annotation lines
2019-03-22 16:19:23 +01:00
Gaute Lindkvist
49c66d0a5f
#4218 Read units from Eclipse input grids
2019-03-22 15:28:03 +01:00
Gaute Lindkvist
ec525e8774
Move ProgressBlocker creation to unit test launch method
2019-03-22 15:28:03 +01:00
Magne Sjaastad
32419b1e00
#4217 Summary : Fix memory leak for vector of time_t values
2019-03-22 13:47:12 +01:00
Gaute Lindkvist
de2920c7c2
Add ProgressInfoBlocker and add to unit tests
2019-03-22 13:30:18 +01:00
Gaute Lindkvist
e40b3aa6e8
Fix expected MD5 strings in Eclipse Output test for Linux
2019-03-22 13:16:13 +01:00
Gaute Lindkvist
97e847a9d1
#4217 Fix memory leak in summary import
2019-03-22 11:43:13 +01:00
Gaute Lindkvist
bf3f505dc1
#4216 Support saving curve appearance
2019-03-22 11:22:31 +01:00
Gaute Lindkvist
646d79ce57
#4209 Support other units than metric when exporting input grid.
2019-03-22 10:37:40 +01:00
Gaute Lindkvist
ed88147d53
Fix Linux build issue
2019-03-22 09:51:37 +01:00
Gaute Lindkvist
97bb7483e5
#4214 Allow setting the curve symbol for Grid Cross Plots
2019-03-22 09:39:40 +01:00
Gaute Lindkvist
4c3c01a661
#4210 Fix crash when creating contour map
2019-03-22 09:28:47 +01:00
Gaute Lindkvist
64fc6447f4
Improve performance of contour line generation
2019-03-22 09:28:47 +01:00
Magne Sjaastad
60c3f60146
#4178 Ensemble Diff : When well is present in only one ensemble, diff causes crash
2019-03-22 08:32:23 +01:00
Gaute Lindkvist
f8102797c1
#4208 Store last used folder when exporting Sector Model + warning for LGRs
2019-03-21 14:45:47 +01:00
Gaute Lindkvist
677f42591b
#4204 Export faults as part of visible grid export
...
#4204 Enable reading of faults from a different file than the main grid file
2019-03-21 14:45:47 +01:00
Gaute Lindkvist
88d2ad2c35
Refactor grid export and fault export
2019-03-21 14:45:47 +01:00
Magne Sjaastad
2166d0834e
Add missing include for Linux
2019-03-21 14:22:03 +01:00
Gaute Lindkvist
bae8a3373f
#4193 Stop calling update of parent in NameConfig::initAfterREad
2019-03-20 18:54:02 +01:00
Gaute Lindkvist
8c06d06e54
#4207 Make grid cross plot symbols smaller and enable concave symbols.
2019-03-20 13:42:01 +01:00
Gaute Lindkvist
f33b739de2
#4164 Update project tree when an MDI window is closed.
2019-03-20 13:42:00 +01:00
Gaute Lindkvist
ba7830e53c
#4207 Allow changing color of plot symbol edges and update cross plots
...
* Cross plots have same color as the symbol itself.
2019-03-20 13:41:59 +01:00
Magne Sjaastad
f14cd3f1f7
#4200 Grid Cross Plot : Improve text for annotation items
2019-03-19 15:52:56 +01:00
Magne Sjaastad
a07f375daf
#4200 Grid Cross Plot : Adjustments for Linux
2019-03-19 15:39:49 +01:00
Magne Sjaastad
59c83157d1
Merge branch 'annotation-items' into dev
2019-03-19 15:00:30 +01:00
Magne Sjaastad
221afb38d3
select case if many cases present
2019-03-19 14:54:24 +01:00
Magne Sjaastad
3579667cd8
move code to separate functions
2019-03-19 14:26:31 +01:00
Magne Sjaastad
516fd9a929
more text in UI
2019-03-19 12:06:05 +01:00
Gaute Lindkvist
28e6bf8d2d
Export Sector model: write floats to file instead of doubles
2019-03-19 11:43:43 +01:00
Magne Sjaastad
6cdfb7da09
wip
2019-03-19 10:58:45 +01:00
Magne Sjaastad
54f97d6409
set eclipsecase in initafterread
2019-03-19 10:56:41 +01:00
Gaute Lindkvist
dd5402756c
#4203 Support cell refinement for Sector Export
2019-03-19 10:49:09 +01:00
Magne Sjaastad
2a1d8379a5
adjustments
2019-03-19 09:43:11 +01:00
Magne Sjaastad
924916fdd7
Filter framework
2019-03-19 09:28:00 +01:00
Magne Sjaastad
18d482ec9a
rename
2019-03-19 09:21:13 +01:00
Gaute Lindkvist
155dba5591
#4206 Set new defaults for grid cross plot
2019-03-19 09:08:02 +01:00
Magne Sjaastad
69c264edf5
Custom color and custom plot title
2019-03-18 14:31:06 +01:00
Gaute Lindkvist
f09f487635
#4143 First implementation of export sector model
2019-03-18 12:56:09 +01:00
Magne Sjaastad
614a3628f0
Add collection and feature to create saturation pressure plots
2019-03-18 12:52:11 +01:00
Magne Sjaastad
795ce019ae
Hide annotations from UI
2019-03-18 09:09:41 +01:00
Magne Sjaastad
7f0532999a
Merge branch 'dev' into annotation-items
2019-03-18 09:08:56 +01:00
Magne Sjaastad
b64727816c
Add reference to documentation
2019-03-15 11:50:21 +01:00
Magne Sjaastad
78940795a8
Use index to map to EQUILNUM
2019-03-14 18:27:32 +01:00
Gaute Lindkvist
136f13e145
#4198 Make sure exit application works as expected with both windows open
2019-03-14 15:24:11 +01:00
Gaute Lindkvist
52d2eed98b
Fix log axis crash in Grid Cross Plot and refactor log axis range code
2019-03-14 09:58:12 +01:00
Gaute Lindkvist
0ce69d41dd
Swap axis settings when swapping Grid Cross Plot axes + fix inverted axes for summary plot
2019-03-14 09:58:11 +01:00
Magne Sjaastad
75688703d4
#4195 Grid Cross Plot: Adjustments
2019-03-12 22:49:31 +01:00
Magne Sjaastad
0527fd8030
#4195 Grid Cross Plot: Add import of equil
2019-03-12 18:35:12 +01:00
Magne Sjaastad
15f2a76ee1
#4195 Grid Cross Plot: Add annotation item to axis
2019-03-12 16:05:58 +01:00
Magne Sjaastad
edc6dad0f7
#4194 Grid Cross Plot: Add copy and paste of curve sets
2019-03-12 14:46:57 +01:00
Magne Sjaastad
70f16eae27
Guard null pointer access
2019-03-12 14:46:57 +01:00
Magne Sjaastad
147c4f752f
Guard null pointer access
2019-03-12 14:46:57 +01:00
Gaute Lindkvist
117731a24a
#4192 Add swap axis and update property editor
2019-03-12 14:34:22 +01:00
Gaute Lindkvist
22f7bf7c21
Update RifReaderEclipseOutput and RimEclipseCase to use new progress tasks
2019-03-12 14:34:22 +01:00
Gaute Lindkvist
749e19a879
Create a simpler task system for handling sub tasks in progress dialog.
...
* Remove incrementProgressAndUpdateNextStep() method
2019-03-12 14:34:22 +01:00
Magne Sjaastad
674758fbf6
Remove obsolete include
2019-03-12 10:27:48 +01:00
Magne Sjaastad
55c9846aa7
Cotire : Fix name for enum names
2019-03-12 10:27:20 +01:00
Magne Sjaastad
907337015f
Minor refactoring fixes
2019-03-12 09:22:48 +01:00
Magne Sjaastad
f7600199c7
Fix whitespace and includes
2019-03-12 09:22:48 +01:00
Magne Sjaastad
246326229e
#4189 RFT Plot : Move common code to RifEclipseRftAddress
2019-03-12 09:22:48 +01:00
Magne Sjaastad
564ab1d84b
#4189 RFT Plot : Separate request based on PLT/RFT plot
2019-03-12 09:22:48 +01:00
Gaute Lindkvist
e72f57072c
#4185 Implement data export for Grid Cross Plot
2019-03-12 09:19:01 +01:00
Magne Sjaastad
6008b8a45d
#4154 Summary curves : Test if summary address for error is present before accessing values
2019-03-11 21:24:46 +01:00
Magne Sjaastad
343dd1674e
Flow Diag : Show time unit [days] for time of flight
2019-03-11 13:58:09 +01:00
Magne Sjaastad
70c3b4df71
Whitespace
2019-03-11 11:45:35 +01:00
Magne Sjaastad
79a7dfd0c6
Add tooltip text
2019-03-11 11:30:12 +01:00
Magne Sjaastad
89b4279da2
#4186 Dual Porosity Model : Show dual porosity text in label and text in 3D view
2019-03-08 14:52:43 +01:00
Gaute Lindkvist
8382b5cfdd
#4144 Remove grid import buttons from plot window and add ensemble import
2019-03-08 10:41:32 +01:00
Gaute Lindkvist
b22ca46dc5
#4187 Make WindowCloseButtonHint part of the default dialog flags
...
* Dialogs on the Qt5 build has the close button disabled and this fixes that.
2019-03-08 10:23:18 +01:00
Gaute Lindkvist
e00f983360
#4166 Add feature for swapping cross plot axes + tweaks to legend
...
* Also put x and y property side by side in property editor
2019-03-08 09:59:38 +01:00
Magne Sjaastad
1e777eaea0
Fix invalid initialization
2019-03-08 09:36:14 +01:00
Magne Sjaastad
25549b6b05
#4186 Porosity Model : Make sure fracture model data is read from file
2019-03-07 20:38:42 +01:00
Gaute Lindkvist
1dd16948af
Make category integer the default legend type for Grid Cross Plots
2019-03-07 19:04:10 +01:00
Gaute Lindkvist
6f1ed595b5
#4184 Resize legend if it becomes larger than plot area.
2019-03-07 19:00:38 +01:00
Gaute Lindkvist
804a196ce3
#4167 Implement option for inverting axes
2019-03-07 14:34:47 +01:00
Gaute Lindkvist
d2393cb8a5
#4156 Simplify curve naming code
2019-03-07 14:20:28 +01:00
Magne Sjaastad
102d1c75a7
#4173 Remove obsolete code
2019-03-07 10:25:14 +01:00
Gaute Lindkvist
4c5ffffd60
Set all pointers in RiaApplication to null in constructor initialisation list
2019-03-07 10:21:31 +01:00
Gaute Lindkvist
0cc1b256b2
Add back missing whitespace between functions in RiaApplication
2019-03-07 10:21:23 +01:00
Gaute Lindkvist
e9e21cf30d
#4171 Work around assert failure when closing main window last
2019-03-07 09:13:56 +01:00
Gaute Lindkvist
fd01871202
#4173 Fix problems with saving state when closing 3d Window before closing plot window
2019-03-07 09:13:56 +01:00
Gaute Lindkvist
0dbd3e8ad4
#4170 Add Qt version string to ResInsight registry folder
...
* Qt version has an impact on whether the strings are compatible.
2019-03-07 09:13:56 +01:00
Magne Sjaastad
03c9853b6e
#4169 Saturation-Pressure plot : Add RigEquil
2019-03-05 21:43:26 +01:00
Magne Sjaastad
11ae710be9
#4169 Saturation-Pressure plot : Add more tests
2019-03-05 14:18:57 +01:00
Magne Sjaastad
6440d8106b
#4169 Saturation-Pressure plot : Whitespace
2019-03-05 14:18:57 +01:00
Magne Sjaastad
42f93d3a5a
#4169 Saturation-Pressure plot : Read keyword data and add test files
2019-03-05 14:18:57 +01:00
Magne Sjaastad
ea9503d065
#4169 Saturation-Pressure plot : Whitespace
2019-03-05 14:18:57 +01:00
Gaute Lindkvist
8845c456bc
Grid Cross Plot: Use the term Grouping instead of Categorization
2019-03-05 13:35:35 +01:00
Gaute Lindkvist
b6a2bcfa59
#4168 Treat some properties as categories.
2019-03-05 13:12:40 +01:00
Gaute Lindkvist
ac7eccee88
#4157 Grid Cross Plot: Make categorisation legend more like ensemble legend
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
be95eefd69
Repository wide spelling correction overly -> overlay
...
* Impacts CAF and ResInsight
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
89a68d099a
#4156 Don't show the common part of Grid Cross Plout curve names in legend
2019-03-05 10:41:41 +01:00
Magne Sjaastad
728eb79a3d
#4165 Regression Test : When running on build server, do not open report in browser locally
2019-03-04 11:35:25 +01:00
Gaute Lindkvist
3d145464c1
#4145 #4146 Add Create Grid Cross plot command to view and rename filter view
2019-03-01 15:49:02 +01:00
Gaute Lindkvist
b4d8dc7819
Update Curve Names when changing parameters
2019-02-28 18:30:07 +01:00
Gaute Lindkvist
d1c14f9729
#4118 Limit data points in grid cross plot by cells visible in view
2019-02-27 14:34:18 +01:00
Gaute Lindkvist
618369d7a8
Only allow eclipse cases for Grid Cross Plots
2019-02-27 13:47:10 +01:00
Gaute Lindkvist
27f9e95e51
#4105 Remove sum from info box for Contour Maps
...
* The sum is misleading and isn't showing a value that makes any sense to the user.
2019-02-27 13:34:09 +01:00
Gaute Lindkvist
e1dbbbaf51
#4117 Grid Cross Plot Reliability and UI improvements
2019-02-27 12:47:00 +01:00
Gaute Lindkvist
1e994ac8b8
#4117 Improve time step names for Grid Cross plot categorisation
2019-02-27 11:38:35 +01:00
Gaute Lindkvist
1b9a0fe5a7
#4117 Refactor Grid Cross plot result extraction and categorisation
2019-02-27 10:57:17 +01:00
Gaute Lindkvist
b6348b8374
#4117 Categorization by any Eclipse result
2019-02-27 09:25:08 +01:00
Gaute Lindkvist
41b6cd55f2
#4117 Implement formation categorisation
2019-02-26 16:22:01 +01:00
Gaute Lindkvist
aa5935d5db
Fix some issues related to legends in Grid Cross Plots
2019-02-26 15:42:58 +01:00
Gaute Lindkvist
7fa174807e
#4139 Ensure property editor is in sync with Qwt range
2019-02-26 11:44:26 +01:00
Gaute Lindkvist
4c026952a1
#4134 #4124 Refactor RiuSummaryQwtPlot on top of a base RiuQwtPlot class and use this for Cross Plots
...
* Get a lot of functionality included: zoom, panning, etc.
2019-02-26 11:44:26 +01:00
Gaute Lindkvist
2582e98961
#4135 Fix oversized legend icon for the first cross plot entry
2019-02-25 08:32:01 +01:00
Magne Sjaastad
415a8bba94
#4131 Qt5: Use showNormal() instead of show()
2019-02-22 13:18:53 +01:00
Gaute Lindkvist
39a0c3f4d0
#4128 Show Qwt symbol and color as icon in project tree
2019-02-22 11:37:17 +01:00
Gaute Lindkvist
26f4577803
#4129 Don't recreate all curves when toggling curve set
2019-02-22 10:15:07 +01:00
Gaute Lindkvist
0aa7dc1777
#4121 Set default case and parameters when creating Cross Plot
2019-02-22 09:48:56 +01:00
Gaute Lindkvist
1536645e7c
#4132 Temporarily fix contour map crash by commenting out processEvents
2019-02-22 09:06:51 +01:00
Gaute Lindkvist
64949011b3
Remove an async delete child objects operation
2019-02-22 08:44:10 +01:00
Gaute Lindkvist
760fcaef43
#4130 3D Cross Plot: Improve window management
2019-02-21 15:42:40 +01:00
Gaute Lindkvist
7e57ec39ea
3D Cross Plot: Improve colors and symbols in legend
2019-02-21 15:42:40 +01:00
Magne Sjaastad
6b3808b696
3D cross plot : Make sure the grid file is loaded before accessing data
2019-02-21 13:56:37 +01:00
Magne Sjaastad
287ff64fc2
System : Output messages to std cout when running regression tests from command line
2019-02-21 13:13:19 +01:00
Gaute Lindkvist
a010fc03d7
3d Cross Plot: First implementation ( #4127 )
...
* First cross plot commit
* Made cross plot deal with "all time steps" and categorise curves based on time step
* Support STATIC vs DYNAMIC plotting
* #4115 Avoid updating plots in RimEclipseCase::computeCachedData()
* Make sure loading of Cross plot from file works
* Show Legend in Cross Plot
* Uncheck / Check curves to disable/enable
* Axis titles and checkable data set
* Name config and setting of common plot look
* Fix category indentation in GeoMech results
* Support name configuration for Grid Cross Plot
* Support adding new curve sets
* Improve colors and symbols with better cycling
* Moved GridCrossPlot files to sub directory in ProjectDataModel and Commands
* #4111 3D calculations : Always show difference options
* Whitespace
* #4111 Move resultDefinition field to private
* Whitespace
* #4087 Ensemble : When importing and ensemble, show by default an ensemble plot
* #4085 3D view: Improve overlay item colors
* #4106 Crash on Linux
Temporary workaround to avoid crash
* #4106 Stop trying to do recursive setting tab order widget
* The double pointer was handled wrongly and shift-tab order isn't working anyway.
* #4114 Regression Test : Remove cached pointer to eclipse case
* Revert "#4114 Regression Test : Remove cached pointer to eclipse case"
This reverts commit f2146c6007
.
* #4114 Regression Test : Missing data for flow diag property filter
* #4085 3D view: Add check box for version info text
* Whtespace
* Improve labelling of static results
* Fix update of result property when changing type
2019-02-21 12:52:23 +01:00
Gaute Lindkvist
8182421fb5
Fix category indentation in GeoMech results
2019-02-21 08:10:35 +01:00
Magne Sjaastad
ec2d2ce559
Whtespace
2019-02-20 14:45:06 +01:00
Magne Sjaastad
eb28bb8520
#4085 3D view: Add check box for version info text
2019-02-20 14:40:25 +01:00
Magne Sjaastad
5449ef39dd
Revert " #4114 Regression Test : Remove cached pointer to eclipse case"
...
This reverts commit f2146c6007
.
2019-02-20 13:38:48 +01:00
Gaute Lindkvist
90b189f490
#4115 Avoid updating plots in RimEclipseCase::computeCachedData()
2019-02-20 11:51:39 +01:00
Magne Sjaastad
2894002b05
#4114 Regression Test : Missing data for flow diag property filter
2019-02-20 11:43:35 +01:00
Magne Sjaastad
f2146c6007
#4114 Regression Test : Remove cached pointer to eclipse case
2019-02-20 11:35:31 +01:00
Magne Sjaastad
9c4afc52fd
#4085 3D view: Improve overlay item colors
2019-02-18 21:01:37 +01:00
Magne Sjaastad
ba91122ba6
#4087 Ensemble : When importing and ensemble, show by default an ensemble plot
2019-02-18 13:25:53 +01:00