wwmayer
0ea136f42e
Merge pull request #648 from wwmayer/fix_warnings
...
Qt5OpenGL: replace gluOrtho2D for macOS
2017-03-24 14:07:32 +01:00
wmayer
ac7b0fa2d8
Qt5OpenGL: replace gluOrtho2D for macOS, move includes of GL stuff from header to source
2017-03-24 10:28:57 +01:00
wwmayer
69a030d83b
Merge pull request #647 from kkremitzki/python_wordwrap_fix
...
Fix preferences Python console bug
2017-03-24 10:22:01 +01:00
Kurt Kremitzki
50a5f64037
Fix preferences Python console bug
2017-03-23 20:19:35 -05:00
wmayer
6c82b87e83
fix signed vs unsigned warning
2017-03-23 22:18:48 +01:00
Zheng, Lei
c56b4d6527
Path.Area: fixing boost windows build error
...
Indirectly caused by the use of boost::geometry on Windows boost 1.55.
See https://svn.boost.org/trac/boost/ticket/9332
2017-03-23 22:04:52 +01:00
Zheng, Lei
54454ce3d2
Path.Area: fixing boost::geometry compilation issue
2017-03-23 22:04:52 +01:00
Zheng, Lei
0bd03b9e8b
Path.Area: wire sorting fix and improvement
...
Wire sorting no longer uses libarea. Performance improvement using
boost::geometry::rtree
2017-03-23 22:04:52 +01:00
Zheng, Lei
a63d293bee
Path.Area: improved FeatureAreaPy error message
2017-03-23 22:04:52 +01:00
Zheng, Lei
6a5740cd5c
Path.Area: avoid FeatureArea recompute on doc load
2017-03-23 22:04:52 +01:00
Zheng, Lei
d0ceee5e86
Path.Area: fixed getShape with index
2017-03-23 22:04:52 +01:00
Zheng, Lei
4f80c30c3c
Path.Area: changed section transformation
2017-03-23 22:04:52 +01:00
Zheng, Lei
834f48e461
Path.Area: improved section tolerance
...
Previously, a small offset in the same direction of section is added to
the section height to avoid tagent plane cut. Now we'll retry by adding
offset in the oppsite direction if the first attemp fails.
2017-03-23 22:04:52 +01:00
Zheng, Lei
52ac02138d
Path.Area: support arc plane selection
2017-03-23 22:04:52 +01:00
Zheng, Lei
a0f121410e
Path.Area: improved section plane tolerance issue
2017-03-23 22:04:52 +01:00
Zheng, Lei
81b5b0bee3
Path.Area: refined properties in FeatureArea
2017-03-23 22:04:52 +01:00
Zheng, Lei
f94bc81987
Path.Area: support negative stepdown
...
Negative stepdown means going from bottom up. Some machine may have
reversed Z axis.
2017-03-23 22:04:52 +01:00
Zheng, Lei
d1978a075a
Path.Area: fixed handling of shape with placement
2017-03-23 22:04:52 +01:00
Zheng, Lei
5dda63ac3e
Path.Area: fixed missing brace
2017-03-23 22:04:52 +01:00
Zheng, Lei
73649495e6
Path.Area: Changed FeatureArea WorkPlane behavior
...
FeatureArea will return the user defined workplane if there is one, or
else it returns auto selected plane by its internal Area object
2017-03-23 22:04:52 +01:00
Zheng, Lei
f028bde0df
Path.Area: improved code readablity
2017-03-23 22:04:52 +01:00
Jean-Marie Verdun
5f1879ee21
Move Step reader to New Part Design workflow
2017-03-23 21:43:46 +01:00
wwmayer
68d7f38970
Merge pull request #645 from sliptonic/master
...
Path: fix bug with non-planar objects
2017-03-23 19:20:15 +01:00
sliptonic
d7dc91d7f3
Path: fix bug with non-planar objects
2017-03-23 10:19:26 -05:00
Yorik van Havre
4e41c89d98
Draft: Fixed buggy ungroup function
2017-03-23 09:40:27 -03:00
wwmayer
bf21e7fac9
Merge pull request #643 from ianrrees/20170323-remove-mac-opengl-warning
...
Remove warnings about Qt4 + OpenGL + MacOS issues
2017-03-23 09:32:13 +01:00
Ian Rees
0861041f3e
Remove warnings about Qt4 + OpenGL + MacOS issues
2017-03-23 21:06:46 +13:00
Zheng, Lei
46e4902e37
PathGui: increase pre-select GCode display decimal
2017-03-22 09:23:57 +01:00
Zheng, Lei
45118b6860
PathGui: speed up path marker display
...
User SoPointSet instead of SoMarkerSet
2017-03-22 09:23:57 +01:00
Zheng, Lei
08cf906218
PathGui: fixed potential crash on Path object delete
2017-03-22 09:23:57 +01:00
Zheng, Lei
aad8ca4dd9
PathGui: ViewProviderPath default to bbox selection style
...
* Hide DisplayMode property
* Exclude initial position from bounding box
2017-03-22 09:23:57 +01:00
Zheng, Lei
808c4a8945
PathGui: show path marker in front of path wire
2017-03-22 09:23:57 +01:00
wwmayer
26638a724c
Merge pull request #640 from realthunder/PreSelectCoord
...
Gui: do not round pre-select coord display
2017-03-22 09:18:29 +01:00
wwmayer
3db5aefe7f
Merge pull request #639 from kkremitzki/startwbfix2
...
Make Start WB Py3 friendly and consistent width
2017-03-22 09:17:12 +01:00
wwmayer
5c2a1a5a9b
Merge pull request #637 from sliptonic/master
...
Path: Panel Bugs.
2017-03-22 09:15:03 +01:00
Zheng, Lei
7344c5e976
Gui: do not round pre-select coord display
2017-03-22 15:51:21 +08:00
Kurt Kremitzki
40fa49aa1f
Make Start WB Py3 friendly and consistent width
2017-03-22 02:50:38 -05:00
sliptonic
c8c258aa28
Path: Several small bugs related to Arch Panel support in Path.
...
Sheet tag placement not including the sheet offset
contour not using sheet attributes
Engraving not using sheet attributes
Profile not using transform.
2017-03-21 15:04:53 -05:00
wmayer
81d325eb0b
Qt5OpenGL: add missing header for macOS/Linux builds
2017-03-21 20:37:03 +01:00
wmayer
e07b97ec90
Qt5OpenGL: add missing header for macOS/Linux builds
2017-03-21 20:37:03 +01:00
wmayer
ad9bc11a23
enable FREECAD_USE_QTOPENGL_WIDGET by default for Qt5, fixes #0002952 , fixes #0001401
2017-03-21 20:37:03 +01:00
wmayer
dbc33d406d
Qt5OpenGL: fix to make the 3d viewer fit into the mdi area after re-docking it
2017-03-21 20:37:03 +01:00
wmayer
1f6efd5182
Qt5OpenGL: fix flickering on resize
2017-03-21 20:37:03 +01:00
wmayer
6e43ee67a4
Qt5OpenGL: update flags when dragging or removing
2017-03-21 20:37:03 +01:00
wmayer
2d4198f453
Qt5OpenGL: add OpenGL debug logger (deactivated)
2017-03-21 20:37:03 +01:00
wmayer
764f9ce7e5
Qt5OpenGL: use OpenGL debug logger to locate problems, fix a couple of errors
2017-03-21 20:37:03 +01:00
wmayer
79f961ee9c
Qt5OpenGL: fix transparency issue with framebuffer objects with old OpenGL API
2017-03-21 20:37:03 +01:00
wmayer
f13538a016
Qt5OpenGL: implement grabFramebuffer
2017-03-21 20:37:03 +01:00
wmayer
34f277e7bb
Qt5OpenGL: make off-screen renderer working
2017-03-21 20:37:03 +01:00
wmayer
67f05c98fa
Qt5OpenGL: fix creating thumbnals, pdf, print preview and snapshot
2017-03-21 20:37:03 +01:00