luzpaz
005a5d8cd7
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
b90fefa1ca
Refined code formatting for uniformity
2021-10-30 15:20:28 -04:00
luzpaz
fa7ea019f8
Add requested revision by @chennes
...
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2021-10-30 15:20:28 -04:00
luz paz
8aab47fb06
Draft: Fix superfluous whitespace in translations + misc. typos
2021-10-30 15:20:28 -04:00
wmayer
42174a7b13
Part: in ViewProviderSpline use the ViewProviderSplineExtension to avoid code duplication
2021-10-30 17:57:52 +02:00
wmayer
4d7f2ef6e5
Part: [skip ci] include PartGlobal.h in ViewProviderExt.h
2021-10-30 17:57:11 +02:00
wmayer
91aa308cba
Part: [skip ci] add PartGlobal.h with export/import macros
2021-10-30 17:29:11 +02:00
wmayer
0672b879c6
dist-git: make script working again for Py3 and Linux
2021-10-30 14:50:00 +02:00
Uwe
188b138545
Merge branch 'master' into PDEdit
2021-10-30 00:30:14 +02:00
wmayer
5583a42c07
Unit test: [skip ci] gimbal lock
2021-10-29 20:02:09 +02:00
0penBrain
ffa6b3ce5e
[PartDesign] Remove useless function overriding
...
Double-click is already handled by PartDesign::ViewProvider::doubleClicked()
Overridings in Loft & Pipe brings no specific behavior
By removing overridings, behavioral consistency is improved both in ...
... undo commands & body activation management when PartDesign items ...
... are double-clicked
2021-10-29 17:30:06 +02:00
wmayer
8f08fea670
Gui: add class RotationHelper to reduce code duplication of PropertyRotationItem and PropertyPlacementItem
2021-10-29 15:59:55 +02:00
wmayer
2e5b29d180
Gui: implement editor for PropertyRotation
2021-10-29 12:41:03 +02:00
wmayer
c74d2b8dd5
App: add class PropertyRotation
2021-10-29 12:40:32 +02:00
wmayer
b3bdf5967b
Sketcher: [skip ci] handle coincident points when trying to create arc/circle
2021-10-28 17:03:11 +02:00
Bernd Hahnebach
67a7f038bf
Arch: import IFC, Materials, make merge materials working on duplicate label setting
2021-10-28 16:02:06 +02:00
Bernd Hahnebach
b679c15164
Arch: import IFC, Material, small improvement, no changes
2021-10-28 15:45:15 +02:00
Bernd Hahnebach
5be99d7469
Arch: import IFC, Materials, small code improvements, no changes
2021-10-28 15:43:35 +02:00
Bernd Hahnebach
5f8422e7ea
Arch: import IFC, use doc identifier instead of FreeCAD.ActiveDocument
2021-10-28 09:49:51 +02:00
Bernd Hahnebach
636be32ec0
Arch: IFC export and import, some code formating (only very clearly ones)
2021-10-27 23:10:01 +02:00
wmayer
c3f10e8e62
Base: [skip ci] C++11: modernize use nullptr (replaces NULL or 0)
2021-10-27 19:26:26 +02:00
wmayer
b803d987b9
Base: [skip ci] handle gimbal lock when computing Euler angles
2021-10-27 17:02:07 +02:00
wmayer
16c08ec96f
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
e424faa131
Base: harmonize Python API of Rotation class
2021-10-27 10:40:35 +02:00
Bernd Hahnebach
6d6559e99c
Arch: import IFC, replace project, comment debug print
2021-10-27 08:17:48 +02:00
Roy-043
37e58de64f
Std: Fix URLs in CommandStd.cpp
...
Updated all URLs to the new freecad.org domain.
2021-10-27 08:08:39 +02:00
wmayer
497c1895e8
Base: [skip ci] expose Rotation.fromEuler() to Python
2021-10-27 00:34:36 +02:00
luz paz
e780af1184
Arch: add missing paranthesis to strings
...
Found while approving translations in crowdin
2021-10-26 22:24:38 +02:00
Bernd Hahnebach
c581a5b3dc
Arch: import IFC, fix import if replace project and only one building or one storey
2021-10-26 22:18:37 +02:00
wmayer
3c825565eb
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
f275893f5f
Spreadsheet: [skip ci] update translation
2021-10-26 17:40:48 +02:00
wmayer
82d147b0a3
Spreadsheet: [skip ci] add sub-menu text for translation
2021-10-26 17:40:21 +02:00
wmayer
3f6986c881
Base: implement a way to test translator for testing purposes
2021-10-26 16:58:42 +02:00
Bernd Hahnebach
6ac93003ee
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
8c3c9d4a1c
Arch: import IFC, fix new preference for not importing Layer
2021-10-26 14:02:58 +02:00
Bernd Hahnebach
5bb0ffe0e4
Arch: import IFC, add preference to not import Layer
2021-10-26 13:52:50 +02:00
wmayer
c6db46f359
Gui: [skip ci] fix minor memory leak
2021-10-26 13:31:55 +02:00
Bernd Hahnebach
433929490e
Arch: import IFC, some comments
2021-10-26 12:36:37 +02:00
Bernd Hahnebach
bddce5f082
Arch: import IFC, materials, improve code but no changes on what is done
2021-10-26 12:25:51 +02:00
Bernd Hahnebach
cf64ff763e
Arch: import IFC, fix merge material preference import
2021-10-26 11:24:12 +02:00
wmayer
4e246ada88
Gui: add support of OpenSCAD navigation style
2021-10-26 00:21:31 +02:00
Chris Hennes
104e081b58
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
0b7018ce64
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
3262b13751
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
1abef63f56
Gui: add search box to text editor
2021-10-25 13:29:42 +02:00
donovaly
1940b5d7a3
[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
87169c8119
Mesh: embed Evaluation dialog into a scroll area
2021-10-24 21:36:44 +02:00
wmayer
fc2e842aca
Base: [skip ci] Modify GetASCII to include empty strings
2021-10-23 22:56:45 +02:00
wmayer
505e8564b2
Mesh: Mesh.createBox() now accepts a bounding box as argument
2021-10-23 18:58:43 +02:00
luz paz
56aeb07202
Sketcher: fix typos in Constraint Widget
...
- Follow-up to 5b745514e0f
- Sketcher: fix relevant typos
- Re-Add mistakenly deleted files
- fix build
2021-10-23 18:37:33 +02:00