Wed, 28 Jan 2015 20:21:26 +0100
Added a "What's this" help message to the dialog used to edit Qt error message filters.
E5Gui/E5ErrorMessageFilterDialog.ui | file | annotate | diff | comparison | revisions | |
i18n/eric6_cs.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.qm | file | annotate | diff | comparison | revisions | |
i18n/eric6_de.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_en.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_es.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_fr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_it.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_pt.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_ru.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_tr.ts | file | annotate | diff | comparison | revisions | |
i18n/eric6_zh_CN.GB2312.ts | file | annotate | diff | comparison | revisions |
--- a/E5Gui/E5ErrorMessageFilterDialog.ui Wed Jan 28 19:48:55 2015 +0100 +++ b/E5Gui/E5ErrorMessageFilterDialog.ui Wed Jan 28 20:21:26 2015 +0100 @@ -119,6 +119,10 @@ </item> <item row="0" column="0" rowspan="5"> <widget class="E5ListView" name="filterList"> + <property name="whatsThis"> + <string><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></string> + </property> <property name="alternatingRowColors"> <bool>true</bool> </property>
--- a/i18n/eric6_cs.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_cs.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7260,6 +7260,12 @@ <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_de.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_de.ts Wed Jan 28 20:21:26 2015 +0100 @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS><TS version="2.0" language="de" sourcelanguage=""> +<!DOCTYPE TS> +<TS version="2.1" language="de"> <context> <name>AboutDialog</name> <message> @@ -1918,8 +1919,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksMenu.py" line="145"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> </context> <context> @@ -1987,8 +1988,8 @@ </message> <message> <location filename="../Helpviewer/Bookmarks/BookmarksToolBar.py" line="93"/> - <source>Open in New &Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>In neuem &Register öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open in New &Tab Ctrl+LMB</source> + <translation>In neuem &Register öffnen Strg+LMK</translation> </message> </context> <context> @@ -7287,6 +7288,13 @@ <source>Enter message filter to add to the list:</source> <translation>Gib den hinzuzufügenden Nachrichtenfilter ein:</translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation><b>Fehlermeldungsfilter</b> +<p>Diese Liste zeight alle konfigurierten Fehlermeldungsfehler zur Unterdrückung von Qt Fehlermeldung.</p></translation> + </message> </context> <context> <name>E5GraphicsView</name> @@ -15876,8 +15884,8 @@ </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1094"/> - <source>Open Link in New Tab<byte value="x9"/>Ctrl+LMB</source> - <translation>Link in neuem Fenster öffnen<byte value="x9"/>Strg+LMK</translation> + <source>Open Link in New Tab Ctrl+LMB</source> + <translation>Link in neuem Fenster öffnen Strg+LMK</translation> </message> <message> <location filename="../Helpviewer/HelpBrowserWV.py" line="1167"/>
--- a/i18n/eric6_en.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_en.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7217,6 +7217,12 @@ <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_es.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_es.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7283,6 +7283,12 @@ <source>Enter message filter to add to the list:</source> <translation>Introducir filtro de mensaje para añadir a la lista:</translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_fr.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_fr.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7259,6 +7259,12 @@ <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_it.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_it.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7277,6 +7277,12 @@ <source>Enter message filter to add to the list:</source> <translation>Digita un filtro dei messaggi da aggiungere alla lista:</translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_pt.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_pt.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7616,6 +7616,12 @@ <source>Enter message filter to add to the list:</source> <translation>Introduza o filtro de mensagens para juntar à lista:</translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_ru.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_ru.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7314,6 +7314,12 @@ <source>Enter message filter to add to the list:</source> <translation>Введите новый фильтр сообщений для добавления в список:</translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_tr.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_tr.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7251,6 +7251,12 @@ <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>
--- a/i18n/eric6_zh_CN.GB2312.ts Wed Jan 28 19:48:55 2015 +0100 +++ b/i18n/eric6_zh_CN.GB2312.ts Wed Jan 28 20:21:26 2015 +0100 @@ -7242,6 +7242,12 @@ <source>Enter message filter to add to the list:</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../E5Gui/E5ErrorMessageFilterDialog.ui" line="123"/> + <source><b>Error Message Filter</b> +<p>This list shows the configured message filters used to suppress error messages from within Qt.</p></source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>E5GraphicsView</name>