What about a select-all button? i guess that would negate the need for separate stop-all / start-all buttons.
Then you could also pause/resume/ move-storage etc... per label/tracker/keyword/state.
1.0 WebUi
Re: 1.0 WebUi
dev: webui, core, labels | irc:vonck7 |
Re: 1.0 WebUi
Both solutions would work, but a simple pause all/ resume all would be simpler. The purpose is to basically pause activity so that something like a voip call can be made.
Re: 1.0 WebUi
I added the select-all button because it has many uses.
Stop-all/start-all would clutter the tool bar too much for people who don't need it, the main problem is duplicate play/pause buttons.
It is possible to create a plugin that adds those buttons , the webui plugin system is good enough for that.
edit: i will make a 1.1 stop-all/start-all plugin , because I need to make some simple example-plugins.
Stop-all/start-all would clutter the tool bar too much for people who don't need it, the main problem is duplicate play/pause buttons.
It is possible to create a plugin that adds those buttons , the webui plugin system is good enough for that.
edit: i will make a 1.1 stop-all/start-all plugin , because I need to make some simple example-plugins.
dev: webui, core, labels | irc:vonck7 |
Re: 1.0 WebUi
Hi, and thanks again for making the webui.
The new webui has a problem with Opera. When I have labels activated things look like this
. In Firefox it looks proper, like this.
Can you look into this? Also, is this the right place to ask or should I make a new topic or something?
The new webui has a problem with Opera. When I have labels activated things look like this
. In Firefox it looks proper, like this.
Can you look into this? Also, is this the right place to ask or should I make a new topic or something?
I use Deluge on Ubuntu 8.04 i386
Re: 1.0 WebUi
yep, this is the right place, a new topic would be fine too.Iwi wrote:Hi, and thanks again for making the webui.
The new webui has a problem with Opera. When I have labels activated things look like this
In Firefox it looks proper, like this.
Can you look into this? Also, is this the right place to ask or should I make a new topic or something?
I don't think I will fix this for 1.0, but it should be on the todo for 1.1.
Could you report a bug on the tracker? : http://dev.deluge-torrent.org/newticket
dev: webui, core, labels | irc:vonck7 |
-
- New User
- Posts: 4
- Joined: Sun Jul 22, 2007 2:34 pm
Re: 1.0 WebUi
What do those "X N + ++" mean?
Any ideas why I got this error when adding a torrent:
http://pastebin.com/m293cc21e
Any ideas why I got this error when adding a torrent:
http://pastebin.com/m293cc21e
Re: 1.0 WebUi
X = Do not download
N = Normal
+ = High priority
++ = Highest priority
Just guessing.
db
N = Normal
+ = High priority
++ = Highest priority
Just guessing.
db
db
-
- New User
- Posts: 4
- Joined: Sun Jul 22, 2007 2:34 pm
Re: 1.0 WebUi
There could be some explanations of these at least or they could be changed into sth more human understandable. Also the selected state could be remembered instead of just jumping to the default state.clarknova wrote:X = Do not download
N = Normal
+ = High priority
++ = Highest priority
Just guessing.
db
Re: 1.0 WebUi
Hi,
Sadly this is not working here. This is what I get when I pull up http://localhost:58846/ .
Any ideas?
Thanks,
Will
Sadly this is not working here. This is what I get when I pull up http://localhost:58846/ .
I'm running Deluge 1.0.2 on Ubuntu 8.04. Connect manager shows this is the correct port and that the daemon is running.Error response
Error code 501.
Message: Unsupported method ('GET').
Error code explanation: 501 = Server does not support this operation.
Any ideas?
Thanks,
Will
Re: 1.0 WebUi
You are trying to connect to the daemon when you should be connecting to the webui: http://localhost:8112war59312 wrote:Hi,
Sadly this is not working here. This is what I get when I pull up http://localhost:58846/ .
I'm running Deluge 1.0.2 on Ubuntu 8.04. Connect manager shows this is the correct port and that the daemon is running.Error response
Error code 501.
Message: Unsupported method ('GET').
Error code explanation: 501 = Server does not support this operation.
Any ideas?
Thanks,
Will