6044 Commits

Author SHA1 Message Date
John Garland
d6b7917350 Fix test_add_torrent_url_with_cookies 2010-04-27 03:01:54 +10:00
Damien Churchill
8b23af062a add the layout for the maximum tab 2010-04-26 01:34:35 +01:00
Damien Churchill
3b1d038d2d add missing getFilter function and improve hasFilter 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
466b245fdf make it easier to manipulate filters 2010-04-26 01:34:35 +01:00
Damien Churchill
bfdaa47aff add helper methods for adding and removing columns to the torrent status grid 2010-04-26 01:34:35 +01:00
Damien Churchill
c3290b4ac2 add the save path column to the grid 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
b4404feed7 add 2 new methods that return the torrent ids to make rpc calls easier 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
faa1752d04 select the first filter if the current selected one is removed 2010-04-26 01:34:35 +01:00
Damien Churchill
2edf19c187 fix displaying empty '' filters 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
80f151be94 move the state updating into the FilterPanel to allow for a custom show_zero value to
be specified
2010-04-26 01:34:34 +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
3a12a50f3e allow custom templates to be specified for filters 2010-04-26 01:34:34 +01:00
Damien Churchill
5b0ce6b3d8 remove the function wrap and deluge.sidebar construction 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
Damien Churchill
1825ce09fb fix removing filters that no longer exist
add a filtercreate event
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
4de8e57f56 remove some accidental alerts 2010-04-24 01:44:22 +01:00
Damien Churchill
a3d9b93480 register the execute plugin 2010-04-24 01:42:11 +01:00
Damien Churchill
7e12222d33 create a plugin registration system to allow for plugin loading on the fly
remove the plugin event handlers from the event manager
fix enabling/disabling plugins when the preferences page hasn't been rendered yet
2010-04-24 01:40:34 +01:00
Damien Churchill
bf2fc64ce0 remove an unrequired function() wrapping 2010-04-24 00:43:24 +01:00
Damien Churchill
3fdfedb7f7 revert previous change, we want remove_script to throw an error if the script doesn't exist
fix remove debug and dev scripts in the pluginmanager
2010-04-24 00:34:42 +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
50162694b5 fix plugin disabling 2010-04-23 23:47:10 +01:00
Damien Churchill
ade5f596f4 don't raise an error if the script isn't in the resource 2010-04-23 23:43:20 +01:00
Damien Churchill
8b7c1681ae fix the execute plugins webui section 2010-04-23 19:30:40 +01:00
Damien Churchill
2376e857d2 fix up the deluge-web plugin interface 2010-04-23 19:30:40 +01:00
Andrew Resch
d024c293ed Revert previous change 2010-04-20 20:08:08 -07:00
Andrew Resch
54617db03f Allow accessing network shares when adding torrents 2010-04-20 12:25:18 -07:00
Andrew Resch
70580e35db Fix starting plugins 2010-04-20 08:56:07 -07:00
Andrew Resch
8d02fc3db6 Fix #1238 starting plugins in the gtkui 2010-04-20 08:50:20 -07:00
Damien Churchill
112b0dc1f0 fix the zeroPad calls in the date function 2010-04-20 08:32:11 +01:00
Damien Churchill
3fcdcc8eec couple of tweaks to the plugin page layout 2010-04-19 23:17:27 +01:00
Damien Churchill
7711239452 add the updated override to FormLayout to allow for the field labels to be hidden/shown with field.show()/field.hide() 2010-04-19 22:29:11 +01:00
Damien Churchill
283cff7852 Apply patch supplied in #1235 to add the time to fdate 2010-04-19 22:27:12 +01:00
Damien Churchill
fb4bfe7656 re-add the SpinnerGroup type and enable the Network preferences page 2010-04-19 17:08:08 +01:00
Damien Churchill
070443f811 only use the fix for webkit browsers 2010-04-19 16:29:40 +01:00
Damien Churchill
76483bf766 restructure the ext-extensions folder and fix some copyright headers 2010-04-19 15:35:33 +01:00
Damien Churchill
dd1716c240 improve the selective downloading adding support for directories and don't recreate treenodes 2010-04-19 15:35:33 +01:00
Damien Churchill
c176ff900f fix updating the columns if the node hasn't yet been rendered 2010-04-19 15:35:33 +01:00
Damien Churchill
9e8d588a05 add a method to TreeGridNodeUI that allows column values to be updated 2010-04-19 15:35:33 +01:00
Damien Churchill
0fbbf4ac6c fix setting file download priority in the add window 2010-04-19 15:35:33 +01:00
Andrew Resch
61dd9a5589 Fix setting config values in the console ui including setting paths with
spaces in them
2010-04-18 18:07:26 -07:00
Andrew Resch
9a632fc3d3 1234: Add time to the torrents added date - patch from tobbez 2010-04-18 14:52:18 -07:00
Damien Churchill
e0f2c2473e fix error, use os.makedirs instead of os.mkdir, effectively mkdir -p 2010-04-17 22:13:17 +01:00