Selaa lähdekoodia

Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta_unstable

Marius Stanciu 5 vuotta sitten
vanhempi
commit
d899e5edc8

+ 1 - 0
CHANGELOG.md

@@ -17,6 +17,7 @@ CHANGELOG for FlatCAM beta
 - fixed a bug due of recent chagnes in FileMenuHandlers class
 - fixed an issue in Tools Database (ToolsDB2 class) that did not made the Tab name in Red color when adding/deleting a tool by using the context menu
 - optimized the Tools Database
+- small string change
 
 26.10.2020
 

+ 3 - 3
appGUI/MainGUI.py

@@ -625,7 +625,7 @@ class MainGUI(QtWidgets.QMainWindow):
         # ########################################################################
         # ########################## GEOMETRY EDITOR # ###########################
         # ########################################################################
-        self.geo_editor_menu = QtWidgets.QMenu(">Geo Editor<")
+        self.geo_editor_menu = QtWidgets.QMenu('>%s<' % _('Geo Editor'))
         self.menu.addMenu(self.geo_editor_menu)
 
         self.geo_add_circle_menuitem = self.geo_editor_menu.addAction(
@@ -700,7 +700,7 @@ class MainGUI(QtWidgets.QMainWindow):
         # ########################################################################
         # ########################## EXCELLON Editor # ###########################
         # ########################################################################
-        self.exc_editor_menu = QtWidgets.QMenu(_(">Excellon Editor<"))
+        self.exc_editor_menu = QtWidgets.QMenu('>%s<' % _('Excellon Editor'))
         self.menu.addMenu(self.exc_editor_menu)
 
         self.exc_add_array_drill_menuitem = self.exc_editor_menu.addAction(
@@ -739,7 +739,7 @@ class MainGUI(QtWidgets.QMainWindow):
         # ########################################################################
         # ########################## GERBER Editor # #############################
         # ########################################################################
-        self.grb_editor_menu = QtWidgets.QMenu(_(">Gerber Editor<"))
+        self.grb_editor_menu = QtWidgets.QMenu('>%s<' % _('Gerber Editor'))
         self.menu.addMenu(self.grb_editor_menu)
 
         self.grb_add_pad_menuitem = self.grb_editor_menu.addAction(

+ 1 - 2
appObjects/AppObject.py

@@ -401,7 +401,6 @@ class AppObject(QtCore.QObject):
                 name=str(obj.options['name']), tx=_("created/selected"))
             )
 
-
         # ############################################################################################################
         # Set the colors for the objects that have geometry
         # ############################################################################################################
@@ -439,7 +438,7 @@ class AppObject(QtCore.QObject):
         # #############################################################################################################
         # update the SHELL auto-completer model with the name of the new object
         # #############################################################################################################
-        self.app.shell._edit.set_model_data(self.app.myKeywords)
+        self.app.shell.command_line().set_model_data(self.app.myKeywords)
 
         if auto_select or self.app.ui.notebook.currentWidget() is self.app.ui.properties_tab:
             # select the just opened object but deselect the previous ones

BIN
locale/de/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 140 - 140
locale/de/LC_MESSAGES/strings.po


BIN
locale/en/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 142 - 142
locale/en/LC_MESSAGES/strings.po


BIN
locale/es/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 140 - 140
locale/es/LC_MESSAGES/strings.po


BIN
locale/fr/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 140 - 140
locale/fr/LC_MESSAGES/strings.po


BIN
locale/it/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 140 - 140
locale/it/LC_MESSAGES/strings.po


BIN
locale/ro/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 140 - 140
locale/ro/LC_MESSAGES/strings.po


BIN
locale/ru/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 139 - 139
locale/ru/LC_MESSAGES/strings.po


BIN
locale/tr/LC_MESSAGES/strings.mo


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 190 - 198
locale/tr/LC_MESSAGES/strings.po


Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 152 - 152
locale_template/strings.pot


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä