Christophe Dumez
634be0012f
Merge pull request #215 from sledgehammer999/create_torrent
...
Open stream in binary mode. Fixes issue #161
2012-11-10 09:54:33 -08:00
Christophe Dumez
5a4dee374c
Merge pull request #208 from denizdogan/master
...
Fix typo: 'occured'
2012-11-10 09:03:34 -08:00
Christophe Dumez
f32818d811
Merge pull request #211 from Gelmir/master
...
Small fix for for RSS regexp, should fix #210
2012-11-10 09:02:34 -08:00
Nick Tiskov
7d49e8868c
Fix 'must not contain' regexp with '|' character
...
Checking if we are using regexp was done in setMustContain and
setMustNotContain before m_useRegex was even read, corrupting the
value.
Only m_mustNotContain is affected because of how
RssDownloadRule::setMustNotContain handles read string when m_useRegex
is false.
2012-11-08 23:18:51 +04:00
Deniz Dogan
bd3dd337c1
Replace 'occured' with 'occurred' everywhere, except compiled lang files.
2012-11-07 02:38:22 +01:00
Christophe Dumez
05330632f2
Update Norwegian translation
2012-10-17 22:15:18 +03:00
sledgehammer999
7d1e2e2b2a
Open stream in binary mode. Fixes issue #161
2012-10-17 19:21:27 +03:00
Christophe Dumez
76f959599f
Fixes to Italian translation
2012-10-14 09:47:53 +03:00
Christophe Dumez
66a4777413
Update language files
2012-10-08 21:35:51 +03:00
Christophe Dumez
65660004c5
Update Changelog
2012-10-08 21:34:41 +03:00
Christophe Dumez
22ed4c08f8
Merge pull request #151 from sledgehammer999/windows_startup
...
Add option to start qbt with Windows startup.
2012-10-08 11:32:03 -07:00
sledgehammer999
3dd7ac0549
Add option to start qbt with Windows startup.
2012-10-07 23:58:27 +03:00
Christophe Dumez
89d3678adc
Update language files
2012-10-07 19:18:11 +03:00
Christophe Dumez
aeb5fa036c
Update max write cache size to 2048MB and set it to automatic by default ( closes #148 )
2012-10-07 19:17:38 +03:00
Christophe Dumez
6cf2f942e7
Fix cookie support for RSS feeds ( closes #119 )
2012-10-07 17:25:17 +03:00
Christophe Dumez
8758be5912
Fix timezone parsing in RSS ( closes #136 )
2012-10-07 17:04:55 +03:00
Christophe Dumez
c6edf31480
Add confirmation dialog for "Force recheck" action ( closes #131 )
2012-10-07 16:21:11 +03:00
Christophe Dumez
c221b08982
Update language files
2012-10-07 16:09:33 +03:00
Christophe Dumez
2fc9382d7e
Merge pull request #137 from dance/master
...
Russian translation fixes
2012-10-07 06:08:47 -07:00
Christophe Dumez
26314fae01
No longer fallback to ANY interface if the user-selected interface cannot be found ( closes #143 )
2012-10-07 16:04:07 +03:00
Christophe Dumez
573dac0b91
Do not store created torrent in memory before writing it to a file ( closes #133 )
2012-10-07 15:42:32 +03:00
Christophe Dumez
3bc85c29ae
Merge pull request #145 from sledgehammer999/fix_encoding_problem
...
Fix command-line encoding problem on Windows (closes #139 )
2012-10-06 22:55:33 -07:00
sledgehammer999
51bc6bd95a
Fix encoding problem. Fixes #139
2012-10-07 01:17:22 +03:00
dance
3598235906
russian translation: some more fixes
2012-10-03 01:14:12 +04:00
dance
b651cdb4a1
russian translation: checked, fixed and nearly everything is translated now
2012-10-02 00:20:08 +04:00
Christophe Dumez
7bd9139d28
Properly recover from HTTP parsing errors (Web UI)
...
May be related to issue #68 .
2012-09-29 14:26:52 +03:00
Christophe Dumez
32bfd8741f
Fix handling of simultaneous connections in Web UI.
...
May be related to issue #68 .
2012-09-29 14:11:07 +03:00
Christophe Dumez
51aae059e3
Fix "Skip hash check" feature in torrent import dialog ( closes #128 )
2012-09-29 13:59:46 +03:00
Christophe Dumez
c7f1f52f1c
Add Basque locale to Web UI
2012-09-28 17:48:19 +03:00
Christophe Dumez
222e89a782
Update Basque translation
2012-09-28 17:46:11 +03:00
Christophe Dumez
1b54b4dbb7
Fix homepage link in Web UI ( closes #118 )
2012-09-23 19:30:53 +03:00
Christophe Dumez
f347bdeab5
Update language files
2012-09-23 15:09:36 +03:00
Dirk Neukirchen
559ac673e2
updated apache ssl-faq links
2012-09-23 15:08:55 +03:00
Christophe Dumez
806ab07865
Import new trackers from magnet link in case of duplicate torrent ( closes #111 )
2012-09-23 11:09:01 +03:00
Christophe Dumez
819dcacae0
Make sure new RSS download rules apply to existing articles as well, not just new ones
...
May be related to #116 .
2012-09-23 10:25:25 +03:00
Christophe Dumez
7e57a63ec5
Disabling systray icon no longer disables file association settings ( closes #114 )
2012-09-22 14:00:58 +03:00
Christophe Dumez
3e294d6918
Update Italian translation
2012-09-20 20:54:32 +03:00
Christophe Dumez
a214823dcf
Update Italian author
2012-09-20 20:50:43 +03:00
Christophe Dumez
5488d55ca2
Norwegian translation update
2012-09-20 20:48:31 +03:00
Christophe Dumez
459d2c5408
OS/2 fixes by Silvan Scherrer
2012-09-20 20:45:53 +03:00
Christophe Dumez
f691ce2238
Merge pull request #105 from sledgehammer999/packaging_scripts
...
Packaging script for Windows.
2012-09-18 13:01:49 -07:00
sledgehammer999
38f825c8c6
Updated installer script to ommit specific translations.
2012-09-18 22:57:16 +03:00
sledgehammer999
948702e98b
Packaging script for Windows.
2012-09-18 22:54:43 +03:00
Christophe Dumez
4c24f5f513
Remove qt translations for locales that are not supported by qBittorrent
2012-09-18 22:52:31 +03:00
Christophe Dumez
b0972fdc94
Merge pull request #103 from sledgehammer999/translations
...
Update Qt translations to v4.8.3
2012-09-18 12:49:45 -07:00
sledgehammer999
7f10f04025
Added translations from Qt 4.8.3 and updated some others.
2012-09-18 21:59:01 +03:00
Christophe Dumez
eb726c42c6
Fix torrent temporary path functionality
2012-09-18 20:02:52 +03:00
Christophe Dumez
b2b959d5e3
Improve Mac packaging.
...
We now ship qt translations.
2012-09-16 10:37:47 +03:00
Christophe Dumez
6f693bc36e
Merge pull request #98 from sledgehammer999/windows_build2
...
Added version info for the binary.
2012-09-15 23:06:21 -07:00
Christophe Dumez
adb82dfc2e
Merge pull request #97 from sledgehammer999/windows_build
...
Some typo fix and library names fix.
2012-09-15 23:04:48 -07:00