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
|
cf116cf3a1
|
Make shutdown() an async method.
|
2007-09-24 08:22:02 +00:00 |
|
Andrew Resch
|
10632476ce
|
Have core save the config file on shutdown.
|
2007-09-23 23:30:46 +00:00 |
|
Andrew Resch
|
3270f23747
|
Initial import of StatusBar
|
2007-09-23 02:24:18 +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 |
|
Marcos Pinto
|
61216e06b0
|
have either, not full, set as default
|
2007-09-22 00:21:24 +00:00 |
|
Andrew Resch
|
007f8c8dc3
|
Show paused state correctly in TorrentView.
|
2007-09-21 23:30:03 +00:00 |
|
Andrew Resch
|
7b91bf83cc
|
Fix get_pe_settings() in bindings.
More debug output for encryption settings.
Fix preferences glade file so that encryption settings are in correct
order.
|
2007-09-21 04:24:26 +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
|
e4ebef6ae3
|
Properly shutdown ConfigManager.
|
2007-09-18 04:47:28 +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
|
70b71ad6ce
|
Added user-agent.
Now start the metadata and utpex extensions on start-up.
|
2007-09-17 01:05:27 +00:00 |
|
Andrew Resch
|
70dde55ecf
|
Tweaked random port selection.
|
2007-09-16 01:41:18 +00:00 |
|
Andrew Resch
|
9bb65d1ab4
|
Add random port support patch from Marcos.
|
2007-09-15 22:22:06 +00:00 |
|
Andrew Resch
|
4691dcbaa2
|
Preferences dialog now sets core configuration options.
|
2007-09-14 11:45:42 +00:00 |
|
Andrew Resch
|
e737e3ef12
|
Can now register handlers with the AlertManager to handle libtorrent
alerts.
|
2007-09-08 14:01:52 +00:00 |
|
Andrew Resch
|
f5a00e8d58
|
Add some more error checking.
|
2007-09-08 08:30:15 +00:00 |
|
Andrew Resch
|
38312177ef
|
Inital import of the AlertManager.
|
2007-09-07 08:21:19 +00:00 |
|
Andrew Resch
|
b4ad65ab9b
|
Add Deluge fingerprint.
|
2007-09-04 15:35:07 +00:00 |
|
Andrew Resch
|
b187d02c94
|
Change torrent_add_file() method in core to return a boolean value based
on the success of the torrent add.
Removed the torrent_add_failed() signal from core.
|
2007-09-03 06:35:31 +00:00 |
|
Andrew Resch
|
be5855dcd6
|
Added TorrentDetails component to GtkUI, but it is currently not
optimized.
Added more status fields to Torrent.
|
2007-09-02 14:15:41 +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
|
cb0505405d
|
Clean-up.
|
2007-08-29 08:02:06 +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
|
f185f19cfb
|
Plugins can now register 'status_fields' with core for use with
get_status().
Updates to TorrentQueue plugin.
|
2007-08-22 08:24:40 +00:00 |
|
Andrew Resch
|
5611037db2
|
Modified update() in TorrentView. It is now able to update only the
requested columns and only columns which are visible.
|
2007-08-22 06:23:16 +00:00 |
|
Andrew Resch
|
e13b42203b
|
Start of move to generic ListView. Not really functional yet.
|
2007-08-12 07:01:27 +00:00 |
|
Andrew Resch
|
895f7e2761
|
Add missing files.
Start of plugin support in gtkui.
|
2007-08-11 06:46:41 +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
|
78e225526c
|
'Hack' in plugin support. This is totally wrong, but it sort of works.
|
2007-08-05 20:03:00 +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 |
|
Andrew Resch
|
ac1bffb65f
|
get_torrent_status() and get_torrent_info() now use pickled
dictionaries thus removing the need for the templates.
|
2007-07-25 05:07:43 +00:00 |
|
Andrew Resch
|
2eb455179b
|
Updates
|
2007-07-25 00:43:37 +00:00 |
|
Andrew Resch
|
7c36587f23
|
Can now change queue order in the UI.
|
2007-07-24 07:19:38 +00:00 |
|
Andrew Resch
|
ca5297e20d
|
Can now remove torrents.
Torrent view is now updating in timer.
|
2007-07-24 01:53:35 +00:00 |
|
Andrew Resch
|
c4e688b450
|
Added TorrentManager class for handling torrents.
Added get_torrent_state() in the core, but this will be changed.
|
2007-07-23 20:43:42 +00:00 |
|
Andrew Resch
|
5145dafeae
|
Added torrent queueing in the core.
|
2007-07-23 04:42:26 +00:00 |
|
Andrew Resch
|
7ca17a3922
|
Changed the way adding torrents is done.
The core is now sent the torrent file data and saves it's own copy of
the torrent file.
Start of receiving signals in the UI.
|
2007-07-22 03:01:38 +00:00 |
|
Andrew Resch
|
be081ae103
|
Can now add torrents from the UI.
Various other updates.
|
2007-07-21 00:50:13 +00:00 |
|
Andrew Resch
|
9280781dd3
|
Updates
|
2007-07-14 01:33:16 +00:00 |
|
Andrew Resch
|
702967a2c6
|
Changed from 2 spaces ident to 4
|
2007-07-13 01:34:18 +00:00 |
|
Andrew Resch
|
a7c93458c8
|
Updates!
|
2007-07-13 00:48:21 +00:00 |
|