Commit Graph

10340 Commits

Author SHA1 Message Date
wwmayer
0b4374e184 Merge pull request #488 from mlampert/QtGui-import-fix
Path: Fixed QtGui import.
2017-01-31 12:24:45 +01:00
Zheng, Lei
f834206ba7 Path.Area: added segmentation and 3D wire support 2017-01-31 19:09:33 +08:00
Zheng, Lei
c3293f00be libarea: make ChangeStartToNearest path breaking optinoal 2017-01-31 19:08:39 +08:00
Markus Lampert
c4a552e958 Fixed QtGui import. 2017-01-30 21:21:04 -08:00
wmayer
2d84615219 include required header under Linux 2017-01-30 23:13:05 +01:00
wmayer
321ca984c9 use names directly from document to set them in scene inspector 2017-01-30 22:29:26 +01:00
Bernd Hahnebach
71fe91189b FEM: Z88 result reader, fix open Z88 results files directly 2017-01-30 18:22:38 +01:00
Bernd Hahnebach
3f08dd5739 FEM: import Z88 results, change module name to import... 2017-01-30 18:22:28 +01:00
Bernd Hahnebach
469e391f66 FEM: import VTK results, change module name to import... 2017-01-30 18:22:23 +01:00
Bernd Hahnebach
df66ce0bc3 FEM: export results to vtk, code formating and documatation information 2017-01-30 18:22:18 +01:00
qingfengxia
9ce1662ae1 Fem: add FemResult export to VTK files for visualization externally 2017-01-30 18:22:11 +01:00
Alexander Gryson
1b44eff87c Show current icon size if not in list 2017-01-30 18:19:13 +01:00
Alexander Gryson
ce416f2a18 Show icon units 2017-01-30 18:19:12 +01:00
Alexander Gryson
616f45f151 Remove reliance on PM_ToolBarIconSize 2017-01-30 18:19:12 +01:00
Jean-Marie Verdun
fc4a1c6081 Activate only UI tree leaf as to display properly colors when browsing a STEP (there is currently a limitation within the reader which creates compound which are totally grey) and accelerate browsing by de-activating Compound rendering 2017-01-30 17:59:07 +01:00
wmayer
bcea759287 fix crash with null pointer links
in PropertyLinkList handle case with null pointers as value
in STEP reader avoid to create coumpound objects with null pointer links
2017-01-30 16:47:31 +01:00
Yorik van Havre
3a3fa30595 Arch: fixed small bug in Site area calculation 2017-01-30 13:13:13 -02:00
wmayer
64d0eb95f3 can't assign nullptr to a QPixmap 2017-01-30 14:13:57 +01:00
wmayer
303f0886df fix linking error in TechDraw 2017-01-30 14:07:42 +01:00
wwmayer
2a1d02e491 Merge pull request #485 from WandererFan/January
TechDraw January Upgrade
2017-01-30 13:58:43 +01:00
wwmayer
c63627840d Merge pull request #483 from looooo/python3-path
Python3 path
2017-01-30 13:54:05 +01:00
Kurt Kremitzki
541ff3726e Fix tuple unpacking issue 2017-01-30 10:21:33 +01:00
Kurt Kremitzki
06a5bfb0de Remove py3-incompatible tuple argument from Path 2017-01-30 10:21:28 +01:00
Kurt Kremitzki
e47edae9c3 Update Path to py3-compatible printing 2017-01-30 10:21:22 +01:00
Zheng, Lei
94c4cecb27 Path.Area: fixed workplane orientation issue 2017-01-30 16:29:36 +08:00
WandererFan
5f72efa610 Avoid issue if ViewProvider deleted while graphic still active 2017-01-29 19:40:34 -05:00
WandererFan
49c2be14ba Fix potential race when cancelling DPG creation 2017-01-29 19:40:34 -05:00
WandererFan
722b2d1c04 Install default PAT file 2017-01-29 19:40:34 -05:00
WandererFan
7cb3e93686 Preferences for GeomHatch 2017-01-29 19:40:34 -05:00
WandererFan
b1a5fd971c Add dialog for GeomHatch creation 2017-01-29 19:40:34 -05:00
WandererFan
84b858a142 fix naming conflicts 2017-01-29 19:40:34 -05:00
WandererFan
42bb64736d update tooltips, menu order 2017-01-29 19:40:34 -05:00
WandererFan
299ac94c9f Geometric hatch for Section face 2017-01-29 19:40:34 -05:00
WandererFan
1d3a8a910f minor fixes: debug message/tooltips/etc 2017-01-29 19:40:34 -05:00
WandererFan
f51b5818cc Initial working version of geometric crosshatch/PAT files 2017-01-29 19:40:34 -05:00
WandererFan
54fed5ccfb Improve handling of broken references (changed Edge/Vertex names) 2017-01-29 19:40:34 -05:00
WandererFan
afa8c9fece Prevent DetailView crop circle marker 2017-01-29 19:40:33 -05:00
WandererFan
0cb29cfa45 Fix Diamter/Radius Dimensions in Detailview 2017-01-29 19:40:33 -05:00
WandererFan
935c4f8099 Make detail crop circle public 2017-01-29 19:40:33 -05:00
WandererFan
c0ab95aab0 Add Vector2D conversion 2017-01-29 19:40:33 -05:00
WandererFan
fad1edb9ce Add formatVector for Vector2d 2017-01-29 19:40:33 -05:00
WandererFan
7959d846fc remove debug messages 2017-01-29 19:40:33 -05:00
WandererFan
98c8394c5e Handle corrupted 2D references 2017-01-29 19:40:33 -05:00
WandererFan
3d8622dd67 ViewSection inherits Scale from Base 2017-01-29 19:40:33 -05:00
WandererFan
3ce9c48c64 Clean up children on Page delete 2017-01-29 19:40:33 -05:00
WandererFan
6cad2bc834 Delete DPGI's when parent DPG deleted
Ensure Gui/QGIVxx is removed when App/DVxxxx is deleted
2017-01-29 19:40:33 -05:00
WandererFan
0204b77766 Warn if Anchor view deleted in Projection Group 2017-01-29 19:40:33 -05:00
WandererFan
1738107590 Correct handling of deleted Features in QGraphicsScene 2017-01-29 19:40:33 -05:00
WandererFan
c0c4569546 Change DPG freature name from "cView" to "ProjGroup" 2017-01-29 19:40:33 -05:00
WandererFan
a6129b9198 Remove SectionLine on delete or cancel 2017-01-29 19:40:32 -05:00