Jordan Lee
|
6b8a224059
|
(trunk web) refactor the preferences dialog into its own class. Make the prefs dialog invokable on iPhones/Androids (#1131) and add stop ratio functionality (#2006).
|
2011-09-14 05:10:51 +00:00 |
Jordan Lee
|
442d9fbea9
|
(trunk web) use "===" instead of "==" when appropriate.
|
2011-09-05 07:46:55 +00:00 |
Jordan Lee
|
3efa1bfba4
|
remove unused functions
|
2011-09-03 19:13:32 +00:00 |
Jordan Lee
|
9951f8af9f
|
plug a handful of context leaks.
|
2011-09-03 05:12:14 +00:00 |
Jordan Lee
|
2ca39d9f7b
|
(trunk web) remove TorrentRow's public method "torrentSet()", since the torrent is only set once in the constructor.
|
2011-08-31 04:37:49 +00:00 |
Jordan Lee
|
0980112555
|
try to avoid unnecessary reflows in two more ways: (1) use jQuery.css() to set a batch of style properties at once, instead of doing it one at a time (2) when appending rows to the torrent list, use a document fragment to batch them into a single append.
|
2011-08-31 00:09:21 +00:00 |
Jordan Lee
|
0c221893d3
|
(trunk web) in tr.refilter(), instead of calling the expensive tr.getSelectedRows(), use a cheaper jQuery equivalent.
|
2011-08-30 21:27:30 +00:00 |
Jordan Lee
|
1d69770227
|
fix progressbar color regression
|
2011-08-28 14:57:13 +00:00 |
Jordan Lee
|
e6b8b0339e
|
(trunk web) code futzing: (1) fix mixed tab & space use (2) try to declare local variables at the front of the function, since there is no block scope in javascript.
|
2011-08-28 13:57:25 +00:00 |
Jordan Lee
|
8949fbb01c
|
(trunk web) Stop poking the torrent-row's progressbar's style.display fields unless the new value differs from the old. It's probably browser-dependent on whether or not this speeds anything up, but FF seems to like it.
|
2011-08-26 23:30:07 +00:00 |
Jordan Lee
|
e1641792e9
|
(trunk web) in Transmission.refilter(), don't rebuild the row array if the filtered + sorted list of torrents hasn't changed. This is a big CPU win on large torrent lists.
|
2011-08-26 00:43:35 +00:00 |
Jordan Lee
|
f2b255a33d
|
(trunk web) #4443 "progress bar colors for queued transfers" -- fixed.
|
2011-08-25 06:18:42 +00:00 |
Mitchell Livingston
|
14f655285a
|
(trunk web) for non-active seeds (paused or queued), draw the whole bar gray (r12731 was only for paused)
|
2011-08-25 03:27:33 +00:00 |
Mitchell Livingston
|
ad5788feae
|
(trunk web) for paused seeds, for the entire progress bar to be gray instead of only the finished-seeding section
|
2011-08-25 02:42:56 +00:00 |
Jordan Lee
|
2d0a59954a
|
(trunk web) #4273 "Display ratio in web client compact view" -- fixed.
|
2011-08-24 19:20:59 +00:00 |
Jordan Lee
|
4b16ef8896
|
speedups found by chrome's profiler
|
2011-08-24 03:40:23 +00:00 |
Jordan Lee
|
2dc746a7b6
|
(trunk web) A lot of web cleanup, refactoring, bugfixes, and probably new breakage. Filterbar/statusbar has been reworked. Added filter-by-tracker. Compact mode now works in "iPhone" mode.
|
2011-08-24 02:04:35 +00:00 |
Jordan Lee
|
652811502a
|
(trunk web) #4436 "odd behavior and display" -- fixed.
|
2011-08-23 15:32:52 +00:00 |
Jordan Lee
|
25fa1d9401
|
(trunk web) rename torrent-renderer.js as torrent-row.js
|
2011-08-20 23:32:21 +00:00 |