Added menu entry for the icon editor to the tray starter.

Sun, 20 Feb 2011 18:50:59 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 20 Feb 2011 18:50:59 +0100
changeset 907
74904673b366
parent 906
54550e08472a
child 908
d00447340771

Added menu entry for the icon editor to the tray starter.

APIs/Python3/eric5.api file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.Tools.TrayStarter.html file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.html file | annotate | diff | comparison | revisions
Documentation/Source/index.html file | annotate | diff | comparison | revisions
Tools/TrayStarter.py file | annotate | diff | comparison | revisions
__init__.py file | annotate | diff | comparison | revisions
changelog file | annotate | diff | comparison | revisions
i18n/eric5_cs.ts file | annotate | diff | comparison | revisions
i18n/eric5_de.qm file | annotate | diff | comparison | revisions
i18n/eric5_de.ts file | annotate | diff | comparison | revisions
i18n/eric5_en.ts file | annotate | diff | comparison | revisions
i18n/eric5_es.ts file | annotate | diff | comparison | revisions
i18n/eric5_fr.ts file | annotate | diff | comparison | revisions
i18n/eric5_it.ts file | annotate | diff | comparison | revisions
i18n/eric5_ru.ts file | annotate | diff | comparison | revisions
i18n/eric5_tr.ts file | annotate | diff | comparison | revisions
i18n/eric5_zh_CN.GB2312.ts file | annotate | diff | comparison | revisions
--- a/APIs/Python3/eric5.api	Sun Feb 20 18:34:04 2011 +0100
+++ b/APIs/Python3/eric5.api	Sun Feb 20 18:50:59 2011 +0100
@@ -6876,7 +6876,7 @@
 eric5.install.createConfig?4()
 eric5.install.createGlobalPluginsDir?4()
 eric5.install.createInstallConfig?4()
-eric5.install.createPyWrapper?4(pydir, wfile)
+eric5.install.createPyWrapper?4(pydir, wfile, isGuiScript = True)
 eric5.install.distDir?7
 eric5.install.doCleanup?7
 eric5.install.doCompile?7
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sun Feb 20 18:34:04 2011 +0100
+++ b/Documentation/Help/source.qhp	Sun Feb 20 18:50:59 2011 +0100
@@ -5426,6 +5426,7 @@
       <keyword name="TrayStarter.__startDiff" id="TrayStarter.__startDiff" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startDiff" />
       <keyword name="TrayStarter.__startEric" id="TrayStarter.__startEric" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startEric" />
       <keyword name="TrayStarter.__startHelpViewer" id="TrayStarter.__startHelpViewer" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startHelpViewer" />
+      <keyword name="TrayStarter.__startIconEditor" id="TrayStarter.__startIconEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startIconEditor" />
       <keyword name="TrayStarter.__startMiniEditor" id="TrayStarter.__startMiniEditor" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startMiniEditor" />
       <keyword name="TrayStarter.__startPluginInstall" id="TrayStarter.__startPluginInstall" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginInstall" />
       <keyword name="TrayStarter.__startPluginRepository" id="TrayStarter.__startPluginRepository" ref="eric5.Tools.TrayStarter.html#TrayStarter.__startPluginRepository" />
--- a/Documentation/Source/eric5.Tools.TrayStarter.html	Sun Feb 20 18:34:04 2011 +0100
+++ b/Documentation/Source/eric5.Tools.TrayStarter.html	Sun Feb 20 18:50:59 2011 +0100
@@ -102,6 +102,9 @@
 <td><a href="#TrayStarter.__startHelpViewer">__startHelpViewer</a></td>
 <td>Private slot to start the eric5 web browser.</td>
 </tr><tr>
+<td><a href="#TrayStarter.__startIconEditor">__startIconEditor</a></td>
+<td>Private slot to start the eric5 icon editor dialog.</td>
+</tr><tr>
 <td><a href="#TrayStarter.__startMiniEditor">__startMiniEditor</a></td>
 <td>Private slot to start the eric5 Mini Editor.</td>
 </tr><tr>
@@ -233,6 +236,11 @@
 <b>__startHelpViewer</b>(<i></i>)
 <p>
         Private slot to start the eric5 web browser.
