Yorik van Havre
69c7b35a67
Arch: Grid command
2017-08-30 23:11:47 -03:00
Kurt Kremitzki
6e7952ec67
PDN: Add several Hole tests
2017-08-30 10:41:55 -03:00
Kurt Kremitzki
44f163178a
PDN: Add simple hole test
2017-08-30 10:41:55 -03:00
wwmayer
2751a3e847
Merge pull request #956 from luzpaz/more-crowdin-typos
...
Arch: typo fix
2017-08-29 15:28:32 +02:00
luzpaz
409f5186ca
Arch: typo fix
...
continuation of #953
found today in https://crowdin.com/translate/freecad/6766/en-ja#6499525
2017-08-28 17:31:18 -04:00
wmayer
a5bc70cca0
remove properties from transactions when being deleted
2017-08-28 21:20:17 +02:00
Markus Lampert
5219cb5b38
Different approach to determining the qt version.
2017-08-28 11:52:10 -03:00
Markus Lampert
353ebde7ab
Reduced log level to info.
2017-08-28 11:52:10 -03:00
Markus Lampert
d8eb9a31ca
Fix Qt4/5 setResizeMode -> setSectionResizeMode
2017-08-28 11:52:10 -03:00
luzpaz
467ef55788
Misc. typos discovered via crowdin
...
should close several crowdin issues.
2017-08-28 11:50:33 -03:00
Peter Lama
c0ad3fec63
Fix macOS Qt4 build
...
- Dereference qt plugin symlinks
- Remove qt postgresql plugin because of missing dependency
2017-08-28 11:47:44 -03:00
Pablo Gil
e29915b59e
Stylesheets: update to v.2.07
...
- several improvements and bugs fixed
- added Selector styles (by now it's a 3rd party plugin but for anyone that installs it, it will style the bar nicely)
- hide redundant info inside cells with links inside the Properties View
2017-08-28 11:42:28 -03:00
sliptonic
42945cd596
Path: remove obsolete operations
...
PathFaceProfile PathFacePocket are no longer necessary
2017-08-28 11:40:33 -03:00
sliptonic
da836d183f
Path: remove pathcompoundextended
...
non-functional
2017-08-28 11:40:33 -03:00
sliptonic
a15421e9cc
Path: gui cleanup
2017-08-28 11:40:33 -03:00
sliptonic
a651609fe1
path: convert smoothiepost to use argparse
2017-08-28 11:40:33 -03:00
sliptonic
151cfda1a6
path: gui cleanup for copy related functions
...
remove compound
2017-08-28 11:40:33 -03:00
sliptonic
550d35fb05
Path: cleanup on operation copy
2017-08-28 11:40:33 -03:00
sliptonic
1efe5cfe7c
Path: cleanup simplecopy
...
Now creates a 'custom' object with gcode property
2017-08-28 11:40:33 -03:00
sliptonic
694fb31df1
Path: Command to duplicate an operation.
...
Creates a copy of the currently selected operation in the same job
2017-08-28 11:40:33 -03:00
wmayer
d93f9b1868
Fix crash in enum property due to index out of range
2017-08-28 12:55:19 +02:00
Yorik van Havre
fccb5dbc87
Draft: New UI for the Scale tool
2017-08-25 16:40:49 -03:00
Markus Lampert
04390300cd
More py3 compatibility, same root cause though.
2017-08-24 20:31:57 -07:00
Markus Lampert
0fff9d416d
Fixed unit test for python3.
2017-08-24 20:31:57 -07:00
Markus Lampert
e0ebe92d1c
Added full unit test to make sure tool chain works correctly.
2017-08-24 20:31:57 -07:00
Markus Lampert
f2483f2ff0
Added preambles option to fromShapes to prevent Path.Area from emmitting a preamble before every block of movement.
2017-08-24 20:31:57 -07:00
Markus Lampert
36284251cb
Fixed merge issue.
2017-08-24 20:31:57 -07:00
Markus Lampert
a076179cf0
Start of dogbone unit tests.
2017-08-24 20:31:57 -07:00
Markus Lampert
a9867b4fdc
Removed redundant import.
2017-08-24 20:31:57 -07:00
Markus Lampert
21502ce1f1
Converted PathProfile to be based on PathAreaOp.
2017-08-24 20:31:57 -07:00
Yorik van Havre
12d411ac59
Draft: Fixed line to sketch conversion
2017-08-24 21:12:59 -03:00
Yorik van Havre
249d130051
Arch: Changed order of Rebar tools to match the wiki
2017-08-24 17:40:23 -03:00
wmayer
7321fa6b7e
don't filter point cloud when estimating normals to avoid mismatch of number of points and normals
2017-08-24 13:05:21 +02:00
wmayer
5996ebcf61
load organized point clouds in pcd files without properties
2017-08-23 17:23:00 +02:00
Bernd Hahnebach
ace619c096
FEM: z88, fix tet10 import and export node order
2017-08-22 18:23:58 +02:00
Bernd Hahnebach
4efcad7751
FEM: z88 disp reader, adapt new result mesh creation for results objects
2017-08-22 18:23:50 +02:00
Markus Lampert
88e2b6de9a
Reduced logging for pocket ops again.
2017-08-22 10:16:58 -03:00
Markus Lampert
ab2e516b35
Refactored pocket and facing to use the same base class; added min travel and keep tool down to the interface - latter one is hidden since it currently doesn't seem to work.
2017-08-22 10:16:58 -03:00
Markus Lampert
8c70c3abcd
Fixed retraction of tool when profiling multiple holes.
2017-08-22 10:16:58 -03:00
Markus Lampert
90952b1c5d
Added docstrings to Gui classes.
2017-08-22 10:16:58 -03:00
Markus Lampert
1f1e887103
Fixed error in circular hole when created with invalid features. Not sure how they get through but they should not cause an exception.
2017-08-22 10:16:58 -03:00
Markus Lampert
9f0ba77a54
Added doc strings to operations.
2017-08-22 10:16:58 -03:00
Markus Lampert
a59e1004c4
Replaced BaseGeometry 'Update' with 'Clear', since update didn't actually do anything and 3 buttons is consistent with the BaseLocation dialog.
2017-08-22 10:16:58 -03:00
Markus Lampert
be89ab0ac2
Gate Locations processing on feature enablement.
2017-08-22 10:16:58 -03:00
Markus Lampert
b7d62e4d6f
Moved GetPoint dialog to replace the add+remove+edit section and leave the list of locations visible - much better user experience
2017-08-22 10:16:58 -03:00
Markus Lampert
1f3a1d7c81
Added option to snapper to hode the snapbar once it's done
2017-08-22 10:16:58 -03:00
Markus Lampert
2642e668c5
Added location points for drilling to base framework.
2017-08-22 10:16:58 -03:00
Markus Lampert
b92d396753
Enabled drilling of arcs.
2017-08-22 10:16:58 -03:00
Markus Lampert
81f62d60fe
Reduced PathAreaOp log level to info.
2017-08-22 10:16:58 -03:00
Markus Lampert
a93bda2805
Fixed input field update again.
2017-08-22 10:16:58 -03:00