Marius Stanciu
|
354946025c
- finished adding the TclCommandCopperClear that can be called with alias: 'ncc'
|
6 rokov pred |
Marius Stanciu
|
8c0b8ed13d
- initial add of a new Tcl COmmand named CopperClear
|
6 rokov pred |
Marius Stanciu
|
d606c836f4
- added a new TclCommand named Bbox who generate a bounding box.
|
6 rokov pred |
Marius Stanciu
|
0e96be7d9a
- made PlotCanvas class inherit from VisPy Canvas instead of creating an instance of it (work of JP)
|
6 rokov pred |
Marius Stanciu
|
3fe31dec59
- modified CutOut Tool so now the manual gaps adding will continue until the user is clicking the RMB
|
6 rokov pred |
Marius Stanciu
|
1ce0ff9d4a
- changed the release date
|
6 rokov pred |
Marius Stanciu
|
c2991b969b
- moved the canvas setup into it's own function and called it in the init() function
|
6 rokov pred |
Marius Stanciu
|
bd8f607b32
- added possibility to turn application portable from the Edit -> Preferences -> General -> App. Preferences -> Portable checkbox
|
6 rokov pred |
Marius Stanciu
|
62e48eb545
- added ability to turn ON/OFF the detachable capability of the tabs in Plot Tab Area through a context menu activated by right mouse button click on the Plot Tab Area header
|
6 rokov pred |
Marius Stanciu
|
a365225416
- added ability to turn ON/OFF the detachable capability of the tabs in Notebook through a context menu activated by right mouse button click on the Notebook header
|
6 rokov pred |
Marius Stanciu
|
fb62b58cd5
- small changes
|
6 rokov pred |
Marius Stanciu
|
50210820e2
- added feature in Paint Tool allowing the painting to be done on Gerber objects
|
6 rokov pred |
Marius Stanciu
|
07c31bba22
- fixed bug in Tool Sub that created issues when toggling visibility of the plots
|
6 rokov pred |
Marius Stanciu
|
5cc16a03db
- updated the Edit -> Preferences to include also the Gerber Editor complete Preferences
|
6 rokov pred |
Marius Stanciu
|
c2563b4857
- added ability to lock toolbars within the context menu that is popped up on any toolbars right mouse click. The value is saved in QSettings and it is persistent between application startup's.
|
6 rokov pred |
Marius Stanciu
|
8b12dbd52d
- updated the translation files for the modified strings (and for the newly added strings)
|
6 rokov pred |
Marius Stanciu
|
36586aecce
- finished adding in Paint Tool the usage of an external object to set the extent of th area painted. For simple shapes (single Polygon) the shape can be anything, for the rest will be a convex hull of the reference object
|
6 rokov pred |
Marius Stanciu
|
1fca6ef1bf
- added possibility to drag & drop FlatCAM config files (*.FlatConfig) into the canvas to be opened into the application
|
6 rokov pred |
Marius Stanciu
|
531beb1d97
- in NCC Tool added a new parameter (radio button) that offer the choice on the order of the tools both in tools table and in execution of engraving; added as a parameter also in Edit -> Preferences -> Tools -> NCC Tool
|
6 rokov pred |
Marius Stanciu
|
ae5de6c149
- added messages in the application window title which show the progress in loading a project (which is not thread-safe therefore keeping the app from fully initialize until finished)
|
6 rokov pred |
Marius Stanciu
|
2720bc34b7
- projects at startup don't work in another thread so there is no multithreading if I want to double click an project and to load it
|
6 rokov pred |
Marius Stanciu
|
b297e15eee
- made the exported preferences formatted therefore more easily read
|
6 rokov pred |
Marius Stanciu
|
b20203eace
- moved the initialization of the FlatCAM editors after a read of the default values. If I don't do this then only at the first start of the application the Editors are not functional as the Editor objects are most likely destroyed
|
6 rokov pred |
Marius Stanciu
|
b0db73497c
- updated translations and changed version
|
6 rokov pred |
Marius Stanciu
|
9205dd61f8
- fixed error when creating CNCJob due of having the annotations disabled from preferences but the plot2() function from camlib.CNCJob class still performed operations who yielded TypeError exceptions
|
6 rokov pred |
Marius Stanciu
|
923ce6aa7f
- updated the translations for the new strings
|
6 rokov pred |
Marius Stanciu
|
9e7d81d61b
- added new menu category in File -> Backup with two menu entries that duplicate the functions of the export/import preferences buttons from the bottom of the Preferences window
|
6 rokov pred |
Marius Stanciu
|
5c4c59d1a2
- remade the enable/disable plots functions to work only where it needs to (no sense in disabling a plot already disabled)
|
6 rokov pred |
Marius Stanciu
|
bbc00c8f35
- fixed a weird error that created a crash in the following scenario: create a new excellon, edit it, add some drills/slots, delete it without saving, create a new excellon, try to edit and a crash is issued due of a wrapped C++ error
|
6 rokov pred |
Marius Stanciu
|
c886e3300c
- added the Slot Type parameter for exporting Excellon in Edit -> Preferences -> Excellon -> Export Excellon. Now the Excellon object can be exported also with drilled slot command G85
|
6 rokov pred |