Commit Graph

876 Commits

Author SHA1 Message Date
Jacob Støren
aee87bd100 Octave interface: Updated help text 2013-10-07 17:03:28 +02:00
magnesj
bbb33064b0 ERT: Turn off shared libs by default 2013-10-07 14:50:14 +02:00
Magne Sjaastad
c07875701a ERT: Integrated ERT/master from
13c3c25fe1
2013-10-07 14:50:14 +02:00
Jacob Støren
a7ba7c793c Octave Interface: Fixed wrong timestep array detection
The test to check whether an argument was a array of timestep indices
was not good enough. Text was also interpreted as a matrix.
Typechecking of the arguments is difficult due to the lack of
documentation of the octave API
2013-10-07 11:47:09 +02:00
Jacob Støren
05ae735519 Octave interface: Improved Unit test 2013-10-07 11:47:09 +02:00
Jacob Støren
12f3986d5f Octave interface: SocketServer Major review
Simplified and made more readable. Hopefully more stable and robust.
2013-10-07 11:47:09 +02:00
JacobStoren
3264520619 File paths: Convert native Win paths to use "/"
On linux we need to convert filepaths produced on windows manually
before trying to find the relatively placed files referenced by the
project.
2013-10-07 11:46:28 +02:00
Magne Sjaastad
3faa9d65a4 Set numeric locale to make sure parsing of text in ResInsight and
dependant libraries (ERT) are robust to different userdefined system
locales.
2013-10-07 11:28:57 +02:00
Magne Sjaastad
08b970d084 Normalize line endings 2013-10-07 09:07:27 +02:00
Magne Sjaastad
70b20324f6 Cleaned up main platform defines and simplified OpenMP configuration 2013-10-07 07:23:04 +02:00
Magne Sjaastad
dbb0ad090c Fixed typo for CaseGroupName 2013-10-06 21:50:27 +02:00
Jacob Støren
ca55d44884 Octave Interface: Fixed bugs riSetGridProperties riSetActiveCellProperty
SetGridProp did not read all data (if -> while)
Both returned not finished while they could have been finished
2013-10-04 14:36:34 +02:00
Jacob Støren
c4d42790dd Octave Interface: Added unit test of Octave interface 2013-10-04 14:36:31 +02:00
Jacob Støren
de8c335c61 Octave interface: Fixed Typo 2013-10-04 14:36:28 +02:00
Jacob Støren
4efeba4a51 Socket Interface: Comments and debug message possibilities 2013-10-04 14:36:26 +02:00
Magne Sjaastad
90402c285d VizFramework: Improve the stability of text color in ResInsight.
The setting for current OpenGL texture engine is not controlled well
enough, causing the wrong texture to be active when rendering text -
hence giving semi-random colors for the text.
2013-10-04 14:02:14 +02:00
Magne Sjaastad
cf439fbf96 RegressionTest: Fixes to regression testing system to make it run
correctly on Ubuntu 12.04 - fixed size of grabbed image. Side effect is
that the default window size for ResInsight is increased slightly.
Removed parameter to image comparison tool to allow running regression
tests on RedHat 5
2013-10-04 10:22:17 +02:00
Magne Sjaastad
483b1a0fd9 RegressionTests: Open HTML report in browser 2013-10-04 08:11:22 +02:00
Jacob Støren
5367460462 Process Monitor: Removed border, and switched to courier font.
ResultinfoPanel: Removed border
2013-10-03 14:43:03 +02:00
Jacob Støren
35f7b7db2f Added some comments on getting rid of QModelIndex based commands 2013-10-03 14:43:02 +02:00
Magne Sjaastad
0a3ce268ac Increased default number of significant digits to 4 2013-10-03 11:07:52 +02:00
Jacob Støren
56590a8c55 New Case groups is now correctly positioned in the tree.
The context command was not quite up to speed.
2013-10-02 15:51:25 +02:00
Magne Sjaastad
756b5543f0 Added links to dependencies and fixed typos 2013-10-02 07:34:23 +02:00
Jacob Støren
4599c6bed4 Updated README file 2013-10-02 00:48:55 +02:00
Jacob Støren
77285785fb Default file open dir on linux set to cwd 2013-10-01 12:04:36 +02:00
Jacob Støren
5e51ded9a9 Well Label Color: Added label color setting on Well Paths 2013-10-01 11:47:57 +02:00
Jacob Støren
2c546ea1e9 Linux/Win Line ending harmonization 2013-10-01 11:47:56 +02:00
Magne Sjaastad
43e51b9994 Octave: Set timeout for communication with ResInsight to 6000 sec 2013-10-01 11:39:46 +02:00
Jacob Støren
a8f9851896 Well Label Color: Preferences for new views and color setting on well
collection.
2013-10-01 11:13:23 +02:00
Magne Sjaastad
2372cf86ca Octave: Use long timeout (60 s) for all socket data transfer, as socket
data transfer is dependent on several layers of network optimizations.
2013-09-30 20:54:31 +02:00
Jacob Støren
567f16ad43 Removed Wellhead cell visualization if cell is not active
Issue #63
2013-09-30 15:22:48 +02:00
JacobStoren
78aaa53b54 Octave Interface: Corrected the returned dimensions of
riGetGridDimensions to follow specification.
2013-09-30 13:38:49 +02:00
Magne Sjaastad
e02d2f2300 Performance: Recompute legend only when required 2013-09-30 13:29:29 +02:00
Magne Sjaastad
15eab9b261 Performance: Added Utils::copyFromQImage() in cvfqtUtils. Optimized copy
for QImage::Format_ARGB32, and use this function from the paint event in
cafViewer.
2013-09-30 13:17:05 +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
Magne Sjaastad
764f564c0c Performance: Access memory directly instead of using access functions. 2013-09-30 07:55:26 +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
Ceetron
571c4f85c0 Removed linux warning 2013-09-27 14:22:21 +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
Magne Sjaastad
6ca5a0c520 Merge remote-tracking branch 'origin/internal' into internal 2013-09-26 12:18:01 +02:00
Magne Sjaastad
2006d10548 Added stretch to list view 2013-09-26 12:17:41 +02:00