Display execution log as a tab instead of a modal window

This commit is contained in:
Christophe Dumez
2010-12-20 18:07:36 +00:00
parent c3b7aeadd7
commit 897d0be08e
12 changed files with 133 additions and 98 deletions

View File

@@ -59,7 +59,6 @@
<property name="title">
<string>&amp;Tools</string>
</property>
<addaction name="actionShow_console"/>
<addaction name="actionCreate_torrent"/>
<addaction name="separator"/>
<addaction name="actionOptions"/>
@@ -85,6 +84,7 @@
<addaction name="separator"/>
<addaction name="actionSearch_engine"/>
<addaction name="actionRSS_Reader"/>
<addaction name="actionExecution_Logs"/>
<addaction name="separator"/>
<addaction name="actionLock_qBittorrent"/>
</widget>
@@ -238,14 +238,6 @@
<bool>false</bool>
</property>
</action>
<action name="actionShow_console">
<property name="text">
<string>&amp;Log viewer...</string>
</property>
<property name="toolTip">
<string>Log viewer</string>
</property>
</action>
<action name="actionUse_alternative_speed_limits">
<property name="checkable">
<bool>true</bool>
@@ -351,6 +343,17 @@
<string>P&amp;ause All</string>
</property>
</action>
<action name="actionExecution_Logs">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Execution &amp;Log</string>
</property>
<property name="toolTip">
<string>Execution Log</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>