David Robertson
|
db37714025
Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class
|
5 years ago |
David Robertson
|
a05c174ec8
Fix some things that I broke and further cleanup
|
5 years ago |
Marius Stanciu
|
907e4bc6d9
- disabled a skip_quotes method in ToolShell.FCShell class so I can now use quotes to enclose file paths with spaces inside
|
5 years ago |
Marius Stanciu
|
eed7e3d620
- some minor changes in the Python version detection
|
5 years ago |
Marius Stanciu
|
61020e3624
- finished the moving of all Tcl Shell stuff out of the FlatCAAMApp class to flatcamTools.ToolShell class
|
5 years ago |
Marius Stanciu
|
26dd29e7dd
- the status bar messages that are echoed in the Tcl Shell will no longer have all text colored but only the identifier
|
5 years ago |
Marius Stanciu
|
b569fa1748
- added a new menu entry in the context menu of the Tcl Shell: 'Save Log' which will save the content of the Tcl Shell browser window to a file
|
5 years ago |
Marius Stanciu
|
3735753a93
- fixed the Tcl Command Help to work as expected; made the text of the commands to be colored in Red color and bold
|
5 years ago |
Marius Stanciu
|
a1499158c2
- refactored some of the code in the App class and created a new Tcl Command named Help
|
5 years ago |
Marius
|
cb52f1c10a
- lightened the hue of the color for 'success' messages printed in the Tcl Shell browser
|
5 years ago |
Marius Stanciu
|
3475ae00cd
- fixed bug in NCC Tool: after trying to add a tool already in the Tool Table when trying to change the Tool Type the GUI does not change
|
6 years ago |
Marius Stanciu
|
dfc0b98181
- fixed bug in Panelization Tool for which in case of Excellon objects, the panel kept a reference to the source object which created issues when moving or disabling/enabling the plots
|
6 years ago |
Marius Stanciu
|
b00c1018e4
- enhanced the Tool Film adding the Film adjustments and added the GUI in Preferences
|
6 years ago |
Marius Stanciu
|
608f1dd958
- made --shellvars into --shellvar and make it only one list of commands passed to the Tcl. The list is separated by comma but without spaces. The variables are accessed in Tcl with the names shellvar_x where x is the index in the list of command comma separated values
|
6 years ago |
Marius Stanciu
|
f51a3fa038
- made the splashscreen to be showed on the current monitor on systems with multiple monitors
|
6 years ago |
Marius Stanciu
|
f6cd63021e
- fixed some of the strings that were left in the old way
|
6 years ago |
Marius Stanciu
|
19444fb28c
- upgraded the Script Editor to be able to run Tcl commands in batches
|
6 years ago |
Marius Stanciu
|
e6153298bc
- PEP8 correction in flatcamTools
|
6 years ago |
Marius Stanciu
|
8ee516ec14
- editing a multi geometry will no longer pop-up a Tcl window
|
6 years ago |
Marius Stanciu
|
c0d21ee4e0
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 years ago |
Marius Stanciu
|
9d33e08ecf
- 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.
|
6 years ago |
Marius Stanciu
|
a6e23b28a7
- fix app crash for the case that there are no translation files
|
6 years ago |
Marius Stanciu
|
53627b566c
- added a fix in the Gerber parser when adding the geometry in the self.apertures dict for the case that the current aperture is None (Allegro does that)
|
6 years ago |
Marius Stanciu
|
6ba037fd83
- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab
|
6 years ago |
Marius Stanciu
|
574184f44c
- fixed Measuring Tool - after doing a measurement the Notebook was switching to Project Tab without letting the user see the results
|
6 years ago |
Marius Stanciu
|
934d971002
- WIP for internationalization
|
6 years ago |
Marius Stanciu
|
94d2fb23e2
- made showing a shape when hovering over objects, optional, by adding a Preferences -> General parameter
|
6 years ago |
Marius Stanciu
|
b68a010bde
- the SELECTED type of messages are no longer printed to shell from 2 reasons: first, too much spam and second, issue with displaying html
|
7 years ago |
Marius Stanciu
|
5b75d416ec
- moved some graphical classes out of Tool Shell to GUIElements.py where they belong
|
7 years ago |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
7 years ago |