1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00
Commit graph

120 commits

Author SHA1 Message Date
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
Kevin Glowacz
10d5a762ec (trunk web) store torrents in a hash instead of an array 2009-06-07 23:55:42 +00:00
Kevin Glowacz
cbd95c8680 (trunk web) make sure the torrent array doesn't change between getting the index and accessing it 2009-06-06 22:17:24 +00:00
Kevin Glowacz
b857354e75 (web trunk) 100x more precise progress bars 2009-05-31 00:48:43 +00:00
Kevin Glowacz
782130435a (trunk web) remove the files when the torrent is removed 2009-05-27 23:12:06 +00:00
Charles Kerr
7c68a0895c (trunk web) elminate a right-click bind() for the Torrents in the transfer list 2009-05-25 15:46:25 +00:00
Charles Kerr
b7b8121c6e (trunk web) revert that last change 2009-05-25 13:31:03 +00:00
Charles Kerr
a32cbd7a91 (trunk web) bind globally instead of to each individual transfer. 2009-05-25 07:33:59 +00:00
Kevin Glowacz
818575dced (trunk web) add the single_file class back in 2009-05-25 04:13:08 +00:00
Kevin Glowacz
231110f747 bind globally instead of to each individual file
this brings us from 35 down to 8 function calls per file initalization
2009-05-25 04:07:48 +00:00
Kevin Glowacz
8c9fb12e82 (trunk web) add back an accidently deleted variable 2009-05-25 02:19:17 +00:00
Charles Kerr
d983d07fdb (trunk web) various small changes (1) remove a dangling variable, (2) add some missing semicolons, (3) prefer === and !== over == and != where sensible, (4) avoid + for strings 2009-05-25 01:18:51 +00:00
Kevin Glowacz
9f75e3ba61 (trunk web) don't try to show a file list that is already showing. It causes hangs in FF3.5 2009-05-25 00:41:44 +00:00
Kevin Glowacz
8cafb677da (trunk web) allow file names to break on \ _ or . 2009-05-24 22:45:41 +00:00
Charles Kerr
7901f908af (trunk web) when creating new Torrent objects, build the file list in a document fragment too... 2009-05-24 19:34:54 +00:00
Charles Kerr
d147d93d2a (trunk web) fix striping in the file list, which I broke last night 2009-05-24 16:05:28 +00:00
Charles Kerr
d9623ef597 (trunk web) very minor optimizations 2009-05-24 15:48:18 +00:00
Charles Kerr
05bd3caaf9 (trunk web) #2052: when adding new torrents to the list (such as on startup), batch together all the additions to prevent unnecessary dom reflows 2009-05-24 01:29:03 +00:00
Charles Kerr
f357fc013c (trunk web) possibly fix bug seen by bmw 2009-05-24 00:02:43 +00:00
Charles Kerr
f1afe16889 (trunk web) don't use reserved word 'class' as a local variable name 2009-05-23 23:52:36 +00:00
Charles Kerr
998c6e6e8e (trunk web) a simple tweak to setInnerHTML() clears out about 20% of the periodic refresh overhead on my setup... 2009-05-23 21:14:03 +00:00
Charles Kerr
529000a6e2 (trunk web) #2052: "warning: unresponsive script". what's new in this iteration: http://trac.transmissionbt.com/ticket/2052#comment:10 2009-05-23 20:39:55 +00:00
Kevin Glowacz
f3398cd608 (trunk web) speed up file refreshHTML 2009-05-23 19:02:47 +00:00
Charles Kerr
a1b2c6d640 (trunk web) #2052: "Warning: Unresponsive Script" in Web GUI 2009-05-23 18:09:56 +00:00
Kevin Glowacz
9f612522bb (trunk web) more torrent file js speedups 2009-05-23 15:41:02 +00:00
Charles Kerr
63b6ca7748 (trunk web) #2052: "Warning: Unresponsive Script" 2009-05-23 15:05:58 +00:00
Kevin Glowacz
f8ff6b415a (trunk web) huge speed improments when initalize files 2009-05-23 06:09:57 +00:00
Kevin Glowacz
77f282f958 (trunk web) speed improvments 2009-05-22 22:45:09 +00:00
Kevin Glowacz
59810c0e11 (trunk web) fix _leftUntilDone not updating when it hits 0 2009-05-19 13:19:51 +00:00
Charles Kerr
3d97a50176 remove console.log message that will break IE because IE doesn't have a console. 2009-04-29 13:27:08 +00:00
Charles Kerr
b18acea58d (trunk clutch) only update the file list's html elements when the model's contents actually require it. 2009-04-29 11:59:29 +00:00
Malcolm Jarvis
85b33e22be Hopefully put an end to all these percentage bugs in the web client 2009-04-24 03:21:15 +00:00
Charles Kerr
08fe5351eb (trunk clutch) #2003: rounding error causes web client to report 100% before done 2009-04-22 20:40:08 +00:00
Mitchell Livingston
8158ec60b3 #1940 Disable file wanted and priority selector when there is only one file. 2009-03-19 12:46:53 +00:00
Mitchell Livingston
7eee62f554 web ui - file priority buttons that aren't clickable on a completed file 2009-03-16 03:04:25 +00:00
Mitchell Livingston
338ce43037 #1925 You can no longer toggle file wanted on completed files (web ui) 2009-03-15 15:38:36 +00:00
Mitchell Livingston
83929f8396 #1435 selective downloading and file prioritization for web ui 2009-03-14 21:33:08 +00:00
Charles Kerr
9c9beb7cba (clutch) #1296: Peer count on web interface is wrong 2008-09-28 16:11:12 +00:00
Charles Kerr
21c141a4ef (web) by Paweł Golonko
1: fix #1172 part 3
2: fix sort-by-progress reported by tziOm
3. fix preferences dialog typo
2008-09-19 16:17:35 +00:00
Malcolm Jarvis
ad04ad0d3d #1252 - Extranious semi-colon 2008-09-03 03:58:18 +00:00
Charles Kerr
c266453ee4 (clutch) fix variablename typo. this is from a patch in ticket #1172 2008-08-27 19:46:38 +00:00
Malcolm Jarvis
bbd05758a6 #1125 - If a torrent has 0% completed, the progressbar is 1 pixel long 2008-08-14 01:40:08 +00:00
Charles Kerr
d212fff088 (web) #1171: bugs in viewing torrent info and progress bar 2008-08-10 19:24:26 +00:00
Charles Kerr
776b5fc63b (clutch) #1109: “UL To” and “DL From” are switched in torrent inspector and peer details 2008-07-25 14:34:25 +00:00
Charles Kerr
5df61e8781 (clutch) better support for displaying `percent done' on torrents w/file selection 2008-07-16 14:35:58 +00:00
Charles Kerr
2a1f6c8923 add the rest of Clutch to m0k.org's svn 2008-07-10 23:57:46 +00:00