106 Commits

Author SHA1 Message Date
Andrew Resch
8d6bc283d0 Fix loading the saved metadata when loading state with magnet uris 2009-11-25 01:55:51 +00:00
Andrew Resch
313c73c40c Fix files list when using magnet uris 2009-11-25 01:41:50 +00:00
Andrew Resch
825edb1fd8 Update changelog 2009-11-19 04:51:28 +00:00
Andrew Resch
90a143a4ef Fix issue where some torrents with special characters could not be added 2009-11-19 02:39:07 +00:00
Andrew Resch
04f8f80b9b Fix exception on startup when the system tray icon is not enabled 2009-11-19 02:29:37 +00:00
Andrew Resch
b10ea808fd Fix endless loop when trying to autoconnect to an offline daemon 2009-11-13 05:26:54 +00:00
Andrew Resch
234863b664 Fix autoconnecting to the next host in the list if the selected one isn't available 2009-11-13 05:22:38 +00:00
Andrew Resch
940bc4a3dc Add bug number to changelog 2009-11-13 01:08:41 +00:00
Andrew Resch
aa5f69b203 Fix #1071 issue where Deluge will fail to start if there is a stale ipc lockfile 2009-11-13 01:07:36 +00:00
Andrew Resch
0e07cdf8b1 Reduce height of Add Torrent Dialog by ~80 pixels 2009-11-10 02:45:36 +00:00
John Garland
fa40f38c1b Allow for colons in PeerGuardian/SafePeer lists' descriptions.
Check that the start & end range resembles an ip when checking a list's validity.
2009-11-09 08:54:13 +00:00
John Garland
1b46d99620 Force blocklist to re-detect the format when a download is forced.
Move remove_zeros to common.py and simplify / speed up.
Change debug logging lines to be more uniform.
2009-11-09 01:52:58 +00:00
Andrew Resch
441c20491c Fix printing info, help, etc.. on the command line 2009-11-08 17:22:57 +00:00
Andrew Resch
8c7bbbf398 Fix disabling/enabling plugins after switching daemons 2009-11-08 04:04:40 +00:00
Andrew Resch
447da3b1b4 Fix deleting old .fastresume files with fresh configs 2009-11-05 03:44:46 +00:00
Damien Churchill
9af41fd457 allow commands that are .pyc files to be used 2009-11-04 23:49:07 +00:00
Damien Churchill
7e19a11521 run the path from the add command through os.path.expanduser 2009-11-04 23:36:27 +00:00
Damien Churchill
e884d2cbfa make the delete key work in the console ui 2009-11-03 12:47:23 +00:00
Andrew Resch
fc3ae8229f Fix adding torrents from the Queued Torrents dialog 2009-11-03 03:25:57 +00:00
Andrew Resch
48e3df5ff3 Fix showing the 'Other' speed dialogs in Windows 2009-11-03 03:19:30 +00:00
Damien Churchill
0fbaecbc00 escape the hyphens in the console and web manpages 2009-11-02 17:33:06 +00:00
Damien Churchill
4c86ed7535 forward port the setup.py fix to trunk and update the 1.2 branch ChangeLog 2009-11-02 15:35:56 +00:00
Andrew Resch
be529c1518 Prep rc3 release 2009-11-02 01:23:15 +00:00
Andrew Resch
0cb52cca23 Do not include an 'announce-list' key in torrents when there is only one tracker 2009-10-31 19:49:14 +00:00
Andrew Resch
09ae4fbb72 Improve 'info' command draw speed 2009-10-31 18:52:52 +00:00
Andrew Resch
41db357084 Fix crash when string length makes line longer than terminal width 2009-10-31 18:43:48 +00:00
Andrew Resch
3611584b0b Fix crash when removing multiple torrents 2009-10-31 05:50:01 +00:00
Andrew Resch
6e695d8410 Fix adding torrents when not showing the add torrent dialog in Windows 2009-10-31 00:08:53 +00:00
Andrew Resch
60fdcb3bd8 Fix #1052 crash when issuing commands while not connected to a daemon 2009-10-30 20:06:07 +00:00
Andrew Resch
2457fd0aea Fix displaying non-ascii strings in the console ui -- patch from Ian Martin 2009-10-30 18:00:13 +00:00
John Garland
92afb8ab80 Fix torrent name being blank when root folder is renamed to /
Update changelog (for previous commit as well)
2009-10-30 00:15:22 +00:00
Andrew Resch
099415776d Consider 0 unlimited when displaying limits in the statusbar 2009-10-28 17:43:29 +00:00
Damien Churchill
145f402aa2 fix #990, showing 0 as a limit when it means unlimited in the statusbar 2009-10-28 17:38:35 +00:00
Damien Churchill
db54dada9d fix displaying the protocol speed in the webui
also update the update_ui method in json_api so it gets the status more like how the gtkui does
2009-10-27 11:39:53 +00:00
Damien Churchill
7c5582a21e fix the eta sort order in the webui 2009-10-27 11:16:55 +00:00
Damien Churchill
7055a96930 update the ChangeLog so andar doesn't beat me up
fix displaying tracker urls with & in the url in the gtkui
2009-10-27 11:07:30 +00:00
Andrew Resch
197027510e Fix #1047 move completed does not work if saving to non default path 2009-10-27 03:08:47 +00:00
John Garland
b12b5a8403 Fix typo in changelog. 2009-10-26 03:10:29 +00:00
Andrew Resch
65e50d1992 Prep 1.2_rc2 release 2009-10-25 23:32:13 +00:00
Andrew Resch
350c523e7d Fix exception when using the 'halt' command 2009-10-24 19:49:20 +00:00
Andrew Resch
5c26a4b1cf Fix #215 ETA sort order 2009-10-24 04:56:10 +00:00
Andrew Resch
b0702e6a6d Fix #799 translate connection status 2009-10-24 02:04:19 +00:00
Andrew Resch
e506147289 Fix starting plugins when the pluginmanager is started 2009-10-23 23:23:38 +00:00
Andrew Resch
4a996a1b41 Fix 'autostart localhost if needed' option 2009-10-23 01:07:46 +00:00
Damien Churchill
c49ab0c6b1 fix switching the options when a different torrent is selected
fix showing the private flag
2009-10-21 20:15:16 +00:00
Damien Churchill
039a41def3 just a slight tweak adding some trac wiki formatting 2009-10-20 22:35:02 +00:00
Damien Churchill
b94060c60d fix setting bandwidth limits via the statusbar 2009-10-20 22:33:18 +00:00
Andrew Resch
f55bc6c9d8 Add option to create torrent name sub-folders in extract folder
Fix issue where the plugin would not stop extracting files after being disabled
2009-10-19 02:10:43 +00:00
Damien Churchill
5607e0f6fa change all the 2 space gaps to tabs so vim hightlighting doesn't look irritating 2009-10-13 12:01:20 +00:00
Damien Churchill
9ab638377b add the option to fork the webui 2009-10-13 11:32:40 +00:00