Calum Lind
403ad26111
Update Changelog
2012-02-23 00:51:29 +00:00
Thomas Hipp
6bc3968ba4
Multiple Magnet links support in autoadd plugin
2012-02-22 18:38:16 +00:00
Thomas Hipp
bbeb11b1e7
Magnet link support in autoadd plugin
...
Check the watch folders for .magnet files which contain valid magnet links
and add them.
2012-02-22 18:38:05 +00:00
Calum Lind
e4840d6b37
tabs to spaces
2012-02-22 15:53:29 +00:00
Calum Lind
88db73e244
More fixes for labels plugin webui
...
Disabled options and remove for filters No Label and All
Removed All from torrent menu
Fixed No Label not working in torrent menu
Bumped version to 0.2
2012-02-22 15:49:49 +00:00
Bobby R. Ward
a359374547
Fix #2035 : If auto_add_trackers is empty, it is an array
2012-02-22 13:55:06 +00:00
Bobby R. Ward
c5e328c3bd
Fix #2036 : new labels are not sorted on torrent right click
2012-02-22 13:35:14 +00:00
Bobby R. Ward
bc425b392a
Convert tabs to spaces in label.js
2012-02-22 13:34:57 +00:00
Andrew Resch
4feb816380
Fix missing desktop file preventing install
2012-02-20 16:56:20 +00:00
Calum Lind
ff95d9720a
Fix setting daemon listen interface from command line
2012-02-20 14:06:29 +00:00
Calum Lind
7847362dbb
Catch and log ReactorNotRunning when stopping reactor in gtk
2012-02-19 16:44:12 +00:00
Calum Lind
7b1e8862b4
correction for glib.gerror commit
2012-02-19 13:32:45 +00:00
Calum Lind
ed883125fd
catch and log 'glib.GError: Unrecognized image file format' error
2012-02-19 00:54:33 +00:00
Calum Lind
9799c64505
Fix #2037 : webui 'Add Torrents' dialog torrents list not scrolling
2012-02-18 20:36:32 +00:00
Calum Lind
d1f788ebe3
Further fix for progress bar display in webui
...
When first loading webui is browser this.style is undefined and p.style
contains the width of the progress column however after this point
p.style contains the width of the previous column so need to use
this.style which now represents the progress column width.
2012-02-18 18:59:13 +00:00
Calum Lind
3744bdad69
Build compressed javascript for deluge-all
2012-02-18 18:26:04 +00:00
Calum Lind
ea75828f25
Fix progress bar display
2012-02-18 18:23:57 +00:00
Calum Lind
966fc6f64f
Update extensions to Ext JS 3.4.0
2012-02-18 18:23:52 +00:00
Calum Lind
5ff0d61b52
Add Webui keymaps for torrents - Ctrl-A (select all) and Delete
2012-02-18 03:42:00 +00:00
John Garland
f5956f01e7
Ignore unmaximise event when window isn't visible
...
This fixes the bug where a maximised main window
will become unmaximised (on restart) after
quitting deluge from the system tray.
2012-02-18 12:34:05 +11:00
Calum Lind
717db367e8
Add magnet uri support to Add Url in Webui
2012-02-18 00:39:24 +00:00
Calum Lind
e0efe3885a
Update Changelog
2012-02-16 16:58:32 +00:00
Calum Lind
836da50f78
Remove orientation property from glade files to fix compatibility warnings
2012-02-16 16:44:15 +00:00
Calum Lind
85b1753a28
Fix compatibility for Python2.5 and Debian Lenny
...
Recent commit to handle warnings were >=Py2.6 and glib binding is
unavailable on Debian Lenny.
2012-02-16 16:44:14 +00:00
Calum Lind
eb6959fb98
Cleaner log entry if deluged missing
2012-02-16 16:44:14 +00:00
Calum Lind
30c142ac4d
Fix #1954 : 'invalid literal for float' console error when setting listen interface
2012-02-16 16:44:14 +00:00
John Garland
08a75bd9f9
Wait for client to shutdown/disconnect before stopping reactor ( fixes #2032 )
2012-02-16 14:12:03 +11:00
samuel337
754a5a7f8a
Add scheduler plugin page to webui
2012-01-25 01:00:15 +00:00
Calum Lind
863fd7d2b7
Webui applies changes when OK clicked in Preferences
2012-01-25 01:00:05 +00:00
Calum Lind
56f2283e3e
Fix collapsed treeview in Create Torrent dialog
2012-01-24 14:25:09 +00:00
Calum Lind
272d2005e0
Add missing columns to WebUI
...
Added Download,Uploaded,Down Limit, Up Limit & Seeder/Peeds. Also selected
columns start out hidden to match gtkui and the name column has a minimum
width of 150.
2012-01-24 01:55:56 +00:00
Calum Lind
375ee2dd1c
correction for the comparision in previous commit
2012-01-19 01:28:39 +00:00
Calum Lind
98dcc8e3b1
Fix stored file priorities settings
...
File priorities stored in torrent options were based upon the supplied
funtion values rather than the current values stored in libtorrent. So
if the priorities failed to be set by libtorrent the settings would be
out of sync.
2012-01-19 00:51:54 +00:00
Damien Churchill
e91458662f
ui: fix error in last commit
...
The last commit assumed that loglevel would always be a string,
take into account that it can sometimes be None
2012-01-17 17:07:09 +00:00
Damien Churchill
2600785cbb
Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable
2012-01-17 16:58:29 +00:00
Damien Churchill
e5576dff1e
ui: fix setting capital log level
...
Whilst providing the log level as a lowercase string has worked
for a long time trying to use DEBUG doesn't work, so lowercase
the string first.
2012-01-17 16:58:18 +00:00
Calum Lind
4c648bc09f
Update Changelog
2012-01-10 02:08:17 +00:00
Damien Churchill
17d9739abb
create the toolbar with the rest of the UI
2012-01-10 00:53:02 +00:00
Damien Churchill
c1bf52e8d9
update changelog
2012-01-09 22:38:18 +00:00
Damien Churchill
d60b436fcb
web: rebuild the compressed javascript
...
There were a few changes when upgrading to ext 3.4 so rebuild and
compress the javascript files
2012-01-09 22:37:29 +00:00
Damien Churchill
2e0e0fb6b5
Merge branch '1.3-stable' of deluge-torrent.org:deluge into 1.3-stable
2012-01-09 22:34:59 +00:00
Damien Churchill
fe4f732c12
web: update to extjs 3.4.0
...
There are numerous fixes to the framework between 3.1.1 and 3.4.0 and
since there are no obvious bugs introduced it's only sensible to pull
the update in to the stable branch
2012-01-09 22:34:47 +00:00
Calum Lind
25d930b307
Fix #1929 : Update setup.py to clean deluge*.egg_info dir from root dir
2012-01-09 22:19:24 +00:00
Calum Lind
083c7fbb32
Fix #1936 : Referenced before assignment error in json_api
2012-01-09 22:19:24 +00:00
Damien Churchill
81fc47d080
web: fix gen_gettext script
...
The script for generating the gettext.js file was outdated and needed
a fix to work with the newer layout of the javascript source code, it
was still looking for Deluge.Something files which no longer exist.
2012-01-09 21:58:20 +00:00
Calum Lind
e1745443bf
Fix #1895 : Files Tab showing wrong files due to torrent_info race condition
2012-01-09 18:33:10 +00:00
Calum Lind
649f933316
Update AUTHORS
2012-01-09 18:32:49 +00:00
Calum Lind
8b46ed8bdb
Remove unneeded license from blocklist
2012-01-08 14:03:22 +00:00
Calum Lind
62aa339fd8
Fix #2010 : Move speed text in titlebar to the beginning
2012-01-08 03:53:30 +00:00
Calum Lind
96d8f10080
Strip trailing space and tabs in aboutdialog
2012-01-07 19:53:24 +00:00