Andrew Resch
|
ea49afb9c3
|
Fix tracker scraping in tracker_reply_alert.
|
2008-02-03 16:28:06 +00:00 |
|
Andrew Resch
|
9469610aca
|
Use new torrent states instead of using libtorrent's.
|
2008-02-02 01:30:18 +00:00 |
|
Andrew Resch
|
d1677a855f
|
Fix debug message.
|
2008-01-26 13:24:42 +00:00 |
|
Andrew Resch
|
a55dcc8099
|
Catch RuntimeErrors in load_torrent(). These are likely due to bad
torrent files.
|
2008-01-26 07:10:39 +00:00 |
|
Andrew Resch
|
c1710ca0f4
|
Add the ability to set file priorities for torrents in the core.
The Add Torrent dialog now sets proper file priorities based on user
input.
|
2008-01-25 02:55:48 +00:00 |
|
Marcos Pinto
|
6cb3b2b9e0
|
add move torrent
|
2008-01-21 22:38:58 +00:00 |
|
Andrew Resch
|
1a0718b4ac
|
Update 'save_path' on storage_moved_alert.
|
2008-01-21 22:24:31 +00:00 |
|
Andrew Resch
|
5c485afe5e
|
Make new add torrent dialog actually work, but still needs work.
|
2008-01-07 02:18:40 +00:00 |
|
Andrew Resch
|
aa932b56a7
|
Fix crash when trying to add a bad .torrent.
|
2007-12-30 04:00:53 +00:00 |
|
Andrew Resch
|
e069542e3a
|
Fix allocation modes. They were reversed.
|
2007-12-28 13:20:34 +00:00 |
|
Andrew Resch
|
78b78ce8b3
|
Use deluge.component for core components.
|
2007-12-10 10:49:42 +00:00 |
|
Andrew Resch
|
e32f603103
|
UI tweaks.
|
2007-11-30 06:20:47 +00:00 |
|
Andrew Resch
|
aa019231ba
|
Scrape tracker if we do not receive any peer information on announce.
Minor UI tweaks.
|
2007-11-29 07:09:18 +00:00 |
|
Andrew Resch
|
ac08425ee3
|
Add remove torrent dialog.
|
2007-11-24 01:38:17 +00:00 |
|
Andrew Resch
|
35fe99eee3
|
Updates to the QueuedTorrents dialog stuff.
Updates to StatusBar.
|
2007-11-17 11:36:29 +00:00 |
|
Andrew Resch
|
b871ae8152
|
Do not force_reannounce if 0 trackers.
|
2007-11-17 02:13:43 +00:00 |
|
Andrew Resch
|
6bced0fb8c
|
EditTrackerDialog now works.
Save trackers in torrent state.
Load trackers on torrent add from state.
|
2007-11-12 13:28:56 +00:00 |
|
Andrew Resch
|
6da931e815
|
Do not show Torrent menu when not connected.
Fix force recheck.
|
2007-11-10 10:04:07 +00:00 |
|
Andrew Resch
|
5b5232eddf
|
Fix adding torrents.
|
2007-11-10 06:28:09 +00:00 |
|
Andrew Resch
|
7d9a30a545
|
Updates to the Connection Manager.
Updates to TorrentManager.
|
2007-11-09 12:08:15 +00:00 |
|
Andrew Resch
|
094e132ace
|
Add Force-recheck.
|
2007-11-08 07:54:56 +00:00 |
|
Andrew Resch
|
c259aea06a
|
Fix adding/removing torrents with current libtorrent.
|
2007-10-15 09:01:59 +00:00 |
|
Marcos Pinto
|
50877923ea
|
pickle->cPickle
|
2007-10-07 20:29:43 +00:00 |
|
Andrew Resch
|
33fd818933
|
Save and load total_uploaded from torrent state.
|
2007-10-07 01:53:03 +00:00 |
|
Andrew Resch
|
8f6029219d
|
Fix adding torrents with a unicode save_path.
|
2007-10-06 04:35:15 +00:00 |
|
Andrew Resch
|
17f62130fe
|
Add 'save_path' to add_torrent().
Save the 'save_path' in the torrent state.
|
2007-10-04 22:21:47 +00:00 |
|
Andrew Resch
|
170c3810b3
|
Save torrent state every 5 minutes.
|
2007-10-03 02:57:05 +00:00 |
|
Andrew Resch
|
a17328fff7
|
Fix exception when removing torrents.
|
2007-10-02 03:06:40 +00:00 |
|
Marcos Pinto
|
cc4fc60db0
|
redo translation for tracker status
|
2007-10-02 03:02:06 +00:00 |
|
Andrew Resch
|
935aa72584
|
Add tracker responses to TorrentDetails.
|
2007-10-02 01:22:30 +00:00 |
|
Andrew Resch
|
9a66035f0d
|
Add 'paused' to TorrentState.
Move some alert handlers around.
|
2007-10-01 22:29:05 +00:00 |
|
Andrew Resch
|
f2f73b8539
|
Fix exception when removing multiple torrents at once.
Updated TODO.
|
2007-09-30 05:33:53 +00:00 |
|
Andrew Resch
|
234e6827e8
|
Load .fastresume files on add.
Fix opening browser function.
|
2007-09-29 10:37:46 +00:00 |
|
Andrew Resch
|
936df09c60
|
Fix issue where port was not opened before attempting to add torrents.
All config 'set functions' will apply automatically when they are
registered unless otherwise specified.
|
2007-09-27 13:29:20 +00:00 |
|
Andrew Resch
|
4401c8f238
|
Save .fastresume files on shutdown.
|
2007-09-26 01:27:38 +00:00 |
|
Andrew Resch
|
78244649b8
|
Add support for saving .fastresume files. They are not loaded on add
yet.
|
2007-09-26 01:16:14 +00:00 |
|
Andrew Resch
|
8f62df0732
|
Inital import of SystemTray
|
2007-09-22 23:02:58 +00:00 |
|
Marcos Pinto
|
28447f7564
|
oops, fix docstring
|
2007-09-22 19:52:22 +00:00 |
|
Marcos Pinto
|
731c51815e
|
update tracker aka force reannounce
|
2007-09-22 19:44:11 +00:00 |
|
Andrew Resch
|
943a62f62c
|
Have all core config use set functions to apply the configuration to the
session.
|
2007-09-20 22:10:03 +00:00 |
|
Andrew Resch
|
8f796738d5
|
Initial import of ConfigManager.
|
2007-09-17 12:44:31 +00:00 |
|
Andrew Resch
|
c5156df280
|
Add torrent from URL implemented. This is Marcos patch plus some more
error checking and some modifications to make it work properly with
TorrentManager.
|
2007-09-17 11:07:58 +00:00 |
|
Andrew Resch
|
978a2ae80b
|
Remove debug print from that last commit and re-add libtorrent metadata
plugin.
|
2007-09-17 04:20:40 +00:00 |
|
Andrew Resch
|
f764448cad
|
Store allocation type in the torrent state file and add the ability to
add a torrent with a different allocation type then what is set in the
config.
|
2007-09-17 04:19:59 +00:00 |
|
Andrew Resch
|
55fc7f4725
|
Fix issue where core could not save .torrent files if the
torrentfiles_location did not exist. Core will not create this
directory before attempting to write the file.
|
2007-09-01 09:57:02 +00:00 |
|
Andrew Resch
|
c5d76cf8ee
|
State saving and loading in core and TorrentQueue.
GtkUI now requests a 'session_state' on start-up to populate it's
listview.
GtkUI can now shutdown core.
|
2007-08-29 08:00:19 +00:00 |
|
Andrew Resch
|
6a525530ee
|
Big code clean-up and some refactoring. Added docstrings but more are
needed.
|
2007-08-26 14:34:50 +00:00 |
|
Andrew Resch
|
13fc181fa2
|
More work on the queue torrent plugin and plugins in general.
|
2007-08-10 08:15:02 +00:00 |
|
Andrew Resch
|
7cd0ba0a6c
|
Updates and revert mainwindow.py from last change
|
2007-08-02 18:52:33 +00:00 |
|
Andrew Resch
|
bcf70c3e0f
|
get_torrent_status() now takes a list of keys and only returns the
values for those keys.
|
2007-07-28 18:48:32 +00:00 |
|