wmayer
21c1301df1
PVS: V794 The assignment operator should be protected from the case of 'this == ...'
2019-03-13 12:38:46 +01:00
wmayer
7e482a5002
PVS: V730 Not all members of a class are initialized inside the constructor
2019-03-12 18:33:25 +01:00
Yorik van Havre
a3607ce029
Updated translations
2019-03-06 21:50:08 -03:00
wmayer
f87fe7e12b
fix copy-constructor of Path::Area class
2019-03-03 15:51:07 +01:00
wmayer
61eeca41e1
fix -Wmaybe-uninitialized
2019-03-03 15:04:24 +01:00
Yorik van Havre
512af24397
Revert "Merged crowdin translations" for investigation due to some problems found in the translation files...
...
This reverts commit cd433358b09117f234dd0a51dc2a6bfa05428867.
2019-03-02 19:17:44 -03:00
Yorik van Havre
bd93bd2494
Merged crowdin translations
2019-02-28 21:53:37 -03:00
wmayer
e23db2e313
PVS: V773 A memory leak is possible
2019-02-17 18:40:06 +01:00
Yorik van Havre
3cc1a327ce
Updated master translation files
2019-02-08 19:16:21 -02:00
luz.paz
cb4a0adf71
Misc. typos
...
Found via `codespell`
2019-02-08 11:01:24 -02:00
Markus Lampert
2e692dff2d
Restrict removal of g0 to clearance height to the engraving of the last base model.
2019-02-04 22:21:28 -02:00
Markus Lampert
40886d7d1f
Fixed error in hole sorting algorithm when some locations have identical distances
2019-02-04 22:20:03 -02:00
Markus Lampert
c0b3e0d4e4
Fixed dragknife error if coordinate isn't set in command.
2019-02-04 22:20:03 -02:00
Markus Lampert
2d798883c7
Fixed py3 change of return type of
2019-02-04 22:20:03 -02:00
Yorik van Havre
95dda429eb
Updated translations
2019-02-01 13:54:10 -02:00
luz.paz
2ce03a55c6
[WIP] Crowdin: fixes pre-0.18 release
...
Includes some whitespace fixes as well
2019-01-30 11:08:03 -02:00
markus
58e25d463e
Use regular 'w' mode when writing text files for py3 compatibility.
2019-01-30 10:12:00 -02:00
Markus Lampert
b834b369dd
Set feed rates to constructs commands for a tags.
2019-01-24 10:13:44 -02:00
Markus Lampert
bd2beb0bf2
Added support for feeds and speeds to to cmdsForEdge.
2019-01-24 10:13:44 -02:00
sliptonic
21e1883602
fixes #3665
...
Applying patch from jurij
2019-01-22 20:26:59 +01:00
luz.paz
7f081b24fd
Fix source typos
2019-01-22 20:26:59 +01:00
luz.paz
c5641feba3
Path: Misc. comment typo and whitespace fixes
2019-01-22 20:26:58 +01:00
sliptonic
4fb43389f0
Path: Remove obsolete code
2019-01-19 23:31:49 -06:00
sliptonic
d71231c5b3
crowdin: fix whitespace
2019-01-19 23:31:49 -06:00
luz.paz
49bb541a1e
Crowdin: Path/PathScripts/PathOp.py capitalize string
2019-01-19 23:31:49 -06:00
luz.paz
bdcbf3b29c
Crowdin: Path/PathScripts/PathProfileBase.py capitalize string
2019-01-19 23:31:48 -06:00
luz.paz
da6282f57f
Crowdin: Experiment to remove obsolete translations from .ts file
...
Crowdin currently has an issue where typo strings that have been fixed in the FC source haven't been permeating in to the Crowdin UI. This maybe do to discrepency between lupdate and crowdin. This PR experiments with removing a few lingering obsolete translations in the main .ts file of the Arch and Path WBs. If this works then a follow-up PR will be made to remove all the rest of the obsolete strings.
2019-01-14 19:39:58 +01:00
cclauss
a8a02e881d
Drop depencence on six module
2019-01-07 15:51:34 +01:00
cclauss
00d8f39840
Fix file, long, raw_input, and xrange for Python 3
2019-01-07 15:42:37 +01:00
cclauss
c8a2b21904
Missing import FreeCAD and/or FreeCADGui (again)
2019-01-07 12:25:27 -02:00
wmayer
e3d4cbeb3d
Py3: use feature detection instead of version detection
2019-01-05 13:11:04 +01:00
Markus Lampert
a86f53271c
Using fixed size images for qt5/4 compatibility
2019-01-05 12:30:41 +01:00
Markus Lampert
729b5a2221
Setting fixed size for tool images
2019-01-05 12:30:41 +01:00
Markus Lampert
c3e413340f
Fixed Queue import for py3
2019-01-05 12:30:41 +01:00
Markus Lampert
096c21f338
Fixed indexing dictionary keys
2019-01-05 12:30:40 +01:00
wmayer
3e12a59d41
fix several Py3 issues
2019-01-03 18:11:37 +01:00
wmayer
fc27c9986b
handle C++ exception in Python interface
2019-01-03 12:19:37 +01:00
luz.paz
579e588395
Path: source comment typo fixes
...
Found via `codespell`
2018-12-27 10:22:36 -02:00
Yorik van Havre
39d446f60f
Updated translations from crowdin
2018-12-23 13:54:30 -02:00
Markus Lampert
a907a103cd
Use removeSplitter to get a single face for the removal shape construction.
2018-12-23 11:07:31 -02:00
Gauthier
5ea712f654
Fix forget to add new postprocessor grbl_G81 in CMakeLists
2018-12-14 08:52:35 -03:00
Gauthier
843d334874
First version of grbl_G81_post.py
2018-12-13 09:01:52 -03:00
kreso-t
0b6bd3c2ae
Path: Adaptive - bugfix
...
fix for path cleaning, related to uncleared regions
2018-12-11 09:10:08 -03:00
looooo
c2be67e812
py3: iteritems -> items, iterkeys -> keys
2018-12-08 11:27:22 -03:00
luz.paz
cfbfa9dc6b
Misc. typo, grammar, and whitespace fixes
...
[skip ci]
2018-11-27 15:02:58 -03:00
wmayer
cda4c96fa8
Replace Base::Exception with appropriate subclass
2018-11-14 17:47:43 +01:00
wmayer
4accbb257c
Fix scan coverity issues:
...
CID 184299: Null pointer dereferences (FORWARD_NULL)
CID 184297: Error handling issues (UNCAUGHT_EXCEPT)
CID 184296: Uninitialized members (UNINIT_CTOR)
CID 184292: Uninitialized members (UNINIT_CTOR)
2018-11-13 13:20:16 +01:00
Zheng, Lei
b6c0cf8ce5
Path.Area: minor optimization
2018-11-06 12:02:12 -03:00
Zheng, Lei
24aa185b3e
Path.Area: fix default parameter initialization
2018-11-06 12:02:12 -03:00
Markus Lampert
716298bf0c
Support for step down in deburr op.
2018-11-06 12:01:18 -03:00