Commit Graph

9206 Commits

Author SHA1 Message Date
sliptonic
d8dd2ed28a Merge branch 'feature/probemoves' into BugFixes 2016-12-11 12:49:42 -06:00
sliptonic
a71e33403b Revert "PATH: Prevent Job creation without Base object."
This reverts commit fb47372eae783fd9ae110a6d507faa0a79b5051d.
2016-12-11 12:48:35 -06:00
sliptonic
92c2dce16d PATH: More reasonble defaults for new tools 2016-12-11 12:47:56 -06:00
sliptonic
b1d46c6538 PATH: Drilling: allow selection of partial circular edges 2016-12-11 12:47:56 -06:00
sliptonic
f02e7b1eae PATH: Prevent Job creation without Base object.
PathMillFace won't add a base if it isn't known to the parent
2016-12-11 12:47:56 -06:00
sliptonic
e35377298f PATH: Default values for start/end depths improved 2016-12-11 12:47:56 -06:00
sliptonic
9507fa6cae PATH: improved stepdown calculation and test 2016-12-11 12:47:56 -06:00
sliptonic
66210c7888 PATH: Delete misplaced and unused files 2016-12-11 12:47:56 -06:00
sliptonic
7421a3e9ee PATH: Highlighting in Inspect 2016-12-11 12:43:10 -06:00
Yorik van Havre
26c4981179 Arch: Fixed placement of precest structures 2016-12-11 13:48:07 -02:00
Yorik van Havre
0e73643636 Arch: Small fix in section plane's Drawing view object 2016-12-10 11:23:04 -02:00
wmayer
b1d099d712 temporarily disable failing unit test 2016-12-10 12:31:16 +01:00
wmayer
6782fe8086 fix dangling pointer, remove superfluous semicolons, avoid excessive report messages of extension object 2016-12-09 23:03:18 +01:00
Sergo
c12f81814f check extension, get children 2016-12-09 21:31:51 +01:00
Sergo
6fdecb93de fixes #0002633 - body disappear if dragged out of Part container 2016-12-09 21:31:51 +01:00
wmayer
12137b0f59 re-implement FemMesh::copyMeshData based on export&import of unv file 2016-12-09 21:08:44 +01:00
Yorik van Havre
a027f8d64e Merge pull request #372 from WandererFan/PreProd
TechDraw 3 Small Fixes
2016-12-09 13:10:33 -02:00
WandererFan
29d832d461 Add Diameter Symbol preference for fonts without glyph 2016-12-08 14:51:10 -05:00
WandererFan
593e0f0d74 Fix error in Angle Dimension arc 2016-12-08 14:51:10 -05:00
WandererFan
54798d3641 Remove old debug message 2016-12-08 14:51:10 -05:00
sliptonic
2b94b7d919 PATH: Simple command to build a probe grid. 2016-12-08 10:26:58 -06:00
wmayer
7eb6f1d795 PartGui: set export macro to fix linking errors in PartDesignGui 2016-12-08 10:33:47 +01:00
Stefan Tröger
a645616528 PartDesign: Fix crash on datum abort 2016-12-08 08:17:31 +01:00
sliptonic
2a8ce27ac2 PATH: Add support to visualize probe moves
G38.2/3/4/5
2016-12-07 19:24:54 -06:00
Stefan Tröger
223f55918c PartDesign: Reduce needed primitive task box space 2016-12-07 18:53:01 +01:00
Stefan Tröger
90aabe7207 Extension: remove unneeded debug messages 2016-12-07 06:41:40 +01:00
Stefan Tröger
619f367238 PartDesign: prevent double deletion of TempVis 2016-12-07 06:41:40 +01:00
Stefan Tröger
117ae4e6ab Port attachment UI to Part for general use
Furthermore change PartDesign primitives to use the new task dialog
2016-12-07 06:41:40 +01:00
Stefan Tröger
c0a6b2ab11 PartDesign: Primitives are attachable directly
With the recently introduced AttachExtension the PartDesign primitives can be attachable by themself and don't need anymore the helping coordinate system datum. This simplyfies the code and the TreeView largely
2016-12-07 06:41:40 +01:00
Stefan Tröger
67d76b309c Port Attacher codde to the extension framework
AttachableObjects are desired in multiple occasions, and the current AttachableObject is not flexible enough to handle all cases. Hence the code is portet to an extension, which gives the needed flexibility.
2016-12-07 06:41:40 +01:00
Stefan Tröger
c4911aeca1 Extensions: Add changed property handling 2016-12-07 06:37:27 +01:00
Markus Lampert
19d15d470b Fix for Path visualisatin of helixes. 2016-12-06 20:08:18 -02:00
Yorik van Havre
e1d5c259e3 Merge pull request #369 from agryson/svg-fix
Use Boolean Diff instead of Mask
2016-12-06 20:06:06 -02:00
Alex Gryson
94b64144cf Use Boolean Diff instead of Mask 2016-12-06 19:52:04 +01:00
Alexander Gryson
15132bc115 Use QToolButton for Draft Snap, not QPushButton 2016-12-05 23:42:33 -02:00
Yorik van Havre
97952ecc0a Merge pull request #366 from agryson/start-icon
update start page mesh icon to match workbench icon
2016-12-05 23:40:09 -02:00
Alex Gryson
6968bdcd5c Merge branch 'master' into start-icon 2016-12-05 17:08:53 +01:00
wwmayer
896e9f2fa0 Merge pull request #365 from danielfalck/pppathfix
fix for not being able to use the post code icon
2016-12-05 09:20:54 +01:00
Dan Falck
cebdda916f fix for not being able to use the post code icon 2016-12-04 12:45:27 -08:00
wmayer
ab58d648c2 run test for extensions in view provider only in Gui mode 2016-12-04 20:53:30 +01:00
Stefan Tröger
2760498524 Extensions: Fix ViewProvider extension test 2016-12-04 19:58:46 +01:00
Stefan Tröger
88728bc73d Extensions: Group fix for python 2016-12-04 19:50:42 +01:00
Stefan Tröger
5ea603977f Extensions: Fix ViewProvider python interface 2016-12-04 17:35:00 +01:00
wmayer
bb81365cb6 move Hat and Dyadic product to Matrix class 2016-12-04 17:05:58 +01:00
wmayer
17d6d739e6 fix warnings 2016-12-04 17:04:48 +01:00
Alexander Gryson
5bc40782c3 update start page mesh icon to match workbench icon 2016-12-04 16:27:37 +01:00
WandererFan
79073f5828 Fix DrawViewDetail behaviour near object edge 2016-12-04 15:27:26 +01:00
WandererFan
4aa79d1476 Use current font size preference for Label and Caption 2016-12-04 15:27:07 +01:00
WandererFan
bddd9e0e19 Prevent crash when no document open 2016-12-04 15:26:54 +01:00
WandererFan
bd1e7eda09 Remove spurious messages 2016-12-04 15:26:43 +01:00