Qt interface: Changed the icon names to lookup according to the Icon Naming Specification (bug #7)
parent
ed4fa40a3c
commit
a6fe38af2f
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.6)
|
||||
project (whyblocked
|
||||
VERSION 0.10.9
|
||||
VERSION 0.10.10
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<addaction name="action_edit"/>
|
||||
<addaction name="action_remove"/>
|
||||
<addaction name="action_reload"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="action_about"/>
|
||||
<addaction name="action_quit"/>
|
||||
</widget>
|
||||
|
@ -137,7 +138,7 @@
|
|||
</widget>
|
||||
<action name="action_add">
|
||||
<property name="icon">
|
||||
<iconset theme="add">
|
||||
<iconset theme="list-add">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -147,12 +148,12 @@
|
|||
<string>Add user or instance</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+N</string>
|
||||
<string>Ctrl+N</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_remove">
|
||||
<property name="icon">
|
||||
<iconset theme="remove">
|
||||
<iconset theme="list-remove">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -162,12 +163,12 @@
|
|||
<string>Remove user or instance</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Del</string>
|
||||
<string>Del</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_about">
|
||||
<property name="icon">
|
||||
<iconset theme="info">
|
||||
<iconset theme="help-about">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -176,13 +177,10 @@
|
|||
<property name="toolTip">
|
||||
<string>About this application</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_reload">
|
||||
<property name="icon">
|
||||
<iconset theme="reload">
|
||||
<iconset theme="view-refresh">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -192,12 +190,12 @@
|
|||
<string>Reload database</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+R</string>
|
||||
<string>Ctrl+R</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_quit">
|
||||
<property name="icon">
|
||||
<iconset theme="exit">
|
||||
<iconset theme="application-exit">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
@ -207,7 +205,7 @@
|
|||
<string>Quit application</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string notr="true">Ctrl+Q</string>
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_edit">
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<string>&Add</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="add">
|
||||
<iconset theme="list-add">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
@ -154,7 +154,7 @@
|
|||
<string>Re&move</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="remove">
|
||||
<iconset theme="list-remove">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
|
@ -97,72 +97,92 @@
|
|||
<translation>Werkzeugleiste</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="121"/>
|
||||
<location filename="../src/whyblocked.ui" line="122"/>
|
||||
<source>&Database</source>
|
||||
<translation>&Datenbank</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="131"/>
|
||||
<location filename="../src/whyblocked.ui" line="132"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Hilfe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="144"/>
|
||||
<location filename="../src/whyblocked.ui" line="145"/>
|
||||
<source>&Add</source>
|
||||
<translation>&Hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="147"/>
|
||||
<location filename="../src/whyblocked.ui" line="148"/>
|
||||
<source>Add user or instance</source>
|
||||
<translation>Benutzer oder Instanz hinzufügen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="159"/>
|
||||
<location filename="../src/whyblocked.ui" line="151"/>
|
||||
<source>Ctrl+N</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="160"/>
|
||||
<source>Re&move</source>
|
||||
<translation>Ent&fernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="162"/>
|
||||
<location filename="../src/whyblocked.ui" line="163"/>
|
||||
<source>Remove user or instance</source>
|
||||
<translation>Benutzer oder Instanz entfernen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="174"/>
|
||||
<location filename="../src/whyblocked.ui" line="166"/>
|
||||
<source>Del</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="175"/>
|
||||
<source>&About</source>
|
||||
<translation>&Über</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="177"/>
|
||||
<location filename="../src/whyblocked.ui" line="178"/>
|
||||
<source>About this application</source>
|
||||
<translation>Über dieses Programm</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="189"/>
|
||||
<location filename="../src/whyblocked.ui" line="187"/>
|
||||
<source>&Reload</source>
|
||||
<translation>Neu &laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="192"/>
|
||||
<location filename="../src/whyblocked.ui" line="190"/>
|
||||
<source>Reload database</source>
|
||||
<translation>Datenbank neu laden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="204"/>
|
||||
<location filename="../src/whyblocked.ui" line="193"/>
|
||||
<source>Ctrl+R</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="202"/>
|
||||
<source>&Quit</source>
|
||||
<translation>&Beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="207"/>
|
||||
<location filename="../src/whyblocked.ui" line="205"/>
|
||||
<source>Quit application</source>
|
||||
<translation>Programm beenden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="219"/>
|
||||
<location filename="../src/whyblocked.ui" line="208"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="217"/>
|
||||
<source>&Edit</source>
|
||||
<translation>B&earbeiten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="222"/>
|
||||
<location filename="../src/whyblocked.ui" line="220"/>
|
||||
<location filename="../src/interface_qt.cpp" line="93"/>
|
||||
<source>Edit entry</source>
|
||||
<translation>Eintrag bearbeiten</translation>
|
||||
|
|
|
@ -97,72 +97,92 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="121"/>
|
||||
<location filename="../src/whyblocked.ui" line="122"/>
|
||||
<source>&Database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="131"/>
|
||||
<location filename="../src/whyblocked.ui" line="132"/>
|
||||
<source>&Help</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="144"/>
|
||||
<location filename="../src/whyblocked.ui" line="145"/>
|
||||
<source>&Add</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="147"/>
|
||||
<location filename="../src/whyblocked.ui" line="148"/>
|
||||
<source>Add user or instance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="159"/>
|
||||
<location filename="../src/whyblocked.ui" line="151"/>
|
||||
<source>Ctrl+N</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="160"/>
|
||||
<source>Re&move</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="162"/>
|
||||
<location filename="../src/whyblocked.ui" line="163"/>
|
||||
<source>Remove user or instance</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="174"/>
|
||||
<location filename="../src/whyblocked.ui" line="166"/>
|
||||
<source>Del</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="175"/>
|
||||
<source>&About</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="177"/>
|
||||
<location filename="../src/whyblocked.ui" line="178"/>
|
||||
<source>About this application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="189"/>
|
||||
<location filename="../src/whyblocked.ui" line="187"/>
|
||||
<source>&Reload</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="192"/>
|
||||
<location filename="../src/whyblocked.ui" line="190"/>
|
||||
<source>Reload database</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="204"/>
|
||||
<location filename="../src/whyblocked.ui" line="193"/>
|
||||
<source>Ctrl+R</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="202"/>
|
||||
<source>&Quit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="207"/>
|
||||
<location filename="../src/whyblocked.ui" line="205"/>
|
||||
<source>Quit application</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="219"/>
|
||||
<location filename="../src/whyblocked.ui" line="208"/>
|
||||
<source>Ctrl+Q</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="217"/>
|
||||
<source>&Edit</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/whyblocked.ui" line="222"/>
|
||||
<location filename="../src/whyblocked.ui" line="220"/>
|
||||
<location filename="../src/interface_qt.cpp" line="93"/>
|
||||
<source>Edit entry</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
Loading…
Reference in New Issue