19 Commits

Author SHA1 Message Date
Damien Churchill
1f63e3de1a remove get_torrent_info from ui.common
add an "as_dict" method to TorrentInfo
utilise the TorrentInfo class rather than get_torrent_info
2009-04-02 20:55:46 +00:00
Damien Churchill
031ec92799 handle an invalid torrent file and show an error message box 2009-04-02 19:43:08 +00:00
Damien Churchill
4087dd38cb implement setting the file priority via the context menu 2009-04-01 21:31:36 +00:00
Damien Churchill
0d5c30b5f9 add in the file priorities to the file tree on the details tab
add some icons for the priorities
2009-04-01 18:42:04 +00:00
Damien Churchill
cab504c90e fix a typo in a doc string 2009-03-30 22:07:47 +00:00
Damien Churchill
5c7d1e6576 use consts/vars rather than merely numbers 2009-03-30 21:37:16 +00:00
Damien Churchill
7c1d16a51c add a method to return a torrents files as a tree 2009-03-25 09:12:48 +00:00
Damien Churchill
2193905fa6 implement disconnecting from a connected daemon 2009-03-22 23:52:34 +00:00
Damien Churchill
b2f01c177f implement basic adding of torrents via url 2009-03-21 12:28:48 +00:00
Damien Churchill
3f8ef6c66e fix adding hosts and clearing the form after changing password to _password 2009-03-21 11:21:05 +00:00
Damien Churchill
f9f2a55d93 implement a basic add connection window
implement remove connection
2009-03-20 22:36:58 +00:00
Damien Churchill
a97fbbc1ef fix status when a host is connected 2009-03-20 19:00:11 +00:00
Damien Churchill
9ca7634ec9 make the stop daemon button actually stop the daemon 2009-03-20 18:26:47 +00:00
Damien Churchill
89e7198e21 add a logging statement to update_ui 2009-03-20 17:14:28 +00:00
Damien Churchill
fc68ec2929 add the improvements to the export deco 2009-03-17 01:09:23 +00:00
Damien Churchill
233ed89318 fix get_torrent_info 2009-03-17 01:03:09 +00:00
Damien Churchill
306961ed75 fix download_torrent_from_url 2009-03-17 00:45:43 +00:00
Damien Churchill
467afb5d63 slight tweak to the get_hosts method 2009-03-16 15:51:51 +00:00
Damien Churchill
0ac64da5c6 move the json resource into its own module
split the json-rpc methods and the rpc server into seperate classes
make the json-rpc server a component to allow for extension
2009-03-12 18:57:35 +00:00