BUGFIX: Disable torrent addition dialog as a default

This commit is contained in:
Christophe Dumez
2010-06-01 16:32:50 +00:00
parent d513b7d0d8
commit 8469570f80
3 changed files with 16 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.2.9 * Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.2.9
- FEATURE: Official support for Win32 platform - FEATURE: Official support for Win32 platform
- BUGFIX: Fix torrent availability computation (closes #587337) - BUGFIX: Fix torrent availability computation (closes #587337)
- BUGFIX: Disable torrent addition dialog as a default
* Mon May 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.8 * Mon May 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.8
- BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes #583704) - BUGFIX: ETA for finished torrent is now 0 instead of Infinite (closes #583704)

View File

@@ -185,7 +185,7 @@ public:
static bool useAdditionDialog() { static bool useAdditionDialog() {
QSettings settings("qBittorrent", "qBittorrent"); QSettings settings("qBittorrent", "qBittorrent");
return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), true).toBool(); return settings.value(QString::fromUtf8("Preferences/Downloads/AdditionDialog"), false).toBool();
} }
static bool addTorrentsInPause() { static bool addTorrentsInPause() {

View File

@@ -241,7 +241,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>515</width> <width>506</width>
<height>543</height> <height>543</height>
</rect> </rect>
</property> </property>
@@ -555,7 +555,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>658</width> <width>632</width>
<height>684</height> <height>684</height>
</rect> </rect>
</property> </property>
@@ -1030,7 +1030,7 @@ QGroupBox {
<string>Display torrent content and some options</string> <string>Display torrent content and some options</string>
</property> </property>
<property name="checked"> <property name="checked">
<bool>true</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
@@ -1111,8 +1111,8 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>524</width> <width>447</width>
<height>398</height> <height>288</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_28"> <layout class="QVBoxLayout" name="verticalLayout_28">
@@ -1356,8 +1356,8 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>524</width> <width>364</width>
<height>406</height> <height>328</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_33"> <layout class="QVBoxLayout" name="verticalLayout_33">
@@ -1771,7 +1771,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>482</width> <width>459</width>
<height>407</height> <height>407</height>
</rect> </rect>
</property> </property>
@@ -2188,7 +2188,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>496</width> <width>475</width>
<height>308</height> <height>308</height>
</rect> </rect>
</property> </property>
@@ -2622,7 +2622,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>296</width> <width>287</width>
<height>124</height> <height>124</height>
</rect> </rect>
</property> </property>
@@ -2719,7 +2719,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>226</width> <width>213</width>
<height>221</height> <height>221</height>
</rect> </rect>
</property> </property>
@@ -2886,7 +2886,7 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>459</width> <width>445</width>
<height>192</height> <height>192</height>
</rect> </rect>
</property> </property>
@@ -3061,8 +3061,8 @@ QGroupBox {
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>62</width> <width>98</width>
<height>18</height> <height>28</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_36"/> <layout class="QVBoxLayout" name="verticalLayout_36"/>