WandererFan
4e474cf60b
Handle variable UoM schemes in Dimensions
2017-10-19 13:24:08 +02:00
microelly2
571aab7849
import svg with colors
2017-10-19 13:18:02 +02:00
wmayer
5823aac057
Log used compiler and its version
2017-10-19 10:29:02 +02:00
wmayer
ecdf9fdadf
fixes #0002429 : text labels for Sweep and Loft operations
2017-10-18 21:34:08 +02:00
wmayer
f5b6694c83
fixes #0002434 : merge sketches produces sketch on XY plane when original sketches were on XZ
2017-10-18 21:17:15 +02:00
wmayer
dcaf263e4c
issue #0002080 : Attempt to remove FEM analysis result (displacement & stress) results in false warning
2017-10-18 19:50:59 +02:00
wmayer
c1542e2401
issue #0002080 : Attempt to remove FEM analysis result (displacement & stress) results in false warning
2017-10-18 19:46:20 +02:00
wmayer
7c4dc0d669
allow the user to proceed if default settings for revolution/groove raises an exception
2017-10-18 12:52:04 +02:00
wmayer
6e898575c2
various fixes:
...
+ fix invalid cast
+ some minor optimizations
+ improve exception handling
2017-10-18 12:33:41 +02:00
wmayer
2486e959b9
increase minimum deviation for tessellation to avoid to freeze the GUI
2017-10-18 10:40:02 +02:00
Pablo Gil
4a8cd391b5
typo fix
2017-10-17 20:00:49 +02:00
wmayer
3bd425df26
fixes #0003169 : Mesh Design WB tools does not work on translated object
2017-10-17 19:13:09 +02:00
wmayer
9aab910981
add derived unit electric potential
2017-10-16 21:56:13 +02:00
wmayer
9c2528a982
fixes #0003169 : Mesh Design WB tools does not work on translated object
2017-10-16 20:13:43 +02:00
wmayer
6786bb4c79
issue #0002613 : Create symmetric geometry with conic
2017-10-16 15:56:32 +02:00
wmayer
c9fb7985f9
issue #0002613 : Create symmetric geometry with conic
2017-10-16 15:49:05 +02:00
wmayer
520ec2c095
issue #0002613 : Create symmetric geometry with conic
2017-10-16 15:31:04 +02:00
wmayer
fb1fcf3885
extend InventorBuilder
2017-10-16 11:03:21 +02:00
wmayer
930089c6f0
on project save go through all mdi views until one handles the GetCamera message
2017-10-16 10:39:51 +02:00
luzpaz
e9ee1e60b3
UML: misc typo
2017-10-16 08:35:00 +02:00
sliptonic
2a7ba6f61f
Path: fix bug in polar array
2017-10-15 15:32:50 -05:00
wmayer
46d516b465
fix coverity issue
2017-10-15 21:08:04 +02:00
wmayer
1abc3ab82d
fix -Winconsistent-missing-override
2017-10-15 20:26:10 +02:00
wmayer
8b2fcf3677
fix several kind of warnings:
...
+ fix -Wparentheses/-Wlogical-op-parentheses
+ fix -Wunused-variable
+ disable -Wundefined-var-template due to many false-positives (clang)
+ fix -Winconsistent-missing-override
+ fix -Wmaybe-uninitialized
2017-10-15 19:12:07 +02:00
Ian Rees
33b3a202ed
Fix LaTeX include used for Doxygen docs
2017-10-15 16:33:25 +02:00
Unknown
772c5b1970
Doxygen Typos
...
+ doxy whitespace formatting
+ added more misc. typos
+ grammar fixes
[skip ci]
2017-10-15 16:27:42 +02:00
wmayer
fb2b9d6cef
remove possibility of directly cross-referencing other body, use shape binder instead!
2017-10-13 17:28:21 +02:00
wmayer
fb58d4b640
avoid normalizing axis of placement while changing it in property editor
2017-10-13 14:22:19 +02:00
Unknown
3a097116a5
Draft: UI Grammar fixes
...
In preferences-dxf.ui I think the intention was to write `join` and not `joint`. @wmayer please confirm, thanks!
2017-10-13 00:29:15 +02:00
Unknown
15c0d38536
Capitalize beginning of tooltips + Typos
...
Capitalized all remaining uncapitalized tooltips.
+ Fixed typo in instantiate() function. Shouldn't have any repercussions on the code, AFAICT.
+ other typos
2017-10-13 00:26:53 +02:00
wmayer
676b17969e
make the fps counter more stable
2017-10-13 00:13:19 +02:00
wmayer
56ac228543
add cmake option to use Qt or native file dialogs
2017-10-12 16:01:24 +02:00
wmayer
1be2d52deb
whitespace improvements + some optimizations
2017-10-12 11:22:10 +02:00
wmayer
4c7841c071
don't select circle/ellipse center if not inside selection box
2017-10-12 11:07:27 +02:00
SparkyCola
5696a66850
changed touch-selection so that it doesn't select the center- and end-
...
points of an object when they're not boxed
2017-10-12 10:42:04 +02:00
SparkyCola
9fba505e84
fixed touch-selection of circle and ellipse centerpoints not working
2017-10-12 10:41:05 +02:00
SparkyCola
b32fce69f1
fixed selection of centerpoints when only selecting them resulted in not
...
selecting anything at all (in Sketcher touch-selection)
2017-10-12 10:36:13 +02:00
SparkyCola
aaae347dd8
resolves #3204
2017-10-12 10:35:52 +02:00
SparkyCola
0a0a9698db
implemented simple selection of b-spline in touch mode, so far it allows
...
only to select the whole spline if one of the points is selected, a
better implementation requires much more sophisticated algorithms
2017-10-12 10:35:52 +02:00
SparkyCola
893c8e84c6
implemented touch mode for arc of parabola with precision inaccuracity
2017-10-12 10:35:52 +02:00
SparkyCola
646604740c
implemented touch mode for arc of hyperbola
2017-10-12 10:35:52 +02:00
SparkyCola
bd2fd1a5f5
implemented arc of ellipses touch mode (precision issue as well)
2017-10-12 10:35:52 +02:00
SparkyCola
1639f37887
Implemented arc of circle in touch mode, same issue with precision as in
...
circle and ellipse
2017-10-12 10:35:52 +02:00
Mattis
2f18e25278
fixed issue related to polylines in touchmode, also implemented ellipse
...
touchmode (same issue as circle touching for now)
2017-10-12 10:35:52 +02:00
Mattis
2ec06ca548
touch mode for circle implemented, does work for 90% of the cases, not
...
yet with relatively big circles and a narrow selectionbox.
2017-10-12 10:35:52 +02:00
Mattis
c9c5ca3010
added selection of end-points to line touch-select
2017-10-12 10:35:52 +02:00
SparkyCola
2781585a66
Added touchMode-detection and partially implemented touchMode for line-
...
detection (only works when one end-point is selected, yet).
The touchMode refers to a rectangular selection where objects are
selected even if only a part of them is int the box. It's used when the
selection box is drawn from right to left.
2017-10-12 10:35:52 +02:00
Markus Lampert
41a4d71aae
Only check for loop detection if PathWorkbench is active.
2017-10-12 10:17:33 +02:00
wmayer
fb7f1b73a8
avoid raising an exception when getting subobjects of the selection and just filter out unsupported types
2017-10-12 10:15:28 +02:00
Unknown
494a9a3f3b
Draft: tooltip grammar fix
2017-10-11 23:08:33 +02:00