1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

95 commits

Author SHA1 Message Date
Charles Kerr
7ab8aec224 (trunk web) #3624 "Web client very slow for large number of torrents" -- minor tweaks to avoid excessive string concatenation in javascript 2010-10-12 17:38:03 +00:00
Charles Kerr
aab93bc8d7 (trunk, web) we were appending lots and lots of strings. instead, use array.join() 2010-09-12 02:07:43 +00:00
Charles Kerr
bda694b6da (trunk, web client) fix speed display 2010-09-12 01:13:38 +00:00
Charles Kerr
d3f755957c (trunk web) part 2 of reverting the web client changes: adding Longinus00's filter-by-finished patch back in. I've learned my lesson -- no more hacking in clutch. http://github.com/charlesk/gearbox 2010-09-03 00:20:40 +00:00
Charles Kerr
d77abbea63 (trunk web) revert the web client back to r11156 to erase the traces of the attempt to get clutch working with jQuery's GUI widgets. 2010-09-03 00:03:21 +00:00
Daniel Lee
4c0361f496 (trunk) #3483:Add 'finished' filter to webui 2010-08-09 00:40:46 +00:00
Charles Kerr
cbf9792701 (trunk web) #3485 "Add ratio to compact seeding display" -- fixed. 2010-08-09 00:25:02 +00:00
Charles Kerr
cbf51842c8 (trunk web) #3278 "add sorting by size support to web client" -- fixed. 2010-08-08 21:11:20 +00:00
Daniel Lee
222261cb64 (web) #3456:Improve web client torrent list display 2010-07-31 16:28:00 +00:00
Charles Kerr
2f09baa8b9 (trunk clutch) #2996 "turn error torrents red in the main window" -- added. 2010-07-29 17:45:23 +00:00
Charles Kerr
e35eaf06ac (trunk web) #2758 "Transmission web interface is missing a compact view mode" -- revised patch 2010-07-04 22:37:14 +00:00
Daniel Lee
bbe9e9843a #3298:Prettier formating of percentages 2010-06-22 22:30:58 +00:00
Daniel Lee
ad9814612d (web) fix whitepsaces 2010-06-21 13:14:33 +00:00
Charles Kerr
1aba1c8d66 (trunk web) add a more flexible speed / size formatter to the web client 2010-06-19 18:40:07 +00:00
Charles Kerr
25b966fe24 (trunk) #2758 "add compact mode to web gui" -- patch by fx and kim 2010-06-19 16:36:00 +00:00
Daniel Lee
dbcd1c942f (web) Improve upon r10773 fix for #3296 2010-06-18 13:53:54 +00:00
Daniel Lee
e8432b769a (web) #3285:Add peer list to inspector 2010-06-17 04:40:06 +00:00
Daniel Lee
2db4b86a12 (web) #3281:Filter by active 2010-06-17 04:38:03 +00:00
Charles Kerr
06f044680a (trunk) #3174 "Use IEC standard units (KiB, MiB, GiB) instead of (KB, MB, GB)" -- implemented for gtk, qt, daemon, cli, and web client 2010-04-28 01:26:46 +00:00
Charles Kerr
d3ac3b27e0 (trunk) #2960 "add torrent availability to web interface and remote" -- implemented via a patch from Longinus00 2010-04-20 01:48:40 +00:00
Mitchell Livingston
6a4954e867 #1869 Move the finished state to libtransmission. This setting is now remembered between launches. This also causes torrents that hit the seed ratio to not have this setting changed to unlimited until start. 2010-04-02 17:57:25 +00:00
Charles Kerr
baab619c93 (trunk web) #3043 "show eta for seeding torrents in webui" -- imlemented in trunk for 2.00 2010-03-14 05:28:25 +00:00
Charles Kerr
14beb6f5a3 (trunk web) #2992: "web client reports ratios of -1 and -2" -- fixed in trunk for 1.92. Thanks to Longinus00 for the patch. 2010-02-28 14:31:45 +00:00
Charles Kerr
b592efc5b9 (trunk web) sync the web client's code with r10197 2010-02-15 23:52:41 +00:00
Charles Kerr
89c55c5b6a (trunk web) #2772 "Even after a magnet link gets metainfo, the Web GUI doesn't use that metainfo" -- fixed in trunk for 1.90 2010-02-06 16:43:48 +00:00
Kevin Glowacz
934330327a (trunk web) mjpieters' patch for adding announce and scrape status to the trackers tab with some code cleanup and style adjustments 2010-02-01 01:08:17 +00:00
Kevin Glowacz
56466319f5 (trunk web) Add a trackers tab patch from mjpieters, with minor style changes 2010-01-31 02:42:48 +00:00
Kevin Glowacz
982d6d3805 (trunk web) make sure the context menu goes away when click on torrents. Fixes #2660 2009-12-13 18:37:36 +00:00
Kevin Glowacz
a53de0d430 (trunk web) Add Select / Deselect All buttons to the file listing. Patch from Grug. Fixes #2294 2009-12-06 03:21:08 +00:00
Kevin Glowacz
900b8d966f (trunk web) show relevant status and progress bar for when a magnetized torrent is still waiting for metadata 2009-12-04 04:31:29 +00:00
Mitchell Livingston
aa908ab864 #2592 remove swarm speed from the web ui 2009-11-22 00:55:20 +00:00
Kevin Glowacz
4cf0d0986a (trunk web) show pieces info in the inspector 2009-10-31 02:19:45 +00:00
Kevin Glowacz
f6c6ebdf70 (trunk web) remove all references to tracker as it no longer exists in this fashion. fixes #2509 2009-10-31 02:19:38 +00:00
Charles Kerr
4a09a1de13 (trunk) remove tr_stats fields: downloaders, leechers, seeders, timesCompleted as per discussion with livings 2009-09-26 06:20:33 +00:00
Charles Kerr
542b60b92e (trunk web) #2411: double-clicking torrent should open/close inspector 2009-09-14 22:33:17 +00:00
Kevin Glowacz
ea6104d560 (trunk web) bugfix from Longinus00 to properly unset seeding status on progress bar. 2009-08-24 23:38:09 +00:00
Charles Kerr
bf1a544939 (trunk) all this commit does is remove trailing whitespace from some c, c++, and javascript source 2009-08-12 14:40:32 +00:00
Kevin Glowacz
192365d4f9 (trunk web) DRY up requested torrent fields
This just so happens to fix 2307. recheckProgress was missing
from the inital field request.
2009-08-07 00:39:07 +00:00
Charles Kerr
a4767894e7 (trunk) #1400, #2308: differentiate warnings and errors; differentiate between local messages and messages from the tracker 2009-08-05 01:25:36 +00:00
Kevin Glowacz
1339a6df4c (trunk web) don't invert the progress bar 2009-07-30 19:03:37 +00:00
Kevin Glowacz
03ff0005ac (trunk web) seedRatioLimit > seedRatio 2009-07-28 05:23:34 +00:00
Kevin Glowacz
2220a40e84 (trunk web) progress bar shows seeding progress 2009-07-28 04:52:59 +00:00
Kevin Glowacz
43ae380779 (trunk web) ability to get the torrent's seed ratio 2009-07-28 04:52:52 +00:00
Kevin Glowacz
588490a232 (trunk web) let rpc tell us the ratio 2009-07-28 04:52:41 +00:00
Kevin Glowacz
317a9b3366 (trunk web) iPhone file inspector improvements 2009-07-06 23:51:02 +00:00
Kevin Glowacz
c7d3eabf40 (trunk web) don't show internal files 2009-06-30 03:37:34 +00:00
Kevin Glowacz
8c812ca086 (trunk web) add "Where" info to the inspector. Fixes #2246 2009-06-26 03:03:17 +00:00
Charles Kerr
a395528151 (trunk web) fix r8742 oops 2009-06-24 14:13:11 +00:00
Charles Kerr
368115f7df (trunk web) #2238: Verify status freeze 2009-06-24 14:09:46 +00:00
Kevin Glowacz
01604035e2 (trunk web) enable the torrent inspector for iPhone / iPod.
Double tap the torrent to show the inspector for it.
patch from r0ssar00
2009-06-23 01:52:20 +00:00