Commit Graph

5283 Commits

Author SHA1 Message Date
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
Damien Churchill 1429b87da7 disable all the textfields that should have accompanying checkboxes 2009-07-30 23:49:05 +00:00
Damien Churchill b8b292c7fb convert the other icons that i could see to the icon theme 2009-07-30 23:46:03 +00:00
Damien Churchill 91c5028701 use the icon theme's icon where available 2009-07-30 23:41:27 +00:00
Andrew Resch 974b9a5f3c Fix showing some menuitems when disabling classic mode due to an already running daemon 2009-07-30 23:38:14 +00:00
Andrew Resch e6cf3a2fd9 Fix saving column widths when quitting from the tray with the window hidden 2009-07-30 23:23:16 +00:00
Damien Churchill 2447ed4425 add the indent class and also apply it in the options tab 2009-07-30 23:14:12 +00:00
Damien Churchill 48ba81b61b add a strategy to the daemon port spinner 2009-07-30 23:13:49 +00:00
Damien Churchill 63af59ab46 finish the queue preferences page 2009-07-30 23:11:28 +00:00
Andrew Resch ccaf4e65f7 Increase the seed time limit spinner max value to 10000 2009-07-30 22:51:44 +00:00
Damien Churchill 5998eea0bd hide all the preferences page upon the first page change and don't set the width/height 2009-07-30 22:32:58 +00:00
Damien Churchill 0c4cc4d0e2 fix the dodgy splitter positions on the spinners 2009-07-30 22:26:23 +00:00
Damien Churchill 8ad774cd3c build the config panel in the initComponent method 2009-07-30 22:14:37 +00:00
Andrew Resch c383345cd9 Use the proper download_location when adding a newly created torrent to the session 2009-07-30 22:04:23 +00:00
Damien Churchill 9c4b6afc05 listen to the 'check' event on the field also incase it is a checkbox 2009-07-30 21:50:16 +00:00
Damien Churchill c76e67b109 convert the daemon preferences page into a class 2009-07-30 21:42:04 +00:00
Andrew Resch 525ffee93e Fix up some docstrings 2009-07-30 21:41:51 +00:00
Damien Churchill 15dd22812d Fix a bug in the sidebar states when show zero is checked 2009-07-30 21:37:01 +00:00
Andrew Resch f07c0d9894 Implement better version check when importing libtorrent -- account for minor version numbers 2009-07-30 21:27:36 +00:00
Andrew Resch d685b2ddd6 Move the VersionSplit class to deluge.common 2009-07-30 21:14:50 +00:00
Damien Churchill 90789982f7 fix the config names of some of the fields 2009-07-29 16:35:52 +00:00
Damien Churchill abb05829dc disable setting bandwidth limits via the statusbar for the time being
make the uxpsinner fire the change event when they spin
2009-07-29 16:16:03 +00:00
Damien Churchill ee16bffbbd add a cookies field to the url window 2009-07-29 16:05:27 +00:00
Damien Churchill 97a7890a28 fix a bug in the add torrent via file in browsers other than FF 2009-07-29 10:17:10 +00:00
Damien Churchill 9b56fab8a1 fix the build script to include the multioptionsmanager and rebuild 2009-07-29 09:59:10 +00:00
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