1148 Commits

Author SHA1 Message Date
Andrew Resch
2578ca3e21 Join listening thread on shutdown to make sure it exits properly before
terminating the interpreter
2008-06-17 19:46:15 +00:00
Andrew Resch
cb9db1658b Change 'active seeds' preference to 'total active' to avoid confusion. 2008-06-17 16:01:32 +00:00
Andrew Resch
cfa18bc729 Fix #283 resuming torrents when stop_seed_at_ratio is set 2008-06-17 02:00:53 +00:00
Andrew Resch
5934918363 Another attempt to fix #283 .. revamped how resuming/pausing is done 2008-06-17 00:56:10 +00:00
Andrew Resch
7e7feeb2d8 Update the state of a torrent before attempting to resume. This is an
attempt to fix #283
2008-06-16 23:14:21 +00:00
Andrew Resch
89cad666d5 Rework the signalreceiver a bit to help address errors on exit.
A few UI tweaks.
2008-06-15 11:02:09 +00:00
Andrew Resch
efd1f18082 Fix stop seed ratio to only stop seeders, not downloaders 2008-06-15 04:16:31 +00:00
Andrew Resch
8588a6e83c Fix prioritize_first_last 2008-06-15 03:31:33 +00:00
Andrew Resch
f769429e1d Add move storage on completed download option 2008-06-15 02:43:06 +00:00
Andrew Resch
7322a08323 Catch all exceptions in do_multicall() 2008-06-15 02:41:25 +00:00
Andrew Resch
cfc742501d Implement prioritize first/last pieces 2008-06-15 00:53:56 +00:00
Andrew Resch
517ba20ae7 Update connection manager host list ner. 2008-06-14 07:55:13 +00:00
Andrew Resch
8c49dd6e90 Fix move storage for remote hosts by adding a dialog for path entry. 2008-06-14 07:48:14 +00:00
Andrew Resch
2a510c8310 Fix peers tab state loading 2008-06-14 07:44:24 +00:00
Andrew Resch
fdfe2ac1ff Revert last. It's not needed. 2008-06-14 07:33:54 +00:00
Andrew Resch
ab4dbff3e7 Fix possible race condition when using force_call() 2008-06-14 06:39:57 +00:00
Andrew Resch
6b008d6c4d Fix #231 clear torrent info if no torrent selected. 2008-06-14 05:31:16 +00:00
Andrew Resch
9d40380f71 New option to make a copy of torrent file added to session.
Have torrentmanager handle old state files better by filling in the 
missing fields with defaults.
2008-06-14 02:10:23 +00:00
Andrew Resch
dfc14ff785 Fix #207 do not exit if dbus is unavailable, just give warning. 2008-06-14 00:49:34 +00:00
Andrew Resch
5936aeebb6 Fix #270 autoadd folder 2008-06-14 00:32:52 +00:00
Andrew Resch
f7010b18f3 Switch to libtorrent queueing
This breaks state.
2008-06-12 09:21:13 +00:00
Andrew Resch
45dd1e37c3 Fix #263 2008-06-08 23:34:18 +00:00
Andrew Resch
d8b7393c94 Use libtorrents force_recheck() 2008-06-07 21:01:43 +00:00
Andrew Resch
bf00795050 Big code clean-up in torrentmanager and torrent. This breaks
torrent.state.  Sorry.
2008-06-07 00:20:36 +00:00
Andrew Resch
abbba8bf3b Remove ability to modify private flag. 2008-06-03 01:39:03 +00:00
Andrew Resch
b15608252c libtorrent sync 2347 2008-05-20 06:23:48 +00:00
Andrew Resch
576cae3b26 Add an 'All' option to the Tabs menu.
Fix error on clear() when no tabs visible.
2008-05-19 20:23:48 +00:00
Andrew Resch
afa3c03691 Add the tabs to the View menu and allow them to be shown/hidden.
Some minor UI tweaks.
2008-05-19 02:28:47 +00:00
Andrew Resch
95d0b65785 Remove unnecessary calls to update_buttons() 2008-05-19 02:26:10 +00:00
Andrew Resch
6dca7958a2 Fix forced recheck 2008-05-17 19:06:35 +00:00
Andrew Resch
da3cb085af Fix addtorrentdialog from not showing updated options on show. 2008-05-17 18:56:19 +00:00
Andrew Resch
3a482b2f19 Implement 'Always show add torrent dialog' and 'Bring to focus' when
adding a torrent from an external source.
2008-05-12 06:31:52 +00:00
Andrew Resch
ebebdb7132 Fix 'No incoming connections' label not removing properly. 2008-05-09 10:01:07 +00:00
Andrew Resch
a06b241056 Fix rechecking torrents 2008-05-01 05:40:25 +00:00
Andrew Resch
9313975ba5 Update the use of add_torrent() 2008-05-01 05:38:25 +00:00
Martijn Voncken
a745178244 peers_tab:display ?% instead of KeyError on progress 2008-04-25 16:37:25 +00:00
Andrew Resch
1a8c3d21be Fix issue where trying to handle an announce alert after the torrent has
been removed from session.
2008-04-24 07:58:52 +00:00
Andrew Resch
e366b75714 Fix peers tab sorting by down/up speed. 2008-04-19 20:44:30 +00:00
Andrew Resch
770e0a0db6 Update the country flag properly. 2008-04-16 02:55:45 +00:00
Andrew Resch
70bb78b833 Update libtorrent to 0.14 trunk.
A few minor touch ups regarding torrent state and queue.
2008-04-16 01:15:06 +00:00
Andrew Resch
1861ef439f Attempt fixing #146. 2008-04-15 02:46:29 +00:00
Andrew Resch
3ac9af0486 State fixes. 2008-04-13 06:07:19 +00:00
Andrew Resch
1558ab8607 Fix #85 change torrent state to downloading if changing priority of files in torrent to something other than
'Do Not Download'.
2008-04-13 04:16:33 +00:00
Andrew Resch
49af682226 Re-apply per-torrent settings after forced recheck. 2008-04-13 01:25:33 +00:00
Marcos Pinto
4b620896a5 fix set_current_folder when None 2008-04-12 05:08:33 +00:00
Andrew Resch
c012427edc Fix #146 2008-04-10 05:52:38 +00:00
Martijn Voncken
622a0053d8 css 2008-04-08 20:16:50 +00:00
Martijn Voncken
7a879b33c8 details tabs:add css 2008-04-08 19:39:09 +00:00
Martijn Voncken
85d17af933 split details/statistics tabs 2008-04-08 18:34:37 +00:00
Martijn Voncken
39cad76dd2 rm gtk webserver 2008-04-08 17:46:53 +00:00