Commit Graph

5081 Commits

Author SHA1 Message Date
John Garland 88e494c197 Fixed stats url encoding. 2009-06-24 05:41:30 +00:00
John Garland 182845ce3e Fixed #916.
Removed unused code.
2009-06-24 03:22:06 +00:00
Andrew Resch a7c2e596d9 Use a more efficient sort to put the torrent state list in queue order 2009-06-24 02:54:39 +00:00
John Garland 139519d7d1 Fix error when sending stats (quote_plus expects string not list). 2009-06-24 02:35:24 +00:00
Damien Churchill 33ac5beba5 update the stored option in the onFieldChange event handler 2009-06-23 23:20:11 +00:00
Damien Churchill 2debe69e34 proxy the check event from the child radio boxes to the radiogroup 2009-06-23 23:18:25 +00:00
Damien Churchill c5a21e2be9 add in a radiogroup to facilitate in hiding compact/full allocation as one field and extend Ext.form.RadioGroup so it provides the setValue and getValue methods 2009-06-23 23:10:13 +00:00
Damien Churchill e94129135b add the options form layout to the options tab of the add window 2009-06-23 18:46:25 +00:00
Damien Churchill b75e17069f change the command options help string a little 2009-06-23 18:22:11 +00:00
Damien Churchill b13efa08ff add ssl support to the webui webserver 2009-06-23 18:21:25 +00:00
Andrew Resch 148afede5b Check to see if the files_list for the torrent_id is available when receiving file_renamed or
folder_renamed events
2009-06-23 17:36:01 +00:00
Damien Churchill a29904fefd fix bug in get_hosts if host[x:y] is not a list 2009-06-23 10:02:22 +00:00
Damien Churchill 76d3c2567e fix the files tree for when there is only 1 file in the torrent and also fix the file size in the add torrent window 2009-06-23 09:37:28 +00:00
Damien Churchill 2e0bd1bd3c fix an error in the doc string for add_torrents 2009-06-23 09:36:30 +00:00
Damien Churchill 46163b992f split out getting host status from getting the host list to greatly improve performance of the connection manager 2009-06-22 18:28:51 +00:00
John Garland 4b934a07ba dummy function now accepts arbitrary number of variables.
metafile uses hashlib instead of sha library.
2009-06-22 14:11:02 +00:00
Damien Churchill 206718de08 fix adding hosts to the connection manager 2009-06-22 07:58:59 +00:00
Damien Churchill 7bdc595dd0 fix the error callbacks in the client 2009-06-22 07:56:45 +00:00
Damien Churchill f6b90c0097 improve the docstring for the add_torrents method 2009-06-18 08:25:14 +00:00
Damien Churchill 9a55987ecb fix removing connections from the connection manager 2009-06-17 19:07:30 +00:00
Damien Churchill dd85ca3c3e add another escaping slash 2009-06-17 14:51:07 +00:00
Damien Churchill 12757ef7e8 fix the gettext generation script so that resulting apostrophes from a translation are escaped 2009-06-17 13:57:11 +00:00
Damien Churchill 9370911ee1 use changeId in the clear method of the options tab 2009-06-17 06:42:37 +00:00
Damien Churchill 7bc81fbaf9 add a changeId method to the OptionManager 2009-06-17 06:36:55 +00:00
Damien Churchill 7dfce33065 rebuild the docs 2009-06-16 18:15:28 +00:00
Damien Churchill d5f92b506a change the arg from doc to docs 2009-06-16 18:15:09 +00:00
Damien Churchill 4edb79bcd7 add in support to the optionsmanager for binding form fields 2009-06-16 18:14:23 +00:00
Andrew Resch 3458b238d8 Add option in Preferences to change the listen interface 2009-06-12 16:12:00 +00:00
Andrew Resch ca7f33db1f Get the Stats plugin working again.. sort of.. It still needs a lot of work. 2009-06-11 01:06:08 +00:00
Andrew Resch 520be10e4d Fix turning off Classic mode dialog
Fix showing the connection manager icon on the toolbar depending on classic mode setting
2009-06-10 22:50:57 +00:00
Andrew Resch e36ca0e5ba Fix calling set functions 2009-06-10 22:43:43 +00:00
Andrew Resch 9495fffeac Show a progress window when downloading torrents from URL
Add ErrorDialogs when trying to add bad torrents and when downloading of torrent fails
2009-06-10 22:35:47 +00:00
Andrew Resch e7158c499f Fix dialogs so that they do not run another gtk main loop, but rather run within the current
twisted mainloop
2009-06-10 22:23:49 +00:00
Andrew Resch a82a5277a5 Add a httpdownloader module to download files using twisted 2009-06-10 20:18:22 +00:00
Andrew Resch 4c43980d66 Fix #518 remove header in add torrent dialog to save vertical space 2009-06-10 18:39:14 +00:00
Andrew Resch c274da9245 Move the 'Find More Plugins' button down to reduce horizontal usage 2009-06-10 18:34:27 +00:00
Andrew Resch 7ddb5db6ed Fix the set functions so that you are able to register more than one per config key
Likewise for the config change callbacks
2009-06-10 18:15:52 +00:00
Andrew Resch 853138e4ee If a 'localclient' entry is not in the auth file, then have the daemon add one. 2009-06-10 18:11:14 +00:00
Damien Churchill aa4c783601 tweak the setup script so the web plugin has the correct entry point
implement the webui server side plugin
add a page to the preferences window in the javascript
2009-06-10 16:37:21 +00:00
John Garland 227e464b63 Fixed typo in seeking. 2009-06-10 14:28:37 +00:00
Damien Churchill 06b19538fd provide 2 helper methods for adding and removing scripts from the webserver 2009-06-10 13:27:55 +00:00
Damien Churchill 110af0c2fc fix indentation 2009-06-10 13:27:22 +00:00
Andrew Resch 29f72a244f Remove statusbar icon when disconnected from daemon 2009-06-10 05:38:59 +00:00
Andrew Resch 5cdb5f41e4 Make the default schedule all Green 2009-06-10 05:37:28 +00:00
Andrew Resch f2002f9077 Fix division by 0 2009-06-10 05:34:06 +00:00
Andrew Resch 79746c5bc6 Fix svn:externals 2009-06-10 04:44:51 +00:00
Andrew Resch 267c7408d7 Get the blocklist plugin kind of working.. Still needs some lovin'. 2009-06-10 03:42:33 +00:00
Andrew Resch 581dcb8202 Force str when calling session.load_country_db() 2009-06-10 03:08:41 +00:00
Andrew Resch 72d3b0a549 Fix exception when tracker column is not enabled 2009-06-09 21:44:24 +00:00
Andrew Resch b430899862 Only move a torrent due to 'move on complete' when some data has been downloaded 2009-06-09 00:35:43 +00:00