John Peterson
6894a4b640
Removing option to disable the OS disk cache because it has limited use and is unreliable in Windows.
12 years ago
John Peterson
f2c05131c3
Merge branch 'master' of https://github.com/qbittorrent/qBittorrent
12 years ago
John Peterson
31ffbb1edd
Enabling Windows disk cache (and adding option to disable it) to prevent a relatively prevalent ERROR_INVALID_PARAMETER.
...
From my test only the write cache was the culprit, if this can be confirmed the read cache can be disabled by default if that has a benefit.
(Other systems are unchanged.)
12 years ago
Christophe Dumez
177e6738e4
Merge pull request #254 from sledgehammer999/fix_default_path
...
Fix behaviour of the torrent addition dialog. The 'set as default path' ...
12 years ago
sledgehammer999
47c40b04e4
Remove equality check from QBtSession::setDefaultSavePath().
12 years ago
sledgehammer999
a899209a01
Optimize check of paths in qbtsession.
12 years ago
Christophe Dumez
ef9cb84b01
Merge pull request #264 from sledgehammer999/qbtsession_optimize
...
Minor optimization in qbtsession.
12 years ago
sledgehammer999
3e979931d0
Make a setter for defaultSave path in qbtsession and do some other optimizations to avoid potential pitfalls.
12 years ago
sledgehammer999
bd89dca0af
Minor optimization in qbtsession.
12 years ago
Christophe Dumez
b97c6cadee
Merge pull request #256 from sledgehammer999/fix_dir_separators
...
Fix dir separators
12 years ago
sledgehammer999
4749fa45e8
Improve the display of paths in the 'Add new torrent' dialog.
12 years ago
sledgehammer999
6b7bd55931
Improve the handling of native directory separators.
12 years ago
sledgehammer999
a50aa2d8e5
Save preferences before updating QBtSession.
12 years ago
sledgehammer999
93cdd1b98c
Update the qbtsession when set a new default path.
12 years ago
sledgehammer999
d6353fc3b2
Fix behaviour of the torrent addition dialog. The 'set as default path' didn't work as intended. Closes issues #251 and #243 .
12 years ago
Christophe Dumez
1809de7f1a
Fix "Couldn't set environment variable..." message on start up ( closes #245 )
12 years ago
Christophe Dumez
b7de633090
Belarusian translation update by Воронцов Михаил
12 years ago
Christophe Dumez
6faa227df3
Sort previewable extension in alphabetical order
12 years ago
Christophe Dumez
051341a42a
Add m4v to the list of previewable file extensions ( closes #216 )
...
Also optimize the misc::isPreviewable() function.
12 years ago
Christophe Dumez
634be0012f
Merge pull request #215 from sledgehammer999/create_torrent
...
Open stream in binary mode. Fixes issue #161
12 years ago
Christophe Dumez
5a4dee374c
Merge pull request #208 from denizdogan/master
...
Fix typo: 'occured'
12 years ago
Christophe Dumez
f32818d811
Merge pull request #211 from Gelmir/master
...
Small fix for for RSS regexp, should fix #210
12 years ago
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.
12 years ago
Deniz Dogan
bd3dd337c1
Replace 'occured' with 'occurred' everywhere, except compiled lang files.
12 years ago
Christophe Dumez
05330632f2
Update Norwegian translation
12 years ago
sledgehammer999
7d1e2e2b2a
Open stream in binary mode. Fixes issue #161
12 years ago
Christophe Dumez
76f959599f
Fixes to Italian translation
12 years ago
Christophe Dumez
66a4777413
Update language files
12 years ago
Christophe Dumez
65660004c5
Update Changelog
12 years ago
Christophe Dumez
22ed4c08f8
Merge pull request #151 from sledgehammer999/windows_startup
...
Add option to start qbt with Windows startup.
12 years ago
sledgehammer999
3dd7ac0549
Add option to start qbt with Windows startup.
12 years ago
Christophe Dumez
89d3678adc
Update language files
12 years ago
Christophe Dumez
aeb5fa036c
Update max write cache size to 2048MB and set it to automatic by default ( closes #148 )
12 years ago
Christophe Dumez
6cf2f942e7
Fix cookie support for RSS feeds ( closes #119 )
12 years ago
Christophe Dumez
8758be5912
Fix timezone parsing in RSS ( closes #136 )
12 years ago
Christophe Dumez
c6edf31480
Add confirmation dialog for "Force recheck" action ( closes #131 )
12 years ago
Christophe Dumez
c221b08982
Update language files
12 years ago
Christophe Dumez
2fc9382d7e
Merge pull request #137 from dance/master
...
Russian translation fixes
12 years ago
Christophe Dumez
26314fae01
No longer fallback to ANY interface if the user-selected interface cannot be found ( closes #143 )
12 years ago
Christophe Dumez
573dac0b91
Do not store created torrent in memory before writing it to a file ( closes #133 )
12 years ago
Christophe Dumez
3bc85c29ae
Merge pull request #145 from sledgehammer999/fix_encoding_problem
...
Fix command-line encoding problem on Windows (closes #139 )
12 years ago
sledgehammer999
51bc6bd95a
Fix encoding problem. Fixes #139
12 years ago
dance
3598235906
russian translation: some more fixes
12 years ago
dance
b651cdb4a1
russian translation: checked, fixed and nearly everything is translated now
12 years ago
Christophe Dumez
7bd9139d28
Properly recover from HTTP parsing errors (Web UI)
...
May be related to issue #68 .
12 years ago
Christophe Dumez
32bfd8741f
Fix handling of simultaneous connections in Web UI.
...
May be related to issue #68 .
12 years ago
Christophe Dumez
51aae059e3
Fix "Skip hash check" feature in torrent import dialog ( closes #128 )
12 years ago
Christophe Dumez
c7f1f52f1c
Add Basque locale to Web UI
12 years ago
Christophe Dumez
222e89a782
Update Basque translation
12 years ago
Christophe Dumez
1b54b4dbb7
Fix homepage link in Web UI ( closes #118 )
12 years ago