Commit Graph

344 Commits

Author SHA1 Message Date
Gaute Lindkvist
069b427d10 Require CMake 3.12 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
6dd3bd8c01 Remove Qt build warnings due to macro redefinitions 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
f7aed637f8 Require CMake 3.6 2020-10-20 11:05:10 +02:00
Magne Sjaastad
36407d1b3c
Add build dependency on Qt SVG (#6689)
* Add dependency on Svg
* Bundle SVG files
2020-10-05 08:44:06 +02:00
Ruben Manuel Thoms
87bc6acd65 Added a GUI theme selector in preferences and a new class for handling GUI changes.
Added a new feature for editing style sheets and variable colors and see immediately the result.
Made Qwt plots (and items) stylable.
Added icons, improved styling possibilities of QMinimizePanel, fixed minor bugs in RicThemeColorEditorFeature.
2020-09-25 14:32:06 +02:00
Kristian Bendiksen
724131d310 #1061 Add missing override keyword in ApplicationCode. 2020-09-15 11:04:39 +02:00
Kristian Bendiksen
8ecd3c3c33 #6491 Disable certain warnings on clang for ApplicationCode. 2020-09-14 21:46:27 +02:00
Kristian Bendiksen
5da58fc649 #6491 Don't treat warnings as errors on clang. 2020-09-14 21:46:27 +02:00
Magne Sjaastad
a114309776 System : Make sure the Commands library compiles on older cmake
Test no qt
2020-08-31 14:34:00 +02:00
Magne Sjaastad
77ef87fb3a System : Move all command features into separate library
When compiling the complete application, the large number of files causes the input file for a Ninja build (text response file) to become too large on some configurations. Move command features into a separate library to reduce the total file count per project/library.
2020-08-31 08:23:14 +02:00
Magne Sjaastad
279347c271 #6398 System : Reduce number of Unity excludes 2020-08-29 10:30:56 +02:00
Magne Sjaastad
2901ad2c54 #6398 System : Remove cotire 2020-08-29 10:30:56 +02:00
Gaute Lindkvist
30fa232c25 #6320 Rename generated/pdm_objects.py to generated/resinsight_classes.py
* This is to avoid confusion with pdmobject.py
2020-08-24 09:40:36 +02:00
Ruben Manuel Thoms
bb8612c6a6 Unintended autocomplete in CMakeLists.txt 2020-08-04 14:01:38 +02:00
Ruben Manuel Thoms
23ab5adfd3 Installation adjustments 2020-08-04 14:01:38 +02:00
Magne Sjaastad
09e14e173d Bundle Qt : Add libQt5DBus 2020-06-09 15:29:24 +02:00
Magne Sjaastad
d6372b1484 Bundle Qt : Include libqxcb.so 2020-06-09 13:16:08 +02:00
Magne Sjaastad
c1ca5054e8 Qt : Add Qt5XcbQpa required by xcb platform plugin 2020-06-08 17:20:20 +02:00
Magne Sjaastad
5d1ffec73d Revert "Add xcbqpa"
This reverts commit 744371f186.
2020-06-08 16:23:18 +02:00
Magne Sjaastad
062bbf4d9b Revert "glob for all Qt so files"
This reverts commit 2ed6c5b167.
2020-06-08 16:23:11 +02:00
Magne Sjaastad
2ed6c5b167 glob for all Qt so files 2020-06-08 16:22:38 +02:00
Magne Sjaastad
744371f186 Add xcbqpa 2020-06-08 16:15:11 +02:00
Kristian Bendiksen
988dea1629 #6018 Add RESINSIGHT_TREAT_WARNINGS_AS_ERRORS build flag.
The flag controls "-Werror" on linux. Default is off.
2020-06-03 22:06:28 +02:00
Gaute Lindkvist
2fe4372dc2 First round of caf::FontTools 2020-06-03 14:00:04 +02:00
Kristian Bendiksen
d5a950d67c Treat warnings as errors on new gcc versions 2020-05-20 14:23:23 +02:00
Kristian Bendiksen
03b1a31ff3 Enable all warnings ("-Wall") for ApplicationCode directory on linux.
Allowing initializiation reordering and unused parameters for now since there
are a lots of them, and the code is harmless.
2020-05-20 13:45:10 +02:00
Gaute Lindkvist
f199297f12 #5915 improve performance of NNC computation and limit to active cells 2020-05-13 12:19:03 +02:00
Magne Sjaastad
81571908af System : Use TARGET_FILE_DIR instead of CONFIGURATION 2020-05-11 08:03:42 +02:00
Stein Inge Dale
6cb86d4792 #5832 Add color legend data with import from LYR file. 2020-05-06 11:04:33 +02:00
Magne Sjaastad
616af75df3 #4035 System : Remove term souring from cmake and UI
Use general term HDF5 when required
2020-04-24 11:40:22 +02:00
Magne Sjaastad
4b372b438e System : Remove support for Qt4 2020-04-24 11:40:22 +02:00
Gaute Lindkvist
0bd477485a Merge branch 'dev' into feature-analysis-plots-initial 2020-04-23 08:39:27 +02:00
Magne Sjaastad
12a4419a38 System : Update to match newer RHEL and CentOS versions 2020-04-22 20:19:03 +02:00
Gaute Lindkvist
60419f0985 Working Correlation Plot prototype 2020-04-17 13:54:21 +02:00
Jacob Støren
adb06f229c Merge dev into feature-analysis-plots-initial 2020-03-31 13:13:47 +02:00
Gaute Lindkvist
2853308a4a Python: Create summary plot from string 2020-03-13 14:18:41 +01:00
Jacob Støren
a1410ca118 #5539 Initial AnalysisPlot objects and barchart builder 2020-03-03 09:52:52 +01:00
Magne Sjaastad
844361ef06 Find grpc using find_package on linux 2020-02-26 12:16:28 +01:00
Gaute Lindkvist
1eafe18d41 Remove exists check for Python and make GeneratedPythonSources depend on ResInsight 2020-02-26 12:16:28 +01:00
Gaute Lindkvist
255cd43f4e Fix case-typo in generation step 2020-02-25 16:15:39 +01:00
Gaute Lindkvist
7a304deecb Different approach to installing generated python source 2020-02-25 15:39:40 +01:00
Gaute Lindkvist
c4623165cb Add rips/generated/pdm_objects.py to python sources for install step 2020-02-25 15:23:58 +01:00
Gaute Lindkvist
169bea818a Generate Python class skeletons 2020-02-25 13:57:51 +01:00
Magne Sjaastad
90a835545f System : Set separate folder for packages 2020-02-18 14:24:07 +01:00
Magne Sjaastad
6db2da7561 #5459 Build System : Add optional support for precompiled headers 2020-02-03 22:17:46 +01:00
Magne Sjaastad
fddc15b1d8 #5370 Unity Build : Add config for ResInsight 2020-01-23 13:41:31 +01:00
Jacob Støren
e6d96316d4 #5285 Visualization and update of Surfaces 2020-01-08 12:11:10 +01:00
Jacob Støren
26db8d7351 #5285 Surface import command Items and parsing infrastructure 2020-01-08 12:09:50 +01:00
Gaute Lindkvist
e41cadfa02 Remove VS 2019 warnings 2019-11-27 14:17:23 +01:00
Jacob Støren
e4a4b40a3c
Merge pull request #5096 from OPM/feature-rename-RimIntersection
Rename RimIntersection
2019-11-26 15:28:23 +01:00