Search found 15 matches
- Thu Feb 12, 2009 3:06 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
- Thu Jan 22, 2009 9:23 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
Work has been ongoing on a new interface. There's still a lot left to be done, but you can play with it now.
Check out the latest version at http://svn.dweebd.com/transmissionwebui/spinoffs/webui
Files-lists, per-file wantedness and priority are already implemented. Work on the peers list is in ...
Check out the latest version at http://svn.dweebd.com/transmissionwebui/spinoffs/webui
Files-lists, per-file wantedness and priority are already implemented. Work on the peers list is in ...
- Tue Jan 20, 2009 7:11 pm
- Forum: Web Interface
- Topic: An option to add torrents from URLs (in web client)
- Replies: 8
- Views: 12413
Re: An option to add torrents from URLs (in web client)
Support for adding torrents via url has been added to the 1.5x web interface.
- Wed Jan 07, 2009 5:20 pm
- Forum: Web Interface
- Topic: WebUI Toolbar based on 1.40 Mac client
- Replies: 4
- Views: 9369
Re: WebUI Toolbar based on 1.40 Mac client
The option to load a torrent from a url is not available from the web interface in recent versions of Transmission, though it is slated for inclusion soon. You can follow along in Trac. The relevant ticket is here http://trac.transmissionbt.com/ticket/1147
- Thu Dec 25, 2008 1:25 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
Work is ongoing on a rebuild of the web interface with lots of neat features. Contributions welcome!
I don't think the interface discussed in this branch is going into the core Transmission distribution, but the rewrite likely will, which will include all the features of the original web interface ...
I don't think the interface discussed in this branch is going into the core Transmission distribution, but the rewrite likely will, which will include all the features of the original web interface ...
- Tue Dec 02, 2008 7:12 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
I've put off tinkering on the iphone interface in order to make some heavy modifications to the underlying dispatcher. The main goals for me at this point are to smooth out request frequency and stop requesting redundant data.
I'll see if I can squeeze in some time to hack on the iphone interface ...
I'll see if I can squeeze in some time to hack on the iphone interface ...
- Wed Nov 19, 2008 3:32 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
Sorry for this, my friend is bringing his iPhone over tonight for me to test on. I'll keep y'all updated.
- Tue Nov 18, 2008 5:23 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
28 is the latest, incorporating toolbar ui changes as well as per-file prioritization. If the new look isn't to your liking, you can check out at revision 25.
Revision 26 updates the ui to match the 1.40 version of the mac client, as explained in this thread .
Revisions 27 and 28 add animation to ...
Revision 26 updates the ui to match the 1.40 version of the mac client, as explained in this thread .
Revisions 27 and 28 add animation to ...
- Tue Nov 18, 2008 9:38 am
- Forum: Web Interface
- Topic: WebUI Toolbar based on 1.40 Mac client
- Replies: 4
- Views: 9369
WebUI Toolbar based on 1.40 Mac client
I've updated the toolbar to resemble the one used in the 1.40 mac client. Individual pause and remove torrent buttons have been removed, open torrent from url and quick look buttons are not included as this change is not about adding new features.
http://img205.imageshack.us/img205/1391 ...
http://img205.imageshack.us/img205/1391 ...
- Sun Nov 16, 2008 5:05 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
They are essentially the same on the front end. The primary differences are:
My version applies cleanly to the trunk web ui. svn://svn.m0k.org/Transmission/trunk/web
My version polls less frequently for full file information, making it more appropriate for low bandwidth environments.
My version is ...
My version applies cleanly to the trunk web ui. svn://svn.m0k.org/Transmission/trunk/web
My version polls less frequently for full file information, making it more appropriate for low bandwidth environments.
My version is ...
- Sun Nov 16, 2008 10:03 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
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.
- Wed Nov 12, 2008 4:50 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
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.
- Sat Nov 08, 2008 7:15 pm
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
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 ...
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 ...
- Sat Nov 08, 2008 9:49 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
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/
http://trac.transmissionbt.com/ticket/1435
Updated personal subversion repository to transmission/trunk/web with these changes
http://svn.dweebd.com/transmissionwebui/trunk/
- Fri Nov 07, 2008 10:56 am
- Forum: Web Interface
- Topic: WebUI with file list - now fully functional
- Replies: 69
- Views: 322253
Re: WebUI with file list - now fully functional
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/
Check out changes with:
svn checkout http://svn.dweebd.com/transmissionwebui/trunk/