Andrew Resch
|
c0d0498f36
|
Add rst files for all the modules
|
2009-08-11 23:05:13 +00:00 |
Damien Churchill
|
ba909ebcc9
|
add an error event to the rpc client
|
2009-08-11 22:53:53 +00:00 |
Damien Churchill
|
074c2f85a5
|
return if stats is null or false
|
2009-08-11 22:51:37 +00:00 |
Damien Churchill
|
6334820a5d
|
stop the update_ui method from calling core methods when the client isn't connected
make the current http request available to exported methods via a __request__ global that gets set before each call
|
2009-08-11 15:22:59 +00:00 |
Damien Churchill
|
2de8069c9f
|
add an onOk event handler that saves and closes the preferences window
|
2009-08-10 10:24:45 +00:00 |
Damien Churchill
|
78df3d10ce
|
fix update calls in a few places
|
2009-08-10 09:58:51 +00:00 |
Damien Churchill
|
01ec3f5b5a
|
change runCheck to update
|
2009-08-10 09:56:43 +00:00 |
Damien Churchill
|
33d889aaf8
|
add dump and load methods to the json module if it isn't simplejson
|
2009-08-10 09:46:57 +00:00 |
Damien Churchill
|
2bece0e03d
|
add everything aside from encryption to the network preferences
|
2009-08-07 07:33:35 +00:00 |
Damien Churchill
|
38aaea29a0
|
increase the icon size to 64 so it doesn't look crummy in application switchers that use large icons
|
2009-08-07 07:31:27 +00:00 |
Damien Churchill
|
c2361f5865
|
update javascript to ext 2.3
|
2009-08-07 07:10:55 +00:00 |
Damien Churchill
|
bf0218d785
|
update the doc string for export
|
2009-08-07 07:09:53 +00:00 |
Andrew Resch
|
c154301dbd
|
Add a force recheck command to the console
|
2009-08-06 20:16:23 +00:00 |
Andrew Resch
|
299add850c
|
Have the console command 'info' display all torrents info when no argument is given
|
2009-08-06 20:15:52 +00:00 |
Damien Churchill
|
7b9fe6ea94
|
working implementation of the port configuration
|
2009-08-06 19:03:08 +00:00 |
Damien Churchill
|
5af8fec10a
|
add a spinnergroup widget to make the port sections in the network preferences easier
|
2009-08-06 18:58:37 +00:00 |
Andrew Resch
|
9bf89455e6
|
Get the number of rows/columns on refresh()
|
2009-08-06 18:21:18 +00:00 |
Andrew Resch
|
8425e9915d
|
Move the add_torrent_url_with_cookie url to our server
|
2009-08-04 01:01:26 +00:00 |
Damien Churchill
|
fa2dedda73
|
add an override to setValue within the ext spinner extension so setValue amounts are run through the strategy
|
2009-08-03 22:26:18 +00:00 |
Andrew Resch
|
f216ffe54e
|
Add a comment
|
2009-08-03 21:45:03 +00:00 |
Damien Churchill
|
ea57cad95b
|
call check_ssl_keys prior to listenSSL
|
2009-08-03 21:41:53 +00:00 |
Andrew Resch
|
ee573b4816
|
Add a check_ssl_keys() function that will check for the keys and generate them if needed
|
2009-08-03 21:39:06 +00:00 |
Damien Churchill
|
352ec837d5
|
add a webui plugin to core and gtk for integrating the web interface with the core
|
2009-08-03 21:37:35 +00:00 |
Andrew Resch
|
706c52dd1b
|
Move generate_ssl_keys() out of RPCServer
|
2009-08-03 21:34:07 +00:00 |
Andrew Resch
|
ac9be780cf
|
Revert 5619
Fix find_json_objects when there is a newline at the end of the string
Add test for find_json_objects
|
2009-08-03 20:27:03 +00:00 |
Damien Churchill
|
5f561dabda
|
fix a bug in the Config class relating to the config directory
|
2009-08-03 19:49:47 +00:00 |
Damien Churchill
|
c0ce36b216
|
only stop the port/socket if one exists
add a start_reactor=True param to the start method
|
2009-08-03 19:23:27 +00:00 |
Damien Churchill
|
76587be1a7
|
change the pluginmanager component name to Web.PluginManager
|
2009-08-03 19:21:53 +00:00 |
Damien Churchill
|
e496fda499
|
fix for when there isn't a save timer yet
|
2009-08-03 19:04:54 +00:00 |
Andrew Resch
|
704435f721
|
Config copies the defaults dict now since it is mutable
Fix saving with the save_timer after setting an item
Add test for testing the save timer
|
2009-08-03 18:43:05 +00:00 |
Andrew Resch
|
e8b04c1542
|
Add a test for saving the config
|
2009-08-03 17:39:12 +00:00 |
Andrew Resch
|
abc3964f73
|
Reset the config_files when the config directory changes
|
2009-08-03 16:56:01 +00:00 |
Damien Churchill
|
c2299b793c
|
add .gif images from the images folder also
|
2009-08-03 16:27:45 +00:00 |
Damien Churchill
|
1f817b3d56
|
change it so starting in ssl mode is left up to the server
add a stop method that doesn't stop the reactor
|
2009-08-03 15:40:58 +00:00 |
Andrew Resch
|
a14f4f6869
|
Fix get_deluge_icon
|
2009-08-03 14:40:24 +00:00 |
Damien Churchill
|
4cfa6485d7
|
remove the paranthesis from the decorators in core.py
|
2009-08-03 11:46:49 +00:00 |
John Garland
|
92a37b7d81
|
Make sure url, filename and headers are strings before downloading.
|
2009-08-01 03:00:04 +00:00 |
John Garland
|
9b0d4f6118
|
Add support for cookies when adding a torrent by url.
Don't set torrent if torrentId is null.
Fix typo.
|
2009-08-01 02:38:30 +00:00 |
Andrew Resch
|
ded6bb9566
|
Change the config format
Add test_config
|
2009-08-01 02:26:26 +00:00 |
Andrew Resch
|
838cef1c36
|
Fix shutdown handler with GNOME session manager
|
2009-08-01 00:15:05 +00:00 |
John Garland
|
eef9345e8b
|
Add test file for httpdownloader.
|
2009-07-31 23:53:23 +00:00 |
Andrew Resch
|
d5f7df8a96
|
Fix issue where the column state wouldn't save if not using English
|
2009-07-31 18:47:42 +00:00 |
Damien Churchill
|
aeb087eb3d
|
add the cache preferences page
|
2009-07-31 08:35:28 +00:00 |
Andrew Resch
|
bdaf0062af
|
Don't clobber the label config
|
2009-07-31 07:52:01 +00:00 |
Andrew Resch
|
a528f78529
|
Properly unload Execute plugin when disabling it
|
2009-07-31 07:40:50 +00:00 |
Andrew Resch
|
2334fff388
|
Add support for the deluge-gtk start script
|
2009-07-31 00:57:04 +00:00 |
Andrew Resch
|
983e37d4ab
|
Make sure the 'quit and shutdown daemon' menuitem is shown when switching daemons
|
2009-07-31 00:46:42 +00:00 |
Andrew Resch
|
ee442536a8
|
Fix properly disconnecting from the currently connected daemon when connecting to a different daemon
|
2009-07-31 00:39:09 +00:00 |
Andrew Resch
|
2089fd1823
|
Add gtkui.common.get_deluge_icon() and use it
|
2009-07-31 00:18:35 +00:00 |
Damien Churchill
|
26af4214fa
|
add the other preferences page
|
2009-07-30 23:49:34 +00:00 |