Changesets: occt
master fe525c6f 2019-06-16 14:09:14 Committer: bugmaster Details Diff |
0030777: Visualization - Incorrect selection/highlighting of clipped objects SelectMgr_ViewerSelector::traverseObject() now handles Object clipping planes in the same way as View clipping planes. |
||
mod - src/DrawResources/CheckCommands.tcl | Diff File | ||
mod - src/SelectMgr/SelectMgr_BaseFrustum.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_BaseFrustum.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_RectangularFrustum.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_RectangularFrustum.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectingVolumeManager.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectingVolumeManager.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.hxx | Diff File | ||
add - tests/bugs/vis/bug30777 | Diff File | ||
mod - tests/v3d/point_cloud/sensitivebox | Diff File | ||
master 912761ea 2019-06-16 10:09:49 Committer: bugmaster Details Diff |
0030782: Visualization, Font_FTFont - use predefined fallback fonts for extended Unicode subsets Font_FTFont now uses fallback fonts for characters from unsupported Unicode subsets, managed by Font_FTFont::ToUseUnicodeSubsetFallback() and Font_FontMgr::ToUseUnicodeSubsetFallback() option, enabled by default. The fallback list includes common font families for Chinese, Korean and Japanese languages. Font_FTFont::RenderGlyph() now supports FT_PIXEL_MODE_MONO input format used by some CJK fonts. OpenGl_Font::createTexture() now limits single texture size to circa 4096 glyphs. test/testgrid now expects test scripts being in UTF-8 encoding in sync with "DRAWEXE -f script.tcl". AIS::InitFaceLength() - fixed usage of uninitialized result. |
Affected Issues 0030782 |
|
mod - src/AIS/AIS.cxx | Diff File | ||
mod - src/DrawResources/TestCommands.tcl | Diff File | ||
mod - src/Font/FILES | Diff File | ||
mod - src/Font/Font_BRepFont.cxx | Diff File | ||
mod - src/Font/Font_FontMgr.cxx | Diff File | ||
mod - src/Font/Font_FontMgr.hxx | Diff File | ||
mod - src/Font/Font_FTFont.cxx | Diff File | ||
mod - src/Font/Font_FTFont.hxx | Diff File | ||
mod - src/Font/Font_NameOfFont.hxx | Diff File | ||
add - src/Font/Font_UnicodeSubset.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Font.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Font.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
add - tests/3rdparty/fonts/C2 | Diff File | ||
master d6b200e0 2019-06-13 12:30:51 Committer: bugmaster Details Diff |
0030779: Data Exchange - Problems with located subshapes in expand compounds Protect Expand compounds against problems with located subshapes. Add method XCAFDoc_ShapeTool::AddSubShape() with Boolean output parameter. Speed up XCAFDoc_ShapeTool::Expand(). Speed up XCAFDoc_ShapeTool::FindSubShape(). |
||
mod - src/XCAFDoc/XCAFDoc_ShapeTool.cxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_ShapeTool.hxx | Diff File | ||
add - tests/bugs/xde/bug30779 | Diff File | ||
master 49582f9d 2019-06-10 18:03:41 Committer: bugmaster Details Diff |
0030507: Visualization - introduce AIS_ViewController ViewerTest_EventManager now inherits AIS_ViewController. Platform-dependent user input handling within ViewerTest has been revised to process events in common way through AIS_ViewController. The mouse navigation has been changed, so that left mouse clicked without modifers now rotates View. The rubber-band selection can be activated via Alt+LeftMouseButton. Selection is now done on mouse unclick and keyboard short-cuts take effect on unclick. Aspect_Window::SetTitle() - added new method configuring Window title. Introduced new types Aspect_Touch, Aspect_VKey, Aspect_ScrollDelta for processing window events in platform-independent way. |
Affected Issues 0030507 |
|
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.hxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
add - src/AIS/AIS_MouseGesture.hxx | Diff File | ||
add - src/AIS/AIS_RotationMode.hxx | Diff File | ||
add - src/AIS/AIS_ViewController.cxx | Diff File | ||
add - src/AIS/AIS_ViewController.hxx | Diff File | ||
add - src/AIS/AIS_ViewInputBuffer.hxx | Diff File | ||
add - src/AIS/AIS_WalkDelta.hxx | Diff File | ||
mod - src/AIS/FILES | Diff File | ||
add - src/Aspect/Aspect_ScrollDelta.hxx | Diff File | ||
add - src/Aspect/Aspect_Touch.hxx | Diff File | ||
add - src/Aspect/Aspect_VKey.hxx | Diff File | ||
add - src/Aspect/Aspect_VKeyFlags.hxx | Diff File | ||
add - src/Aspect/Aspect_VKeySet.cxx | Diff File | ||
add - src/Aspect/Aspect_VKeySet.hxx | Diff File | ||
mod - src/Aspect/Aspect_Window.hxx | Diff File | ||
mod - src/Aspect/FILES | Diff File | ||
mod - src/Cocoa/Cocoa_Window.hxx | Diff File | ||
mod - src/Cocoa/Cocoa_Window.mm | Diff File | ||
mod - src/QABugs/QABugs_1.cxx | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/V3d/V3d_View.hxx | Diff File | ||
mod - src/ViewerTest/FILES | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_EventManager.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_EventManager.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
add - src/ViewerTest/ViewerTest_V3dView.cxx | Diff File | ||
add - src/ViewerTest/ViewerTest_V3dView.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands_1.mm | Diff File | ||
mod - src/WNT/WNT_Window.cxx | Diff File | ||
mod - src/WNT/WNT_Window.hxx | Diff File | ||
mod - src/Xw/Xw_Window.cxx | Diff File | ||
mod - src/Xw/Xw_Window.hxx | Diff File | ||
mod - tests/bugs/vis/bug26147 | Diff File | ||
master 61aef3ce 2019-06-10 09:59:39
|
0030772: Data Exchange - Invalid person's name constructed by STEPConstruct_AP203Context class. // fixed remarks. |
||
mod - src/STEPConstruct/STEPConstruct_AP203Context.cxx | Diff File | ||
master 13c556d9 2019-06-06 13:40:52 Committer: bugmaster Details Diff |
0030725: Visualization - remove Display calling from SetSelected methods of context AIS_InteractiveContext::Load/ClearGlobal is modified for correct processing SetSelected for child objects. As Display/Erase of object with children displays/erases these children, then the children status inside context should also be updated. |
||
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext.hxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
master 8d2c79f4 2019-06-06 08:50:21 Committer: bugmaster Details Diff |
0030726: Visualization - change Selected state of owner in AIS_Selection AIS_InteractiveContext::IsHilighted() behavior has been changed. It should use the same logic for owner processing like when it is highlighted. IsSelected of owner is used for selection state, not highlight. Without this correction, object is never shown as selected by click (Select(bool)): if (!HighlightStyle (theOwner, aCustomStyle) || (!aCustomStyle.IsNull() && aCustomStyle != anObjSelStyle)) IsSelected is already true, so the highlight style is equal to selection style, nothing to do. |
Affected Issues 0030726 |
|
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_Selection.cxx | Diff File | ||
master d31fb73a 2019-06-05 09:30:01
Committer: bugmaster Details Diff |
0030765: Visualization - Incorrect intersection with Select3D_SensitiveBox when clipping is turned on SelectMgr_RectangularFrustum::Overlaps method for computing intersection of box with frustum was reworked. Now the nearest non-clipped point is calculated. |
||
mod - src/SelectMgr/SelectMgr_RectangularFrustum.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewClipRange.hxx | Diff File | ||
add - tests/v3d/point_cloud/sensitivebox | Diff File | ||
master 6b41f0f3 2019-06-05 06:34:21 Committer: bugmaster Details Diff |
0030754: Coding - the array of weights should begin with Lower, not the constant value 1 within Geom_BSplineCurve.cxx |
Affected Issues 0030754 |
|
mod - src/Geom/Geom_BSplineCurve.cxx | Diff File | ||
mod - src/Geom2d/Geom2d_BSplineCurve.cxx | Diff File | ||
master 5771d380 2019-06-04 11:20:56 Committer: bugmaster Details Diff |
0030715: Configuration, CMake - error build with QTANGLE SEARCH_TEMPLATES was modified to find EGL and GLES2 libraries in different folders (angle-gles, egl-gles, egl, angle, etc). Find 3rdparty products procedure allows to define 3RDPARTY_LIBRARY_DIR or 3RDPARTY_DLL_DIR manually to find necessary libraries and dlls. |
Affected Issues 0030715 |
|
mod - adm/cmake/3rdparty_macro.cmake | Diff File | ||
mod - adm/cmake/occt_macros.cmake | Diff File | ||
master 0616aa9e 2019-06-04 06:21:28
Committer: bugmaster Details Diff |
0030764: Coding - warnings in Image_AlienPixMap.cxx when built with MSVC10 Disable warnings when including system headers (conflict between VS 2010 and Windows SDK definitions). |
Affected Issues 0030764 |
|
mod - src/Image/Image_AlienPixMap.cxx | Diff File | ||
master 7f662bf4 2019-06-03 13:05:25
Committer: bugmaster Details Diff |
0030761: Application Framework - HOMEDRIVE and TEMP are undefined on UWP Avoid CDF_Stroe to find default folder since there is no case where this folder does not reset to exact value given by the user. Also, remove the exception raising for the case this method is called from outside. |
Affected Issues 0030761 |
|
mod - src/CDF/CDF_FWOSDriver.cxx | Diff File | ||
mod - src/CDF/CDF_Store.cxx | Diff File | ||
master 78005ffe 2019-06-03 08:36:18
Committer: bugmaster Details Diff |
0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0 Use FORWARD orientation of edges and face when attaching pcurve from one edge to another. Test case for the issue. |
Affected Issues 0030760 |
|
mod - src/BOPTools/BOPTools_AlgoTools2D_1.cxx | Diff File | ||
add - tests/bugs/modalg_7/bug30760 | Diff File | ||
master 7fb9d6d5 2019-06-03 05:06:24 Committer: bugmaster Details Diff |
0030762: Foundation Classes - include backtrace within OSD_SIGSEGV Standard_Failure now holds an optional stack trace dump. Added function Standard::StackTrace() dumping backtrace to the string. SegvHandler within OSD_signal now appends backtrace to the message if OSD::SignalStackTraceLength() is set to non-zero value or environment variable "CSF_DEBUG_MODE" is set for debugging. Added auxiliary macros Standard_NOINLINE disallowing function inlining. Command "dsetsignal" has been extended by -strackTraceLength argument for defining stack trace length within signals redirected to C++ exceptions. Added "ddebugtraces" command for debugging purposes (adding stack traces to all exceptions). |
Affected Issues 0030762 |
|
mod - src/Draw/Draw.cxx | Diff File | ||
mod - src/Draw/Draw_BasicCommands.cxx | Diff File | ||
mod - src/OSD/OSD.hxx | Diff File | ||
mod - src/OSD/OSD_signal.cxx | Diff File | ||
mod - src/OSD/OSD_ThreadPool.cxx | Diff File | ||
mod - src/QABugs/QABugs_11.cxx | Diff File | ||
mod - src/Standard/FILES | Diff File | ||
mod - src/Standard/Standard.hxx | Diff File | ||
mod - src/Standard/Standard_DefineException.hxx | Diff File | ||
mod - src/Standard/Standard_Failure.cxx | Diff File | ||
mod - src/Standard/Standard_Failure.hxx | Diff File | ||
mod - src/Standard/Standard_Macro.hxx | Diff File | ||
mod - src/Standard/Standard_OutOfMemory.cxx | Diff File | ||
mod - src/Standard/Standard_OutOfMemory.hxx | Diff File | ||
add - src/Standard/Standard_StackTrace.cxx | Diff File | ||
add - tests/bugs/fclasses/bug30762 | Diff File | ||
master fffc249f 2019-05-31 13:36:44
Committer: bugmaster Details Diff |
0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear and robust Approx/Approx_SameParameter.cxx,hxx: Class Approx_SameParameter refactoring. Logic is changed in many places to unify usage, simplify maintenance. Method Curve2d() is changed to return Geom2d_Curve instead of Geom2d_BSplineCurve. Corresponding message is added to the upgrade guide. .lxx file is merged into .hxx. Tangent computation is extracted into special method. Comparing number of sample points after CheckSameParameter(...) is added to define cases with projection fails. Undesirable behavior when curves are not same parameterized is fixed. Geom2dAdaptor/Geom2dAdaptor.cxx: treatment of offset curve is added Adaptor3d/Adaptor3d_TopolTool.cxx: minor improvement of performance for BSpline surfaces with huge number of knots Tests were modified according to new behavior of sameparameter algorithm |
Affected Issues 0027531 |
|
mod - src/Adaptor3d/Adaptor3d_TopolTool.cxx | Diff File | ||
mod - src/Approx/Approx_SameParameter.cxx | Diff File | ||
mod - src/Approx/Approx_SameParameter.hxx | Diff File | ||
rm - src/Approx/Approx_SameParameter.lxx | Diff File | ||
mod - src/Approx/FILES | Diff File | ||
mod - src/Geom2dAdaptor/Geom2dAdaptor.cxx | Diff File | ||
mod - tests/blend/simple/X4 | Diff File | ||
mod - tests/bugs/iges/bug306 | Diff File | ||
mod - tests/bugs/modalg_1/buc60905 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_10 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_11 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_13 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_15 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_18 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_20 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_23 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_24 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_25 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_26 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_27 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_28 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_3 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_30 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_5 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_8 | Diff File | ||
mod - tests/bugs/modalg_2/bug22770_9 | Diff File | ||
mod - tests/bugs/modalg_2/bug22804 | Diff File | ||
mod - tests/bugs/modalg_4/bug714 | Diff File | ||
mod - tests/bugs/modalg_5/bug25175 | Diff File | ||
mod - tests/bugs/modalg_6/bug27015 | Diff File | ||
mod - tests/bugs/modalg_7/bug29663 | Diff File | ||
mod - tests/bugs/moddata_2/bug343 | Diff File | ||
mod - tests/bugs/moddata_2/bug42 | Diff File | ||
mod - tests/bugs/xde/bug6491 | Diff File | ||
mod - tests/de/step_1/ZH1 | Diff File | ||
mod - tests/heal/data/advanced/K2 | Diff File | ||
mod - tests/heal/data/advanced/V2 | Diff File | ||
mod - tests/heal/surface_to_revolution_advanced/end | Diff File | ||
mod - tests/hlr/poly_hlr/Plate | Diff File | ||
mod - tests/mkface/after_extsurf_and_offset/B3 | Diff File | ||
mod - tests/mkface/after_extsurf_and_offset/C6 | Diff File | ||
mod - tests/mkface/after_extsurf_and_offset/C7 | Diff File | ||
mod - tests/mkface/after_extsurf_and_offset/C8 | Diff File | ||
mod - tests/mkface/after_extsurf_and_offset/C9 | Diff File | ||
mod - tests/offset/with_intersect_80/L6 | Diff File | ||
mod - tests/offset/with_intersect_80/N7 | Diff File | ||
mod - tests/sewing/tol_0_01/F1 | Diff File | ||
mod - tests/sewing/tol_0_01/F8 | Diff File | ||
mod - tests/sewing/tol_1/S5 | Diff File | ||
mod - tests/sewing/tol_100/C5 | Diff File | ||
mod - tests/sewing/tol_100/D3 | Diff File | ||
mod - tests/sewing/tol_100/I6 | Diff File | ||
mod - tests/sewing/tol_100/I9 | Diff File | ||
mod - tests/sewing/tol_100/J1 | Diff File | ||
mod - tests/sewing/tol_100/J2 | Diff File | ||
mod - tests/sewing/tol_100/J3 | Diff File | ||
mod - tests/sewing/tol_100/J5 | Diff File | ||
mod - tests/sewing/tol_100/J6 | Diff File | ||
mod - tests/sewing/tol_100/K1 | Diff File | ||
mod - tests/sewing/tol_100/K3 | Diff File | ||
mod - tests/sewing/tol_100/T8 | Diff File | ||
mod - tests/sewing/tol_100/U1 | Diff File | ||
mod - tests/sewing/tol_100/Y7 | Diff File | ||
master b30b2c13 2019-05-30 07:02:25 Committer: bugmaster Details Diff |
0028668: Point Cloud Rendering - standard selection API returns invalid values Added an argument to OpenGl_GraphicDriver::GetSharedContext() for returning only currently bound OpenGL context. SelectMgr_SelectingVolumeManager::GetMousePosition() - added getter returning mouse coordinates. |
||
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_SelectingVolumeManager.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_RectangularFrustum.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectingVolumeManager.hxx | Diff File | ||
master edc4ba21 2019-05-29 12:22:10 Committer: bugmaster Details Diff |
0030756: Visualization, TKOpenGl - capping plane does not work for ZLayer with non-zero origin OpenGl_CappingPlaneResource::updateTransform() now takes into account ZLayer origin. Fixed VT_ProcessKeyPress() passing arbitrary input to Draw::Atoi() leading to messages in console like "unclosed braces". |
Affected Issues 0030756 |
|
mod - src/OpenGl/OpenGl_CappingPlaneResource.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_CappingPlaneResource.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
add - tests/bugs/vis/bug30756 | Diff File | ||
master 0ae9ac21 2019-05-26 09:46:32 Committer: bugmaster Details Diff |
0030729: Visualization - TKOpenGl reports OpenGL 4.5 loading functions error on Intel drivers Make reported error more verbose. |
Affected Issues 0030729 |
|
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
master 9aceb23d 2019-05-25 15:59:17 Committer: bugmaster Details Diff |
0030745: Visualization, TKOpenGl - fix initialization of GLES3 context OpenGl_GraphicDriver::InitContext() now tries to initialize GLES3 context (EGL_CONTEXT_CLIENT_VERSION) and then fallback to GLES2. |
Affected Issues 0030745 |
|
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | ||
mod - src/Xw/Xw_Window.cxx | Diff File | ||
master 48ba1811 2019-05-24 08:00:35 Committer: bugmaster Details Diff |
0030702: Configuration, CMake - error for iOS build due to searching macos frameworks Look for UIKit+OpenGLES on iOS instead of AppKit+OpenGL. |
Affected Issues 0030702 |
|
mod - adm/cmake/occt_csf.cmake | Diff File | ||
mod - adm/genproj.tcl | Diff File | ||
mod - adm/qmake/OccToolkit.pri | Diff File | ||
master f6973d90 2019-05-23 19:46:58 Committer: bugmaster Details Diff |
0030738: Data Exchange - XCAFDoc_ShapeTool::updateComponent() is too long Cache subshapes list into map instead of re-iterating it multiple times within the loop. Avoid iteration at all if modified state has been already detected. XCAFDoc now returns GUIDs by const reference instead of a copy. |
Affected Issues 0030738 |
|
mod - src/XCAFDoc/XCAFDoc.cxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc.hxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_ShapeTool.cxx | Diff File | ||
master 1b827f04 2019-05-23 12:49:50
Committer: msv Details Diff |
0030731: Modeling Data - B-Spline should have explicit data check error messages Error messages have been added in throw statements. |
Affected Issues 0030731 |
|
mod - src/Geom/Geom_BSplineCurve.cxx | Diff File | ||
mod - src/Geom/Geom_BSplineSurface.cxx | Diff File | ||
mod - src/Geom/Geom_BSplineSurface_1.cxx | Diff File | ||
mod - src/Geom2d/Geom2d_BSplineCurve.cxx | Diff File | ||
master a4d594cb 2019-05-23 09:02:29 Committer: bugmaster Details Diff |
0030440: Visualization - Graphic3d_Camera::Frustum() returns wrong planes in portrait mode Graphic3d_Camera::Frustum() now handles window Aspect Ratio < 1.0. |
Affected Issues 0030440 |
|
mod - src/Graphic3d/Graphic3d_Camera.cxx | Diff File | ||
master 7783ba11 2019-05-22 12:22:54 Committer: bugmaster Details Diff |
0030727: Data Exchange - Problems in Shape Tool Add protection from return of not top-level shape by FindShape method. Add protection against located roots into FindMainShape method. Add new Draw command for FindMainShape. Add flag findInstance to Draw command FindShape |
||
mod - src/XCAFDoc/XCAFDoc_ShapeTool.cxx | Diff File | ||
mod - src/XCAFDoc/XCAFDoc_ShapeTool.hxx | Diff File | ||
mod - src/XDEDRAW/XDEDRAW_Shapes.cxx | Diff File | ||
add - tests/bugs/xde/bug30727 | Diff File | ||
mod - tests/de/iges_2/B1 | Diff File | ||
mod - tests/de/iges_2/B5 | Diff File | ||
mod - tests/de/iges_2/C7 | Diff File | ||
mod - tests/de/iges_2/F2 | Diff File | ||
mod - tests/de/iges_2/F3 | Diff File | ||
master 0ef04197 2019-05-21 16:42:15 Details Diff |
0030687: Visualization - remove redundant interfaces SelectBasics_EntityOwner and SelectBasics_SensitiveEntity SelectBasics_EntityOwner has been merged into SelectMgr_EntityOwner. Unused property SelectMgr_EntityOwner::ResetLocation() has been removed. SelectBasics package has been moved from TKService to TKV3d. SelectBasics_SensitiveEntity has been merged into Select3D_SensitiveEntity. |
Affected Issues 0030687 |
|
mod - dox/dev_guides/upgrade/upgrade.md | Diff File | ||
mod - dox/user_guides/visualization/visualization.md | Diff File | ||
mod - samples/mfc/standard/03_Viewer2d/src/StdAfx.h | Diff File | ||
mod - src/AIS/AIS_Axis.cxx | Diff File | ||
mod - src/AIS/AIS_ColoredShape.cxx | Diff File | ||
mod - src/AIS/AIS_ConnectedInteractive.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_Manipulator.cxx | Diff File | ||
mod - src/AIS/AIS_Plane.cxx | Diff File | ||
mod - src/AIS/AIS_Point.cxx | Diff File | ||
mod - src/AIS/AIS_Trihedron.cxx | Diff File | ||
mod - src/AIS/AIS_Trihedron.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_CommonSensitiveEntity.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_CommonSensitiveEntity.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_DummySensitiveEntity.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_DummySensitiveEntity.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_Mesh.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_MeshEntityOwner.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_MeshOwner.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_PrsBuilder.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_PrsBuilder.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveFace.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveFace.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveMesh.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveMesh.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitivePolyhedron.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitivePolyhedron.hxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveQuad.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveSegment.cxx | Diff File | ||
mod - src/MeshVS/MeshVS_SensitiveSegment.hxx | Diff File | ||
mod - src/Select3D/Select3D_InteriorSensitivePointSet.cxx | Diff File | ||
mod - src/Select3D/Select3D_InteriorSensitivePointSet.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveBox.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveBox.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCircle.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCircle.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCurve.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveCurve.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveEntity.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveEntity.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveFace.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveFace.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveGroup.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveGroup.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePoint.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePoint.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePoly.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePoly.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePrimitiveArray.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitivePrimitiveArray.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveSegment.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveSegment.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveSet.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveSet.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangle.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangle.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangulation.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveTriangulation.hxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveWire.cxx | Diff File | ||
mod - src/Select3D/Select3D_SensitiveWire.hxx | Diff File | ||
mod - src/SelectBasics/FILES | Diff File | ||
rm - src/SelectBasics/SelectBasics.cxx | Diff File | ||
mod - src/SelectBasics/SelectBasics.hxx | Diff File | ||
rm - src/SelectBasics/SelectBasics_EntityOwner.cxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_EntityOwner.hxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_PickResult.hxx | Diff File | ||
rm - src/SelectBasics/SelectBasics_SensitiveEntity.cxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_SensitiveEntity.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_EntityOwner.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_EntityOwner.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_IndexedDataMapOfOwnerCriterion.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_Selection.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_Selection.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SensitiveEntity.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SensitiveEntity.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SensitiveEntitySet.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SortCriterion.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_BRepOwner.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_BRepOwner.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_BRepSelectionTool.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_IndexedDataMapOfOwnerPrs.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.cxx | Diff File | ||
mod - src/TKService/PACKAGES | Diff File | ||
mod - src/TKV3d/PACKAGES | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemContext.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemEntityOwner.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemEntityOwner.hxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemPresentableObject.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemSelection.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemSensitiveEntity.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ItemSensitiveEntity.hxx | Diff File | ||
mod - tools/VInspector/VInspector_Tools.cxx | Diff File | ||
mod - tools/VInspector/VInspector_Tools.hxx | Diff File | ||
mod - tools/VInspector/VInspector_ViewModel.cxx | Diff File | ||
mod - tools/VInspector/VInspector_ViewModel.hxx | Diff File | ||
mod - tools/VInspector/VInspector_Window.cxx | Diff File | ||
mod - tools/VInspector/VInspector_Window.hxx | Diff File |