Jacob Støren
567f16ad43
Removed Wellhead cell visualization if cell is not active
...
Issue #63
2013-09-30 15:22:48 +02:00
Magne Sjaastad
e02d2f2300
Performance: Recompute legend only when required
2013-09-30 13:29:29 +02:00
Jacob Støren
a5a1dfe701
Fixed Win Compile error. Missing include
2013-09-30 11:02:17 +02:00
Magne Sjaastad
af232d8c31
Debug: Added paint performance reporting from 'Debug->Paint Event
...
Performance Test'
2013-09-30 07:56:47 +02:00
Ceetron
7e4c793da5
Octave Interface: Yet more fix on multicase octave script exec.
2013-09-27 17:06:20 +02:00
Ceetron
6a7181e1d9
Octave Interface: Current Case is now interpreted correctly by Resinsight
...
The method returning the current case had not been updated to do so.
Some debug output is also removed.
2013-09-27 16:25:40 +02:00
Ceetron
26d5a7c5b0
Legend: Fixed legend numbers being completely wrong.
...
The abs() function is only integer on linux RH5.
Caused legend numbers to be truncated (0 typically)
2013-09-27 14:43:11 +02:00
Magne Sjaastad
b0761d0612
Added dialog for configuration and execution of regression test from
...
Debug->Regression Test Dialog
Generalized read/write of pdm object fields using QSettings
2013-09-27 10:04:10 +02:00
Magne Sjaastad
227e3e6353
Hide all items for well path import in ResInsight project workspace
2013-09-27 07:29:01 +02:00
Jacob Støren
07f7ad82de
Merge remote-tracking branch 'origin/internal' into internal
2013-09-26 15:43:22 +02:00
Jacob Støren
3f2fb1aadc
Fixed Empty Environment Bug for Subprocesses
...
QProcessEnvironment was used wrong
2013-09-26 15:34:40 +02:00
Magne Sjaastad
517047c330
Added progress info when reading well path files
2013-09-26 14:49:28 +02:00
Magne Sjaastad
c30d3bb27e
Use lowercase in 'utmzone' when asking for wells in area
...
Show one progress dialog when downloading well paths
2013-09-26 13:54:57 +02:00
Magne Sjaastad
24822a611e
Show only selected items from field selection page in well selection
...
page
2013-09-26 12:21:15 +02:00
Jacob Støren
6f37a731fc
Merge remote-tracking branch 'origin/internal' into internal
2013-09-26 11:44:04 +02:00
Magne Sjaastad
1f738a7ac9
Added sorting to tree items by clicking the header
...
Added names to header
Renamed buttons to 'Download' and 'Import'
2013-09-26 10:57:35 +02:00
Jacob Støren
a283d6ac23
Legend: Now number format is really based on number of Significant
...
digits.
Brushed up the labels and organized the ui into two groups. Added some
tooltips as well.
2013-09-26 10:44:20 +02:00
Magne Sjaastad
ee71af320f
Show wells expanded
...
Update enabled/disabled state for fields based on check state of parent
region
2013-09-26 07:54:57 +02:00
Jacob Støren
a3d964e4eb
Legend: Made number of digits after point be adjusted to show the number
...
of significant digits defined by the user.
Not quite complete the solutions is. There are cornercases not covered
well yet.
* Fixed rounding error.
2013-09-26 01:05:09 +02:00
Jacob Støren
1dcca6a6ed
Added Blue white red, Red whit blue legends
2013-09-25 15:43:06 +02:00
Magne Sjaastad
f72c382a8d
Merge branch 'internal' of https://magnesj@github.com/OPM/ResInsight.git into internal
2013-09-25 11:35:27 +02:00
Magne Sjaastad
854b588ca3
Updated CMakeLists and set region default unselected
2013-09-25 11:33:16 +02:00
Magne Sjaastad
5e6af679ba
Changed project file extension to RSP
2013-09-25 09:36:01 +02:00
sigurdp
bcc33397a3
Adapted cmake files to new directory structure
2013-09-20 16:21:46 +02:00
sigurdp
7ea10201ec
Changed file headers to include LGPL licensing.
2013-09-20 15:22:29 +02:00
Jacob Støren
0c19d50582
ResInsight: Move cafUiTreeItem.h
...
p4#: 22497
2013-09-20 09:28:36 +02:00
Magne Sjaastad
659bf3d6dc
Added basic statistics case, will compute statistics on load
...
p4#: 22419
2013-09-16 07:55:35 +02:00
Magne Sjaastad
91adbe79bf
Added support for asyncronous commands
...
Implemented command to issue a recompute of statistics for a statistics case on project loading
p4#: 22417
2013-09-16 07:42:30 +02:00
Jacob Støren
39178578de
Octave Interface: Setting LD_LIBRARY_PATH on the octave process to make the oct files find the (possibly) embedded Qt libraries
...
This should be the final adjustment to get rid of the resinsight startupscript
p4#: 22415
2013-09-15 10:53:36 +02:00
Magne Sjaastad
4329d6de0f
Process events to make active view set before executing Octave scripts
...
p4#: 22404
2013-09-13 11:01:29 +02:00
Magne Sjaastad
92408c7ec8
Make sure onProjectOpenedOrClosed() to set active view as Octave scripts depend on active view
...
p4#: 22403
2013-09-13 10:43:25 +02:00
Magne Sjaastad
5160c9bf86
Delete command objects in destructor
...
p4#: 22402
2013-09-13 10:42:27 +02:00
Magne Sjaastad
74b6b858d3
Use a mutex to make sure all command objects have completed before issuing snapshots in the regression tests.
...
p4#: 22400
2013-09-13 09:23:33 +02:00
Magne Sjaastad
1543f05794
Use a mutex to make sure all command objects have completed before issuing snapshots in the regression tests.
...
p4#: 22400
2013-09-13 09:23:13 +02:00
Magne Sjaastad
7eac8f26d5
Changed visibility to public
...
p4#: 22398
2013-09-13 09:18:29 +02:00
Magne Sjaastad
32b148ee0e
Added enabled state and button to be able to execute a command object
...
p4#: 22397
2013-09-13 09:17:57 +02:00
Magne Sjaastad
18a05b7bff
Fixed compiler warning
...
p4#: 22392
2013-09-12 13:56:01 +02:00
Magne Sjaastad
1c2e2f86c5
Restore window layout when regression tests have completed
...
p4#: 22390
2013-09-12 09:07:29 +02:00
Magne Sjaastad
5cfd4bfe01
Only set preferences variables affecting the production of snapshots
...
p4#: 22389
2013-09-12 08:56:38 +02:00
Magne Sjaastad
72d65976d7
Fixed Linux compiler issues
...
p4#: 22388
2013-09-12 08:29:37 +02:00
Magne Sjaastad
c3adfb7cb0
Prototyped command object infrastructure to be used in regression tests of Octave scripts
...
p4#: 22387
2013-09-12 08:11:56 +02:00
Magne Sjaastad
f928ef87e8
Fixed bug in riGetPropertyData only returning values for the first time step
...
https://github.com/OPM/ResInsight/issues/56
p4#: 22379
2013-09-11 10:26:53 +02:00
Magne Sjaastad
5dbc15998f
Fixed several compiler warning on Linux
...
p4#: 22370
2013-09-10 08:47:28 +02:00
Magne Sjaastad
7a9c488cdc
Added Id to mock model
...
p4#: 22367
2013-09-10 07:15:45 +02:00
Magne Sjaastad
1a8f3d2555
Fixed segmentation fault for SetGridProperty with selected timestep
...
See TP#4179
p4#: 22364
2013-09-09 14:33:37 +02:00
Magne Sjaastad
303f832fac
Fixed duplicate use of variable i
...
p4#: 22361
2013-09-09 11:48:23 +02:00
Jacob Støren
dbeabc3240
TP #4177 : Context Toggle commands now toggles children if one parent is selected.
...
THe command names are renamed as well, to make it more clear what is going on.
p4#: 22360
2013-09-09 11:16:36 +02:00
Magne Sjaastad
4f70139dd4
Hide evaluation region from property filter, as this functionality is not implemented in application code
...
p4#: 22356
2013-09-09 09:13:45 +02:00
Jacob Støren
f0ddf37301
Started to use Update-display-model-And-Redraw scheduling system.
...
First mainly for object toggle fields on well related objects, to avoid recreating the displaymode for each object toggeled by a multiselect command.
p4#: 22355
2013-09-08 22:59:46 +02:00
Magne Sjaastad
3a77390b0a
Context menu 'Delete All Well Paths'
...
p4#: 22354
2013-09-08 12:11:22 +02:00