Commit Graph

7144 Commits

Author SHA1 Message Date
Charles Kerr 49885aae05 (trunk libT) #2120: Typo in DHT support: incorrect test when bootstrapping 2009-05-27 17:35:49 +00:00
Mitchell Livingston aadec20d73 (trunk) adjust NEWS 2009-05-27 01:43:58 +00:00
Mitchell Livingston 1395183eb9 update Portuguese localization (Mac) 2009-05-26 23:59:04 +00:00
Mitchell Livingston d9f1995ccd update Italian localization (Mac) 2009-05-26 23:58:49 +00:00
Charles Kerr bda5a11eb4 (trunk libT) probable fix for #2111: session-set causes crash on second attempt 2009-05-26 20:52:08 +00:00
Kevin Glowacz 8ffbe72dcb (trunk web) IE hates extra commas 2009-05-26 15:11:44 +00:00
Charles Kerr 99959499e1 sync w/1.5x 2009-05-26 04:18:22 +00:00
Charles Kerr 965675ac75 (trunk) NEWS tweaks 2009-05-26 03:42:07 +00:00
Mitchell Livingston 40d29b51ec #1942 Space in Add Torrent dialog box opens Quick Look on selected torrent in main window 2009-05-26 00:29:36 +00:00
Kevin Glowacz d1b321cc68 (trunk) update NEWS 2009-05-25 22:06:32 +00:00
Kevin Glowacz a6eac2f2ab (trunk web) #1920 multi upload support for browsers that suport it 2009-05-25 21:53:50 +00:00
Mitchell Livingston ff841806e0 simplify file dragging - don't consider torrent creation even if verifying a .torrent file fails 2009-05-25 21:07:12 +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
Kevin Glowacz fcd8ae799d (trunk) update NEWS 2009-05-25 14:11:15 +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
Kevin Glowacz 51582ff90e update Credits 2009-05-24 18:59:33 +00:00
Charles Kerr 353e76ea1e (trunk web) keep handles to each of the inspector's info tab's widgets, so we don't have to search for them every time 2009-05-24 18:39:21 +00:00
Mitchell Livingston e6479e1e64 update Credits and NEWS 2009-05-24 16:57:09 +00:00
Charles Kerr d7bf2ee472 (trunk web) fix a leaked javascript variable 2009-05-24 16:56:29 +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
Kevin Glowacz 09197ddc94 (trunk) update AUTHORS 2009-05-24 15:57:45 +00:00
Charles Kerr d9623ef597 (trunk web) very minor optimizations 2009-05-24 15:48:18 +00:00
Mitchell Livingston aadd7b9eaf (trunk) update NEWS 2009-05-24 14:53:14 +00:00
Mitchell Livingston bb259225aa safety check for when displaying trackers in the inspector 2009-05-24 14:37:12 +00:00
Charles Kerr 342ea302bc (trunk libT) version.h build issue that manifested itself as "tr-dht.c:156: error: expected expression before ‘>>’ token". Thanks to geirha for tracking down the problem and contributing a fix 2009-05-24 13:48:55 +00:00
Mitchell Livingston 2634f809e9 update strings file 2009-05-24 13:39:15 +00:00
Charles Kerr 5f95f7bdf7 (trunk libT) #2107: Port randomization should use only private ports (49152-65535) 2009-05-24 01:51:53 +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 ae8335bf7a (trunk web) building an array of toolbar buttons is sort of expensive in jQuery, so just do it once on startup, and keep that copy. 2009-05-23 21:39:16 +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
Mitchell Livingston 4eff9949fc eplace another file extension check with a Uniform Type Identifier check 2009-05-23 20:09:41 +00:00
Kevin Glowacz f3398cd608 (trunk web) speed up file refreshHTML 2009-05-23 19:02:47 +00:00
Mitchell Livingston 81a0584a6e a little simplification in the auto-import code 2009-05-23 19:01:57 +00:00
Mitchell Livingston bbb7ff0562 fix whoops 2009-05-23 18:55:08 +00:00
Mitchell Livingston 4fb2e39d59 replace some file extension checks with Uniform Type Identifier checks 2009-05-23 18:53:09 +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