Marius Stanciu
|
66a3e36701
- cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app
|
5 years ago |
Marius Stanciu
|
6c9c367540
- modified the Tools Database and Preferences with the new parameters from CutOut Tool
|
5 years ago |
Marius Stanciu
|
2eecb20e95
- remade file names in the app
|
5 years ago |
Marius Stanciu
|
f5c84fdc49
- maintenance_2
|
5 years ago |
Marius
|
5abb7866d8
- maintenance_1
|
5 years ago |
Marius Stanciu
|
2bcdeff7ef
- moved all the new_object related methods in their own class AppObjects.AppObject
|
5 years ago |
Marius Stanciu
|
ba3f10d355
- renamed classes to have shorter names and grouped
|
5 years ago |
Marius Stanciu
|
9f13b47077
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 years ago |
Marius Stanciu
|
7df7e17569
- some message strings cleanup
|
5 years ago |
Marius Stanciu
|
8a299e8fc8
- multiple fixes in the Tcl commands (especially regarding the interchange between True/false and 1/0 values)
|
5 years ago |
Marius Stanciu
|
5dcddb168e
- added the outname parameter for the geocutout Tcl command
|
5 years ago |
Marius Stanciu
|
42949021b1
- fixed the Tcl Command Delete to have an argument -f that will force deletion evading the popup (if the popup is enabled). The sme command without a name now will delete all objects
|
5 years ago |
Marius Stanciu
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
6 years ago |
Marius Stanciu
|
d0e5b6c83a
- fixed imports in all TclCommands
|
6 years ago |
Marius Stanciu
|
8cba74647f
- made all TclCommands not to be plotted automatically
|
6 years ago |
Marius Stanciu
|
729b7cb11c
- some changes in the app.on_togle_units() to make sure we don't try to convert empty parameters which may cause crashes on FlatCAM units change
|
6 years ago |
Marius Stanciu
|
a5ffe475dd
- fixed bug in ToolCutout where creating a cutout object geometry from another external isolation geometry failed
|
6 years ago |
Marius Stanciu
|
2a30101bb0
- TclCommand Geocutout is now creating a new geometry object when working on a geometry, preserving also the origin object
|
6 years ago |
Marius Stanciu
|
c409df0a8e
- fixed issue with geometry name not being updated immediately after change while doing geocutout TclCommand
|
6 years ago |
Marius Stanciu
|
a545658d44
- fixed the Circle Steps parameter for both Gerber and Geometry objects not being applied and instead the app internal defaults were used.
|
6 years ago |
Marius Stanciu
|
ecc2c90f2a
- changed all the info messages that are of type warning, error or success so they have a space added after the keyword
|
6 years ago |
Marius Stanciu
|
9d0bcf477a
- removed the Open Gerber with 'follow' menu entry and also the open_gerber Tcl Command attribute 'follow'. This is no longer required because now the follow_geometry is stored by default in a Gerber object attribute gerber_obj.follow_geometry
|
7 years ago |
Marius Stanciu
|
1a8db0b5d9
- fixed the Tcl Command Geocutout to work with Gerber objects too (besides Geometry objects)
|
7 years ago |
Marius Stanciu
|
2ee80990e5
- added a new function (and shortcut key Escape) that when triggered it deselects all selected objects and delete the selection box(es)
|
7 years ago |
Marius Stanciu
|
05ae92726c
- renamed the theme to layout because it is really a layout change
|
7 years ago |
Marius Stanciu
|
e48d2d2f49
-clean-up before merge
|
7 years ago |
Marius Stanciu
|
421e9766ea
-clean-up before merge
|
7 years ago |
Marius Stanciu
|
3b9767cc6f
- I've finally run the tests with OK result (56 tests in 102.937 sec)
|
7 years ago |
Marius Stanciu
|
a4bbb98bf1
- converted from Python2 code to Python3 code
|
7 years ago |
Juan Pablo Caram
|
f77403b0f2
Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture.
|
9 years ago |