6068 Commits

Author SHA1 Message Date
Damien Churchill
9849a16d2c rename files to match the classes they contain 2010-04-28 11:55:07 +01:00
Damien Churchill
bf28b3ac31 fix the connection manager when the ui disconnects from a daemon so it doesn't end up in a loop 2010-04-28 11:50:56 +01:00
Damien Churchill
759ae6356d remove the function wrap from the connection manager 2010-04-28 11:28:51 +01:00
Damien Churchill
c0fd70a856 fix removing the filter panels upon disconnect 2010-04-28 10:45:38 +01:00
Damien Churchill
028a35bfc8 fix adding an already removed torrent 2010-04-28 10:42:25 +01:00
Damien Churchill
fec735f948 fix the first item being selected upon creation 2010-04-28 08:42:29 +01:00
Damien Churchill
9f185da446 update the proxyfield comboboxes and switch some simplestores to arraystores 2010-04-28 08:24:37 +01:00
Damien Churchill
8414b9cfa9 fire only one event per check, pass an array of nodes
implement #1161 for the webui
2010-04-28 01:06:28 +01:00
Damien Churchill
91f44c2ad3 fire the same args as the OptionsManager changed event 2010-04-28 00:48:37 +01:00
Damien Churchill
31304d3397 lazily set the value if the items aren't rendered yet and re-enable setting the allocation in the add window 2010-04-27 23:58:30 +01:00
Damien Churchill
310b4bad31 allow the allocation to be changed again 2010-04-27 23:49:11 +01:00
Damien Churchill
9e7dde8997 change radiogroups so they can be used as a single form field 2010-04-27 23:48:04 +01:00
Damien Churchill
dfde04561f adjust the width of the columns in the con manager 2010-04-27 23:31:12 +01:00
Damien Churchill
545e4ef717 fix the change event on the spinner group 2010-04-27 23:26:31 +01:00
Damien Churchill
b1cf238489 show the preferences window when the protocol traffic and freespace icons are clicked 2010-04-27 23:19:52 +01:00
Damien Churchill
7fe5d37094 fix the spinnergroup widths 2010-04-27 23:18:03 +01:00
Damien Churchill
a7940d5bf9 use deferredRender: true on the card layout to fix the spinnergroups and
comboboxes
2010-04-27 22:56:02 +01:00
Damien Churchill
e0e2b1b350 improve the page switching 2010-04-27 22:05:15 +01:00
Damien Churchill
a58c391675 use blank classes for the sorter in the edit trackers window 2010-04-27 21:49:27 +01:00
Damien Churchill
9f46958f20 tidy up and convert the gridpanel to a listview 2010-04-27 21:40:55 +01:00
Damien Churchill
dd82f95975 split out the add connection window into a seperate file 2010-04-27 11:58:39 +01:00
Damien Churchill
67e27b9b7a fix reporting connection errors on the console (Closes: #1228) 2010-04-27 11:01:01 +01:00
Damien Churchill
1cc315878a complete the layout of the label options window 2010-04-27 10:31:53 +01:00
Damien Churchill
412b96ba55 xml escape notifications sent via libnotify (Closes: #1185) 2010-04-27 10:31:53 +01:00
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