5784 Commits

Author SHA1 Message Date
Damien Churchill
999803fce5 set the server to always run in debug mode if 'dev' is in the version 2009-07-29 09:11:19 +00:00
Damien Churchill
0ac8e39dda build and commit the compressed copies 2009-07-29 09:01:11 +00:00
Damien Churchill
f031ec5628 increase the widths of the textfields and pass in inputValue rather than value to the radiogroup 2009-07-29 08:58:28 +00:00
Damien Churchill
5ec004b2ff use item.el.getValue() to compare the value when picking the radio in the radiogroup 2009-07-29 08:55:24 +00:00
Damien Churchill
a62c545d4a fix a bug in setValue for the RadioGroup 2009-07-29 08:22:19 +00:00
Damien Churchill
82a4367aa9 use boolean values rather than string values for the radiobuttons 2009-07-29 08:19:45 +00:00
Damien Churchill
f4b34637dd add the new bandwidth pane in the compressed file 2009-07-28 23:37:11 +00:00
Damien Churchill
21f09a636a an initial attempt at the bandwidth pane 2009-07-28 23:33:37 +00:00
Damien Churchill
58b5c1a68f the first iteration of the preferences window that loads AND SAVES preferences (at least the paths in the downloads section) 2009-07-28 22:39:32 +00:00
Damien Churchill
be07281207 allow set to take an object of options and also update bound fields after the set 2009-07-28 22:31:57 +00:00
Damien Churchill
deac8e0128 add a property to the field object since we can't use a bi directional lookup in javascript :( 2009-07-28 22:04:00 +00:00
Damien Churchill
174d974da8 tweak the doc strings (although jsdoc-toolkit still seems to be failing) 2009-07-28 21:51:58 +00:00
Damien Churchill
eb889c1e33 change the way bound fields work within the optionsmanager 2009-07-28 20:58:24 +00:00
Damien Churchill
34b0289f24 change Deluge.OptionsManager to only handle a single set of options, and add Deluge.MultiOptionsManager to manage multiple sets 2009-07-28 18:01:58 +00:00
Damien Churchill
ed4a741e4d make the config constructor parameter optional 2009-07-28 16:53:40 +00:00
Damien Churchill
9e10012004 make the deprecation warning on get_stats say that its coming from get_stats 2009-07-28 07:39:30 +00:00
Andrew Resch
ba6f30dad1 Add a deluge._libtorrent module to handle importing libtorrent
Use the new module
2009-07-26 03:26:18 +00:00
Andrew Resch
100dd1e2a7 Fix test_client 2009-07-25 04:05:00 +00:00
John Garland
ac36c6b3ee Blocklist now uses get_ip_filter.
Added docstrings.
2009-07-25 03:57:45 +00:00
John Garland
ac28a01e0b download_file now returns the filename of the downloaded file
when the deferred is successfully fired.
Updated the docstrings in HTTPDownloader.
2009-07-25 03:56:33 +00:00
Andrew Resch
2731d5be17 Fix get_free_space test 2009-07-25 01:49:05 +00:00
John Garland
a8c79d1954 Use the deferred returned by getPage in test_listen_port. 2009-07-25 00:54:56 +00:00
Andrew Resch
22a982430c Remove _update method 2009-07-25 00:41:20 +00:00
Andrew Resch
25f96f57bb Remove some unnecessary code
Clean up docstrings
2009-07-25 00:39:25 +00:00
Andrew Resch
e24ba6a025 Change core.test_listen_port to use twisted instead of urllib
Add test for test_listen_port
Remove some unncessary code
2009-07-25 00:30:45 +00:00
Andrew Resch
321e042a06 Move the InvalidTorrentError check to torrentmanager.remove 2009-07-24 23:40:03 +00:00
Andrew Resch
5977647528 Add get_free_space() to core 2009-07-24 23:36:43 +00:00
John Garland
f6d3c108f7 Add InvalidTorrentError. 2009-07-24 10:32:14 +00:00
Damien Churchill
034606b203 fix the remove torrent dialog 2009-07-23 22:30:08 +00:00
Andrew Resch
037871e1b3 Fix up some docstrings
Add some deprecation warnings
Add more tests for core
2009-07-23 21:19:01 +00:00
Andrew Resch
fbaa8db003 Update some docstrings 2009-07-23 04:23:41 +00:00
Andrew Resch
1b7be24bdf Change core.remove_torrent to only accept one torrent_id, not a list
Added test for core.remove_torrent
2009-07-23 04:14:08 +00:00
Damien Churchill
0ca5a10d5e Couple more tweaks to the docstrings 2009-07-23 00:46:23 +00:00
Damien Churchill
0fa403929a update the docs for the ui common module 2009-07-23 00:42:38 +00:00
Andrew Resch
996d8fd2cc Test commit 2009-07-23 00:27:43 +00:00
Damien Churchill
5f89f5239e add autodoc for ui.common
fix some docstrings in the json_api module
2009-07-23 00:24:07 +00:00
Andrew Resch
94891cb1f6 Test commit 2009-07-23 00:23:48 +00:00
Andrew Resch
d7168f5f49 Test commit 2009-07-23 00:20:57 +00:00
Andrew Resch
129f3bb7c7 Test commit 2009-07-23 00:19:43 +00:00
Andrew Resch
1291fd52d1 Test commit 2009-07-23 00:13:54 +00:00
Andrew Resch
41b3d555c3 Test commit 2009-07-23 00:09:13 +00:00
Andrew Resch
3af616adb1 Test commit 2009-07-23 00:07:27 +00:00
Andrew Resch
d972a0c951 Test commit 2009-07-23 00:06:44 +00:00
Andrew Resch
a29cd7bf1e Test commit 2009-07-23 00:01:21 +00:00
Damien Churchill
5ca119827b update documentation about the webui 2009-07-22 23:53:30 +00:00
Andrew Resch
aef0a4616f Don't depend on sphinx to build 2009-07-22 23:52:18 +00:00
Andrew Resch
5278c82580 Add a version for twisted-web too 2009-07-22 23:40:58 +00:00
John Garland
a1e41d1fe6 Add required version for twisted. 2009-07-22 23:35:54 +00:00
Andrew Resch
50ba89659c Remove some unncessary code 2009-07-22 23:06:24 +00:00
Andrew Resch
ead063e279 Add a 'build_docs' command to build the documentation 2009-07-22 23:04:48 +00:00