377 Commits

Author SHA1 Message Date
Damien Churchill
1efb700ed8 enable and disable the form fields upon the checkbox change 2010-04-30 21:34:28 +01:00
Damien Churchill
b46562d932 disable the webui plugin settings and display an error message when deluge-web is missing 2010-04-30 14:04:15 +01:00
Damien Churchill
c45583e8e7 enable and disable the panel toolbar buttons upon selection change 2010-04-28 17:46:21 +01:00
Damien Churchill
ce46dcdf7a implement the webui so commands can be modified 2010-04-28 17:42:58 +01:00
Damien Churchill
111bea19d9 fix #1240 and #1208 2010-04-28 16:43:14 +01:00
Damien Churchill
68f0e9ddc7 renderer the event column correctly and remove the bottom panel 2010-04-28 16:09:53 +01:00
Damien Churchill
5e1f6a8738 switch the gridpanel to a listview 2010-04-28 15:51:47 +01:00
Damien Churchill
28a313e74e fix up the label plugin making it more stable and work with the new filter panel api 2010-04-28 15:43:06 +01:00
Damien Churchill
1cc315878a complete the layout of the label options window 2010-04-27 10:31:53 +01:00
Damien Churchill
8b23af062a add the layout for the maximum tab 2010-04-26 01:34:35 +01:00
Damien Churchill
a47f9bc8dd make enabling the plugin more robust 2010-04-26 01:34:35 +01:00
Damien Churchill
342001c642 implement the handler for the torrent menu 2010-04-26 01:34:35 +01:00
Damien Churchill
85c0725f83 add a method to get the current states in the filter 2010-04-26 01:34:35 +01:00
Damien Churchill
29634505e4 remove the old web templates 2010-04-26 01:34:35 +01:00
Damien Churchill
42b3dc7dde add the ability to add labels
set the filter panel to show_zero
2010-04-26 01:34:35 +01:00
Damien Churchill
c8ada0ba07 only enable the extra menu options if it is a label 2010-04-26 01:34:34 +01:00
Damien Churchill
e05384909a add inital options window layout
implement removing labels
specify a custom template for the label filters
2010-04-26 01:34:34 +01:00
Damien Churchill
9cde1f3e45 initial implementation of the label plugin webui, purely a mock up at the moment 2010-04-26 01:34:34 +01:00
John Garland
62158d7861 Renamed raiseError to raisesErrorsAs 2010-04-26 02:54:13 +10:00
Damien Churchill
a3d9b93480 register the execute plugin 2010-04-24 01:42:11 +01:00
Damien Churchill
01e847b997 fix the execute plugin disabling and change the namespace of the preferences page 2010-04-23 23:48:29 +01:00
Damien Churchill
8b7c1681ae fix the execute plugins webui section 2010-04-23 19:30:40 +01:00
Chase Sterling
bba825703b refs #1180, old label preferences are removed from torrent when new label is set 2010-04-13 15:21:49 -04:00
Andrew Resch
3f3f7bb5b4 Fix #1225 by reverting change to fix #1180 since that isn't really
considered a bug and just causes more issues
2010-04-13 10:15:10 -07:00
John Garland
047bdf9e3e Only pause torrents when importing blocklist on startup 2010-04-12 20:42:37 +10:00
John Garland
35dfcf3a77 Pause transfers until blocklist is imported (#861) 2010-04-12 01:01:02 +10:00
Andrew Resch
901d2d715c Fix #1222 do not try to set options on a torrent_id that is no longer in the session 2010-04-09 13:05:02 -07:00
Andrew Resch
02b71451c6 Fix enabling the Freespace plugin by initalizing self._timer on enable()
Stop the timer on disable()
2010-04-09 11:21:07 -07:00
Andrew Resch
7d4c791241 Fix #1180 properly set default options when switching a torrent label 2010-04-08 16:49:40 -07:00
Chase Sterling
1a26287a5a Merge branch 'master' into autoadd
Conflicts:
	deluge/plugins/pluginbase.py
2010-03-26 11:16:03 -04:00
Andrew Resch
5c42cfbf64 Fix pluginbase 2010-03-25 15:01:15 -07:00
Chase Sterling
efe2c06347 remove some useless code 2010-03-25 17:41:15 -04:00
Chase Sterling
53fd0a57ee add quotes around attribute name 2010-03-25 15:55:01 -04:00
Chase Sterling
017d1e058e autoadd plugin will now transfer settings from core autoadd folder 2010-03-25 15:30:54 -04:00
Chase Sterling
211d0bee5d Added autoadd plugin 2010-03-25 12:03:36 -04:00
Andrew Resch
8dad06cfbd Fix some typos 2010-03-24 14:17:58 -07:00
Andrew Resch
b8270be10f Add ability for plugins to set their component update interval by
setting a 'update_interval' value in their object.
2010-03-24 13:29:41 -07:00
Andrew Resch
afbca066d7 Fix typo in super call 2010-03-24 13:24:04 -07:00
John Garland
50ae65b58a Use faster (non-regex) version of is_url. 2010-02-25 02:01:08 +11:00
Damien Churchill
9ad59d5f48 fix #1148, saving execute commands, tuples can't be assigned to stupid me 2010-02-19 23:48:54 +00:00
Pedro Algarvio
ed00536468 Add missing import(removed on a previous check-in???). 2010-01-10 16:26:41 +00:00
John Garland
8175b2af58 Use cStringIO to open zip files in python 2.5 2010-01-07 15:27:05 +00:00
John Garland
6312ad4a7e Add rudimentary support for local files 2010-01-03 18:02:30 +00:00
John Garland
b06f46ea7c Fix blocklist ignoring try_times.
Make blocklist print error messages on failures.
2010-01-03 16:27:05 +00:00
Pedro Algarvio
ccc97f83a8 Yet, some more logging clean-ups.... 2010-01-01 22:49:02 +00:00
Pedro Algarvio
d557cda55c Clean-up logging. 2010-01-01 22:45:03 +00:00
Pedro Algarvio
eee6d4c030 The !FreeSpace plugin only calculates free-space on existing directories. Cleaned-up logging. 2010-01-01 21:44:55 +00:00
John Garland
1c665b7d2f Simplify logic flow a bit (should make local file support easier).
Improve docstrings.
2010-01-01 16:02:20 +00:00
John Garland
e0ebffb8fa More relaxed definition of what a commented line is in a blocklist.
Decorate readranges with raiseError rather than parse to increase performance.
2009-12-21 13:58:24 +00:00
John Garland
fad6ba2193 Fix blocklist status icon not opening proper preferences page.
Show blocklist's file date using the locale's date / time representation.
2009-12-20 09:01:07 +00:00