flatcam/flatcamGUI
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)
- modified the ToolDB class and changed some strings
- Preferences classes now have access to the App attributes through app.setup_obj_classes() method
- moved app.setup_obj_classes() upper in the App.__init__()
- added a new Preferences setting allowing to modify the mouse cursor color
- remade the GUI in Preferences -> General grouping the settings in a more clear way
- made available the Jump To function in Excellon Editor
- added a clean_up() method in all the Editor Tools that need it, to be run when aborting using the ESC key
2019-12-26 01:47:50 +02:00
..
VisPyData/data - stored inside FlatCAM app the VisPy data files and at the first start the application will try to copy those files to the APPDATA (roaming) folder in case of running under Windows 2019-08-15 02:18:13 +03:00
FlatCAMGUI.py - 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) 2019-12-26 01:47:50 +02:00
GUIElements.py - the Jump To function reference is now saving it's last used value 2019-12-18 04:01:25 +02:00
ObjectUI.py - fixed re-cut length entry not staying disabled when the re-cut cb is not checked 2019-12-20 23:59:29 +02:00
PlotCanvas.py - fixed an issue in old default file detection and in saving the factory defaults file 2019-12-25 17:51:37 +02:00
PlotCanvasLegacy.py - fixed an issue in old default file detection and in saving the factory defaults file 2019-12-25 17:51:37 +02:00
PreferencesUI.py - 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) 2019-12-26 01:47:50 +02:00
VisPyCanvas.py - some fixes on the app.jump_to() method 2019-12-09 21:53:57 +02:00
VisPyPatches.py - fixed an issue in old default file detection and in saving the factory defaults file 2019-12-25 17:51:37 +02:00
VisPyTesselators.py - enhanced the Tool Film adding the Film adjustments and added the GUI in Preferences 2019-10-13 18:13:39 +03:00
VisPyVisuals.py - speed up the plotting in OpenGL(3D) graphic mode 2019-12-23 15:49:16 +02:00
__init__.py - added a visual cue in Menu -> Edit about the entries to enter the Editor and to Save & Exit Editor. When one is enabled the other is disabled. 2019-03-11 12:23:26 +02:00