wmayer
804d27beee
[skip ci] fix copy&paste errors
2020-03-15 11:59:22 +01:00
donovaly
8bd75eb5b4
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
8dc120fde7
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
d2d27e9e79
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
6291921e9a
FEM: gmsh vp, hide post pipeline too
2020-03-14 21:51:43 +01:00
Bernd Hahnebach
2c30b1cfdc
FEM: some modules, better document handling
2020-03-14 21:45:24 +01:00
Bernd Hahnebach
af7a005ad9
FEM: fem mesh 2 mesh, fix example code
2020-03-14 21:45:18 +01:00
Bernd Hahnebach
3a309916a8
FEM: solver frame work, get rid of Active Document code
2020-03-14 21:45:11 +01:00
Bernd Hahnebach
ef7eb72f11
FEM: solver base writer, add document as attribut
2020-03-14 21:45:01 +01:00
Bernd Hahnebach
853360ae13
FEM: ccx tools, better document handling
2020-03-14 21:44:55 +01:00
Bernd Hahnebach
fddeb8f670
FEM: ccx unit tests, fix create result method
2020-03-14 21:44:49 +01:00
Bernd Hahnebach
0701d10c72
FEM: extend coding conventions
2020-03-14 21:44:40 +01:00
wmayer
8c0dc92426
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
096f64cca6
PartDesign: fix task dressup/transformed creation cancel
2020-03-14 14:51:45 +01:00
wmayer
69ea7a3d51
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
2b16d0605c
Gui: disable auto transaction on showing task dialog
...
Fixes #0004265
2020-03-14 14:51:45 +01:00
donovaly
a6a1b02d40
add icons for line style
...
- also break a too long tooltip
2020-03-14 08:05:47 -04:00
donovaly
eeec05977b
add missing tooltips
...
- also some wording improvements
2020-03-14 08:05:47 -04:00
donovaly
c7f8a5b2b6
[TD] add missing signal/slot for decimals
...
- also update some tooltips
2020-03-14 08:05:47 -04:00
Tobias Ellinghaus
4ce9fbc57c
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
mwganson
953ae1e6e9
[Spreadsheet] fix tooltip to show newline instead of \n characters
2020-03-13 15:40:30 +01:00
mwganson
973caf90ec
[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
1ee2c4d835
[Spreadsheet] fix minor bug where failure to set alias message appears erroneously. Fixes #4287
2020-03-13 15:40:30 +01:00
donovaly
3141db5879
[TD] wording fixes and improvement for HLR prefs
2020-03-13 09:05:40 -04:00
Tobias Ellinghaus
85c9376fef
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
5c4263961d
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
f714519f1c
some more wording
2020-03-13 09:01:43 -04:00
donovaly
ec05f120fb
another improvement
2020-03-13 09:01:43 -04:00
donovaly
c9b6078239
[TD] wording fixes and improvement for advanced prefs
2020-03-13 09:01:43 -04:00
donovaly
8c9a568d2c
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
a219f92711
[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
37b578bf49
[TD]support App::Link in View Source
2020-03-13 09:00:14 -04:00
Bernd Hahnebach
8705a6f3cf
FEM: examples, some code improvements
2020-03-13 09:19:27 +01:00
Bernd Hahnebach
2b12bbe274
FEM: extend code conventions
2020-03-13 09:19:20 +01:00
Bernd Hahnebach
23b5cebe7c
FEM: typo
2020-03-13 06:52:22 +01:00
mwganson
520b5cc0aa
[Spreadsheet] fix bug where duplicate / bad aliases were being allowed.
2020-03-12 15:47:54 +01:00
mwganson
c337cfeec2
[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
de1cc43b0b
[Spreadsheet] add alias line edit next to contents line edit
2020-03-12 15:47:54 +01:00
Yorik van Havre
1fb999be37
Arch: Fixed regression in layers
2020-03-12 11:33:07 -03:00
triplus
c676a817b8
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
728fdfb06a
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
e41915e638
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
3e3ed47367
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
8fd55eb6ff
[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
e79c1e6c99
[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
f5f43913e0
[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
6182aea46b
[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
9a36a379d2
[Gui] Reorder Drawstyle menu bugfix
...
bugfix
2020-03-12 09:10:41 -03:00
carlopav
a9115ed436
[Gui] New Icons for HiddenLine and NoShading
...
Just an experiment, didn't try to compile
Gui: Changed icons in Draw Style menu
And also saved old icons in pure svg.
2020-03-12 09:10:41 -03:00
vocx-fc
215c29caf1
Draft: implement unit test for angular dimension
...
Previously the `makeAngularDimension` function produced
error messages in the report view due to internal rounding
of `App::PropertyAngles`.
This was fixed in `Base::Quantity`, which now supports
Python's `__round__` function.
2020-03-12 09:06:11 -03:00