mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
+ - FEATURE: Added a menu action to visit qBittorrent website
+ - FEATURE: Added a menu action to report a bug in qBittorrent + - FEATURE: User is warned when hard drive becomes full and downloads are paused + - FEATURE: Seeds / Leechers are displayed in download list as well as in torrent properties + - BUGFIX: Save directory was reset to default when filtering files in torrent + - BUGFIX: Force a refresh of download list when the window is shown (avoid delay)
This commit is contained in:
@@ -732,12 +732,6 @@
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menu_Help" >
|
||||
<property name="title" >
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Options" >
|
||||
<property name="title" >
|
||||
<string>&Options</string>
|
||||
@@ -768,6 +762,14 @@
|
||||
<addaction name="actionCreate_torrent" />
|
||||
<addaction name="actionExit" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Help" >
|
||||
<property name="title" >
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout" />
|
||||
<addaction name="actionBugReport" />
|
||||
<addaction name="actionWebsite" />
|
||||
</widget>
|
||||
<addaction name="menu_File" />
|
||||
<addaction name="menu_Edit" />
|
||||
<addaction name="menu_Options" />
|
||||
@@ -855,9 +857,9 @@
|
||||
<string>Start All</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDocumentation" >
|
||||
<action name="actionWebsite" >
|
||||
<property name="text" >
|
||||
<string>Documentation</string>
|
||||
<string>Visit website</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDelete_Permanently" >
|
||||
@@ -890,6 +892,11 @@
|
||||
<string>Clear log</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionBugReport" >
|
||||
<property name="text" >
|
||||
<string>Report a bug</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
||||
Reference in New Issue
Block a user