+</p><a NAME="TrayStarter.__startIconEditor" ID="TrayStarter.__startIconEditor"></a>
+<h4>TrayStarter.__startIconEditor</h4>
+<b>__startIconEditor</b>(<i></i>)
+<p>
+        Private slot to start the eric5 icon editor dialog.
 </p><a NAME="TrayStarter.__startMiniEditor" ID="TrayStarter.__startMiniEditor"></a>
 <h4>TrayStarter.__startMiniEditor</h4>
 <b>__startMiniEditor</b>(<i></i>)
--- a/Documentation/Source/index-eric5.html	Sun Feb 20 18:34:04 2011 +0100
+++ b/Documentation/Source/index-eric5.html	Sun Feb 20 18:50:59 2011 +0100
@@ -22,7 +22,7 @@
 <body>
 <h1>eric5</h1>
 <p>
-Package implementing the eric5 Python IDE (version 5.1).
+Package implementing the eric5 Python IDE (version 5.2).
 </p><p>
 To get more information about eric5 please see the 
 <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/Documentation/Source/index.html	Sun Feb 20 18:34:04 2011 +0100
+++ b/Documentation/Source/index.html	Sun Feb 20 18:50:59 2011 +0100
@@ -27,7 +27,7 @@
 <table>
 <tr>
 <td><a href="index-eric5.html">eric5</a></td>
-<td>Package implementing the eric5 Python IDE (version 5.1).</td>
+<td>Package implementing the eric5 Python IDE (version 5.2).</td>
 </tr>
 </table>
 
--- a/Tools/TrayStarter.py	Sun Feb 20 18:34:04 2011 +0100
+++ b/Tools/TrayStarter.py	Sun Feb 20 18:50:59 2011 +0100
@@ -97,6 +97,10 @@
             self.trUtf8("SQL Browser"), self.__startSqlBrowser)
         self.__menu.addSeparator()
         
