sliptonic
7cd375073a
PATH: Highlighting in Inspect
2016-12-11 12:43:10 -06:00
sliptonic
8df5eb8c78
PATH: Simple command to build a probe grid.
2016-12-08 10:26:58 -06:00
sliptonic
7d1a58e593
PATH: Add support to visualize probe moves
...
G38.2/3/4/5
2016-12-07 19:24:54 -06:00
Markus Lampert
26e1a24060
Fix for Path visualisatin of helixes.
2016-12-06 20:08:18 -02:00
Yorik van Havre
19b7fde797
Merge pull request #369 from agryson/svg-fix
...
Use Boolean Diff instead of Mask
2016-12-06 20:06:06 -02:00
Alex Gryson
fc4ed238b5
Use Boolean Diff instead of Mask
2016-12-06 19:52:04 +01:00
Alexander Gryson
5e0357b31e
Use QToolButton for Draft Snap, not QPushButton
2016-12-05 23:42:33 -02:00
Yorik van Havre
232ad83fe5
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
be96a53b95
Merge branch 'master' into start-icon
2016-12-05 17:08:53 +01:00
wwmayer
d26b0fa5d3
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
2e44b6c41b
fix for not being able to use the post code icon
2016-12-04 12:45:27 -08:00
wmayer
7a32aed27e
run test for extensions in view provider only in Gui mode
2016-12-04 20:53:30 +01:00
Stefan Tröger
831c69e7eb
Extensions: Fix ViewProvider extension test
2016-12-04 19:58:46 +01:00
Stefan Tröger
1787a4f978
Extensions: Group fix for python
2016-12-04 19:50:42 +01:00
Stefan Tröger
19e708879f
Extensions: Fix ViewProvider python interface
2016-12-04 17:35:00 +01:00
wmayer
3565d4ef18
move Hat and Dyadic product to Matrix class
2016-12-04 17:05:58 +01:00
wmayer
6cde253f67
fix warnings
2016-12-04 17:04:48 +01:00
Alexander Gryson
3815256be7
update start page mesh icon to match workbench icon
2016-12-04 16:27:37 +01:00
WandererFan
b845bc7e41
Fix DrawViewDetail behaviour near object edge
2016-12-04 15:27:26 +01:00
WandererFan
0ad0b58ab3
Use current font size preference for Label and Caption
2016-12-04 15:27:07 +01:00
WandererFan
065156eed5
Prevent crash when no document open
2016-12-04 15:26:54 +01:00
WandererFan
83ce64a1d3
Remove spurious messages
2016-12-04 15:26:43 +01:00
WandererFan
fa738e3dc0
Fix crash on deleting page
2016-12-04 15:26:31 +01:00
WandererFan
f036438e53
Consolidate Section logic in DrawViewSection
2016-12-04 15:26:16 +01:00
WandererFan
edab34c6ac
Remove old decorative items from scene before redraw
2016-12-04 15:26:01 +01:00
WandererFan
429eb0f727
DPG improvements
...
eliminate orientation matrix
remove appl logic from dialog
add 3D/Front buttons
2016-12-04 15:25:47 +01:00
WandererFan
707681534a
Improve ProjectionGroup dialog
...
Text to icons in dialog
Fix rotation directions
2016-12-04 15:25:32 +01:00
Alex Gryson
7c905e6afd
Add metadata
...
Notes:
* Used earliest available commit as creator (only means I had available)
* License information could not be saved for an unknown reason, added
this info to the Rights field
2016-12-04 14:25:26 +01:00
Alex Gryson
75a52aab63
fix permissions
2016-12-04 14:25:12 +01:00
Alexander Gryson
54623931f8
finish aligning mesh bench icons to Tango
2016-12-04 14:24:59 +01:00
Alexander Gryson
345057e29c
Update dimensions to 64*64 as per guidelines
...
This icon was incorrectly sized to 32*32 - depending on how the icons are exported this may have an impact on the UI
2016-12-04 14:24:40 +01:00
Alex Gryson
58ba907055
update mesh icons to Tango
2016-12-04 14:24:27 +01:00
Alex Gryson
95e9768bc8
Mesh workbench icons updated
2016-12-04 14:24:13 +01:00
Alex Gryson
5b37ef0f54
Align icons to Tango style
2016-12-04 14:23:57 +01:00
Alexander Gryson
f83fc072e6
icon updates (mesh)
2016-12-04 14:23:42 +01:00
Alexander Gryson
bb7310723e
Update import/export to have more 'meshy' look
2016-12-04 14:23:30 +01:00
Alexander Gryson
3d934f5ee9
update mesh cut icon
2016-12-04 14:23:08 +01:00
Alexander Gryson
688d89d10b
initial commit to test build
2016-12-04 14:22:49 +01:00
wmayer
932eab40fc
add class GeomArcOfConic to reduce code duplication
2016-12-04 14:20:56 +01:00
wmayer
adf3cc0f95
add class GeomConic to reduce code duplication
2016-12-04 11:36:50 +01:00
wmayer
04668901ea
code optimization
2016-12-03 22:27:07 +01:00
wmayer
428f099aaf
implement BSplineCurve2d
2016-12-03 22:17:04 +01:00
wmayer
3941fc4cea
implement BezierCurve2d
2016-12-03 18:23:55 +01:00
Yorik van Havre
d76df0ac94
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2016-12-03 13:01:07 -02:00
Yorik van Havre
365ebf9a81
Draft: Applied Werners patch
2016-12-03 13:00:56 -02:00
wwmayer
c70d6f84f5
Merge pull request #362 from mlampert/Line2LineSegment
...
Path: Fix Path creation for new Line/LineSegment semantics.
2016-12-03 15:55:06 +01:00
Yorik van Havre
8fc41bd9dd
Arch: minor cosmetic changes in Draft & Arch preferences pages
2016-12-03 12:50:18 -02:00
wwmayer
400bd11715
Merge pull request #360 from kkremitzki/master
...
Fix typo
2016-12-03 13:32:27 +01:00
wmayer
fa585583d8
set type names of geom classes
2016-12-03 13:26:12 +01:00
wmayer
e45a099698
extend generation framework to set Python class name
2016-12-03 12:50:36 +01:00