Commit Graph

6579 Commits

Author SHA1 Message Date
Andrew Resch 0676aaf918 Properly wait for the component.shutdown deferred on shutdown. This should prevent the daemon from exiting before all the state has been saved. 2012-03-02 09:15:35 -08:00
Calum Lind 5d0dace131 Fix #2045 : UnicodeDecodeError when using non-ascii chars in info
Input arg string needed decoding otherwise comparing with unicode
torrent name fails.
2012-03-02 15:42:15 +00:00
John Garland be75d5021b Execute: log stdout/stderr when command fails 2012-03-02 13:03:01 +11:00
John Garland b0029517eb Execute: make running commands asynchronous
This prevents deluge from hanging while it waits
for a command to finish.
This also prevents a deadlock from occuring
(c.f. warning at
 http://docs.python.org/library/subprocess.html#subprocess.Popen.wait)
2012-03-02 12:57:47 +11:00
Andrew Resch 2ae936df44 Remove setting torrent.is_finished in the resume alert
Set torrent.is_finished to false when torrent is in a Checking or Downloading state
2012-02-29 15:20:59 -08:00
Calum Lind 1f5cfd16e0 Updates to previous fixes for setting is_finished 2012-02-29 02:56:14 +00:00
Calum Lind b5b0db6c60 Update Changelog and deluge.pot 2012-02-29 01:35:37 +00:00
Calum Lind 1f660653ff Set is_finished to match is_seed after checking
Fixes issue where re-downloading data would not change is_finished
2012-02-29 01:35:33 +00:00
John Garland 7020e5ca90 Blocklist: remove default url as it is outdated 2012-02-29 12:21:18 +11:00
John Garland 00ebaae67a Blocklist: check for updates iff interval > 0 2012-02-29 12:18:24 +11:00
Calum Lind eb773bba2c Fix preferences dialog not opening with main window on Windows 2012-02-28 22:44:52 +00:00
Calum Lind e10cfb8f8c Fix #1976 : Text entry with trailing newline characters causes issues for Move Storage
Changed most GtkEntry truncate-mutliline properties to True for all single line
entries to prevent similar issues.
2012-02-28 19:29:36 +00:00
Calum Lind fcf26bad45 Add optparse custom version to prevent unnecessary loading of libtorrent 2012-02-28 19:29:35 +00:00
Calum Lind ec373c0ec9 Update translations 2012-02-28 19:29:34 +00:00
Calum Lind 933f80c01c Alternative fix for re-enabling plugin issue 2012-02-28 19:29:34 +00:00
Calum Lind 89634137b9 Update Changelog 2012-02-27 15:39:08 +00:00
Calum Lind e7dada6afc Fix #2021 : Share ratio limit not obeyed for torrents downloaded outside deluge
Share ratio limit is based upon torrent.is_finished and a seeded torrent added
to the session was not set after checking.
2012-02-27 15:31:53 +00:00
Calum Lind 8db789ffe2 Fix #2038 : Chrome 17 disconnecting from webui 2012-02-27 15:31:53 +00:00
Calum Lind dd3aab1cef Catch glade object issue when re-enabling Autoadd
Found an additional glade object from the previous instance of Autoadd
calling cb_get_config resulting in an exceptions.AttributeError.
This workaround simply checks that get_widget is not None.
2012-02-27 15:29:50 +00:00
Calum Lind 54769fe190 Fix #2044 : Unable to re-enable execute plugin 2012-02-27 15:22:04 +00:00
Calum Lind fa7edd0bad Fix plugins not showing enabled in webui 2012-02-26 23:00:06 +00:00
Calum Lind 2b865273f6 Fix potential keyerror for on_torrent_removed in sessionproxy 2012-02-24 00:34:53 +00:00
Calum Lind 403ad26111 Update Changelog 2012-02-23 00:51:29 +00:00
Thomas Hipp 6bc3968ba4 Multiple Magnet links support in autoadd plugin 2012-02-22 18:38:16 +00:00
Thomas Hipp bbeb11b1e7 Magnet link support in autoadd plugin
Check the watch folders for .magnet files which contain valid magnet links
and add them.
2012-02-22 18:38:05 +00:00
Calum Lind e4840d6b37 tabs to spaces 2012-02-22 15:53:29 +00:00
Calum Lind 88db73e244 More fixes for labels plugin webui
Disabled options and remove for filters No Label and All
Removed All from torrent menu
Fixed No Label not working in torrent menu
Bumped version to 0.2
2012-02-22 15:49:49 +00:00
Bobby R. Ward a359374547 Fix #2035: If auto_add_trackers is empty, it is an array 2012-02-22 13:55:06 +00:00
Bobby R. Ward c5e328c3bd Fix #2036: new labels are not sorted on torrent right click 2012-02-22 13:35:14 +00:00
Bobby R. Ward bc425b392a Convert tabs to spaces in label.js 2012-02-22 13:34:57 +00:00
Andrew Resch 4feb816380 Fix missing desktop file preventing install 2012-02-20 16:56:20 +00:00
Calum Lind ff95d9720a Fix setting daemon listen interface from command line 2012-02-20 14:06:29 +00:00
Calum Lind 7847362dbb Catch and log ReactorNotRunning when stopping reactor in gtk 2012-02-19 16:44:12 +00:00
Calum Lind 7b1e8862b4 correction for glib.gerror commit 2012-02-19 13:32:45 +00:00
Calum Lind ed883125fd catch and log 'glib.GError: Unrecognized image file format' error 2012-02-19 00:54:33 +00:00
Calum Lind 9799c64505 Fix #2037: webui 'Add Torrents' dialog torrents list not scrolling 2012-02-18 20:36:32 +00:00
Calum Lind d1f788ebe3 Further fix for progress bar display in webui
When first loading webui is browser this.style is undefined and p.style
contains the width of the progress column however after this point
p.style contains the width of the previous column so need to use
this.style which now represents the progress column width.
2012-02-18 18:59:13 +00:00
Calum Lind 3744bdad69 Build compressed javascript for deluge-all 2012-02-18 18:26:04 +00:00
Calum Lind ea75828f25 Fix progress bar display 2012-02-18 18:23:57 +00:00
Calum Lind 966fc6f64f Update extensions to Ext JS 3.4.0 2012-02-18 18:23:52 +00:00
Calum Lind 5ff0d61b52 Add Webui keymaps for torrents - Ctrl-A (select all) and Delete 2012-02-18 03:42:00 +00:00
John Garland f5956f01e7 Ignore unmaximise event when window isn't visible
This fixes the bug where a maximised main window
will become unmaximised (on restart) after
quitting deluge from the system tray.
2012-02-18 12:34:05 +11:00
Calum Lind 717db367e8 Add magnet uri support to Add Url in Webui 2012-02-18 00:39:24 +00:00
Calum Lind e0efe3885a Update Changelog 2012-02-16 16:58:32 +00:00
Calum Lind 836da50f78 Remove orientation property from glade files to fix compatibility warnings 2012-02-16 16:44:15 +00:00
Calum Lind 85b1753a28 Fix compatibility for Python2.5 and Debian Lenny
Recent commit to handle warnings were >=Py2.6 and glib binding is
unavailable on Debian Lenny.
2012-02-16 16:44:14 +00:00
Calum Lind eb6959fb98 Cleaner log entry if deluged missing 2012-02-16 16:44:14 +00:00
Calum Lind 30c142ac4d Fix #1954 : 'invalid literal for float' console error when setting listen interface 2012-02-16 16:44:14 +00:00
John Garland 08a75bd9f9 Wait for client to shutdown/disconnect before stopping reactor (fixes #2032) 2012-02-16 14:12:03 +11:00
samuel337 754a5a7f8a Add scheduler plugin page to webui 2012-01-25 01:00:15 +00:00