Andrew Resch
|
7c2a2af1f0
|
Fix displaying non-ascii strings in the console ui -- patch from Ian Martin
|
2009-10-30 18:00:13 +00:00 |
John Garland
|
6d2d3c0fd0
|
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 |
John Garland
|
888997372c
|
Make sure renamed files are utf-8 encoded.
|
2009-10-30 00:02:25 +00:00 |
John Garland
|
5991abcec5
|
Use filename suggested by content-disposition header.
Closes #1040.
|
2009-10-29 06:02:20 +00:00 |
Andrew Resch
|
675d1219cd
|
Consider 0 unlimited when displaying limits in the statusbar
|
2009-10-28 17:43:29 +00:00 |
Damien Churchill
|
a1e4c51c9c
|
fix #990, showing 0 as a limit when it means unlimited in the statusbar
|
2009-10-28 17:38:35 +00:00 |
Damien Churchill
|
93e3d2acf6
|
need to actually continue from the loop otherwise another error still occurs
|
2009-10-28 13:33:27 +00:00 |
Damien Churchill
|
219f745e68
|
create a method to escape all possible forms of newlines in a translation as well as the quotes
|
2009-10-28 13:24:37 +00:00 |
Damien Churchill
|
d6e18f7729
|
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
|
d27d7c6733
|
fix the eta sort order in the webui
|
2009-10-27 11:16:55 +00:00 |
Damien Churchill
|
831b81529c
|
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 |
Damien Churchill
|
826f1a2be9
|
add < and > escaping to the html escape method
|
2009-10-27 10:57:47 +00:00 |
Damien Churchill
|
e17bd472a8
|
fix actually escaping (foolish me had left it commented out) and also only update if there has been a change
|
2009-10-27 10:34:07 +00:00 |
Damien Churchill
|
de82302c67
|
create a simple html escape method and escape the fields in the details tab
|
2009-10-27 10:26:59 +00:00 |
Damien Churchill
|
81949449ae
|
fix a couple of bugs in the M.O.M and fix the options tab and file priorities in the torrent add window (success!)
|
2009-10-27 10:25:16 +00:00 |
Damien Churchill
|
acc850dab9
|
fixes #1046, changing the option name in the ui rather than the core which would break the other uis
|
2009-10-27 09:12:22 +00:00 |
Andrew Resch
|
208eef713a
|
Fix #1047 move completed does not work if saving to non default path
|
2009-10-27 03:08:47 +00:00 |
John Garland
|
dbe90d2882
|
Use custom user-agent when downloading files with httpdownloader.
|
2009-10-26 13:58:42 +00:00 |
Andrew Resch
|
3153a545ca
|
Update translations
|
2009-10-26 01:54:19 +00:00 |
Damien Churchill
|
65545df485
|
modify the M.O.M so the API is practically the same as the O.M, so the only method that accepts an id is changeId
|
2009-10-25 17:48:28 +00:00 |
John Garland
|
29d01993c9
|
Fix typo, update plugin info.
|
2009-10-25 13:42:11 +00:00 |
Andrew Resch
|
9627b7cb92
|
Fix exception when using the 'halt' command
|
2009-10-24 19:49:20 +00:00 |
Andrew Resch
|
c068384845
|
Fix create_plugin.py script
|
2009-10-24 05:51:26 +00:00 |
Andrew Resch
|
92eb10be29
|
Fix #215 ETA sort order
|
2009-10-24 04:56:10 +00:00 |
Andrew Resch
|
c6d4208a29
|
Fix previous commit [5864]
|
2009-10-24 03:47:35 +00:00 |
Andrew Resch
|
c6eaec6998
|
Fix #799 translate connection status
|
2009-10-24 02:04:19 +00:00 |
Andrew Resch
|
b77e846744
|
Fix starting plugins when the pluginmanager is started
|
2009-10-23 23:23:38 +00:00 |
Andrew Resch
|
566d3c5ebf
|
Fix possible exception when trying to load pre-1.2 plugins
|
2009-10-23 01:15:30 +00:00 |
Andrew Resch
|
6eee4fb31f
|
Fix 'autostart localhost if needed' option
|
2009-10-23 01:07:46 +00:00 |
Damien Churchill
|
36e74e05ca
|
fix removing torrents that fail to download when added via url
|
2009-10-21 20:30:07 +00:00 |
Damien Churchill
|
2289b5f173
|
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
|
f6b5eb0a0c
|
fixes to the M.O.M and the options details tab, still not 100% though
|
2009-10-21 19:48:44 +00:00 |
Damien Churchill
|
d70edb245b
|
show the infinity symbol if ratio is less than 0
|
2009-10-20 22:45:32 +00:00 |
Damien Churchill
|
21701cb096
|
fix setting bandwidth limits via the statusbar
|
2009-10-20 22:33:18 +00:00 |
Damien Churchill
|
da2a7ef138
|
fix setting the add options in the mom
|
2009-10-20 21:53:54 +00:00 |
Damien Churchill
|
3f1d769ffc
|
merge changes into trunk
|
2009-10-20 21:44:27 +00:00 |
Andrew Resch
|
9c491c13cc
|
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
|
bdc173cf4b
|
use os._exit() rather than exit() when forking
|
2009-10-14 15:53:31 +00:00 |
Andrew Resch
|
4ae439a99a
|
Pause the TorrentDetails component when the window is minimized.
Clean up the pause/resume component code in mainwindow
|
2009-10-14 15:49:55 +00:00 |
Damien Churchill
|
04217e16d4
|
big bunch of fixes to the M.O.M along with a couple to the O.M
|
2009-10-13 16:21:28 +00:00 |
Damien Churchill
|
4a00edc066
|
move the parameter type converting into a seperate method
|
2009-10-13 15:22:24 +00:00 |
Damien Churchill
|
aa274eca74
|
improve the forking code
|
2009-10-13 15:20:45 +00:00 |
Damien Churchill
|
c0b5bcc7d3
|
add the option to fork the webui
|
2009-10-13 11:32:40 +00:00 |
Damien Churchill
|
551d38c7a0
|
fix a bug in the connection manager where the host list wasn't refreshed after a host was added
|
2009-10-13 09:56:49 +00:00 |
Damien Churchill
|
c3f433500b
|
allow setting of the value without firing an event
|
2009-10-12 16:45:28 +00:00 |
Damien Churchill
|
23c949d4ec
|
give names to both the radio buttons so they end up in a group (duh)
|
2009-10-12 16:44:30 +00:00 |
Damien Churchill
|
3d85791a03
|
fix a bug in converting non-boolean values back to boolean in the options manager
|
2009-10-12 09:53:13 +00:00 |
Andrew Resch
|
a3636ccdb7
|
Fix saving torrent state on fresh configs
Do not try to call doIteration() on the reactor if it has already stopped
|
2009-10-11 18:46:35 +00:00 |
Damien Churchill
|
e0111271a3
|
change the value of torrent.queue from -1 to 99999 so the grid sorting works the same as the gtk ui
|
2009-10-10 14:06:08 +00:00 |
Damien Churchill
|
44217fd977
|
add a man page for deluge-web
|
2009-10-10 13:45:31 +00:00 |