Changesets: occt

master 2fa0e902

2020-09-15 13:15:09

bugmaster

Details Diff
0030308: OCCT Qt Tutorial Sample Cannot Be Built on Linux Affected Issues
0030308
mod - samples/qt/Tutorial/Tutorial.pro Diff File

master 242af8c2

2020-09-15 12:13:10

emv


Committer: bugmaster Details Diff
0025462: BRepAlgoAPI_Fuse not work correctly for a planar face

Fixed by 0028747. Integrating test case only.
Affected Issues
0025462
add - tests/bugs/modalg_7/bug25462 Diff File

master 48cbe5f7

2020-09-15 10:05:06

kgv


Committer: bugmaster Details Diff
0031768: Foundation Classes - use usleep within OSD::MilliSecSleep() Affected Issues
0031768
mod - src/OSD/OSD.cxx Diff File
mod - src/OSD/OSD.hxx Diff File

master 8fde921f

2020-09-15 08:36:11

vro


Committer: bugmaster Details Diff
0031759: Application Framework - regression: support of old versions of OCAF document fails Affected Issues
0031759
mod - src/XmlMDF/XmlMDF.cxx Diff File

master 65da6e2e

2020-09-14 18:46:11

gka


Committer: bugmaster Details Diff
0031452: Impossible to get Backup of the attribute and status that attribute was modified before commit transaction

Method TObj_Object::HasModifications() was added to get flag that object or it's children was modified in the current open transaction
mod - src/TObj/TObj_Object.cxx Diff File
mod - src/TObj/TObj_Object.hxx Diff File
mod - src/TObjDRAW/TObjDRAW.cxx Diff File
add - tests/bugs/caf/bug31452 Diff File

master 06f68996

2020-09-14 15:51:50

jgv


Committer: bugmaster Details Diff
0031766: Modeling Algorithms - Instability on pipe bugs bug26088 test case

Correction in GeomFill_Sweep: set the flags "myExchUV", "isUReversed", "isVReversed" to FALSE (initial state) after failure of BuildKPart method.
Affected Issues
0031766
mod - src/GeomFill/GeomFill_Sweep.cxx Diff File
mod - tests/pipe/bugs/bug26088 Diff File

master 9390642d

2020-09-14 15:51:50

jgv


Committer: bugmaster Details Diff
0025495: Documentation - Enumeration Approx_ParameterizationType is not documented Affected Issues
0025495
mod - src/Approx/Approx_ParametrizationType.hxx Diff File
mod - src/Approx/Approx_Status.hxx Diff File

master 689dc3b1

2020-09-14 13:49:38

mpv


Committer: bugmaster Details Diff
0031323: OCAF, TObj - TObj_OcafObjectIterator does not go recursively to children if type argument is used

Added theAllSubChildren flag to the TObj_OcafObjectIterator to iterate all sub-children.
By default it still iterates only the first level of children.
Affected Issues
0031323
mod - src/TObj/TObj_OcafObjectIterator.cxx Diff File
mod - src/TObj/TObj_OcafObjectIterator.hxx Diff File
mod - src/TObjDRAW/TObjDRAW.cxx Diff File
add - tests/bugs/caf/bug31323 Diff File

master 9df04979

2020-09-14 11:08:26

kgv


Committer: bugmaster Details Diff
0031765: Coding Rules - eliminate GCC compiler warnings -Wcatch-value in IVtk

Catched exceptions are now passed by reference and error message is printed.
Added Standard_FALLTHROUGH to IVtkOCC_ShapePickerAlgo::SetSelectionMode().
Affected Issues
0031765
mod - src/IVtkOCC/IVtkOCC_SelectableObject.cxx Diff File
mod - src/IVtkOCC/IVtkOCC_ShapeMesher.cxx Diff File
mod - src/IVtkOCC/IVtkOCC_ShapePickerAlgo.cxx Diff File

master 6c9f3cf1

2020-09-14 10:33:32

emv


Committer: bugmaster Details Diff
0030792: Modeling Algorithms, BOP Fuse - some parts of the shape are dropped

Integrating test case for the issue.
add - tests/bugs/modalg_7/bug30792 Diff File

master 99c9a820

2020-09-13 20:17:58

jgv


Committer: bugmaster Details Diff
0031735: Modeling Algorithms - BRepOffset_MakeOffset works slowly and produces wrong result

