Commit Graph

12395 Commits

Author SHA1 Message Date
WandererFan
d6419b5a7e 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
221f80e344 Warn if Anchor view deleted in Projection Group 2017-01-29 19:40:33 -05:00
WandererFan
af4bedf441 Correct handling of deleted Features in QGraphicsScene 2017-01-29 19:40:33 -05:00
WandererFan
d0b1e00613 Change DPG freature name from "cView" to "ProjGroup" 2017-01-29 19:40:33 -05:00
WandererFan
1a87494c40 Remove SectionLine on delete or cancel 2017-01-29 19:40:32 -05:00
WandererFan
3de7bc8b73 Remove section line from DVP on delete of DVS 2017-01-29 19:40:32 -05:00
WandererFan
50d614f925 Fix non-rotation of QGIDecorations with QGIViewPart 2017-01-29 19:40:32 -05:00
WandererFan
7231419234 Reset edit after dialogs 2017-01-29 19:40:32 -05:00
WandererFan
e477f0add0 Fix NaN in iso sections 2017-01-29 19:40:32 -05:00
WandererFan
65daadeb32 Fix DPG positioning on mouse move 2017-01-29 19:40:32 -05:00
WandererFan
34a044b969 Fix Svg export page & text size in HiRez 2017-01-29 19:40:32 -05:00
WandererFan
9822e30224 Add arrowstyle preference 2017-01-29 19:40:32 -05:00
WandererFan
1bae86f3b1 Initial Bitmap fills for Faces
- also texture from svg (not used yet)
2017-01-29 19:40:32 -05:00
WandererFan
0abb92c932 Restore lost dimension tail 2017-01-29 19:40:32 -05:00
WandererFan
e048f12d3b Make SVG hatches scalable 2017-01-29 19:40:32 -05:00
WandererFan
fbe97ec247 Basic working HiResolution TD 2017-01-29 19:40:32 -05:00
wmayer
762f1bcb9e py3: ported Path to python3 2017-01-29 22:35:52 +01:00
Priit Laes
94fe93aeb7 python: Path: *.py: Fix python3 syntax 2017-01-29 22:35:36 +01:00
wwmayer
ddfaf61660 Merge pull request #482 from agryson/multi-workbench-artwork-alignment
Multi workbench artwork alignment
2017-01-29 22:18:57 +01:00
Alexander Gryson
3e7f03a612 Update Plot icon metadata 2017-01-29 20:21:22 +01:00
Alexander Gryson
83f43d2fd0 Align Plot Workbench icons to guidelines 2017-01-29 20:21:22 +01:00
Alexander Gryson
8250b204c6 Update Ship icon Metadata 2017-01-29 20:21:22 +01:00
Alexander Gryson
08a5a72eb0 Align Ship Workbench icons to guidelines 2017-01-29 20:21:22 +01:00
Alexander Gryson
73e6d48517 Correct outline color in sketcher icon
The select constraint icon incorrectly showed icon as having an orange outline. This was corrected, but after merge of PR.
2017-01-29 20:21:22 +01:00
Zheng, Lei
56b5ba26b7 Force BOOST_PP_VARIADIC for clang
Current clang has full support for all variadic macro feature required
by Boost.Preprocessor. However, older Boost turned off variadic feature
for clang by default, probably because clang was broken at that time. It
should be safe to turn it on now.
2017-01-29 19:01:10 +00:00
Zheng, Lei
ecc426aa2a Path.Area: fixed compiler warning 2017-01-29 18:59:52 +00:00
Yorik van Havre
96f6154d74 Start: misc fixes in startpage 2017-01-29 15:33:00 -02:00
wwmayer
e70dbc25a4 Merge pull request #480 from drallod/master
Path: Issue #0002817:
2017-01-29 17:52:15 +01:00
drallod
092ca9eaa7 Path: Issue #0002817:
Check if default post processor hasn't been lost
2017-01-29 10:42:13 -06:00
Yorik van Havre
f02c9ecf04 Arch: Export rebars to IFC as SweptDiskSolids + fixed half-done py3 compatibility - fixes #2684 2017-01-29 14:27:42 -02:00
Zheng, Lei
43432ea772 Path.Area: fixed auto workplane correction 2017-01-29 20:25:13 +08:00
Zheng, Lei
9150ee24d1 Path.Area: fixed auto workplane finding logic 2017-01-29 20:17:18 +08:00
wwmayer
53a7dfd12d Merge pull request #479 from abdullahtahiriyo/bspline_stage1b_2017_firstdeliverable_fixes
Bspline stage1b 2017 firstdeliverable fixes
2017-01-29 11:40:26 +01:00
Zheng, Lei
b19fe515f5 Path.Area: fixed non-circular curve handling, etc.
* Fixed non-circular curve orientation handling

* Section changed to use Part::CrossSection, because it seems
BRepAlgoAPI_Section has trouble with non-circular curves (LastParameter
becomes huge which causes discretization to produce many many points)

* Exposed Area.makeSections() to section with variable heights

* Modified Area.setPlane() to accept non-planar shape

* Exposed Area.getPlane() to obtain current workplane

* Exposed Area.Shapes attribute to return the current holding children
shape.
2017-01-29 18:24:01 +08:00
Abdullah Tahiri
5b4602be33 Sketcher: Documentation of delete functions 2017-01-29 00:25:34 +01:00
Abdullah Tahiri
3dc67c2547 Sketcher: Fix deletion of geometry having internal geometry inserted before the geometry 2017-01-28 23:08:27 +01:00
wwmayer
273ce82b8b Merge pull request #467 from mlampert/path-unit-test-fixes
Path: Path unit test fixes issue #2870
2017-01-28 22:15:51 +01:00
Markus Lampert
1f4d010f40 Restored exception masking - although i'm not sure it's a good thing. 2017-01-28 11:46:17 -08:00
Markus Lampert
8a7af5cd05 Import pivy only if gui is up. 2017-01-28 11:46:17 -08:00
Markus Lampert
19798c1e08 Refactored cmake file once again - exposing root exception. 2017-01-28 11:46:17 -08:00
Markus Lampert
bdeeee48b3 Fixed unit tests for the case where LineOld is not set to false. 2017-01-28 11:46:17 -08:00
Markus Lampert
4d91ed3992 Refactored cmake file and added TestPathCore. 2017-01-28 11:46:16 -08:00
ml
3ee613f79b Fixed merge issues and re-enabled tests. 2017-01-28 11:46:16 -08:00
Markus Lampert
74d4a4322f Hooked Path tests into global unit test target. 2017-01-28 11:46:16 -08:00
Markus Lampert
2fd6596e81 Fixed holding tags unit tests. 2017-01-28 11:46:16 -08:00
wwmayer
b2f3562dfa Merge pull request #478 from agryson/sketcher-artwork-alignment
Sketcher artwork alignment
2017-01-28 15:55:19 +01:00
Alexander Gryson
f253171bee Update Metadata 2017-01-28 09:29:20 +01:00
Alexander Gryson
45c0ddde40 Update xpm icons 2017-01-28 09:29:19 +01:00
Alexander Gryson
6ac4160776 Align Sketcher Workbench icons to guidelines 2017-01-28 09:29:19 +01:00
wmayer
cc67c14493 issue #0002540: Crash on startup 2017-01-28 00:14:15 +01:00