flatcam/flatcamGUI
Marius Stanciu ce666e2dbf - added a fix in the Gerber parser to work even when there is no information about zero suppression in the Gerber file
- added new settings in Edit -> Preferences -> Gerber for Gerber Units and Gerber Zeros to be used as defaults in case that those informations are missing from the Gerber file
2019-10-01 15:08:49 +03: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
__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
FlatCAMGUI.py - modified the Distance Tool such that the numbe of decimals all over the tool is set in one place by the self.decimals 2019-09-30 03:02:04 +03:00
GUIElements.py - fixed the FCSpinner and FCDoubleSpinner GUI elements to select all on first click and deselect on second click in the Spinbox LineEdit 2019-10-01 01:38:18 +03:00
ObjectUI.py - fixed the FCSpinner and FCDoubleSpinner GUI elements to select all on first click and deselect on second click in the Spinbox LineEdit 2019-10-01 01:38:18 +03:00
PlotCanvas.py - fixed a bug in Excellon Editor that crashed the app when editing the first tool added automatically into a new black Excellon file 2019-09-28 21:29:23 +03:00
PlotCanvasLegacy.py - made the mouse cursor (big, small) change in real time for both graphic engines 2019-09-27 17:19:44 +03:00
PreferencesUI.py - added a fix in the Gerber parser to work even when there is no information about zero suppression in the Gerber file 2019-10-01 15:08:49 +03:00
VisPyCanvas.py - added new settings in Edit -> Preferences -> General for Notebook Font size (set font size for the items in Project Tree and for text in Selected Tab) and for canvas Axis font size. The values are stored in QSettings. 2019-08-13 04:23:32 +03:00
VisPyPatches.py - unfortunately the fix for issue where while zooming the mouse cursor shape was not updated braked something in way that Matplotlib work with PyQt5, therefore I removed it 2019-09-25 03:26:34 +03:00
VisPyTesselators.py - editing a multi geometry will no longer pop-up a Tcl window 2019-05-30 21:05:12 +03:00
VisPyVisuals.py - added a setting in Preferences -> Gerber -> Gerber General named Buffering. If set to 'no' the Gerber objects load a lot more faster (perhaps 10 times faster than when set to 'full') but the visual look is not so great as all the aperture polygons can be seen 2019-09-09 02:41:14 +03:00