Page 2 of 5
Re: WebUI with file list - now fully functional
Posted: Sun Oct 19, 2008 2:03 pm
by jah
id be happy to test out iphone stylesheets, as there are quite a few bugs in the current iphone webui.
Re: WebUI with file list - now fully functional
Posted: Mon Oct 20, 2008 6:53 am
by Gimp
fschaeckermann wrote:Thanks for the encouragement!
I am currently in Bangkok waiting for my flight to New Delhi from where I will return to Frankfurt in Germany - vacation is over *sigh*
But that also means I can finally resume work on this WebUI, fix the bugs, you have found and reported so far and get the iPhone stylesheet updated as well. I hope to get that done within the next 2 weeks.
Then there will be some more testing by the other developers - especially for the iPhone, since I can't do that myself - and the transmission team will have to decide, if and when this is going to be merged into the mainstream. I have no idea how long that will take though.
Hope that helps a little, Frank
iphone testing is easier than you think. simply turn on the develop / debug menu in safari, and change the user agent. I do believe you should be able to see the iphone version then.
Anyways, you can submit patches to me and I'll review / commit them for you.
Re: WebUI with file list - now fully functional
Posted: Wed Oct 22, 2008 8:36 am
by bluray
that's pretty good , I believe 1.35 version will include this new webgui with file list ~~
thanks to developer~
Re: WebUI with file list - now fully functional
Posted: Sun Oct 26, 2008 5:51 pm
by sandyclawz
Download link isn't functional now

Can you provide alternative variant!
It is a great function! thanks for your work!!
Re: WebUI with file list - now fully functional
Posted: Sun Oct 26, 2008 10:58 pm
by fschaeckermann
The link is back online! I had to switch the drive off for a while because the noise from the stupid fan was driving me nuts. I really have to go and buy an new fan for that thing.
Sorry for the inconvenience.
Frank
Re: WebUI with file list - now fully functional
Posted: Mon Oct 27, 2008 9:33 am
by bollywood
I have a pet peeve with the webui preference pane - I use a non standard font size, so the preference pane view is always messed up. but it is easily fixed:
common.css
change:
div#prefs_container div.dialog_window {
width: 410px;
height: 420px;
padding: 0 15px;
line-height: 14pt;
}
to:
div#prefs_container div.dialog_window {
width: 410px;
height: 39em;
padding: 0 15px;
line-height: 14pt;
}
can you please change that single line for my sanity,
Cheers
Re: WebUI with file list - now fully functional
Posted: Fri Nov 07, 2008 10:56 am
by duncanbeevers
I've hacked some changes onto this extension to make it play friendlier with Firefox and tried to use a more OO-ish approach to hydrating the information about a torrent's individual files.
Check out changes with:
svn checkout
http://svn.dweebd.com/transmissionwebui/trunk/
Re: WebUI with file list - now fully functional
Posted: Fri Nov 07, 2008 9:25 pm
by Gimp
Could someone PLEASE make a patch to SVN for this? If you do I can test it out properly and get it put in. If I had gotten this earlier it could have been in 1.4 but I don't have time to update it to svn and do the patch.
Re: WebUI with file list - now fully functional
Posted: Sat Nov 08, 2008 9:49 am
by duncanbeevers
Created patch against trunk, uploaded with Trac ticket
http://trac.transmissionbt.com/ticket/1435
Updated personal subversion repository to transmission/trunk/web with these changes
http://svn.dweebd.com/transmissionwebui/trunk/
Re: WebUI with file list - now fully functional
Posted: Sat Nov 08, 2008 11:32 am
by jah
do these changes mean we can view torrent info in the iphone interface?
Re: WebUI with file list - now fully functional
Posted: Sat Nov 08, 2008 7:15 pm
by duncanbeevers
I haven't done any work on the iPhone interface, and if I recall from looking at that portion of the code, the Inspector won't even open on the iPhone.
The files details view is implemented as a new tab within the Inspector. Given the dimensions, it seems like the best behavior would be for the Inspector to simply take over the entire interface until it is dismissed.
Depending on the core team's feedback on these patches, I can begin optimizing both the interface and the network behavior for the iPhone.
Re: WebUI with file list - now fully functional
Posted: Sat Nov 08, 2008 11:28 pm
by jah
yeah you are correct, the inspector currently doesnt work on iphone. however it would be awesome if it could!
Re: WebUI with file list - now fully functional
Posted: Wed Nov 12, 2008 4:45 pm
by nacre
duncanbeevers wrote:I've hacked some changes onto this extension to make it play friendlier with Firefox and tried to use a more OO-ish approach to hydrating the information about a torrent's individual files.
Check out changes with:
svn checkout
http://svn.dweebd.com/transmissionwebui/trunk/
I cannot scroll in the file list panel, as shown below:
Compared with fschaeckermann's version

Re: WebUI with file list - now fully functional
Posted: Wed Nov 12, 2008 4:50 pm
by duncanbeevers
Yes, I have this problem as well. I haven't been able to solve it with any trivial css fixes due to the way the various divs are positioned. Rest assured, this bothers me as well and I'll be working to fix it.
Re: WebUI with file list - now fully functional
Posted: Sun Nov 16, 2008 10:03 am
by duncanbeevers
I've corrected the scrolling issue and made it so that the entire inspector can scroll when the content won't fit in the visible area. This allows scrolling in the Info and Activity tabs as well as the Files tab.