- 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

@@ -104,7 +104,7 @@ class SolderPaste(AppTool):
break
# show the Tab
if not found_idx:
self.app.ui.notebook.addTab(self.app.ui.tool_tab, _("Tool"))
self.app.ui.notebook.addTab(self.app.ui.tool_tab, _("Plugin"))
# focus on Tool Tab
self.app.ui.notebook.setCurrentWidget(self.app.ui.tool_tab)
@@ -132,7 +132,7 @@ class SolderPaste(AppTool):
self.set_tool_ui()
self.build_ui()
self.app.ui.notebook.setTabText(2, _("SolderPaste Tool"))
self.app.ui.notebook.setTabText(2, _("SP Dispenser"))
def install(self, icon=None, separator=None, **kwargs):
AppTool.install(self, icon, separator, shortcut='Alt+K', **kwargs)
@@ -1140,7 +1140,7 @@ class SolderPaste(AppTool):
class SolderUI:
toolName = _("Solder Paste Tool")
toolName = _("SP Dispenser")
def __init__(self, layout, app, solder_class):
self.app = app
@@ -1156,6 +1156,9 @@ class SolderUI:
font-weight: bold;
}
""")
title_label.setToolTip(
_("A plugin to help dispense solder paste on the PCB pads using a CNC machine.")
)
self.layout.addWidget(title_label)
# ## Form Layout