- renamed the Tool menu category to Plugins

- for all the plugins optimized the plugin name
- renamed the app to FlatCAM Evo in order to make a difference from FlatCAM app which follows its own path
- modified the splash image to reflect the new naming of the app
- modified some of the documents (License, Readme) in the app to reflect the actual reality in 2021
This commit is contained in:
Marius Stanciu
2021-01-10 21:59:53 +02:00
committed by Marius
parent c249dfd6fe
commit 7291d85c07
44 changed files with 156 additions and 137 deletions

View File

@@ -318,9 +318,9 @@ class FCShell(TermWidget):
app_icon.addFile(self.app.resource_location + '/flatcam_icon32.png', QtCore.QSize(32, 32))
self.setWindowIcon(app_icon)
self.setWindowTitle(_("FlatCAM Shell"))
self.setWindowTitle(_("FlatCAM Evo Shell"))
self.resize(*self.app.defaults["global_shell_shape"])
self._append_to_browser('in', "FlatCAM %s - " % version)
self._append_to_browser('in', "FlatCAM Evo %s - " % version)
self.append_output('%s\n\n' % _("Type >help< to get started"))
self.app.ui.shell_dock.setWidget(self)