Commit Graph

6598 Commits

Author SHA1 Message Date
John Garland b9030dfb8b Preserve order when moving multiple torrents in the queue 2012-03-12 23:46:19 +11:00
John Garland 3528549430 Add get_queue_position & use it for sorting ids 2012-03-12 23:46:19 +11:00
John Garland 39a04aae20 Fix not properly detecting when torrent is at end of queue 2012-03-12 23:45:51 +11:00
Calum Lind 72a2ace0a1 Update Changelog, deluge.pot and js compress 2012-03-11 19:33:06 +00:00
Calum Lind 4240345daf Label Plugin: Mark 'Label Options' for translation 2012-03-11 18:40:04 +00:00
Calum Lind cb9867a26f Label Plugin: Defer translate No Label text in submenu 2012-03-11 18:26:53 +00:00
Calum Lind 07e166b94a Label Plugin: Disable menu items for 'All' in sidebar 2012-03-11 18:26:53 +00:00
Calum Lind 3c7f492451 Fix Label Plugin text 'All' for translation in sidebar 2012-03-11 18:26:18 +00:00
Calum Lind aeca5dd1e7 Mark torrent menu Pause text for translation 2012-03-11 17:17:29 +00:00
Calum Lind c194f6bbe4 Fix #2052 : Progress bar state text marked for deferred translation 2012-03-11 17:13:25 +00:00
Calum Lind 4d77241603 Modified fix for #1957 non-acsii columns 2012-03-10 22:31:43 +00:00
Calum Lind a2a45f1a0b Fix gtk sidebar text for translation 2012-03-10 22:31:17 +00:00
Calum Lind 217087a2fe Fix for Up Speed column not sorting in Webui 2012-03-10 13:17:24 +00:00
Andrew Resch bb89a355e5 Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable 2012-03-04 16:41:43 -08:00
Andrew Resch 954c0e2d4d Change some of the win32 build/installer scripts to support bundling GTK
in with the installer
2012-03-04 16:41:13 -08:00
Calum Lind 9ce738e39a Fix adding magnet error in webui when started from classic mode 2012-03-03 23:41:24 +00:00
Andrew Resch 911d583ff0 Bump version to 1.3.4 2012-03-03 11:55:13 -08:00
Calum Lind 07bc1322dd update depends 2012-03-03 02:32:50 +00:00
Calum Lind 1058435700 Set process name to match application using setproctitle
Using the setproctitle module the process name displayed in top
and other places will correctly reflect the binary name. This is an
optional dependency
2012-03-03 02:29:42 +00:00
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