Modify method IsPlanar of BRepOffset_MakeOffset: try to make planar all possible faces to simplify the input shape.
mod - dox/upgrade/upgrade.md Diff File
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx Diff File
mod - src/BRepOffset/BRepOffset_MakeOffset.hxx Diff File
mod - tests/bugs/modalg_2/bug21261_15 Diff File
mod - tests/bugs/modalg_2/bug5805_1 Diff File
mod - tests/bugs/modalg_2/bug5805_10 Diff File
mod - tests/bugs/modalg_2/bug5805_11 Diff File
mod - tests/bugs/modalg_2/bug5805_12 Diff File
mod - tests/bugs/modalg_2/bug5805_18 Diff File
mod - tests/bugs/modalg_2/bug5805_2 Diff File
mod - tests/bugs/modalg_2/bug5805_22 Diff File
mod - tests/bugs/modalg_2/bug5805_23 Diff File
mod - tests/bugs/modalg_2/bug5805_24 Diff File
mod - tests/bugs/modalg_5/bug25406_1 Diff File
mod - tests/bugs/modalg_5/bug25406_2 Diff File
mod - tests/bugs/modalg_7/bug28656 Diff File
add - tests/bugs/modalg_7/bug31735_1 Diff File
add - tests/bugs/modalg_7/bug31735_2 Diff File
mod - tests/offset/with_intersect_20/K3 Diff File
mod - tests/offset/with_intersect_20/K9 Diff File
mod - tests/offset/with_intersect_80/K3 Diff File
mod - tests/offset/with_intersect_80/K9 Diff File

master d64863f9

2020-09-13 18:13:49

dpasukhi


Committer: bugmaster Details Diff
0031685: Data Exchange, STEPCAFControl_Reader - NULL dereference on translating PLACED_DATUM_TARGET_FEATURE

- Fix incorrect sharing DatumTargetType_Area
- Add check for null object
Affected Issues
0031685
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx Diff File
add - tests/bugs/step/bug31685_1 Diff File
add - tests/bugs/step/bug31685_2 Diff File
add - tests/bugs/step/bug31685_3 Diff File

master 14abc514

2020-09-13 18:13:49

dpasukhi


Committer: bugmaster Details Diff
0031685: Data Exchange, STEPCAFControl_Reader - NULL dereference on translating PLACED_DATUM_TARGET_FEATURE

- Fix incorrect sharing DatumTargetType_Area
- Add check for null object
Affected Issues
0031685
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx Diff File
add - tests/bugs/step/bug31685_1 Diff File
add - tests/bugs/step/bug31685_2 Diff File
add - tests/bugs/step/bug31685_3 Diff File

master 7a3e8aad

2020-09-13 16:48:30

abv


Committer: bugmaster Details Diff
0031763: Foundation Classes - reporting of progress within parallel algorithms

Classes Message_ProgressRange and Message_ProgressScope are improved to store start point of the range.
Method Message_ProgressScope::Value() is improved to compute the value in the current scope from the actual current value of the global progress.
Description of Message_ProgressScope class is improved.

Off-topic:
- method Message_ProgressScope::Relieve() is renamed to Close() for semantic consistency
- article in Upgrade Guide is revised and corrected
Affected Issues
0031763
mod - dox/dev_guides/upgrade/upgrade.md Diff File
mod - src/Draw/Draw_ProgressIndicator.cxx Diff File
mod - src/Message/Message_ProgressIndicator.hxx Diff File
mod - src/Message/Message_ProgressRange.hxx Diff File
mod - src/Message/Message_ProgressScope.hxx Diff File
mod - src/Message/Message_ProgressSentry.hxx Diff File
mod - src/QABugs/QABugs_11.cxx Diff File

master 4661dcad

2020-09-13 10:23:00

dpasukhi


Committer: bugmaster Details Diff
0025171: Data Exchange - STEP Lexer - the strings with quote sign inside can't be properly lexed

Add a test case to verify that the .STEP is read correctly
Affected Issues
0025171
add - tests/bugs/step/bug25171 Diff File

master 3d46ce87

2020-09-13 10:12:16

dpasukhi


Committer: bugmaster Details Diff
0030014: Data Exchange - Step File import does not create shapes, after transfer roots

Add a test case to verify that the .STEP is read correctly
Affected Issues
0030014
add - tests/bugs/step/bug30014 Diff File

master ebfd071c

2020-09-13 10:05:04

dpasukhi


Committer: bugmaster Details Diff
0031191: Data Exchange - STEP import returns empty shape for a file written by SolidWorks 2018

Add a test case to verify that the .STEP is read correctly
add - tests/bugs/step/bug31191 Diff File

master c6d45ace

2020-09-13 09:43:48

dpasukhi


Committer: bugmaster Details Diff
0030539: Data Exchange - Step file can't be imported (ADT.step)

Add a test case to verify that the .STEP is read correctly
add - tests/bugs/step/bug30539 Diff File

master 87cf7029

2020-09-13 08:35:47

