Commit Graph

5170 Commits

Author SHA1 Message Date
Damien Churchill 8bb70f1671 rebuild the docs 2009-07-20 09:09:53 +00:00
Damien Churchill c62258fa48 move docs out of the deluge package 2009-07-20 09:02:09 +00:00
Damien Churchill cd7b202d9d moves tests out of the deluge package 2009-07-20 09:01:43 +00:00
Damien Churchill ae5011ec92 setup the build_spinx command 2009-07-20 09:00:47 +00:00
John Garland dcccc3f4de add_torrent_url now uses httpdownloader's download_file.
This also allows it to send request headers.
As a result it can download torrents from sites that require cookies.
2009-07-20 08:47:32 +00:00
Damien Churchill 3a94a33b56 just return the deferred created by httpdownloader 2009-07-20 08:39:46 +00:00
Damien Churchill a2893cc1b7 change download_torrent_from_url to use the httpdownloader module 2009-07-20 08:20:17 +00:00
John Garland e1ee5c3436 Blocklist reader's read() now calls callback with two arguments: start and end.
This will allow us to better detect when a blocklist reader fails to parse an entry.
Renamed is_valid to is_ignored to make the purpose of the function less ambigious.
2009-07-20 04:49:55 +00:00
Damien Churchill 8fbe456410 change BLANK_IMAGE_URL to /images/s.gif rather than http://extjs.com/s.gif
begin converting D.P.D to a class
2009-07-16 13:25:00 +00:00
Damien Churchill 9aec641965 set the mimetype for the documentation 2009-07-16 09:43:36 +00:00
Damien Churchill 45eb817301 make the locations of the pkey/cert configurable 2009-07-16 09:24:55 +00:00
Damien Churchill aa05a27d28 use the same ssl key and certificate as the daemon (will add the option to specify a different one later) 2009-07-16 08:58:05 +00:00
Damien Churchill 0490df5a42 clear the options panel when the add window is closed 2009-07-15 18:56:41 +00:00
Damien Churchill 2450599789 trim the trim variable so there is no decimal point 2009-07-15 18:54:58 +00:00
Damien Churchill 929a501453 remove the borders on the GridPanels 2009-07-15 16:43:42 +00:00
John Garland ba91b6e587 Updated imports.
Added decompresser and reader dicts.
Make import_list actually import list into libtorrent session.
Begin auto-detection of blocklists.
2009-07-15 14:00:57 +00:00
Andrew Resch 4df5fe20ce Use wiki formatting in DEPENDS 2009-07-15 03:06:58 +00:00
Andrew Resch 35136b652d Update README and add a DEPENDS file that lists the dependencies 2009-07-15 02:50:26 +00:00
John Garland e9d7b71fe8 Changed decompressers names.
No longer use new module, decompressers will decorate an un-instantiated class.
2009-07-14 04:59:35 +00:00
Andrew Resch c9a622b846 Prevent exception when clicking 'Rescan Plugins' button when not connected to a daemon 2009-07-13 21:55:34 +00:00
Andrew Resch f42e8c4316 Show an Error dialog if starting the core in classic mode is unsuccessful 2009-07-13 21:44:21 +00:00
Andrew Resch d0fb657ada Fix exception when quitting in classic mode 2009-07-13 20:23:17 +00:00
Andrew Resch fbba1795ad Make the test port button insensitive when not connected to a daemon 2009-07-13 19:45:30 +00:00
Andrew Resch 0f453eb8f1 Fix some deprecation warnings regarding spinbuttons page adjustment size 2009-07-13 18:27:08 +00:00
Andrew Resch bdcc0047a8 Fix opening the preferences window when not connected to a daemon 2009-07-13 18:26:40 +00:00
Andrew Resch c4c6d1d511 Fix syntax error 2009-07-13 18:04:26 +00:00
John Garland f1350da011 Removed old code from get status. 2009-07-13 05:15:03 +00:00
John Garland 4c9d01efe8 Removed type combo box from gtkui (will be auto-detecting type).
Removed old format readers.
Added new format readers and decompressers.
2009-07-13 05:12:26 +00:00
Damien Churchill c7db93e954 rebuild docs 2009-07-12 23:33:54 +00:00
Damien Churchill 26b4f4020b disable the options tab in the add window (will complete post release) 2009-07-12 23:33:34 +00:00
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