wmayer
6b2e9d0a6d
Gui: [skip ci] remove superfluous word
2020-04-30 11:35:53 +02:00
vocx-fc
81029a2b74
Draft: add view provider for Bezier curve object
2020-04-30 09:41:41 +02:00
vocx-fc
3ba2f86034
Draft: add view provider for BSpline object
2020-04-30 09:41:41 +02:00
mlampert
b7ab89630d
Merge branch 'master' into master
2020-04-29 14:34:08 -07:00
markus
d00d402efd
Fixed ToolBit template generation and adapted TC unit test to deal with Tool and ToolBit.
2020-04-29 14:27:51 -07:00
Bernd Hahnebach
e8c6cdc75a
Draft: workaround to be able to import Draft
2020-04-29 22:46:27 +02:00
wmayer
1f298b1692
Gui: [skip ci] fix locking keyboard when showing progress bar on Linux systems
2020-04-29 19:50:13 +02:00
Yorik van Havre
141764e64f
Merged crowdin translations
2020-04-29 16:08:23 +02:00
Yorik van Havre
7003b3f747
Updated source ts files
2020-04-29 15:41:26 +02:00
wmayer
bcda5bf2ef
Mesh: [skip ci] improve cylinder fit
2020-04-29 15:31:19 +02:00
vocx-fc
90e1c26f2b
Arch: import the os module to find the paths
2020-04-29 11:45:00 +02:00
vocx-fc
8e9d6f8bae
Draft: change the icon depending on the Link array type
...
Add new icons for `App::Link` versions of polar array and circular
array.
2020-04-29 11:44:22 +02:00
vocx-fc
9432acf44e
Draft: change the icon depending on the array type
2020-04-29 11:44:22 +02:00
Yorik van Havre
70962447bc
Draft: Small bugfix in DraftGeomUtils.getNormal
2020-04-29 11:43:00 +02:00
Yorik van Havre
dda0510e48
Arch: Curtain wall
2020-04-29 11:43:00 +02:00
Yorik van Havre
1ecde67d8b
Arch: [WIP] Curtain Wall tool
2020-04-29 11:43:00 +02:00
carlopav
efd384a17b
Draft: split Shape2DView from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
d53e53dc4e
Draft: split Block from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
0cbdba0245
Draft: split Shapestring from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
511f095f5f
Draft: split makeSketch from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
f43e026da1
Draft: split Facebinder from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
1335da71ae
Draft: split WorkingPlaneProxy from Draft.py
2020-04-29 11:41:02 +02:00
carlopav
e547bc34fa
Draft: split Ellipse from Draft.py
...
.
2020-04-29 11:41:02 +02:00
carlopav
24d87ccdb3
Draft: split Point from Draft.py
...
.
2020-04-29 11:41:02 +02:00
carlopav
d711de1b4a
Draft: split clone from Draft.py
...
.
.
2020-04-29 11:41:02 +02:00
carlopav
1a04f97d8f
Draft: split wire related tools from Draft.py
...
Line Polyline BezCurve BSpline
.
.
.
2020-04-29 11:41:02 +02:00
carlopav
76e97c7062
Draft: split Polygon from Draft.py
...
.
.
.
.
2020-04-29 11:41:02 +02:00
carlopav
7b18ae746f
Draft: split rectangle code from Draft.py
...
.
.
2020-04-29 11:41:02 +02:00
carlopav
52436ecb49
Draft: split circle from Draft.py
...
.
.
2020-04-29 11:41:02 +02:00
carlopav
f6cc26e263
Draft: compatible super for AngularDimension object
2020-04-29 11:41:02 +02:00
carlopav
0f3e0b0d0d
Draft: parent classes of all Draft objects
...
Add DraftObject and ViewProviderDraft to serve as
the parent classes of all Draft objects
and all Draft view providers.
Inside `Draft.py` we need to import
`_DraftObject` from `draftobjects.base`;
and `_ViewProviderDraft`, `_ViewProviderDraftAlt`,
and `_ViewProviderDraftPart` from `draftviewproviders.view_base`.
.
.
.
.
2020-04-29 11:41:02 +02:00
wmayer
2b2391fab2
Gui: [skip ci] print warning if Assign button cannot be activated
2020-04-28 21:43:06 +02:00
wmayer
011cc3f17f
Gui: [skip ci] when clearing ambiguous shortcut also remove the entry from the user parameters
2020-04-28 19:55:04 +02:00
Christian Cornelssen
6d05e156fc
Workaround for messy SHIBOKEN_MICRO_VERSION definition.
...
I recently upgraded to `shiboken2-5.14.2.1`, and this broke preprocessing of
`src/Gui/WidgetFactory.cpp` because `SHIBOKEN_MICRO_VERSION` is now defined as
`2.1` (WTF?!), making it a floating-point literal which the preprocessor does
not like. It is only used for version comparison with `5.12.0`, so replacing
`SHIBOKEN_MICRO_VERSION` with `0` should be OK.
2020-04-28 18:50:13 +02:00
wmayer
0d4a29aa0c
Gui: [skip ci] avoid to override the format settings of the quantity after validating the input text
2020-04-28 18:43:50 +02:00
sliptonic
b678080541
Merge pull request #3393 from Schildkroet/toolbit-gui
...
[Path] Toolbit GUI Improvements
2020-04-28 11:41:30 -05:00
wmayer
ec7ea875a1
Gui: [skip ci] fix size hint of QuantitySpinBox by setting text margins of 2px
...
See https://forum.freecadweb.org/viewtopic.php?f=3&t=45344
2020-04-28 16:53:52 +02:00
Patrick Felixberger
d44beb2eb4
Removed some printf
2020-04-28 16:11:28 +02:00
wandererfan
60adfc863f
[TD]Handle ProjGroup in TaskCosmeticVertex
2020-04-28 09:11:28 -04:00
wandererfan
a584afcd91
[TD]Coordinate inversion for CosmeticVertex
2020-04-28 09:11:28 -04:00
Abdullah Tahiri
63b73f91fd
Sketcher: Default solver information font size to system
2020-04-28 14:53:28 +02:00
Abdullah Tahiri
df9c158837
Remove hard-coded font families
2020-04-28 14:53:28 +02:00
Eric Trombly
3c046fab71
change intra-operation travels back to clearance height, then rapid to safe height
2020-04-27 20:31:36 -05:00
wmayer
eed2a62884
Mesh: [skip ci] fix computation of standard deviation
2020-04-27 17:41:38 +02:00
Yorik van Havre
2edce96342
Arch: Fixed copy-paste leftover
2020-04-27 14:31:22 +02:00
wmayer
70a51373a3
App: [skip ci] handle types long and unsigned long in PropertyFloat::setPathValue()
2020-04-27 12:44:54 +02:00
Syres916
24fabf5205
[Arch] Fix regression in ArchProject.py...
...
...from 3a8a25d07d (diff-da1821ac61ef30c74c28b89cd2620b38) which caused error on IFC import.
2020-04-27 11:42:43 +02:00
triplus
4fe8215d0f
Support for grouped dragging of dockwidgets
...
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=9&t=45697
2020-04-27 11:42:01 +02:00
Marcus Ding
6e18f7ec6e
Add AxisReference property to Draft Array
2020-04-27 11:34:16 +02:00
Przemo Firszt
3ccd7c56a0
[fedora.spec] Replace qt5-devel metapackage with direct package names
...
Metapackages are not supported on rawhide, so it ws breaking COPR
builds.
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2020-04-27 11:30:13 +02:00