+        self.__menu.addAction(UI.PixmapCache.getIcon("iconEditor.png"), 
+            self.trUtf8("Icon Editor"), self.__startIconEditor)
+        self.__menu.addSeparator()
+        
         self.__menu.addAction(UI.PixmapCache.getIcon("pluginInstall.png"),
             self.trUtf8("Install Plugin"), self.__startPluginInstall)
         self.__menu.addAction(UI.PixmapCache.getIcon("pluginUninstall.png"),
@@ -301,6 +305,13 @@
         self.__startProc("eric5_sqlbrowser.py", "--config={0}".format(
             Utilities.getConfigDir()))
 
+    def __startIconEditor(self):
+        """
+        Private slot to start the eric5 icon editor dialog.
+        """
+        self.__startProc("eric5_iconeditor.py", "--config={0}".format(
+            Utilities.getConfigDir()))
+
     def __startQRegExp(self):
         """
         Private slot to start the eric5 QRegExp editor dialog.
--- a/__init__.py	Sun Feb 20 18:34:04 2011 +0100
+++ b/__init__.py	Sun Feb 20 18:50:59 2011 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Package implementing the eric5 Python IDE (version 5.1).
+Package implementing the eric5 Python IDE (version 5.2).
 
 To get more information about eric5 please see the 
 <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/changelog	Sun Feb 20 18:34:04 2011 +0100
+++ b/changelog	Sun Feb 20 18:50:59 2011 +0100
@@ -2,6 +2,7 @@
 ----------
 Version 5.2-snapshot-2011mmdd:
 - bug fixes
+- added menu entry for the icon editor to the tray starter
 
 Version 5.1-snapshot-20110123:
 - bug fixes
--- a/i18n/eric5_cs.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_cs.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -38246,37 +38246,37 @@
         <translation>Porovnat soubory stranu proti straně</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="108"/>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>Nastavení</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>Konec</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>Chyba v procesu generování</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
-        <source>Install Plugin</source>
-        <translation>Instalovat plugin</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
-        <source>Uninstall Plugin</source>
-        <translation>Odinstalovat plugin</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="104"/>
+        <source>Install Plugin</source>
+        <translation>Instalovat plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="106"/>
+        <source>Uninstall Plugin</source>
+        <translation>Odinstalovat plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="108"/>
         <source>Plugin Repository</source>
         <translation>Plugin repozitář</translation>
     </message>
@@ -38301,25 +38301,30 @@
         <translation>Eric5 tray startér</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>eric5 Mini Editor</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Nemohu spustit proces.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>eric5 Mini Editor</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Nemohu spustit proces.&lt;br&gt;Ověřte jestli je dostupný jako &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished">Editor ikon</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
Binary file i18n/eric5_de.qm has changed
--- a/i18n/eric5_de.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_de.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="1.1" language="de">
+<!DOCTYPE TS>
+<TS version="2.0" language="de">
 <context>
     <name>AboutDialog</name>
     <message>
@@ -1577,8 +1578,8 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="139"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
-        <translation>In neuem &amp;Register öffnen<byte value="x9"/>Strg+LMK</translation>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
+        <translation>In neuem &amp;Register öffnen	Strg+LMK</translation>
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/>
@@ -1628,7 +1629,7 @@
     </message>
     <message>
         <location filename="Helpviewer/Bookmarks/BookmarksToolBar.py" line="72"/>
-        <source>Open in New &amp;Tab<byte value="x9"/>Ctrl+LMB</source>
+        <source>Open in New &amp;Tab	Ctrl+LMB</source>
         <translation>In neuem &amp;Register öffnen\tStrg+LMK</translation>
     </message>
 </context>
@@ -11883,7 +11884,7 @@
     </message>
     <message>
         <location filename="Helpviewer/HelpBrowserWV.py" line="778"/>
-        <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source>
+        <source>Open Link in New Tab	Ctrl+LMB</source>
         <translation>Link in neuem Fenster öffnen\tStrg+LMK</translation>
     </message>
     <message>
@@ -37860,42 +37861,42 @@
         <translation>Dateien Seite an Seite vergleichen</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="108"/>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>Optionen</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>Beenden</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>Fehler beim Prozessstart</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Der Prozess konnte nicht gestartet werden.&lt;br&gt;StellenSie sicher, dass er als &lt;b&gt;{0}&lt;/b&gt; verfügbar ist.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
-        <source>Install Plugin</source>
-        <translation>Plugin installieren</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
-        <source>Uninstall Plugin</source>
-        <translation>Plugin deinstallieren</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="104"/>
+        <source>Install Plugin</source>
+        <translation>Plugin installieren</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="106"/>
+        <source>Uninstall Plugin</source>
+        <translation>Plugin deinstallieren</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="108"/>
         <source>Plugin Repository</source>
         <translation>Plugin Repository</translation>
     </message>
@@ -37920,20 +37921,25 @@
         <translation>Eric5 Systemstarter</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation>eric5 Entwicklungsumgebung</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>eric5 Mini Editor</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>eric5 Mini Editor</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation>Optionen (Systemstarter)</translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation>Icon Editor</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_en.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_en.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -37512,60 +37512,65 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
+        <location filename="Tools/TrayStarter.py" line="104"/>
         <source>Install Plugin</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
+        <location filename="Tools/TrayStarter.py" line="106"/>
         <source>Uninstall Plugin</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="104"/>
-        <source>Plugin Repository</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="108"/>
-        <source>Preferences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
-        <source>eric5 IDE</source>
+        <source>Plugin Repository</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
-        <source>Quit</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>Process Generation Error</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>OK</source>
+        <source>Preferences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="114"/>
+        <source>eric5 IDE</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="133"/>
+        <source>Quit</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>Process Generation Error</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>OK</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_es.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_es.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -37827,37 +37827,37 @@
         <translation>Comparar Archivos uno al lado de otro</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
+        <location filename="Tools/TrayStarter.py" line="104"/>
         <source>Install Plugin</source>
         <translation>Instalar Plugin</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
+        <location filename="Tools/TrayStarter.py" line="106"/>
         <source>Uninstall Plugin</source>
         <translation>Desinstalar Plugin</translation>
     </message>
     <message>
+        <location filename="Tools/TrayStarter.py" line="112"/>
+        <source>Preferences</source>
+        <translation>Preferencias</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="133"/>
+        <source>Quit</source>
+        <translation>Salir</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>Process Generation Error</source>
+        <translation>Error de Generación de Proceso</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>OK</source>
+        <translation>OK</translation>
+    </message>
+    <message>
         <location filename="Tools/TrayStarter.py" line="108"/>
-        <source>Preferences</source>
-        <translation>Preferencias</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
-        <source>Quit</source>
-        <translation>Salir</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>Process Generation Error</source>
-        <translation>Error de Generación de Proceso</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>OK</source>
-        <translation>OK</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="104"/>
         <source>Plugin Repository</source>
         <translation>Repositorio de Plugins</translation>
     </message>
@@ -37882,25 +37882,30 @@
         <translation>Lanzador de bandeja de sistema de Eric5</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation>eric5 IDE</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>Mini Editor de eric5</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;No se ha podido ejecutar el proceso.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>Mini Editor de eric5</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;No se ha podido ejecutar el proceso.&lt;br&gt;Asegúrese de que esta disponible como &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation>Preferencias (lanzador de bandeja de sistema)</translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished">Editor de Iconos</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_fr.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_fr.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -41705,7 +41705,7 @@
         <translation>Comparaison de fichiers côte à côte</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="108"/>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>Préférences</translation>
     </message>
@@ -41715,12 +41715,12 @@
         <translation type="obsolete">IDE eric4</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>Quitter</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>Erreur du processus</translation>
     </message>
@@ -41730,22 +41730,22 @@
         <translation type="obsolete">&lt;p&gt;Impossible de démarrer la version.&lt;br&gt;Assurez-vous qu&apos;il est bien disponible  &lt;b&gt;%1&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
-        <source>Install Plugin</source>
-        <translation>Installer un plugin</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
-        <source>Uninstall Plugin</source>
-        <translation>Désinstaller un plugin</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="104"/>
+        <source>Install Plugin</source>
+        <translation>Installer un plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="106"/>
+        <source>Uninstall Plugin</source>
+        <translation>Désinstaller un plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="108"/>
         <source>Plugin Repository</source>
         <translation>Référentiel de plugins</translation>
     </message>
@@ -41775,25 +41775,30 @@
         <translation type="unfinished">Lanceur eric4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation type="unfinished">IDE eric4 {5 ?}</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation type="unfinished">Mini-éditeur eric4 {5 ?}</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation type="unfinished">Mini-éditeur eric4 {5 ?}</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_it.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_it.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -37849,37 +37849,37 @@
         <translation>Confronta file lato a lato</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="108"/>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>Preferenze</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>Esci</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>Errore Generazione Processo</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
-        <source>Install Plugin</source>
-        <translation>Installa Plugin</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
-        <source>Uninstall Plugin</source>
-        <translation>Disinstalla Plugin</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="104"/>
+        <source>Install Plugin</source>
+        <translation>Installa Plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="106"/>
+        <source>Uninstall Plugin</source>
+        <translation>Disinstalla Plugin</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="108"/>
         <source>Plugin Repository</source>
         <translation>Repository Plugin</translation>
     </message>
@@ -37904,25 +37904,30 @@
         <translation>Eric5 tray starter </translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation>IDE eric5</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>Mini Editor di eric5</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Non posso avviare il processo.&lt;br&gt;Assicurarsi sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>Mini Editor di eric5</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Non posso avviare il processo.&lt;br&gt;Assicurarsi sia disponibile come &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation>Preferenze (tray starter)</translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished">Editor di icone</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_ru.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_ru.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -37936,42 +37936,42 @@
         <translation>Сравнить файлы с параллальным отображением (side by side)</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="108"/>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>Предпочтения</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>Выход</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>Ошибка процесса генерации</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить процесс.&lt;br&gt;Убедитесь, что он доступен как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
-        <source>Install Plugin</source>
-        <translation>Установить подключаемый модуль</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
-        <source>Uninstall Plugin</source>
-        <translation>Убрать подключаемый модуль</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="104"/>
+        <source>Install Plugin</source>
+        <translation>Установить подключаемый модуль</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="106"/>
+        <source>Uninstall Plugin</source>
+        <translation>Убрать подключаемый модуль</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="108"/>
         <source>Plugin Repository</source>
         <translation>Репозиторий плагинов</translation>
     </message>
@@ -37996,20 +37996,25 @@
         <translation>Запуск Eric5 в системном лотке</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation>eric5 IDE</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>Мини-редактор eric5</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>Мини-редактор eric5</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation>Предпочтения (системный лоток)</translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished">Редактор иконок</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_tr.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_tr.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -38113,60 +38113,65 @@
         <translation>SQL Gözatıcısı</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
+        <location filename="Tools/TrayStarter.py" line="104"/>
         <source>Install Plugin</source>
         <translation>Eklenti Kur</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
+        <location filename="Tools/TrayStarter.py" line="106"/>
         <source>Uninstall Plugin</source>
         <translation>Eklenti Kaldır</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="104"/>
-        <source>Plugin Repository</source>
-        <translation>Eklenti Havuzu</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="108"/>
-        <source>Preferences</source>
-        <translation>Seçenekler</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
-        <source>eric5 IDE</source>
-        <translation>eric5 IDE</translation>
+        <source>Plugin Repository</source>
+        <translation>Eklenti Havuzu</translation>
     </message>
     <message>
         <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation>eric5 Mini Düzenleyici</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
-        <source>Quit</source>
-        <translation>Çık</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>Process Generation Error</source>
-        <translation>İşlem Üretecinde Hata</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;İşlem başlatılamıyor.&lt;br&gt;Bu durum büyük olasılıkla şundan kaynaklanıyto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>OK</source>
-        <translation>TAMAM</translation>
+        <source>Preferences</source>
+        <translation>Seçenekler</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="114"/>
+        <source>eric5 IDE</source>
+        <translation>eric5 IDE</translation>
     </message>
     <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation>eric5 Mini Düzenleyici</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="133"/>
+        <source>Quit</source>
+        <translation>Çık</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>Process Generation Error</source>
+        <translation>İşlem Üretecinde Hata</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;İşlem başlatılamıyor.&lt;br&gt;Bu durum büyük olasılıkla şundan kaynaklanıyto &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>OK</source>
+        <translation>TAMAM</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished">İkon Düzenleyici</translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>
--- a/i18n/eric5_zh_CN.GB2312.ts	Sun Feb 20 18:34:04 2011 +0100
+++ b/i18n/eric5_zh_CN.GB2312.ts	Sun Feb 20 18:50:59 2011 +0100
@@ -41679,22 +41679,22 @@
         <translation>并排比较文件</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="100"/>
+        <location filename="Tools/TrayStarter.py" line="104"/>
         <source>Install Plugin</source>
         <translation>安装插件</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="102"/>
+        <location filename="Tools/TrayStarter.py" line="106"/>
         <source>Uninstall Plugin</source>
         <translation>卸载插件</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="104"/>
-        <source>Plugin Repository</source>
-        <translation>插件储存库</translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="108"/>
+        <source>Plugin Repository</source>
+        <translation>插件储存库</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="112"/>
         <source>Preferences</source>
         <translation>参数选择</translation>
     </message>
@@ -41709,12 +41709,12 @@
         <translation type="obsolete">Eric4 小型编辑器</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="129"/>
+        <location filename="Tools/TrayStarter.py" line="133"/>
         <source>Quit</source>
         <translation>退出</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>Process Generation Error</source>
         <translation>进程生成错误</translation>
     </message>
@@ -41724,7 +41724,7 @@
         <translation type="obsolete">&lt;p&gt;无法开始进程。&lt;br&gt;确定进程有有效如 &lt;b&gt;%1&lt;/b&gt;。&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
+        <location filename="Tools/TrayStarter.py" line="209"/>
         <source>OK</source>
         <translation>确定</translation>
     </message>
@@ -41744,25 +41744,30 @@
         <translation type="unfinished">Eric4 系统托盘图标 {5 ?}</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="110"/>
+        <location filename="Tools/TrayStarter.py" line="114"/>
         <source>eric5 IDE</source>
         <translation type="unfinished">Eric4 IDE {5 ?}</translation>
     </message>
     <message>
-        <location filename="Tools/TrayStarter.py" line="112"/>
-        <source>eric5 Mini Editor</source>
-        <translation type="unfinished">Eric4 小型编辑器 {5 ?}</translation>
-    </message>
-    <message>
-        <location filename="Tools/TrayStarter.py" line="205"/>
-        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="Tools/TrayStarter.py" line="116"/>
+        <source>eric5 Mini Editor</source>
+        <translation type="unfinished">Eric4 小型编辑器 {5 ?}</translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="209"/>
+        <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="120"/>
         <source>Preferences (tray starter)</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="Tools/TrayStarter.py" line="100"/>
+        <source>Icon Editor</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>TrayStarterPage</name>

eric ide

mercurial