Commit Graph
100 Commits
Author SHA1 Message Date
Magne Sjaastad 41506afe06 #2241 : Workaround for report numbers : Convert to upper case befor calling libecl 2018-01-29 10:09:30 +01:00
Magne Sjaastad ff0599df04 Guard for access of dynamic data with no time steps 2018-01-29 10:04:33 +01:00
Magne Sjaastad b59734160c Use range based for 2018-01-29 08:47:23 +01:00
Magne Sjaastad 9cc090256d #2241 : Do not skip report numbers with -1 2018-01-29 08:46:28 +01:00
Magne Sjaastad c8546eb7e7 #2241 : Improve robustness when reading report numbers from libecl 2018-01-29 08:44:30 +01:00
Magne Sjaastad aa12ac743a #2418 : Import of text grid model fails when comments is on same line as keyword 2018-01-28 21:29:40 +01:00
Magne Sjaastad 4d5503afb4 #2385 Main Window: More flexible docking restrictions 2018-01-26 15:44:25 +01:00
Magne Sjaastad fe6f64e093 #2414 AppFwk : Cleaned up includes 2018-01-26 14:50:15 +01:00
Magne Sjaastad 4b00c6e144 #2414 AppFwk : Do not overwrite field double value with UI text representation 2018-01-26 14:30:06 +01:00
Magne Sjaastad 906484bd46 #2411 AppFwk : Increase precision when writing real numbers to XML 2018-01-26 13:46:15 +01:00
Magne Sjaastad 78068e547d Fix compiler warnings related to converting time_t to double 2018-01-26 08:25:50 +01:00
Magne Sjaastad 889f615d19 #2276 : Source Stepping : Improve region ordering
Internally, region numbers are stored in a set and then ordered correctly. When converting to strings for UI, the sorting criteria changes, and the order is wrong. If a vector is used to represent the UI strings, the problem is solved.
2018-01-26 08:16:07 +01:00
Magne Sjaastad 0559084d93 #2325 Summary plot: Apply axis settings on preview plot 2018-01-25 21:16:35 +01:00
Magne Sjaastad 7dbd6c1027 #2398 Fracture : Hide "New Fracture" in context menu when no Fracture Template is defined 2018-01-23 07:28:32 +01:00
Magne Sjaastad 472aa87265 System : Postfix with _OBSOLETE 2018-01-09 09:57:54 +01:00
Magne Sjaastad 09d776dd73 #2353 Empty function caseName() shadows base class field with same signature 2018-01-09 09:16:06 +01:00
Magne Sjaastad a26f3b6907 #2340 Snapshot : Space in path is replaced with underscore 2018-01-08 11:46:51 +01:00
Magne Sjaastad 561e20a37e #2329 Add relocate of RimWellLogFile 2018-01-08 10:37:57 +01:00
Magne Sjaastad a40a3578f2 #2329 Add relocate of well path formation file 2018-01-08 10:35:53 +01:00
Magne Sjaastad f515d3c2de System : Add field and object keywords for 2018.01 2018-01-05 15:40:09 +01:00
Magne Sjaastad 84bc868338 #2313 Upped version to 2018.01.00-dev.01 2018-01-05 15:34:26 +01:00
Magne Sjaastad 1df20d1b10 #2313 Improve cmake tooltip text and mark as advanced 2018-01-05 14:21:02 +01:00
Magne Sjaastad e6c96a3beb #2313 Version number set to 2018.01.00 2018-01-05 11:52:35 +01:00
Magne Sjaastad b598bdf86c #2315 Add missing include of cmath 2018-01-05 11:38:58 +01:00
Magne Sjaastad c4369a2861 Octave : Do not compare well names by index, as the index of wells can change 2018-01-05 11:24:13 +01:00
Magne Sjaastad 98374923b9 #2315 AppFwk : Use fabs 2018-01-05 11:11:48 +01:00
Magne Sjaastad 0939cff93a Merge pull request #2320 from OPM/fabs
#2315. Replaced abs() by fabs() where relevant
2018-01-05 10:50:11 +01:00
Magne Sjaastad 0f30433286 #2313 Make sure ResInsight compiles if HDF5 is not available on Linux 2018-01-05 07:06:55 +01:00
Magne Sjaastad 92cc4f4dbe System : Add how to create patch from a single commit 2018-01-04 20:54:14 +01:00
Magne Sjaastad 39168a9be8 #2317 Apply fix for synthetic ODB files 2018-01-04 20:38:16 +01:00
Magne Sjaastad d8f7e0ce1c #2317 Update patch file to match new file paths 2018-01-04 20:37:46 +01:00
Magne Sjaastad 11ed06a5d5 #2314 Fracture : Along well path direction
Use fabs instead of abs to avoid unintentionally conversion to integer
2018-01-04 19:31:44 +01:00
Magne Sjaastad addf200a9e #2310 Fix boolean test in isProjectFileVersionEqualOrOlderThan 2018-01-04 15:24:35 +01:00
Magne Sjaastad 0647add116 #2302 Formations : Always show formations, and display above fracture templates 2018-01-04 15:04:58 +01:00
Magne Sjaastad 706740ca5b #2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_SOURING
Set default ON
2018-01-04 13:53:50 +01:00
Magne Sjaastad efd321f2c6 #2313 Improve RESINSIGHT_ENABLE_PROTOTYPE_FEATURE_FRACTURES
Set default on and mark as advanced
2018-01-04 13:51:54 +01:00
Magne Sjaastad 780f11713d #2310 Refactor creation of product version string 2018-01-04 13:12:49 +01:00
Magne Sjaastad 96a900fe0f #2310 Add isProjectFileVersionEqualOrOlderThan to RimProject and use from summary plot 2018-01-04 13:12:07 +01:00
Magne Sjaastad dbc1061a59 #2310 Version compare : Improve interface and add unit test 2018-01-04 12:38:12 +01:00
Magne Sjaastad e7c8667b24 #2310 Add helper files and unit test for project file version queries 2018-01-03 13:17:29 +01:00
Magne Sjaastad 24aca6edc3 #2304 Property Editor: Box header text not readable
Modify title label palette before modifying the frame palette
2018-01-03 13:17:29 +01:00
Magne Sjaastad 79818cecac #2292 AppFwk : Fixed copyright and improved whitespace 2018-01-02 10:32:04 +01:00
Magne Sjaastad 695978ed95 Regression Test : Use folder selection editor 2018-01-02 10:21:32 +01:00
Magne Sjaastad 40a4222db2 Remove obsolete assert
Discussed with @jacobstoren : Multiple branches are handled by the logic, and the assert is probably obsolete. Consider to set isMultiSegmentWell = true when multiple branches are detected.
2018-01-02 08:20:03 +01:00
Magne Sjaastad bdfd3d4e04 #2234 Completion Export : Do not include unticked perf intervals in project tree 2017-12-22 15:08:13 +01:00
Magne Sjaastad 173ef575fd #2234 Completion Export : Do not include unticked fishbones in project tree 2017-12-22 15:01:41 +01:00
Magne Sjaastad 500b298c26 #2293 Completion Export : Make sure one of the available combo box items are selected 2017-12-22 14:43:00 +01:00
Magne Sjaastad d9e29b91cb #2234 Fractures : Export only sim well fractures ticked on in project tree 2017-12-22 14:43:00 +01:00
Magne Sjaastad 71c1267ab6 #2234 Fractures : Export only well path fractures ticked on in project tree 2017-12-22 14:43:00 +01:00
Magne Sjaastad 4956604a86 #2288 Fracture Viz : Do not show fracture attached to an invisible well path 2017-12-22 13:43:35 +01:00
Magne Sjaastad 171c065326 #2140 Set fracture color variable when result name is empty or "None" 2017-12-22 09:23:16 +01:00
Magne Sjaastad 5153f5b926 CppCheck : Use const reference 2017-12-22 08:19:49 +01:00
Magne Sjaastad b768bf8b34 Summary Plot : Set default auto name to true 2017-12-21 21:11:18 +01:00
Magne Sjaastad 388d4196f1 #2283 Cross Plot : Improve curve title and plot title based on x-axis data 2017-12-21 21:03:23 +01:00
Magne Sjaastad 1583923ed1 #2287 Calculate Completion Type : Execute loadAndUpdate only when required 2017-12-21 18:57:30 +01:00
Magne Sjaastad 5fab8357ee #2289 Source Stepping : Rename to make it clear what summary case is used 2017-12-21 15:25:09 +01:00
Magne Sjaastad f3975c8986 #2289 Source Stepping : Always return first case from visible curve cases 2017-12-21 15:25:09 +01:00
Magne Sjaastad 75c94cce7e #2283 Cross Plot : Use empty curve name instead of single pipe "|" 2017-12-21 15:25:09 +01:00
Magne Sjaastad 99893397ea Summary Address : Fixed invalid init of member variables 2017-12-21 15:25:09 +01:00
Magne Sjaastad 4e021db39a AppFwk : Tree Selection : Add test for switching between two list with same item count 2017-12-21 12:12:40 +01:00
Magne Sjaastad 2ed7d74bbd #2286 AppFwk TreeSelection Editor : Always cache option items, rebuild tree when count changes 2017-12-21 11:58:26 +01:00
Magne Sjaastad 5ecedb7a30 Fixed typo 2017-12-21 09:44:42 +01:00
Magne Sjaastad 52b377e027 #1770 Current View Changes : Restore original visible view and tree state 2017-12-21 09:44:42 +01:00
Magne Sjaastad e8200c41ac #2271 Cross Plot : Disable export of plot data 2017-12-18 14:50:08 +01:00
Magne Sjaastad 57a691f8da Remove "ResInsight:" prefix 2017-12-18 14:30:19 +01:00
Magne Sjaastad 679e4c859f #2228 : Curve Creator : Use one group for curve types other han excplicitly handeled 2017-12-18 14:28:20 +01:00
Magne Sjaastad bc12695af1 #2275 : Source Stepping : Trigger update of required UI when case changes 2017-12-18 09:53:32 +01:00
Magne Sjaastad cd340f7713 #2273 Well Accocation Plot : Add flag to control branch detection 2017-12-18 09:34:28 +01:00
Magne Sjaastad ecdc4b10ba System : VS2017 add definition _SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING
https://github.com/google/googletest/issues/1036
2017-12-18 08:38:46 +01:00
Magne Sjaastad 8f16196570 System : Store field/object keywords after cleanup and rename 2017-12-18 07:24:53 +01:00
Magne Sjaastad 26f06daa0f Whitespace 2017-12-18 07:13:58 +01:00
Magne Sjaastad 55080245b2 #2265 Xml Keywords : Use postfix 'X' for duplicated cross plot field names 2017-12-18 07:13:58 +01:00
Magne Sjaastad 2e5ccb2598 #2265 Xml Keywords : Rename to uppercase 2017-12-18 07:13:58 +01:00
Magne Sjaastad f8f30db5b3 #2265 Xml Keywords : Rename to uppercase and match field name 2017-12-18 07:13:58 +01:00
Magne Sjaastad ed013c6eb9 #2265 Xml Keywords : Several rename to fracture template and fracture collection 2017-12-18 07:13:58 +01:00
Magne Sjaastad 56016ff23a #2265 Disable IO for ui only field 2017-12-18 07:13:58 +01:00
Magne Sjaastad 25979122d5 #2265 Disable IO for ui only field, start keywords with upper case 2017-12-18 07:13:58 +01:00
Magne Sjaastad 4a8d19c238 Guard null pointer access 2017-12-18 07:13:58 +01:00
Magne Sjaastad 78be5b351e Remove asserts from defineEditorAttribute 2017-12-18 07:13:58 +01:00
Magne Sjaastad e10c7fd633 #2265 Xml Keywords : Remove fishbones prefix 2017-12-18 07:13:58 +01:00
Magne Sjaastad 514ec27ba7 System : Store field/object keywords before cleanup of keywords 2017-12-18 07:13:41 +01:00
Magne Sjaastad 7992682fcb AppFwk : Add date and version info to field/object keyword extraction 2017-12-18 07:10:05 +01:00
Magne Sjaastad d15808efe6 AppFwk : Add support for output of object and field keywords 2017-12-15 17:01:33 +01:00
Magne Sjaastad 7e71f50581 #2248 Source Stepping : Update toolbar when required for cross plot curves 2017-12-15 12:16:47 +01:00
Magne Sjaastad bb1fe0354f #2248 Source Stepping : Always use visible curves as basis for stepping 2017-12-15 10:51:33 +01:00
Magne Sjaastad 2771270d24 #2248 Source Stepping : Update toolbar on new / delete of summary curve 2017-12-15 10:37:55 +01:00
Magne Sjaastad 79fea6d9f0 #2248 Source Stepping : Update toolbar when required 2017-12-15 10:37:55 +01:00
Magne Sjaastad 530b4d4073 #2248 Source Stepping : Compute visible fields once based on visible curves 2017-12-15 10:37:55 +01:00
Magne Sjaastad 029e0811be #2266 Curve Creator : Make sure all tree selection fields are assigned selection mode 2017-12-15 08:24:00 +01:00
Magne Sjaastad 9612a7162e #2266 Curve Creator : Activate attribute to be able to select item when checked 2017-12-14 16:04:03 +01:00
Magne Sjaastad 81129302f3 #2266 AppFwk : Add editor attribute setCurrentIndexWhenItemIsChecked
Fix bug when a selection is active
2017-12-14 16:03:14 +01:00
Magne Sjaastad 3b9e7d0106 Avoid call to updateConnectedEditors from updatePlotTitle 2017-12-14 15:04:18 +01:00
Magne Sjaastad 603f63a773 #2267 Summary Plot : Remove wrong call to updatePlotTitle 2017-12-14 15:04:18 +01:00
Magne Sjaastad dabdcd0aa4 Whitespace 2017-12-14 11:35:28 +01:00
Magne Sjaastad 71b7523e3c #2250 Summary Curve : Support aquifer auto name 2017-12-14 11:35:28 +01:00
Magne Sjaastad 1f7c153d5a #2246 Vector Descriptions : Removed whitespace 2017-12-14 11:06:01 +01:00
Magne Sjaastad fcf66588fc #2246 Vector Descriptions : Reorganized (Directional Transmissibility Multipliers) 2017-12-14 11:01:11 +01:00
Magne Sjaastad 0fe0389eb3 #2246 Vector Descriptions : Remove several advanced descriptions 2017-12-14 10:56:24 +01:00
Magne Sjaastad ab07d4a618 #2246 Vector Descriptions : Remove : at end 2017-12-14 10:38:58 +01:00
Magne Sjaastad 6987a2a4c6 #2246 Vector Descriptions : Shorten percentage and remove space before Limit 2017-12-14 10:32:28 +01:00