Commit b63b3fb0 authored by Adrian Georgescu's avatar Adrian Georgescu

Temporarily disable non-implemented menu items

parent cb229a55
...@@ -909,6 +909,9 @@ padding: 2px;</string> ...@@ -909,6 +909,9 @@ padding: 2px;</string>
<addaction name="separator"/> <addaction name="separator"/>
</widget> </widget>
<widget class="QMenu" name="quick_settings_menu"> <widget class="QMenu" name="quick_settings_menu">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title"> <property name="title">
<string>Quick &amp;settings</string> <string>Quick &amp;settings</string>
</property> </property>
...@@ -937,6 +940,9 @@ padding: 2px;</string> ...@@ -937,6 +940,9 @@ padding: 2px;</string>
<string>&amp;History</string> <string>&amp;History</string>
</property> </property>
<widget class="QMenu" name="missed_calls_menu"> <widget class="QMenu" name="missed_calls_menu">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title"> <property name="title">
<string>&amp;Missed calls</string> <string>&amp;Missed calls</string>
</property> </property>
...@@ -946,6 +952,9 @@ padding: 2px;</string> ...@@ -946,6 +952,9 @@ padding: 2px;</string>
</property> </property>
</widget> </widget>
<widget class="QMenu" name="placed_calls_menu"> <widget class="QMenu" name="placed_calls_menu">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title"> <property name="title">
<string>&amp;Placed calls</string> <string>&amp;Placed calls</string>
</property> </property>
...@@ -955,6 +964,9 @@ padding: 2px;</string> ...@@ -955,6 +964,9 @@ padding: 2px;</string>
</property> </property>
</widget> </widget>
<widget class="QMenu" name="received_calls_menu"> <widget class="QMenu" name="received_calls_menu">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title"> <property name="title">
<string>&amp;Received calls</string> <string>&amp;Received calls</string>
</property> </property>
...@@ -1060,6 +1072,9 @@ padding: 2px;</string> ...@@ -1060,6 +1072,9 @@ padding: 2px;</string>
</property> </property>
</action> </action>
<action name="preferences_action"> <action name="preferences_action">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon"> <property name="icon">
<iconset> <iconset>
<normaloff>icons/configure.png</normaloff>icons/configure.png</iconset> <normaloff>icons/configure.png</normaloff>icons/configure.png</iconset>
...@@ -1083,6 +1098,9 @@ padding: 2px;</string> ...@@ -1083,6 +1098,9 @@ padding: 2px;</string>
</property> </property>
</action> </action>
<action name="logs_action"> <action name="logs_action">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>&amp;Logs</string> <string>&amp;Logs</string>
</property> </property>
...@@ -1094,6 +1112,9 @@ padding: 2px;</string> ...@@ -1094,6 +1112,9 @@ padding: 2px;</string>
</property> </property>
</action> </action>
<action name="file_transfers_action"> <action name="file_transfers_action">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>&amp;File transfers</string> <string>&amp;File transfers</string>
</property> </property>
...@@ -1108,6 +1129,9 @@ padding: 2px;</string> ...@@ -1108,6 +1129,9 @@ padding: 2px;</string>
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>Enable &amp;Answering Machine</string> <string>Enable &amp;Answering Machine</string>
</property> </property>
...@@ -1199,6 +1223,9 @@ padding: 2px;</string> ...@@ -1199,6 +1223,9 @@ padding: 2px;</string>
</property> </property>
</action> </action>
<action name="history_action"> <action name="history_action">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text"> <property name="text">
<string>&amp;Sessions</string> <string>&amp;Sessions</string>
</property> </property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment