Markus Lampert
c38eee06e2
Abort OP creation transaction if TC selection is aborted with cancel, #3274
2017-11-28 12:39:02 -02:00
Markus Lampert
53dc025ca1
Fixed range issue in comparing edges when they have different # vertexes
2017-11-28 12:39:02 -02:00
Markus Lampert
098dc57069
Changed form layout to grid layout for qt5 compatibility.
2017-11-28 12:39:02 -02:00
wmayer
b03f3e4554
fixes #0003260 : Double Quote in tool name is not escaped in FCStd file
2017-11-26 18:39:13 +01:00
luzpaz
8200c97ed2
Fix Techdraw UI typo found via crowdin + misc. typos
...
Ref: https://crowdin.com/translate/freecad/27911/en-eu#6503377
2017-11-26 15:48:20 +01:00
Markus Lampert
9fecae859f
Fixed cut mode for pocket shape.
2017-11-24 10:21:36 -02:00
Markus Lampert
cb6bfdf37e
Expose curve accuracy as a preference.
2017-11-24 10:21:36 -02:00
Markus Lampert
c1aeb80652
pylint cleanup
2017-11-24 10:21:36 -02:00
luzpaz
a225b13bef
Misc. typos
...
- Tooltip uniformity
- source comment typo fixes
- remove double whitespaces
2017-11-24 09:45:08 -02:00
Markus Lampert
9320f6cda6
Changed TC editor fields horizontal sizing to expand.
2017-11-22 11:42:41 -02:00
Markus Lampert
0bcfebf9aa
Make keep tool down work - as good as it gets.
2017-11-22 11:42:41 -02:00
Shai Seger
d18e89f146
Make simulator work with non standard operations.
2017-11-22 11:34:14 -02:00
mlampert
983c5693ab
Merge branch 'master' into bugfix/tags-precision
2017-11-21 12:31:00 -08:00
pekkaroi
57c7626aee
Path: Allow removing of all base objects in Circular hole tools
2017-11-21 17:19:57 -03:00
Markus Lampert
1e416822db
Don't issue x and y coordinates for the initial G0 to ClearanceHeight, #3034
2017-11-20 22:21:05 -08:00
Markus Lampert
a12cabd42b
Fixed tag marker display for path's not on z=0
2017-11-20 21:26:06 -08:00
Markus Lampert
468d37603c
Fixed updating view after tag generation.
2017-11-20 20:50:26 -08:00
Markus Lampert
ac5c26d8aa
Increased tolerance for accepting tags.
2017-11-20 20:37:40 -08:00
Zheng, Lei
1e44192766
Path.Area: handle empty wires during sorting
2017-11-19 17:18:28 +01:00
Zheng, Lei
1b266448b1
Path.Area: replace push_back with emplace_back
...
For minor performance improvement
2017-11-19 17:18:28 +01:00
plgarcia
da79e1ff86
Very minor problem. Test of sheets is impacted by the locale. The decimal separator may be , instead of .
...
An assertEqualLocale function has been added to replace , by . in the values impacted by the locale with before comparison with the expected string containing a . as decimal separator.
Works fine
2017-11-18 22:04:57 +01:00
luzpaz
7a85bc81b5
Path: typo fixes
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=15&t=25384
+ I squeezed in a few more changes. @mlampert & @sliptonic do you mind reviewing?
2017-11-18 12:51:31 +01:00
Zheng, Lei
bdf4ee7326
Path.Area: improve coplanar checking performance
2017-11-16 15:20:17 +01:00
Zheng, Lei
c426249253
Path.Area: improve projection algorithm efficiency
2017-11-16 15:20:01 +01:00
Markus Lampert
6a1d88b08c
Fixed issue with empty expression.
2017-11-12 11:39:17 +01:00
wmayer
d9cc4a621b
fix German translation
2017-11-11 22:47:12 +01:00
PLChris
98faf0c661
make philips postprocessor compatible with current Path Workbench
2017-11-05 13:03:35 +01:00
Markus Lampert
9851b43df9
Comment explaining the local implementation of snapper mouse move
2017-11-01 10:39:07 -02:00
Markus Lampert
e0197fb6ea
Fixed holding tags snapper interaction.
2017-11-01 10:39:07 -02:00
Markus Lampert
694cb621a3
Moved tag generation together with button box for better getpoint handling.
2017-11-01 10:39:07 -02:00
Markus Lampert
606786eeb9
Use PathGetPoint for Tags.
2017-11-01 10:39:07 -02:00
Markus Lampert
6bcbb68cbc
Fixed PathSanity.
2017-11-01 10:39:07 -02:00
Markus Lampert
b35d044d16
Using vertical speed for tags.
2017-11-01 10:39:07 -02:00
Markus Lampert
0a24c0fa95
checkpoint
2017-11-01 10:39:07 -02:00
wmayer
2339d6b0be
add occ library dir to PathSimulator
2017-11-01 13:19:09 +01:00
Shai Seger
eabaf52d53
PathSimulator: move all changes to branch path_simulator
2017-10-31 11:10:23 -02:00
Shai Seger
c2ad2c1fcb
Fix dialog texts
2017-10-31 11:10:23 -02:00
Shai Seger
fc94e4f2f4
Solve the C++/Python type checking issue
2017-10-31 11:10:23 -02:00
Shai Seger
da6c885232
change abs to fabs (for linux compatibility)
2017-10-31 11:10:23 -02:00
Shai Seger
62cf54cc5c
fix some linux compiler warnings
2017-10-31 11:10:23 -02:00
Shai Seger
6ee622b675
Fixed some non standard c++ operations.
2017-10-31 11:10:23 -02:00
Shai Seger
57f2e68746
Fix another linux compilation issue...
2017-10-31 11:10:23 -02:00
Shai Seger
88f7cc4594
Increase Fast Forward speed
...
Fix Linux compilation issue (hopefully)
2017-10-31 11:10:23 -02:00
Shai Seger
81011b1a50
fix bug: when pressing play again, only first operation was done.
2017-10-31 11:10:23 -02:00
Shai Seger
51f9a8674b
Add 2 color stock, speed control and resolution control
2017-10-31 11:10:23 -02:00
Shai Seger
b4b7098ae1
Add sliders to task
2017-10-31 11:10:23 -02:00
Shai Seger
0fccc2b40b
Add missing files and place ui file in correct location
2017-10-31 11:10:23 -02:00
Shai Seger
2004a7033c
fixes after merge with upstream
2017-10-31 11:10:23 -02:00
Shai Seger
6e766deb32
integrate simulator into path workbench
2017-10-31 11:10:23 -02:00
Shai Seger
45fa948099
Initial simulation works
2017-10-31 11:10:23 -02:00