Magne Sjaastad
6a6a093d05
#5961 Color Legend : Improve default color legend for contour plots
2020-08-06 11:20:17 +02:00
Stein Inge Dale
edc4b39acb
Color Legend : Added RAINBOW for better depth visualization (issue #6168 )
...
- Included RAINBOW color legend
- RAINBOW set as default when creating a new contour plot
2020-08-06 11:20:17 +02:00
Magne Sjaastad
c68c0d0321
#6164 Color Legend : Adjust UI names
2020-07-01 09:02:41 +02:00
Magne Sjaastad
18e0c8999e
#6164 Color Legend : Update category colors when project file is loaded
2020-07-01 08:22:26 +02:00
Magne Sjaastad
4497b2bada
#6164 Color Legend : Set category colors when color legend is changed
2020-07-01 08:22:26 +02:00
Magne Sjaastad
c13f1d752d
#6081 Color Results : Update views when color legend content changes
2020-06-17 14:37:14 +02:00
Gaute Lindkvist
9130030d7b
#5882 Add color gradient as icon for legend palettes.
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
90596be3ee
Improve legend for Correlation Plots
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
84177d3a00
Add legend support to Report Plot
2020-06-03 14:00:04 +02:00
Gaute Lindkvist
2fe4372dc2
First round of caf::FontTools
2020-06-03 14:00:04 +02:00
Kristian Bendiksen
3e882a65df
#5979 Fix color legend crash when opening regression test project
...
Projects containing Rim2dIntersectionViews copy legend config from the view using
PdmXmlObjectHandle::writeObjectToXmlString/readObjectFromXmlString. The
resulting xml contains references to RimColorLegendCollection which are unresolved,
and this would lead to a crash (m_colorLegend == nullptr). Fixed by resolving
the references explicitly after copy the config.
2020-05-26 07:44:57 +02:00
Kristian Bendiksen
30ee125749
Improve method name to reflect implementation.
...
RimColorLegendCollection::allColorLegeds is better than
RimColorLegendCollection::customColorLegends since method returns both kinds
of color legends.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen
0b9577df71
#5874 Remove direct accessor to obsoleted RimRegularLegendConfig::colorRange field.
2020-05-24 17:26:51 +02:00
Kristian Bendiksen
5295dbe299
#5874 Allow user defined color legends in result objects.
2020-05-24 17:26:51 +02:00
Magne Sjaastad
3d2ac4b573
Fix misspelled Allan diagram ( #5906 )
...
Closes #5816
2020-05-12 15:14:42 +02:00
Magne Sjaastad
3f88fe197a
Convert to enum class
2020-04-24 11:40:22 +02:00
Magne Sjaastad
404a9ec7d9
Add icon to intersection results
2020-04-17 12:49:54 +02:00
Magne Sjaastad
c82df63e10
#5101 clang-format: Adjusted penalties
...
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Magne Sjaastad
10f0abc9b5
#5101 clang-format: Allow short functions on a single line
...
Use AllowShortFunctionsOnASingleLine: InlineOnly
2020-02-12 13:35:31 +01:00
Jacob Støren
0d6b139891
#5200 Enable only category legend when allen diagram is selected
2020-01-02 08:56:45 +01:00
Gaute Lindkvist
47b93dc0d1
Implement pdf rendering ( #5250 )
...
* First PDF creation support
* Reimplement info box
* Set title and make overlay frame margins more unified
* Remove a style sheet that was never meant to be applied to Project Tree
* Update RiuDraggableOverlayFrame when changing content
* Default page layout in Preferences
* undo removal of elision
* Remove friend class assignment in cafCategoryMapper
* the required methods have been made public
* Fix up after review
* Remove spurious const on by-value return
* Fix compile errors on Linux
* Fix size adjustment of legends with plot resizing
2019-12-18 12:25:19 +01:00
Gaute Lindkvist
0b5188e4b7
Fix updates after legend change
2019-12-06 08:13:31 +01:00
Gaute Lindkvist
7fd4aa1ce9
#5002 Ensemble RFT curve sets with parameter coloring and separate legends
2019-12-06 08:13:31 +01:00
Kristian Bendiksen
66ac8fee1d
#5125 Use category legend for well measurements without values.
2019-12-03 21:19:02 +01:00
Jacob Støren
0e14c63f07
Rename crossSection to intersection in general code
2019-11-26 12:45:08 +01:00
Jacob Støren
e85cd1b456
#4880 Further renaming of methods in Rim3dView
2019-11-01 15:57:04 +01:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +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
3d3e6064b1
#4348 System , cppcheck : Remove unused functions
2019-04-21 09:36:25 +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
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
798e3ff19e
#4256 Update fonts in Project and views when changing preferences
2019-04-12 14:47:21 +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
Gaute Lindkvist
ddf8d8515a
#4257 Rename Legend Definition to color legend
2019-03-29 12:47:35 +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
ac7eccee88
#4157 Grid Cross Plot: Make categorisation legend more like ensemble legend
2019-03-05 10:41:41 +01:00
Gaute Lindkvist
d9f7e68739
Add legend levels field to Contor Map projection and make sliders delay update until release
2019-01-22 15:48:21 +01:00
Gaute Lindkvist
c8ebb0a4d1
#3626 2d Maps: Adjust min/max limits for all time steps and TOP result.
2018-11-05 16:19:16 +01:00
Gaute Lindkvist
f80472ffa6
#3540 Create seperate 2d view with parallel, look down and linked views
2018-10-24 15:21:53 +02:00
Bjørn Erik Jensen
0b4156da02
#2660 Ensemble curves. Curve filtering
2018-05-31 10:24:16 +02:00
Jacob Støren
ca30c58a77
Cleanup in EnsembleColormanager
2018-05-11 09:24:42 +02:00
Jacob Støren
bb033eb561
#2883 , #2890 Fix color assignment and stability for ensemble curve sets
2018-05-11 08:04:09 +02:00
Bjørn Erik Jensen
9a5f3fb47e
Fix Linux build warning
2018-05-08 15:57:34 +02:00
Bjørn Erik Jensen
25dc96fb3b
#2721 Ensemble curves. Color ranges, cyclic color range assignment. Minor refactoring
2018-05-04 13:21:57 +02:00
Bjørn Erik Jensen
92fd4183a9
#2797 Ensemble curves. Support for text ensemble parameters. Unit test
2018-05-03 09:55:13 +02:00
Jacob Støren
3957027b4b
#2657 Final cleanup and refactoring of legends size system
2018-04-20 16:59:10 +02:00
Jacob Støren
1f8d4437bf
Remove the unused, unnecessary "position" from several methods and the overlay layout struct
2018-04-20 16:59:10 +02:00
Bjørn Erik Jensen
27ba7c5d9d
#2689 Ensemble curves. Adapt legend range settings to curve set
2018-04-20 11:28:28 +02:00
Bjørn Erik Jensen
6c45725b19
#2689 ensemble curves. Make the curve set legend work. Cache summary addresses for performance reasons
2018-04-20 10:17:26 +02:00
Magne Sjaastad
dcde9ccf72
#2727 Legends : Move enum to RimLegendConfig
2018-04-19 08:42:49 +02:00