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
Kristian Bendiksen
c016c02e40
Replace RiaApplication::instance()->project() with RimProject::current().
...
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +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
Jacob Støren
191419b6b4
clang-format after intersection rename
2019-11-26 13:56:02 +01:00
Jacob Støren
4672528a4d
Rename RimintersectionBox to RimBoxIntersection
...
Rename RivIntersectionBoxPartMgr to RimBoxIntersectionPartManager
2019-11-26 13:14:55 +01:00
Jacob Støren
0e14c63f07
Rename crossSection to intersection in general code
2019-11-26 12:45:08 +01:00
Jacob Støren
612332cbbc
#5019 Move RimIntersectionHandle to separate files Use in RimIntersectionBox
2019-11-20 10:39:48 +01:00
Magne Sjaastad
96a26662fc
Janitor : Apply clang-format fixes on codebase in ApplicationCode
2019-11-04 11:34:34 +01:00
Jacob Støren
1ef4d49f14
#4857 Fix Intersection Box 3d manipulator interaction in comparison views
2019-11-01 15:57:03 +01:00
Jacob Støren
ab190fce8b
Fixed missing pragma once
2019-10-18 15:00:59 +02:00
Jacob Støren
ceee8b6a85
#4857 Remove obsolete code
2019-10-18 10:20:22 +02:00
Jacob Støren
4253c32dac
#4857 RicIntersectionBox[XYZ]SliceFeature
2019-10-18 10:17:50 +02:00
Jacob Støren
b785969d68
#4857 RicNewPolylineIntersectionFeature, RicNewAzimuthDipIntersectionFeature, RicIntersectionBoxAtPosFeature
2019-10-17 16:39:24 +02:00
Jacob Støren
5a72de405d
#4857 Add support to distinguish 3D-view commands done in the main and comparison view
...
Support annotation and rangefilter creation in the comparison view
2019-10-17 15:02:39 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00
Magne Sjaastad
25a1823f35
Merge branch 'dev' into cmake-improvements
2018-02-28 08:47:01 +01:00
Magne Sjaastad
89c090ba24
#2536 Build System : Remove obsolete code for cmake older than "2.8.2"
2018-02-28 08:05:00 +01:00
Jacob Støren
d74807d669
#2535 Use the MainWindowTools class instead of MainWindow directly (part 1)
2018-02-27 16:46:53 +01:00
Magne Sjaastad
1ae30ef11a
(clang-tidy) : modernize-use-nullptr
2018-02-18 18:56:43 +01:00
Rebecca Cox
97aab5bda5
Merge remote-tracking branch 'origin/2018.01.01-patch' into dev
2018-01-24 10:56:10 +01:00
Rebecca Cox
650fc2147d
#2404 Intersection: Update 3d view when creating new Intersection Box
2018-01-24 10:48:23 +01:00
Jacob Støren
0debeafd68
#2331 Move RimGridView to separate files
2018-01-16 09:37:08 +01:00
Jacob Støren
b092565a61
#2331 Introduce new intermediate class RimGridView
2018-01-15 14:53:48 +01:00
Jacob Støren
cb6d49a611
#2331 Renamed RimView to Rim3dView
2018-01-09 10:11:28 +01:00
Rebecca Cox
52c1f27ad2
#1972 Toggle grid collection off when creating an intersection
2017-11-08 15:19:35 +01:00
Magne Sjaastad
12bbaa898d
Added several missing copyright headers
2017-06-14 07:53:28 +02:00
Magne Sjaastad
b19fe2bc4b
#1292 Fixed several style issues reported by CppCheck
2017-03-06 09:27:42 +01:00
Magne Sjaastad
7659f58fd6
#884 Intersection collection is responsible for adding box manipulator geometry to model used in 3D viewer
2016-10-03 14:26:46 +02:00
Jacob Støren
87e7b5dc80
#884 Changed colors to megenta, and improved interface for manipulator a bit. Adjusted size of handles.
2016-10-03 09:39:18 +02:00
Magne Sjaastad
58acd22afa
#884 Improved interface to BoxManipulatorPartManager
2016-09-30 15:10:39 +02:00
Jacob Støren
45634df0e9
#889 Added intersection box icons
2016-09-30 13:10:49 +02:00
Jacob Støren
3e48b102f3
#902 A separate command to add an intersection box at a position
2016-09-30 13:10:49 +02:00
Magne Sjaastad
b4ec6b3a81
Linux compile fixes
2016-09-30 11:24:02 +02:00
Magne Sjaastad
7b49f6b227
Linux compile fixes
2016-09-30 11:16:45 +02:00
Magne Sjaastad
d7a69bdae8
Merged intersection box interactive manipulation
2016-09-30 10:01:17 +02:00
Jacob Støren
7456d1e697
Revert " #902 Create box at position - context command" We need a separate feature for this
...
This reverts commit e36b39289f
.
2016-09-30 09:51:11 +02:00
Magne Sjaastad
593d72d63b
( #884 ) Refactor and cleanup
2016-09-30 09:34:45 +02:00
Magne Sjaastad
d4bdbcb7c8
( #884 ) Added prototype of event handler for interaction with box
2016-09-30 09:34:39 +02:00
Jacob Støren
e36b39289f
#902 Create box at position - context command
2016-09-30 09:07:04 +02:00
Jacob Støren
1349cf0104
#900 Merged Intersection Boxes into Intersections folder
2016-09-30 08:40:46 +02:00
Jacob Støren
c2eff1b733
Linux compile fixes
2016-09-28 15:07:19 +02:00
Jacob Støren
3bca03a722
Fix of missing changes from previous merge commits. Missing rename of anchestor to ancestor
2016-09-28 14:35:57 +02:00
Jacob Støren
fa6a6b4f08
#817 #815 Improved commands for xyz - slices intersection boxes.
2016-09-28 12:39:43 +02:00
Magne Sjaastad
5c4b92f9b8
#818 Intersection Box: Added XYZ slices to context menu in 3D view
2016-09-23 16:12:19 +02:00
Magne Sjaastad
bb81009b33
#817 New intersection box is created at center of active cells with half the size of active cells bounding box. Grid cell is hidden.
2016-09-23 13:38:08 +02:00
Magne Sjaastad
45952e59d3
#814 New project tree items Intersection Boxes and Intersection Box. Support for add, toggle and delete
2016-09-20 12:03:26 +02:00