Ivan Sorokin
5af778bc93
don't make the same request to TorrentModelItem twice
11 years ago
Ivan Sorokin
1c98c11dd0
speed up icon loading
11 years ago
Ivan Sorokin
bbc4080a5d
fewer calls to hash()
11 years ago
sledgehammer999
5d2663660d
Count magnet links in the 'downloading' filter and make them prevent system inhibition. Closes #1558
11 years ago
sledgehammer999
659e0b7fef
Fix tracker announcing problem(hit-and-run) when many torrents are being active. Closes #1571
11 years ago
sledgehammer999
c0b3ad7ee3
Fix crash when the selected torrent disappears from the transfer list. Closes #1661
11 years ago
sledgehammer999
81fa246687
Merge pull request #1685 from sorokin/fix-exception-in-prop-widget
...
Don't show availability bar for magnet links
11 years ago
Ivan Sorokin
765253234c
Don't show availability bar for magnet links
...
This commit fixes an exception in PropertiesWidget:
"Caught exception in PropertiesWidget::loadDynamicData(): invalid
torrent handle used"
This exception occurs when an user clicks on a torrent that doesn't have
a metadata (when a magnet link is not resolved yet). One should not call
torrent_handle::get_torrent_info when torrent doesn't have a metadata.
11 years ago
sledgehammer999
e0ae505bb9
Fix nox build on MAC OSX.
11 years ago
sledgehammer999
5dea64ca16
Merge pull request #1676 from sorokin/fix-open-file
...
fix issue #1674 : AddNewTorrentDialog is shown again and again even if checkbox "dont ask me again" is set
11 years ago
Ivan Sorokin
93bacc62f1
fix issue #1674 : AddNewTorrentDialog is shown again and again even if checkbox "dont ask me again" is set
11 years ago
sledgehammer999
baaf575eee
Fix libtorrent 1.0.0 compilation. Closes #1659
11 years ago
sledgehammer999
e6b2919eb2
Support out of srcdir builds.
11 years ago
sledgehammer999
9714b2ede9
Fix weird ratio values when torrent was imported or downloaded history was lost due to crash.
11 years ago
sledgehammer999
f99f5f5c7e
Enable system tray in MACOSX (Nick Korotysh).
11 years ago
sledgehammer999
c5804aac3c
Update README file.
11 years ago
sledgehammer999
3c61e2a881
Merge pull request #1437 from Fisiu/master
...
Use markdown for readme file.
11 years ago
Mariusz Fik
756584043b
Use markdown in README and display travis-ci build status for master branch.
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
11 years ago
sledgehammer999
b93d093af1
Updated Changelog.
11 years ago
sledgehammer999
32becf1fca
Fix RSS feed icon. The tmp file gets deleted in the feed destructor. Closes #1639
11 years ago
sledgehammer999
4376e81f78
Fix autoupdater. Send our user-agent to sourceforge.net
...
Conflicts:
src/programupdater.cpp
11 years ago
sledgehammer999
71e5c9e17b
Fix code style.
...
(thanks to glassez)
11 years ago
sledgehammer999
08af87abb8
Fix Travis.
11 years ago
sledgehammer999
380438f99b
Migrate the build system to autotools.
11 years ago
sledgehammer999
e8c14f3507
Use the new Http classes.
11 years ago
sledgehammer999
6096506bd6
Implement alternatives to QHttpRequestHeader and QHttpResponseHeader.
11 years ago
sledgehammer999
ef3f7d18c9
Fix compilation with Qt5.
11 years ago
Vladimir Golovnev (Glassez)
ba1f4a9b7f
Update QtSingleApplication.
11 years ago
Nick Tiskov
138c3dc3cb
Fix translations bundled with Qt.
11 years ago
Vladimir Golovnev (Glassez)
ce3aac5f9d
Fix functions and macros using to support both Qt4 and Qt5.
11 years ago
sledgehammer999
763d8a392f
Revert "Point travis to the new svn repo of libtorrent."
...
This reverts commit f1d807da4f
.
11 years ago
sledgehammer999
f1d807da4f
Point travis to the new svn repo of libtorrent.
11 years ago
sledgehammer999
0303d2bf55
Merge pull request #1421 from alfrix/queue_sort
...
Fix queue sorting order fixes #1120
11 years ago
alfrix
85cfe464f9
Fix queue sorting order fixes #1120
11 years ago
sledgehammer999
33b0a2b55f
Fix missing percentage signs. Closes #1392 .
11 years ago
sledgehammer999
72ae2cb503
Pretty up last commit.
11 years ago
sledgehammer999
b2544f867c
Merge pull request #1365 from alfrix/master
...
Add button for links in toolbar (fixes #450 )
11 years ago
sledgehammer999
acb32d41fa
Merge pull request #1375 from glassez/win-startup
...
Fix qBittorrent run on Windows startup.
11 years ago
sledgehammer999
3cd72e5e63
Merge pull request #1382 from bob23450/master
...
Fix nox build. Closes #1368
11 years ago
bob23450
6b26adfed2
Fix nox build. Closes #1368
11 years ago
Vladimir Golovnev (Glassez)
64b06c4612
Fix qBittorrent run on Windows startup.
11 years ago
alfrix
494fc54e6f
Add button for links in toolbar ( fixes #450
11 years ago
sledgehammer999
f5cd39cfba
Merge pull request #1328 from glassez/webui-sort
...
Fix WebUI sort by size/speed (part 2)
11 years ago
sledgehammer999
c59793b33f
Correctly restore 'name' column width when loading magnet links in the 'Add new torrent dialog'. Closes #1334 .
11 years ago
sledgehammer999
202006bdd1
Reuse code in AddNewTorrentDialog. #894 .
11 years ago
sledgehammer999
7348b8903c
Correctly resize 'name' column of the content tab. Closes #1360 .
11 years ago
sledgehammer999
a27867ae2b
Bring dialog boxes in the front when qbt doesn't have focus.
...
Code inspired by glassez patch.
11 years ago
Vladimir Golovnev (Glassez)
c3942fb0b3
Fix WebUI sort by ratio for some locales (with comma as decimal point).
11 years ago
Vladimir Golovnev (Glassez)
87d118e87c
Fix WebUI sort by size/speed for some locales (with comma as decimal point).
11 years ago
sledgehammer999
a5a0ca7159
Don't re-announce to trackers when torrent is paused. Closes #1310 .
11 years ago