dpasukhi


Committer: bugmaster Details Diff
0025440: Data Exchange - STEP file with Japanese unicode symbols cannot be read

Add a test case to verify that the .STEP is read correctly
add - tests/bugs/step/bug25440 Diff File

master 0784d6e3

2020-09-11 14:37:37

abv


Committer: abv Details Diff
0030662: Documentation - update programming example in Visualization user guide

"A programming example" section has been updated to provide a working code.
Affected Issues
0030662
mod - dox/user_guides/visualization/visualization.md Diff File

master 897aeb20

2020-09-11 09:14:58

abv


Committer: abv Details Diff
0031221: Visualization - selection filter in context

- Added the new filter SelectMgr_AndOrFilter which allows to define the context filter. By default OR selection filter is used
- Added the enumeration SelectMgr_FilterType provides filter types
- To define behavior SelectMgr_AndOrFilter use SetFilterType in AIS_InteractiveContext
- Added the test
- SelectMgr_OrFilter don't store the disabled objects, it's stored in SelectMgr_AndOrFilter
Affected Issues
0031221
mod - src/AIS/AIS_InteractiveContext.cxx Diff File
mod - src/AIS/AIS_InteractiveContext.hxx Diff File
mod - src/AIS/AIS_InteractiveContext_3.cxx Diff File
mod - src/SelectMgr/FILES Diff File
add - src/SelectMgr/SelectMgr_AndOrFilter.cxx Diff File
add - src/SelectMgr/SelectMgr_AndOrFilter.hxx Diff File
add - src/SelectMgr/SelectMgr_FilterType.hxx Diff File
mod - src/SelectMgr/SelectMgr_OrFilter.cxx Diff File
mod - src/SelectMgr/SelectMgr_OrFilter.hxx Diff File
mod - src/ViewerTest/ViewerTest.cxx Diff File
add - tests/bugs/vis/bug31221 Diff File

master b95caec4

2020-09-10 18:56:08

abv


Committer: abv Details Diff
0031466: Data Exchange - Cannot import layers from STeP file (7.4.0 regression)

Return possibility to find layers fir subshapes.
Affected Issues
0031466
mod - src/XCAFDoc/XCAFDoc_LayerTool.cxx Diff File
add - tests/bugs/xde/bug31466 Diff File

master 16bb5630

2020-09-10 16:28:58

dpasukhi


Committer: bugmaster Details Diff
0031675: Data Exchange - Error opening the STEP-file

Add a check for null array object ("Elements") within StepShape_GeometricSet.cxx
mod - src/StepShape/StepShape_GeometricSet.cxx Diff File
add - tests/bugs/step/bug31675 Diff File

master ed753e10

2020-09-10 03:46:26

nds


Committer: bugmaster Details Diff
0031658: Inspector - using AIS_ViewController in View package

- View: using AIS_ViewController, AIS_ViewCube.
Affected Issues
0031658
mod - tools/DFBrowser/DFBrowser_Window.cxx Diff File
mod - tools/ShapeView/ShapeView_Window.cxx Diff File
rm - tools/View/icons/cursor_rotate.png Diff File
rm - tools/View/icons/cursor_zoom.png Diff File
add - tools/View/icons/view_cube.png Diff File
rm - tools/View/icons/view_fitarea.png Diff File
rm - tools/View/icons/view_pan.png Diff File
rm - tools/View/icons/view_rotate.png Diff File
rm - tools/View/icons/view_zoom.png Diff File
mod - tools/View/View.qrc Diff File
mod - tools/View/View_Displayer.cxx Diff File
mod - tools/View/View_Displayer.hxx Diff File
mod - tools/View/View_ToolActionType.hxx Diff File
mod - tools/View/View_ToolBar.cxx Diff File
mod - tools/View/View_ViewActionType.hxx Diff File
mod - tools/View/View_Widget.cxx Diff File
mod - tools/View/View_Widget.hxx Diff File
mod - tools/View/View_Window.cxx Diff File
mod - tools/View/View_Window.hxx Diff File
mod - tools/VInspector/VInspector_Window.cxx Diff File

master bf0114a3

2020-09-09 10:06:05

abv


Committer: abv Details Diff
0030848: Data Exchange - Problem load step file

Update .step scanner rules to read anything within the text, including nested apostrophes
mod - src/StepFile/lex.step.c Diff File
mod - src/StepFile/step.lex Diff File
add - tests/bugs/step/bug30848 Diff File
 First  Prev  1 2 3 ... 30 ... 36 37 38 39 40 41 42 ... 60 ... 90 ... 120 ... 150 ... 180 ... 210 ... 240 ... 254 255 256  Next  Last