Bernd Hahnebach
7f6dde209f
FEM: z88 icon, replace with svg
2020-03-20 15:42:24 +01:00
Zheng, Lei
5eb298ddcd
PartDesign: fix SubShapeBinder solids fuse
2020-03-20 15:02:20 +01:00
Zheng, Lei
3366a245f5
PartDesign: improve SubShapeBinder make command
2020-03-20 15:02:20 +01:00
Zheng, Lei
b3835cd69d
PartDesign: remove SubShapeBinder.Support hidden status
...
Change Immutable status to ReadOnly, which makes it easy to set value
in script, but still block editing in property view by default. This is
to discourage user editing support using property editor, because
SubShapeBinder requires relative link correction.
2020-03-20 15:02:20 +01:00
Zheng, Lei
179a2c2547
PartDesign: improve SubShapeBinder property documentation
2020-03-20 15:02:20 +01:00
Zheng, Lei
d949447f89
PartDesign: change SubShapeBinder claim children behavior
2020-03-20 15:02:20 +01:00
Zheng, Lei
4a26bd0b2f
PartDesign: disable SupportTransform on legacy dressup feature
...
Because in order to SupportTransform, dressup must calculate its
AddSubShape, which is empty for existing legacy dressup feature.
2020-03-20 14:50:59 +01:00
Zheng, Lei
974267bc6e
PartDesign: fix dressup AddSubShape transformation
...
AddSubShape must not have local transformation.
2020-03-20 14:50:59 +01:00
wandererfan
dd794a9e34
[TD]update balloon test case for OriginIsSet
2020-03-20 08:56:07 -04:00
wmayer
544bb22221
Gui: [skip ci] fix bug in Placement dialog when leaving with Esc
2020-03-20 13:34:48 +01:00
wandererfan
080c658ab1
[TD]avoid crash on cancel of section edit
2020-03-20 07:28:33 -04:00
wandererfan
072b6f11b1
[TD]make geom hatch lines on property change
2020-03-20 07:28:33 -04:00
wandererfan
3c0d9d3d98
[TD]add separate property for geom hatch
2020-03-20 07:28:33 -04:00
wandererfan
7a9a87fa6c
[TD]common preference getters for hatches
2020-03-20 07:28:33 -04:00
vocx-fc
69af481235
Draft: update unit test for gui_snapper
2020-03-20 08:11:04 -03:00
vocx-fc
699624fd26
Draft: move DraftSnap to another module
...
And do not load the `Snapper` in `DraftGui`.
The Snapper should be initialized by the module
that imports `DraftGui`, most probably `DraftTools`
or even by the `InitGui` of the workbench.
2020-03-20 08:11:04 -03:00
vocx-fc
d80ee4a820
Draft: properly import the Snapper class
...
Avoid star imports, and prepend the module name,
`DraftSnap.Snapper()`.
2020-03-20 08:11:04 -03:00
vocx-fc
f1a3e14226
Draft: move snap commands to an individual module
...
This way we remove lines from `DraftTools.py`
and we can more easily identify where the snapping
commands are defined.
2020-03-20 08:11:04 -03:00
0penBrain
71d4eedf0a
[Sketcher] Remove 'Hexagonal profile' menu ; fixes #4290
...
Menu creation has been removed (commented) but all other profile feature are kept
for compatibility.
2020-03-20 12:10:35 +01:00
wmayer
bce7e55e19
Gui: [skip ci] fix tab ordering in document settings page
2020-03-20 11:55:03 +01:00
M G Berberich
8e118a9e33
Gui: [skip ci] added thumbnail size to UI
...
Added a spinbox for the thumbnail-size to the document preference.
2020-03-20 11:15:05 +01:00
wmayer
c314a98a01
Gui: [skip ci] fix regression in tab order caused by 1b957e581
2020-03-20 10:38:07 +01:00
Bernd Hahnebach
5b644edea2
FEM: sort equation commands
2020-03-19 21:23:33 +01:00
wmayer
1fc309bb58
Gui: [skip ci] simplify Application::setStyleSheet and directly check if the passed file name exists
2020-03-19 19:37:49 +01:00
vocx-fc
111777fa0a
TechDraw: use only plural instead of Line(s)
2020-03-19 12:12:17 -04:00
donovaly
1b957e5811
[GUI] some preferences cleanup
...
as requested and discussed in https://forum.freecadweb.org/viewtopic.php?f=27&t=43984#p376950
and following
2020-03-19 16:57:37 +01:00
0penBrain
8bfc0221b3
Extend sketch grid boundaries by 1/2 step so it displays without border
2020-03-19 12:37:34 -03:00
UR-0
bb1c5cde7f
DRAFT: import DXF version R12 minimalistic file with legacy importer
2020-03-19 12:21:39 -03:00
vocx-fc
c629bf2fad
Draft, Arch: coding conventions for the workbench
2020-03-19 12:20:03 -03:00
wmayer
be1fd42554
Gui: [skip ci] make it configurable to set size of thumbnails
2020-03-19 16:16:17 +01:00
vocx-fc
9eeceb4f28
Draft: improve the README files with links
2020-03-19 12:11:16 -03:00
vocx-fc
054ce9a540
Draft: recompute before using radial dimension in the unit test
...
This solves a small bug in the radial dimension
unit test introduced in 81c2896928 , where a circle shape
is used before it is recomputed.
```
drafttests/test_creation.DraftCreation.test_dimension_radial
```
2020-03-19 12:10:56 -03:00
wmayer
d496e714c9
Gui: move handing of style sheets to Application::setStyleSheet to avoid code duplication
2020-03-19 15:57:20 +01:00
donovaly
f4b79637f3
TaskCenterLine.h: correct line endings
2020-03-19 09:33:31 -04:00
donovaly
f9c9d1ee14
[TD] cleanup and fixes for Centerlines
...
- merge the flip Ends option to the main dialog
- use a QuantitySpinBox with angular unit for the angle
- store the state of the flipping correctly
- cleanup UI of dialog to avoid vertical whitespace
2020-03-19 09:33:31 -04:00
donovaly
e98a214463
[TD] fix LeaderLine dialog
...
- remove unnecessary layouts and avoid vertical whitespace
2020-03-19 09:29:40 -04:00
donovaly
bfe542fd67
[TD] use enum for line style
...
see https://forum.freecadweb.org/viewtopic.php?f=10&t=44268#p377798
2020-03-19 09:28:39 -04:00
donovaly
45ee763af2
DrawViewBalloon.cpp: add missing renaming routine
2020-03-19 09:26:50 -04:00
donovaly
d8fda751d0
[TD] use uniform naming for balloon outline
...
- in the prefs we call the outline "shape" and this describes it better than "symbol" (it is the shape of the bubble). The line end, however, has a symbol so "Shape" makes clear that is is something different.
2020-03-19 09:26:50 -04:00
triplus
af5e7abe46
Use relative path to stylesheet fix #4130
2020-03-19 14:25:03 +01:00
wmayer
1fcab29e98
MeshGui: workaround for bug in Coin3d
2020-03-19 14:17:52 +01:00
wmayer
06f479622c
Sketcher: modify PR 3201 a bit
...
+ remove unneeded class members from EditData class
+ do not include ui-header from within header files
+ fix possible memory leak in EditDatumDialog
+ when canceling dialog make sure sketch will be updated
2020-03-19 13:45:52 +01:00
0penBrain
2d9c2c6440
[Sketcher] Constraint driving/driven status integration in dimension edition dialog
...
This integrates the ability to manage dimensional constraint driving/driven status
in the constraint edition dialog box.
It adds a checkbox in the dialog to show/select whether a constraint is driving or
driven. When the constraint value is modified, it is automatically set as driving.
Main focus is to allow to edit name (alias) of reference (driven) constraints
directly in the constraint edition box.
Resolves #3793 , #3978
2020-03-19 13:45:52 +01:00
wandererfan
197c0f799c
[TD]improve selection filtering for ArchSection
2020-03-19 08:00:53 -04:00
wandererfan
55da881bc9
[TD]improve selection filtering for DraftView
2020-03-19 08:00:53 -04:00
donovaly
d3156f10f9
[Part] color dialog cleanup
...
- remove redundant words
- add missing tooltip
2020-03-19 10:59:32 +01:00
sliptonic
0ae842586e
Merge pull request #3192 from Schildkroet/4th-axis-improve
...
[Path] 4th axis improve
2020-03-18 23:48:22 -05:00
sliptonic
1bb7b6bd6f
Merge pull request #2849 from Russ4262/3DSurface-FaceSelect
...
[Path] 3D-Surface: Add select face(s) feature to Drop Cutter algorithm
2020-03-18 23:16:03 -05:00
Bernd Hahnebach
de0e5fac2c
FEM: solver z88, add icon and make use of it
2020-03-19 00:16:55 +01:00
Bernd Hahnebach
22ae198e38
FEM: mesh groups, add icon and make use of it, thanks to bitacovir
2020-03-19 00:16:50 +01:00