Gaute Lindkvist
f099b8a747
Make contour map labels default on
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
8de9a46c6a
Rename RimContourMapProjection::generateTriangles to generateTrianglesWithVertexValues
...
Signed-off-by: Gaute Lindkvist <lindkvis@gmail.com>
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
1c780deeab
Make it more likely that we pick a dark contrast color from RiaColorTools
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
7a275be335
#3876 Implement rotated labels on contour maps
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
71cacc550f
#3881 Smooth outer contour line and clip geometry
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
ec0419a945
#3881 Prepare for better edge clipping by making interpolation function more accessible.
2019-01-08 11:07:36 +01:00
Magne Sjaastad
e835e2b32a
#3924 Measurements : Improve text in tool tip
2019-01-08 07:11:00 +01:00
Magne Sjaastad
98da255772
System : Remove TR1 warnings from gtest
2019-01-07 14:32:29 +01:00
Magne Sjaastad
ca267a7f44
System : Add option RESINSIGHT_BUILD_WITH_QT5
2019-01-07 13:58:34 +01:00
Magne Sjaastad
6ca725b5e8
#3932 Octave : Cleanup
2019-01-07 13:05:44 +01:00
Magne Sjaastad
2213bab996
#3930 Octave : Fix includes and replace deprecated functions
2019-01-07 12:46:42 +01:00
Magne Sjaastad
c7e5373aaa
#3932 Octave : Support Qt5
2019-01-07 12:46:23 +01:00
Magne Sjaastad
53ef8dbed9
#3932 System : Add FindOctave
2019-01-07 12:44:36 +01:00
Magne Sjaastad
897a20a3df
#3930 Octave : Add missing includes
2019-01-07 12:39:18 +01:00
Magne Sjaastad
f727a6c4ee
#3929 System : Always lock mutex before unlocking
2019-01-07 12:38:53 +01:00
Magne Sjaastad
f09fa727fa
#3928 Coordinate transform : Add convert of vector of points
2019-01-03 13:16:26 +01:00
Magne Sjaastad
ecb1b83dfa
#3927 Measurements : Compute horizontal area of polygon
2019-01-03 11:34:50 +01:00
Magne Sjaastad
5bf13140e3
#3927 Measurements : Add unit test for area computations
2019-01-03 09:47:45 +01:00
Magne Sjaastad
ca39bd3407
Merge branch 'measurement' into dev
2019-01-03 07:34:04 +01:00
Magne Sjaastad
3543ba7cf3
#3924 Measurements : Remove double mouse click event handling
2019-01-03 07:33:54 +01:00
Magne Sjaastad
8f85e49849
#3924 Measurements : Rename, fix issues with points in multiple views
2019-01-03 07:18:22 +01:00
Magne Sjaastad
31a30f8a94
#3924 Measurements : Hide measurement from project tree
2019-01-03 07:08:25 +01:00
Magne Sjaastad
7f24edaebf
#3924 Measurements : Set object name for toolbar
2019-01-03 07:06:11 +01:00
Magne Sjaastad
855e22abb4
#3924 Measurements : Redraw immediately instead of schedule redraw
2019-01-02 15:04:33 +01:00
Magne Sjaastad
ee9721a338
#3924 Measurements : Use CTRL key to append poly line points
2019-01-02 15:04:05 +01:00
Magne Sjaastad
8709734697
Whitespace
2019-01-02 14:41:17 +01:00
Magne Sjaastad
fe75265053
Annotations : Remove check on priority
...
For performance reasons, priority was checked before dyncast. This does not work now for unknown reasons.
2019-01-02 14:39:39 +01:00
Magne Sjaastad
c5dc9da4bd
#3924 Measurement : Clean up includes
2019-01-02 14:37:59 +01:00
Magne Sjaastad
218472fe2c
Merge branch 'dev' into measurement
2019-01-02 14:32:17 +01:00
Magne Sjaastad
4e6d7d3c40
#3922 Scale bar : Update legend layout when dependent data changes
2019-01-02 11:22:25 +01:00
Magne Sjaastad
98c0406926
Whitespace
2019-01-02 09:45:48 +01:00
Magne Sjaastad
f42aa8bcda
Test : Remove file from Qt MOC
2019-01-02 09:34:06 +01:00
Magne Sjaastad
1cfedd7ff8
System : Qt5 : Copy DLLs into destination folder
2019-01-02 07:09:12 +01:00
Gaute Lindkvist
c1f9e664cd
#3876 Fix picking offset issue arising from contour line fixes.
2019-01-01 16:20:04 +01:00
Gaute Lindkvist
e63ba3ee6d
#3768 and #3903 Fix border issue by making OpenGL widget a child of the main window.
2019-01-01 15:14:45 +01:00
Magne Sjaastad
f134cb06bd
Merge pull request #3895 from bska/FluxCalc-API-Cleanup
...
ECLFluxCalc: Remove Unused 'useEPS' Constructor Parameter
2018-12-21 15:53:24 +01:00
Bård Skaflestad
6839c1cf77
ECLFluxCalc: Remove Unused 'useEPS' Constructor Parameter
...
Recent developments have rendered this parameter unused. Remove
it to make API simpler. The library now always loads arrays as
if the caller requests end-point scaling behaviour and we defer
effects of actual end-point scaling until client code queries
the flux calculator at run time.
2018-12-21 13:14:45 +01:00
Magne Sjaastad
a9c7773ef7
CppCheck : Fix various minor issues
2018-12-21 12:32:57 +01:00
Magne Sjaastad
e514a77a80
CppCheck : Add missing assignment to isOk
2018-12-21 12:32:25 +01:00
Magne Sjaastad
be77e4e048
CppCheck : Guard null pointer access
2018-12-21 12:31:42 +01:00
Magne Sjaastad
d2431a40a9
CppCheck : Remove unused variable, use range based for
2018-12-21 12:17:07 +01:00
Magne Sjaastad
6b952add64
CppCheck : Make sure all variables are initialized in constructor
2018-12-21 11:30:29 +01:00
Magne Sjaastad
8bc8ac5e58
CppCheck : Remove unused function
2018-12-21 11:29:14 +01:00
Gaute Lindkvist
128208d35a
Fix type in RiaColorTools contrastColor
2018-12-21 10:12:58 +01:00
Magne Sjaastad
329d2f7f07
Merge branch '2018.11.01-patch'
2018-12-21 10:11:46 +01:00
Magne Sjaastad
d54c509b35
Add missing include
2018-12-21 10:10:11 +01:00
Bjørn Erik Jensen
5976298267
Merge branch 'dev' into measurement
2018-12-21 10:08:41 +01:00
Magne Sjaastad
47f50c8195
Remove unused functions/variables
2018-12-21 10:07:26 +01:00
Gaute Lindkvist
b1b278fffc
#3876 Add reference to Shoelace formula for counter clockwise polygon test.
2018-12-21 09:48:57 +01:00
Gaute Lindkvist
9fdec77c94
#3919 Contrast colors for contour lines
2018-12-21 09:48:57 +01:00