Marius Stanciu
|
4c83e87feb
- moved some of the GUI related methods from FlatCAMApp.App to the flatcamGUI.FlatCAMGUI class
|
5 years ago |
Marius Stanciu
|
af2cc005b0
- made the workspace label in the status bar clickable and also added a status bar message on status toggle for workspace
|
5 years ago |
Marius Stanciu
|
1085d26b7b
- fixed the PDF Tool when importing as Gerber objects
|
5 years ago |
Marius Stanciu
|
4cfecfa70a
- reverted the previous changes to object collection; it is better to create empty methods in FlatCAMScript and FlatCAMDocument objects
|
5 years ago |
Marius Stanciu
|
c1941bc882
- fixed the object collection methods that return a list of objects or names of objects such that they have a parameter now to allow adding to those lists (or not) for the objects of type Script or Document. Thus fixing some of the Tcl commands such Set Origin
|
5 years ago |
Marius Stanciu
|
9a53edd017
- grid snap toolbar is now always active
|
5 years ago |
Marius Stanciu
|
18e128c57b
- now the Edit command (either from Menu Edit ->Edit Object) or through the shortcut key (E key) or project tab context menu works also for the CNCJob objects (will open a text Editor with the GCode)
|
5 years ago |
Marius Stanciu
|
0aeef246ea
- fixed the workspace being always A4
|
5 years ago |
Marius Stanciu
|
d0e80043a4
- added a menu entry in Menu -> View for Toggle HUD
|
5 years ago |
Marius Stanciu
|
28f0c9c276
- added new FlatCAM Tool: Corner Markers Tool which will add line markers in the selected corners of the bounding box of the targeted Gerber object
|
5 years ago |
Marius Stanciu
|
fa33a5f487
- worked on the NCC Tool; added a new clear method named 'Combo' which will go through all methods until the clear is done
|
5 years ago |
Marius Stanciu
|
d739a5b05d
- re-added the position labels in the status bar; they will be useful if HUD is Off (Altium does the same :) so learn from the best)
|
5 years ago |
Marius Stanciu
|
3a337212f0
- fix issue in Legacy2D graphic mode where the snap function was not accessible when the PlotCanvasLegacy class was created
|
5 years ago |
Marius Stanciu
|
3c0ee97c61
- Snap Toolbar is now visible in Fullscreen
|
5 years ago |
Marius Stanciu
|
d7677b5e08
- remade the Snap Toolbar presence; now it is always active and situated in the Status Bar
|
5 years ago |
Marius Stanciu
|
46367c433f
- removed the labels in status bar that display X,Y positions and replaced it with a HUD display on canvas (combo key SHIFT+H) will toggle the display of the HUD
|
5 years ago |
Marius Stanciu
|
0e07ea1541
- modified the GUI for Exclusion areas; now the shapes are displayed in a Table where they can be selected and deleted. Modification applied for Geometry Objects only (for now).
|
5 years ago |
Marius Stanciu
|
484fb51bf0
- added a parameter to the FlatCAMDefaults class, whenever a value in the self.defaults dict change it will call a callback function and send to it the modified key
|
5 years ago |
Marius Stanciu
|
4ece23c456
- added a fix so the app close is now clean, with exit code 0 as set
|
5 years ago |
Marius Stanciu
|
a161354c25
- solved issue with new parameter end_xy when it is None
|
5 years ago |
Marius Stanciu
|
afbe2d974f
- handled the New project event and the object deletion (when all objects are deleted then the exclusion areas will be deleted too)
|
5 years ago |
Marius Stanciu
|
343d4ee534
- changed the above: too many shapes collections and the performance will go down. Created a class Exclusion areas that holds all the require properties and the Object UI elements will connect to it's methods. This way I can apply this to Excellon object too (who are a special type of Geometry Object)
|
5 years ago |
Marius Stanciu
|
91493b2fbc
- wip in adding Exclusion areas in Geometry object; each Geometry object has now a storage for shapes (exclusion shapes, should I make them more general?)
|
5 years ago |
Marius Stanciu
|
ed105eecad
- fixed an issue that made the preprocessors comboxes in Preferences not to load and display the saved value fro the file
|
5 years ago |
Marius Stanciu
|
33f4b42ea3
- string with e-mail address changed on e-mail owner request
|
5 years ago |
Marius Stanciu
|
88dc9aa702
- in detachable tabs, Linux loose the reference of the detached tab and on close of the detachable tabs will gave a 'segmantation fault' error. Solved it by not deleting the reference in case of Unix-like systems
|
5 years ago |
Marius Stanciu
|
17a2c0e4c1
- updated the translation files
|
5 years ago |
Marius
|
83a515eeee
Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta
|
5 years ago |
Marius Stanciu
|
77f6e19267
- small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta
|
5 years ago |
Marius Stanciu
|
bb4a116ae0
- updated the translations
|
5 years ago |