Yorik van Havre
d2a6c95993
Path: Fixed translation stuff - issue #2443
2016-02-09 17:05:57 -02:00
Yorik van Havre
3106ca7df3
Added slovenian language
2016-02-03 13:36:51 -02:00
Yorik van Havre
758b0778d4
Updated translations with latest from crowdin
2016-02-01 23:32:58 -02:00
Yorik van Havre
0672981905
Path: small fix in arcs rendering
2016-01-27 19:27:24 -02:00
Yorik van Havre
51919da326
Path: Added pref setting to disable auto-include of new paths in projects
2016-01-24 21:04:02 -02:00
Yorik van Havre
f882a2806d
Path: Fixed non-functioning Path From Shape
2016-01-23 19:39:34 -02:00
Yorik van Havre
67dbe9bdff
Path: Added Simple Copy tool + Inspect tool can now save changes
2016-01-23 15:58:00 -02:00
Yorik van Havre
2aaf6f1757
Path: better colors for PAth Inspector
2016-01-21 18:07:47 -02:00
Yorik van Havre
3f35e195dd
Path: misc bugfixes + restored node markers
2016-01-21 14:02:56 -02:00
Yorik van Havre
33876cd3c7
Path: made tooltable editable by right-clicking the machine
2016-01-20 20:36:53 -02:00
Yorik van Havre
0470a27fef
Path: reorganized tools
2016-01-20 19:05:12 -02:00
Yorik van Havre
0d5ab6ef5c
Path: ToolChange command + added Inspect command to context menu
2016-01-20 18:53:04 -02:00
Yorik van Havre
04f392c3a3
Path: minor improvements to some icons
2016-01-20 17:44:19 -02:00
wmayer
90e46f7192
+ simplify porting of Path module to Python3
2016-01-20 11:21:06 +01:00
Yorik van Havre
63904377e2
Path: Added new series of tools and fixes
...
* Fixed UsePlacement property of Path Compounds
* Added Path FaceProfile command - does a simple 2D contour of a face
* Added Path FacePocket command - does a simple 2D pocket of a face
* Added Path Array command - does an array with copies of a path
* Added Path Custom command - to add custom G-Code
* Added Inspect command - to inspect the G-Code of a path
2016-01-19 22:31:46 -02:00
Abdullah Tahiri
2c884ab5f5
Gui Enhancement: Support for macros in AppUserHome/Macro
...
=====================================================
What?
It was suggested that the macros should be moved to AppUserHome/Macro
http://forum.freecadweb.org/viewtopic.php?f=10&t=13433
Solution:
The solution is backwards compatible in the sense that if you have a running
configuration, updating should not change anything.
For new installations the macro directory will default to AppUserHome/Macro. However
this would break all the installation scripts (probably also ME's plugin manager).
Conflicts:
src/Mod/Path/Gui/AppPathGuiPy.cpp
2016-01-11 19:24:22 +01:00
Yorik van Havre
40b6811984
Path: added slic3r pre script
2016-01-10 19:58:02 -02:00
Mateusz Skowroński
6942c23895
Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false.
...
158f39ec78
This change is Qt4/Qt5 neutral.
2016-01-05 16:43:33 +01:00
Mateusz Skowroński
c275b35d48
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
...
This change is Qt4/Qt5 neutral.
2016-01-05 16:07:25 +01:00
Yorik van Havre
0dc4045455
Draft: small fix in patterns
2015-12-30 12:30:40 -02:00
Yorik van Havre
6c3a75c198
Path: added .gcode extension to available gode file formats
2015-12-13 12:31:53 -02:00
wmayer
f46dc20fca
+ fix & suppress msvc warnings
2015-10-16 18:26:30 +02:00
Yorik van Havre
c29786b34e
Path: removing leftover KDL stuff
2015-10-14 11:18:10 -03:00
Yorik van Havre
b7143ab290
Fixed Path's cmake file
2015-10-13 17:22:05 -03:00
Yorik van Havre
3dfec0e0e6
Path: Removed KDL/Robot dependency
2015-10-13 16:44:09 -03:00
wmayer
de41dc46ec
+ Prefer prefix ++/-- operators for non-primitive types
2015-10-07 13:38:17 +02:00
Mateusz Skowroński
05f95c0506
Fix files encoding. Go from ISO8859-1 to UTF-8.
2015-09-21 19:50:49 -03:00
wmayer
200362779f
+ fix crash due to sloppy reference counting
2015-09-15 18:19:36 +02:00
Yorik van Havre
f79d0d8ed2
Updated ts files
2015-09-14 14:31:47 -03:00
Jon Nordby
38c7e2304a
Path: Basic .rml postprocessor for Roland Modela MDX
...
Jog, drill, linear and arc motions works.
Tested on machine with some trivial projects,
dimensions and feedrate speeds verified.
Safe-Z/clearance command currently not respected (defaults to max height, super conservative).
2015-09-11 18:54:19 -03:00
Yorik van Havre
2da7764316
Merge remote-tracking branch 'jonnor/path-cli-fixes'
2015-09-11 18:51:17 -03:00
wmayer
89f5761618
Mod/Path: Removed-Wuninitialized warnings.
2015-09-11 15:19:18 +02:00
Eivind Kvedalen
68c3da5c05
Mod/Path: Removed -Wunused-but-set-variable warnings.
2015-09-11 15:16:02 +02:00
Eivind Kvedalen
e18aa783cd
Mod/Path: Removed -Wunused-function warnings.
2015-09-11 15:13:58 +02:00
Jon Nordby
15cac2a983
Path: Allow PostUtils to be used in CLI mode
2015-09-08 21:19:43 +02:00
Jon Nordby
c442e80939
Path: Fix unable to import from CLI
...
Need to guard 'import FreeCADGui' in this case.
2015-09-08 21:18:31 +02:00
Yorik van Havre
f8571fb2a4
Changed all references to DraftGeomUtils.sortEdges to Part.__sortEdges__
2015-09-04 11:54:57 -03:00
wmayer
db9a68feec
+ fix various warnings with VC++
2015-09-01 12:50:10 +02:00
wmayer
996d96285c
+ fix various warnings
2015-08-29 22:12:33 +02:00
wmayer
4a176cbe29
+ fix various warnings
2015-08-29 22:05:09 +02:00
wmayer
72aaaa669a
+ harmonize Coin3D cmake variables with official check
2015-07-28 14:55:15 +02:00
wmayer
c2c83a353b
+ harmonize XercesC cmake variables with official check
2015-07-28 14:17:49 +02:00
wmayer
4d780ddfdd
+ fix linking error on area module with clbundler
2015-07-28 11:44:37 +02:00
wmayer
8abef84a58
+ use nodefaultlib linker flag for modules
2015-07-27 11:52:19 +02:00
wmayer
d2b7b730d3
+ replace deprecated PYTHON_INCLUDE_PATH
2015-07-25 18:29:42 +02:00
wmayer
3a40a99742
+ create MODULE libraries in given directory
2015-07-24 22:56:18 +02:00
wmayer
37427ebef5
+ make area build with LibPack
2015-07-24 19:23:06 +02:00
wmayer
def4a3e186
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
2015-07-24 16:45:31 +02:00
Yorik van Havre
9220b4e5c0
Path: fixed clang warnings in libarea
2015-07-23 23:28:33 -03:00
Dan Falck
e3e7ef845f
changed the way points are compared for equality
2015-07-23 23:17:15 -03:00