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 лет назад |
Marius Stanciu
|
d7677b5e08
- remade the Snap Toolbar presence; now it is always active and situated in the Status Bar
|
5 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
Marius Stanciu
|
eea80aafc3
- added the ability to add exclusion areas from the Excellon object too. Now there is a different in color to differentiate from which type of object the exclusion areas were added but they all serve the same purpose
|
5 лет назад |
Marius Stanciu
|
4ece23c456
- added a fix so the app close is now clean, with exit code 0 as set
|
5 лет назад |
Marius Stanciu
|
a161354c25
- solved issue with new parameter end_xy when it is None
|
5 лет назад |
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 лет назад |
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 лет назад |
David Robertson
|
723e242c2b
Remove duplicate factory defaults saving code in App
|
5 лет назад |
Marius Stanciu
|
3ec666edbb
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 лет назад |
Marius Stanciu
|
7df7e17569
- some message strings cleanup
|
5 лет назад |
Marius Stanciu
|
abce81d802
- fixed issue #394 - the saveDialog in Linux did not added the selected extension
|
5 лет назад |
Marius Stanciu
|
3d39916b5f
- minor changes to increase compatibility with Python 3.8
|
5 лет назад |
Marius Stanciu
|
a872a958ca
- in the new Tools DB added ability to double click on the ID in the tree widget to execute adding a tool from DB
|
5 лет назад |
Marius Stanciu
|
4aeadde3da
- started to add the new database links in the NCC and Paint Tools
|
5 лет назад |
Marius Stanciu
|
e8adcb0c10
- fixed issues in the new database when adding the tool in a Geometry object
|
5 лет назад |
Marius Stanciu
|
1ca650e883
- modified the new database to accept data from NCC and Paint Tools
|
5 лет назад |
Marius Stanciu
|
5554cf0afa
- finished the new database based on a QTreeWidget
|
5 лет назад |
Marius Stanciu
|
1a06ce6a2d
- working on the new database
|
5 лет назад |
Marius Stanciu
|
77e01825c2
- wip on the new tools database
|
5 лет назад |
Marius Stanciu
|
70d3895799
- working on a new type of database
|
5 лет назад |
Marius Stanciu
|
7292a30b9e
- fixed some issues realted to the usage of the new confirmation message in FlatCAM Tools
|
6 лет назад |
Marius Stanciu
|
84c8588f89
- fixed the Drillcncjob Tcl command by adding an custom self.options key "Tools_in_use" and build it's value, in case it does not exist, to make the toolchange command work
|
6 лет назад |
Marius Stanciu
|
0268a02f3b
- changed the extension of the Tool Database file to FlatDB for easy recognition (in the future double clicking such a file might import the new tools in the FC database)
|
6 лет назад |
Marius Stanciu
|
448235b84a
- fixed a typo in ToolDB.on_tool_add()
|
6 лет назад |
Marius Stanciu
|
0e5e3a5227
- some changes related to the fact that the geometry default tool diameter value can be comma separated string of tool diameters
|
6 лет назад |
Marius Stanciu
|
6df765cda1
- solved issue #356 - in Tools DB can not be added more than one tool if a translation is active
|
6 лет назад |
Marius Stanciu
|
98d5986190
- some fixes in the Legacy(2D) graphic mode regarding the possibility of changing the color of the Gerber objects
|
6 лет назад |