5140 Commits

Author SHA1 Message Date
Damien Churchill
2156d1f6f6 large changes within the optionsmanager
fix the details panel to reflect this
add setting of file priorities in the add window
2009-07-12 23:27:41 +00:00
Damien Churchill
324679de1f build the compressed version 2009-07-12 23:26:52 +00:00
Damien Churchill
3b810f5ce3 fix a bug in the radio group setValue when the buttons haven't been rendered yet 2009-07-12 23:23:05 +00:00
Damien Churchill
9762853d32 add a try/except block testing for openssl support before adding it as an option to the commandline 2009-07-08 18:07:12 +00:00
Andrew Resch
e9541ab7c6 Fix setting cache options 2009-07-08 07:10:15 +00:00
John Garland
6a78e51475 Fix race condition when blocklist is up to date.
Make import_list return a deferred to prevent error (still doesn't do anything).
Fix typos.
2009-07-07 06:51:47 +00:00
Andrew Resch
2b789b501b Better fix for last commit.. AuthManager will now raise a BadLoginError if the username or password
does not match
2009-07-06 21:09:22 +00:00
Andrew Resch
b6793f7268 Fix client.connect() not firing the errback when a login attempt result is 0 (meaning no
authorization)
Fix console connect command
2009-07-06 20:00:41 +00:00
Damien Churchill
66243d1859 allow for the scope to be specified when calling the walkFileTree method 2009-07-06 11:51:06 +00:00
Damien Churchill
4cefabe2db add a generic method for walking the file tree in the add window 2009-07-06 11:36:12 +00:00
Andrew Resch
c2e3f3d228 Store removed columns' state so that plugin's columns are restored properly 2009-07-06 07:05:39 +00:00
Andrew Resch
9238fab360 Likewise for Windows close/shutdown events 2009-07-06 06:51:54 +00:00
Andrew Resch
594bc7cb9f Have the gnome "die" signal call gtk.main_quit instead of shutdown 2009-07-06 06:50:40 +00:00
John Garland
c53af6af33 Fix status reporting. 2009-07-06 06:49:34 +00:00
Andrew Resch
b3a3b9e4f1 Fix loading old configs with version numbers 2009-07-06 06:38:06 +00:00
Andrew Resch
2909e285fc Fix restoring vpaned position when window is maximized
Fix stopping gtkui with ctrl+c
Fix showing the connection manager window in the certain of the window if maximized on start-up
2009-07-06 06:29:45 +00:00
Andrew Resch
efa125ac83 Fix starting plugins when enabled 2009-07-06 05:18:18 +00:00
John Garland
cdddc38780 Put string conversion from last commit in correct place. 2009-07-06 04:54:45 +00:00
John Garland
1f2072f8c2 Make sure last_update is an ascii encoded string. 2009-07-06 04:40:57 +00:00
John Garland
d8e265011a Several blocklist fixes. 2009-07-05 18:38:51 +00:00
Andrew Resch
1b997b2349 The default format version and file version should be 1 2009-07-05 17:42:36 +00:00
John Garland
e9f62ea08c Fix typos in blocklist core.
Remove reset_ip_filter and block_ip_range from deluge core.
2009-07-05 16:27:22 +00:00
Andrew Resch
75338d8a9e Make sure child folders of renamed folders are properly renamed in the torrent options 2009-07-05 16:25:05 +00:00
Andrew Resch
1b29d267cc Add / to the end of folder names when renaming 2009-07-05 16:19:47 +00:00
John Garland
f221a39bcf Updated config values names in gtkui. 2009-07-05 06:20:19 +00:00
Andrew Resch
76bc45a3bf Add some tests for core 2009-07-05 01:17:38 +00:00
Andrew Resch
2ced8ad189 Change add_torrent_magnets to add_torrent_magnet
Have add_torrent_magnet return a torrent_id on successful add
2009-07-05 00:09:49 +00:00
Andrew Resch
054ab20402 Use deluge.configmanager.get_config_dir() to find the state folder location since the 'state_location' key in the config may be wrong if the config folder has changed 2009-07-04 23:59:38 +00:00
Andrew Resch
8c23baa4e2 Modify add_torrent_url to return a deferred that returns the torrent_id as a result if successful 2009-07-04 23:06:14 +00:00
Andrew Resch
7815f22a73 Stop some LoopingCalls when stopping components 2009-07-04 22:53:10 +00:00
Andrew Resch
061cd96096 Have add_torrent_file return a torrent_id on successful add 2009-07-04 22:52:41 +00:00
John Garland
191d83c4be Added check to see if blocklist should be downloaded when load on start is enabled.
Updated function names in gtkui.
2009-07-04 17:05:50 +00:00
Andrew Resch
5b4d138baf Fix renaming files with / in them 2009-07-04 16:49:18 +00:00
Andrew Resch
016e99b728 Add a dep to the apt-get list 2009-07-02 18:51:26 +00:00
Andrew Resch
34def2524f Fix typo 2009-07-02 18:13:37 +00:00
Andrew Resch
a8b83281ab If a exported method returns a deferred, the rpcserver will now wait for it to fire before sending either the RPC_RESPONSE or RPC_ERROR message back to the client 2009-07-02 18:10:13 +00:00
John Garland
85c32f0403 Use stored last_update for conditional get. 2009-07-02 15:40:13 +00:00
John Garland
8e69a82881 Begin rewrite of blocklist (core) using twisted. 2009-07-02 15:29:57 +00:00
Damien Churchill
d317d5c857 update the sudo apt-get install line 2009-07-02 08:23:24 +00:00
Andrew Resch
0c0cfaf597 Clean-up the tests and add some new ones 2009-07-02 04:16:37 +00:00
Andrew Resch
883e61909f Fix deregister_handler 2009-07-02 04:10:20 +00:00
Andrew Resch
b9a2bf786c Write out the new auth file right away and do not re-read the file if doing so 2009-07-02 03:48:03 +00:00
Damien Churchill
bbb087c04a suppress only deprecation warnings 2009-07-01 13:56:36 +00:00
Damien Churchill
74627f682a use only "twisted" in the module arg as that suppresses all warnings from twisted 2009-07-01 13:51:56 +00:00
Damien Churchill
958c6334b0 suppress depreciation warnings generated by twisted 2009-07-01 13:49:39 +00:00
Damien Churchill
65697faca5 remove unnecessary import 2009-07-01 13:45:56 +00:00
John Garland
d3d991d8aa Added support for sending headers when using download_file.
Allows HTTP conditional GET for servers which support it.
2009-07-01 10:02:45 +00:00
John Garland
d592c0370c HTTPDownloader now "raises" a PageRedirect error when it encounters a temporary redirect or permanent move.
This allows the callee to download the file from the new location.
2009-07-01 08:45:09 +00:00
Andrew Resch
a66910e50b Move reparent_iter to common
Add support for 'spliting' folders in the add torrent dialog
2009-06-28 00:56:36 +00:00
Andrew Resch
2ccebaca3b Move 'add_peer_dialog' to peers_tab.py where it should belong.. 2009-06-27 22:49:01 +00:00