Bernd Hahnebach
5f82ec99fc
Arch: IFC export and import, some code formating (only very clearly ones)
2021-10-27 23:10:01 +02:00
wmayer
cd8ce95f53
Base: [skip ci] C++11: modernize use nullptr (replaces NULL or 0)
2021-10-27 19:26:26 +02:00
wmayer
b159144e13
Base: [skip ci] handle gimbal lock when computing Euler angles
2021-10-27 17:02:07 +02:00
wmayer
cd91c73382
Base: [skip ci] in Rotation class allow to set angle in radian
...
App.Rotation(axis, angle) still defines the angle in degree
App.Rotation(axis, Degree=angle) does the same as above
App.Rotation(axis, Radian=angle) defines the angle in radian
2021-10-27 10:59:34 +02:00
wmayer
4c886771d1
Base: harmonize Python API of Rotation class
2021-10-27 10:40:35 +02:00
Bernd Hahnebach
082989ac86
Arch: import IFC, replace project, comment debug print
2021-10-27 08:17:48 +02:00
Roy-043
7d21029ff5
Std: Fix URLs in CommandStd.cpp
...
Updated all URLs to the new freecad.org domain.
2021-10-27 08:08:39 +02:00
wmayer
951a0be9c7
Base: [skip ci] expose Rotation.fromEuler() to Python
2021-10-27 00:34:36 +02:00
luz paz
4c754f7af7
Arch: add missing paranthesis to strings
...
Found while approving translations in crowdin
2021-10-26 22:24:38 +02:00
Bernd Hahnebach
f9da862dcc
Arch: import IFC, fix import if replace project and only one building or one storey
2021-10-26 22:18:37 +02:00
wmayer
8aa340b9e7
Gui: [skip ci] fix regression not to allow to have selected several objects when opening the placement dialog
2021-10-26 21:55:15 +02:00
wmayer
b60ed6140f
Spreadsheet: [skip ci] update translation
2021-10-26 17:40:48 +02:00
wmayer
c2fdeae7aa
Spreadsheet: [skip ci] add sub-menu text for translation
2021-10-26 17:40:21 +02:00
wmayer
4061c047a0
Base: implement a way to test translator for testing purposes
2021-10-26 16:58:42 +02:00
Bernd Hahnebach
8f9ea8701d
Arch: import IFC, Layers, do not overwrite the imported object color and line color with the default layer values
2021-10-26 16:42:07 +02:00
Bernd Hahnebach
ea355833fd
Arch: import IFC, fix new preference for not importing Layer
2021-10-26 14:02:58 +02:00
Bernd Hahnebach
fc14f67bf6
Arch: import IFC, add preference to not import Layer
2021-10-26 13:52:50 +02:00
wmayer
e702c5d234
Gui: [skip ci] fix minor memory leak
2021-10-26 13:31:55 +02:00
Bernd Hahnebach
0685afec7f
Arch: import IFC, some comments
2021-10-26 12:36:37 +02:00
Bernd Hahnebach
326157cae8
Arch: import IFC, materials, improve code but no changes on what is done
2021-10-26 12:25:51 +02:00
Bernd Hahnebach
55851e93eb
Arch: import IFC, fix merge material preference import
2021-10-26 11:24:12 +02:00
wmayer
a1c9ab658c
Gui: add support of OpenSCAD navigation style
2021-10-26 00:21:31 +02:00
Chris Hennes
13ebb12bef
Merge pull request #4133 from donovaly/Gui-ChildSelection
...
[GUI] fix tree object context menu issues
2021-10-25 08:28:13 -05:00
Yorik van Havre
13cd1c23ec
Merge pull request #5119 from Roy-043/Draft-Fix-Draft_SelectPlane-ignores-nesting
...
Draft: Fix Draft_SelectPlane ignores nesting
2021-10-25 14:16:44 +02:00
Yorik van Havre
5fcd97b1c6
Merge pull request #5124 from Roy-043/Draft-Fix-snap-cycling-if-length-has-focus
...
Draft: Fix snap cycling if length input has focus
2021-10-25 14:15:13 +02:00
wmayer
f3ca27e18e
Gui: add search box to text editor
2021-10-25 13:29:42 +02:00
donovaly
67e8fd0b6a
[GUI] fix tree object context menu issues
...
- fix bug that you can select several objects across different document to make them a group
- fix bug that when more than one object is selected you get a context menu to rename, despite it is unclear what object should be renamed
- add feature to select also the child objects of the selection
The latter was also requested long time ago: https://tracker.freecadweb.org/view.php?id=2397
2021-10-25 11:14:53 +02:00
wmayer
ca6d49d080
Mesh: embed Evaluation dialog into a scroll area
2021-10-24 21:36:44 +02:00
wmayer
9f2dd4a363
Base: [skip ci] Modify GetASCII to include empty strings
2021-10-23 22:56:45 +02:00
wmayer
2808c4bc9c
Mesh: Mesh.createBox() now accepts a bounding box as argument
2021-10-23 18:58:43 +02:00
luz paz
044929342a
Sketcher: fix typos in Constraint Widget
...
- Follow-up to 2f789e6ce7
- Sketcher: fix relevant typos
- Re-Add mistakenly deleted files
- fix build
2021-10-23 18:37:33 +02:00
wmayer
398381c16e
Part: for vertex, edge, wire use BRepExtrema_DistShapeShape to check whether point is inside
2021-10-23 16:39:28 +02:00
wmayer
65923bfdbf
Gui: add virtual methods undoActions()/redoActions() to MDIView to simplify code in UndoDialog/RedoDialog
2021-10-23 15:15:09 +02:00
Chris Hennes
123906034c
Merge pull request #5122 from Roy-043/Draft-Fix-Draft_Edit-sketch-issue
...
Draft: Fix Draft_Edit sketch issue
2021-10-22 14:59:10 -05:00
Chris Hennes
aed8c5f4fd
Merge pull request #5118 from easyw/master
...
stpZ Import: deleting temp file (result of a previous export)
2021-10-22 13:25:03 -05:00
wmayer
87ad1c0dde
PD: [skip ci] when creating a datum object allow user to create a body if needed
2021-10-22 20:23:16 +02:00
Roy-043
3cb0f20b5a
Update DraftGui.py
...
The Y and Z inputs also require the event filter.
2021-10-22 20:04:06 +02:00
wmayer
45c3cee264
PD: open transaction when calling item of context-menu of sketch based features
2021-10-22 20:01:43 +02:00
Roy-043
d9d8761722
Draft: Fix snap cycling if length input has focus
2021-10-22 19:47:23 +02:00
wmayer
d39233313b
PD: [skip ci] code cleanup
2021-10-22 19:06:57 +02:00
wmayer
3924d41073
Part: do not open a second transaction when there is already a pending transaction
2021-10-22 18:49:49 +02:00
wmayer
e3ebe4bc9f
Mesh: add basic support of 3MF file format
2021-10-22 17:11:16 +02:00
Chris Hennes
c2502b09db
Merge pull request #5123 from coldtobi/surface_fix_geticon
...
Surface: Fixes Surface_ExtendFace icon resource name
2021-10-22 08:37:17 -05:00
wmayer
aa19f8b05f
Part: adjust orientation of refined face to input faces
2021-10-22 14:11:00 +02:00
Tobias Frost
a156245704
Fixes SurfaceExtend icon not being found.
...
Before this patch, ViewProviderExtend::getIcon() returned "Surface_Extend",
which does not exist; The icon file is "Surface_ExtendFace".
2021-10-22 09:44:55 +02:00
easyw
a999273954
Merge branch 'master' into master
2021-10-22 09:37:22 +02:00
wmayer
a5411da5b9
Gui: code-refactoring of document recovery handling to reduce code duplication
2021-10-21 21:45:52 +02:00
Roy-043
954481bc2b
Draft: Fix Draft_Edit sketch issue
...
Draft_Edit did not work on wall sketch after reopening file
2021-10-21 21:40:55 +02:00
wmayer
ee311b0835
Surface: [skip ci] only try to build surface if at least two boundary curves are used
2021-10-21 18:23:03 +02:00
wmayer
796efc4c6b
Sketcher: fix segmentation fault when using sketch validation dialog after document has been closed
...
Therefore replace the raw pointer of SketchObject with the template class WeakPtrT. This class will be notified as soon as its handled object will be deleted.
2021-10-21 16:22:11 +02:00