Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html

branch
maintenance
changeset 5730
6422afc7adc4
parent 5727
c8842a8d1167
child 6123
39cd368143db
diff -r 9a71bd9e2e37 -r 6422afc7adc4 Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html
--- a/Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html	Sun Apr 09 16:52:55 2017 +0200
+++ b/Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html	Sat May 06 13:43:21 2017 +0200
@@ -54,25 +54,10 @@
 <dd>
 emitted after something was received from
         a QProcess on stdout
-</dd><dt>closeSourceWindow(str)</dt>
-<dd>
-emitted after a file has been
-        removed/deleted from the project
-</dd><dt>linguistFile(str)</dt>
-<dd>
-emitted to open a translation file with
-        Qt-Linguist
 </dd><dt>showMenu(str, QMenu)</dt>
 <dd>
 emitted when a menu is about to be shown.
         The name of the menu and a reference to the menu are given.
-</dd><dt>sourceFile(str)</dt>
-<dd>
-emitted to open a translation file in an editor
-</dd><dt>trpreview(list of str, bool = False)</dt>
-<dd>
-emitted to preview
-        translations in the translations previewer
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -119,7 +104,7 @@
 <td>Private method to generate selected translation files (.ts) for Qt Linguist.</td>
 </tr><tr>
 <td><a href="#ProjectTranslationsBrowser.__generateTSFile">__generateTSFile</a></td>
-<td>Private method used to run pylupdate/pylupdate4 to generate the .ts files.</td>
+<td>Private method used to run pylupdate4/pylupdate5/pyside-lupdate to generate the .ts files.</td>
 </tr><tr>
 <td><a href="#ProjectTranslationsBrowser.__generateTSFileDone">__generateTSFileDone</a></td>
 <td>Private slot to handle the finished signal of the pylupdate process.</td>
@@ -134,7 +119,7 @@
 <td>Private slot to handle the readyReadStandardError signal of the lrelease process.</td>
 </tr><tr>
 <td><a href="#ProjectTranslationsBrowser.__readStderrLupdate">__readStderrLupdate</a></td>
-<td>Private slot to handle the readyReadStandardError signal of the pylupdate process.</td>
+<td>Private slot to handle the readyReadStandardError signal of the pylupdate4/pylupdate5/pyside-lupdate process.</td>
 </tr><tr>
 <td><a href="#ProjectTranslationsBrowser.__readStdout">__readStdout</a></td>
 <td>Private method to read from a process' stdout channel.</td>
@@ -270,8 +255,8 @@
 <h4>ProjectTranslationsBrowser.__generateTSFile</h4>
 <b>__generateTSFile</b>(<i>noobsolete=False, generateAll=True</i>)
 <p>
-        Private method used to run pylupdate/pylupdate4 to generate the .ts
-        files.
+        Private method used to run pylupdate4/pylupdate5/pyside-lupdate to
+        generate the .ts files.
 </p><dl>
 <dt><i>noobsolete</i></dt>
 <dd>
@@ -324,7 +309,7 @@
 <b>__readStderrLupdate</b>(<i></i>)
 <p>
         Private slot to handle the readyReadStandardError signal of the
-        pylupdate process.
+        pylupdate4/pylupdate5/pyside-lupdate process.
 </p><a NAME="ProjectTranslationsBrowser.__readStdout" ID="ProjectTranslationsBrowser.__readStdout"></a>
 <h4>ProjectTranslationsBrowser.__readStdout</h4>
 <b>__readStdout</b>(<i>proc, ps</i>)

eric ide

mercurial