donovaly
cc27647eff
DlgSettings3DView: more rearrangement
...
- also improve wording
both on request:
https://forum.freecadweb.org/viewtopic.php?f=17&t=43984&p=375040#p375040
2020-03-15 11:10:39 +01:00
donovaly
bb320b6c11
preferences 3D view dialog beautification
...
- rearrange items to grid view
- add missing SetEnabled slot
- also add some tooltips for the color settings dialog
2020-03-15 11:10:39 +01:00
Zheng, Lei
570dd6cf5a
App: change Link array behavior
...
Do not behave as group when Link array is collapsed (i.e. ShowElement
is false)
2020-03-15 10:57:19 +01:00
Bernd Hahnebach
9650d94221
FEM: gmsh vp, hide post pipeline too
2020-03-14 21:51:43 +01:00
Bernd Hahnebach
5214c81ed4
FEM: some modules, better document handling
2020-03-14 21:45:24 +01:00
Bernd Hahnebach
9d76f458a8
FEM: fem mesh 2 mesh, fix example code
2020-03-14 21:45:18 +01:00
Bernd Hahnebach
1c822dcf6e
FEM: solver frame work, get rid of Active Document code
2020-03-14 21:45:11 +01:00
Bernd Hahnebach
4df9ddc48e
FEM: solver base writer, add document as attribut
2020-03-14 21:45:01 +01:00
Bernd Hahnebach
b4727622a9
FEM: ccx tools, better document handling
2020-03-14 21:44:55 +01:00
Bernd Hahnebach
af25ac9612
FEM: ccx unit tests, fix create result method
2020-03-14 21:44:49 +01:00
Bernd Hahnebach
817eb41aef
FEM: extend coding conventions
2020-03-14 21:44:40 +01:00
Russell Johnson
8e9d704556
4th-axis fixes and improvements
...
Fix rotational orientation of pockets. Need to apply same fix to ProfileFaces.
Fix final depth issue based upon error in rotational orientation fixed here.
Add property, `LimitDepthToFace` to facilitate easier pockets and face profiling on rotational-enabled operations.
Hide rotational support properties when operations do not use rotation.
Remove unnecessary property, `B_AxisErrorOverride`, and delete dead code that used it.
2020-03-14 11:36:21 -05:00
wmayer
cbee07d53a
PartDesign: fix issues of PR #3108
...
* in the undo/redo list use an object's label and not the internal name
* check by the transaction ID instead of name to open a transaction to make the workbenches independent of implementation details of the core system
* when rejecting a task do not call undo() because this is not the same as aborting a pending transaction
* this also fixes the warning: <App> Document.cpp(1182): Cannot commit transaction while transacting
2020-03-14 14:51:45 +01:00
Zheng, Lei
e9bbae0a89
PartDesign: fix task dressup/transformed creation cancel
2020-03-14 14:51:45 +01:00
wmayer
4427be61e8
Gui: move disabling of auto transactions before the call of showing a task dialog
...
This is needed because a task dialog's open() function still fails to open a transaction when it checks for a pending transaction and auto
transaction is still enabled.
2020-03-14 14:51:45 +01:00
Zheng, Lei
2680ab00b4
Gui: disable auto transaction on showing task dialog
...
Fixes #0004265
2020-03-14 14:51:45 +01:00
donovaly
f344791939
add icons for line style
...
- also break a too long tooltip
2020-03-14 08:05:47 -04:00
donovaly
74b6249b28
add missing tooltips
...
- also some wording improvements
2020-03-14 08:05:47 -04:00
donovaly
4cdf567023
[TD] add missing signal/slot for decimals
...
- also update some tooltips
2020-03-14 08:05:47 -04:00
Tobias Ellinghaus
ccabe852b3
TD: Fix decimal separator of dimensions
...
When the system separator isn't '.' we want to make sure to use it.
2020-03-14 08:04:49 -04:00
Daniel Wood
b1d9d9f98d
[Path] - Use PathUtil to check if op is active.
...
Just a bit of house keeping.
2020-03-14 10:56:29 +00:00
Daniel Wood
d364eaead6
[Path] - Handle Post Processing Operations with Dressups
2020-03-14 10:49:23 +00:00
mwganson
938dd27cae
[Spreadsheet] fix tooltip to show newline instead of \n characters
2020-03-13 15:40:30 +01:00
mwganson
f6f80256c8
[Spreadsheet] add tooltip for alias line edit. Also, per user request, make it so when creating a new spreadsheet it is open for viewing/editing
2020-03-13 15:40:30 +01:00
mwganson
e2e0018df6
[Spreadsheet] fix minor bug where failure to set alias message appears erroneously. Fixes #4287
2020-03-13 15:40:30 +01:00
donovaly
9f106983c6
[TD] wording fixes and improvement for HLR prefs
2020-03-13 09:05:40 -04:00
Tobias Ellinghaus
cfc04404b6
Fix label of angular dimensions
...
According to ISO 129-1 labels of angular dimensions may never be upside
down (that is also true for other labels but not relevant for this
commit).
2020-03-13 09:02:37 -04:00
donovaly
cc0ae914c6
improve another tooltip as discussed:
...
https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:43 -04:00
donovaly
391cd78afe
some more wording
2020-03-13 09:01:43 -04:00
donovaly
4fe75ceb01
another improvement
2020-03-13 09:01:43 -04:00
donovaly
6d85cb908c
[TD] wording fixes and improvement for advanced prefs
2020-03-13 09:01:43 -04:00
donovaly
36406ec937
better UI names for arrow ends,
...
see https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:06 -04:00
donovaly
23bf029d66
[TD] fix arrow end None for dimensions
...
This was not merged from my PR to PR #3153
- also uniform the combobox appearance in the preferences
2020-03-13 09:01:06 -04:00
wandererfan
99a9964231
[TD]support App::Link in View Source
2020-03-13 09:00:14 -04:00
Bernd Hahnebach
2e4ee3e706
FEM: examples, some code improvements
2020-03-13 09:19:27 +01:00
Bernd Hahnebach
b3d75d977e
FEM: extend code conventions
2020-03-13 09:19:20 +01:00
Bernd Hahnebach
96bd3c58e9
FEM: typo
2020-03-13 06:52:22 +01:00
mwganson
2609ec5441
[Spreadsheet] fix bug where duplicate / bad aliases were being allowed.
2020-03-12 15:47:54 +01:00
mwganson
54549d0931
[Spreadsheet] add alias line edit next to contents line edit -- add back in some inadvertently removed code
2020-03-12 15:47:54 +01:00
mwganson
77114fa942
[Spreadsheet] add alias line edit next to contents line edit
2020-03-12 15:47:54 +01:00
Yorik van Havre
81e6454c61
Arch: Fixed regression in layers
2020-03-12 11:33:07 -03:00
triplus
946fd7352b
Draft - enable toggle grid command in edit mode
...
Some people would like to have more control over draft grid visibility while in Sketcher edit mode. Hence this PR enables the usage of Draft ToggleGrid command in Sketcher edit mode.
Forum discussion:
https://forum.freecadweb.org/viewtopic.php?f=34&t=43265&start=20#p374747
2020-03-12 09:26:48 -03:00
danreb25
621c30db50
getColors BUG correction
...
correction proposed as explained in the forum topic https://forum.freecadweb.org/viewtopic.php?f=3&t=42191
2020-03-12 09:25:05 -03:00
vocx-fc
81d7267e72
Draft: add new viewprovider icon for radius dimension
...
If it is a linear dimension show the older icon;
if it is a radius or diameter dimension show a new icon.
These three modes use the same Proxy class
and the same viewprovider class. Depending on the linked geometry
one icon or the other will be shown.
2020-03-12 09:12:11 -03:00
vocx-fc
dce7f63c02
Draft: add new viewprovider icons for specific objects
...
When there are many Draft objects in the tree view
the icon can be used to tell different objects apart quickly.
One icon is used for objects that are "straight lines",
whose Proxy is of type `Line`, `Wire` or `Polyline`; another icon
for "regular geometrical" shapes of type `Rectangle` or `Polygon`;
and another icon for "curved" objects of type `Circle`,
`Ellipse`, `BSpline`, `BezCurve`, or `Fillet`.
Other objects use the older default icon.
2020-03-12 09:12:11 -03:00
carlopav
8f2cd4526e
[Draft] Remove AddPoint and DelPoint commands from UI
...
[Draft] Edit: Remove Bezcurve interface from Edit Ui
[Draft] Edit: cleanup
small improvement to tooltip
2020-03-12 09:11:34 -03:00
carlopav
6d2c8b5df3
[Draft] Uniform length and xyz inputfield behaviour
...
Single returnPressed to accept point if cursor is parallel to xyz axis for bot setfocus on x and on length inputfields.
[Draft] Edit_updated tooltip
[Draft] DraftGui Further cleanup and bugfix
2020-03-12 09:11:34 -03:00
carlopav
4396b40fec
[Draft] DraftGui and DraftEdit Cleanup to remove AddPoint & DelPoint
...
Lines to be deleted in DraftGui in the future, are now commented.
2020-03-12 09:11:34 -03:00
carlopav
786eac8c01
[Draft] DraftGui Bugfix on selecting inputfields
...
https://forum.freecadweb.org/viewtopic.php?f=23&t=43145&p=367517#p367517
2020-03-12 09:11:34 -03:00
carlopav
bc17a8b3fa
[Gui] Reorder Drawstyle menu bugfix
...
bugfix
2020-03-12 09:10:41 -03:00