+ - 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:
Christophe Dumez
2006-12-27 03:19:38 +00:00
parent 759162e9c9
commit 4603d95e13
53 changed files with 3006 additions and 2352 deletions

View File

@@ -732,12 +732,6 @@
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menu_Help" >
<property name="title" >
<string>&amp;Help</string>
</property>
<addaction name="actionAbout" />
</widget>
<widget class="QMenu" name="menu_Options" >
<property name="title" >
<string>&amp;Options</string>
@@ -768,6 +762,14 @@
<addaction name="actionCreate_torrent" />
<addaction name="actionExit" />
</widget>
<widget class="QMenu" name="menu_Help" >
<property name="title" >
<string>&amp;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>