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
825706b823
(trunk web) minor tweaks to r12702 for clarity.
2011-08-20 22:30:34 +00:00
Jordan Lee
b36c648b31
(trunk web) Torrent class cleanup:
...
1. remove some of its unnecessary coupling to other classes
2. make more of its method names consistent with each other
3. make its field names consistent with the RPC spec
4. better grouping of methods by relevance
5. syntactical cleanup
2011-08-20 21:17:12 +00:00
Jordan Lee
485733c36a
(trunk web) #3624 "Compact mode is very slow for large number of torrents" -- fixed.
2011-08-16 18:49:26 +00:00
Jordan Lee
abea9d306f
queuing: tweak the status messages for queued torrents
2011-08-08 16:31:52 +00:00
Jordan Lee
307754e807
#671 "torrent queuing" -- modify the queue implementation s.t. every torrent has a queuePosition, even if it's not currently in the queue.
2011-08-02 03:59:54 +00:00
Jordan Lee
61174b007e
(trunk) #671 "torrent queuing" -- Preliminary implementation. Covers libtransmission; GTK+ and Qt clients, and rudimentary web client support.
2011-08-01 22:24:24 +00:00
Jordan Lee
97d80b72aa
(trunk web) #4312 "Add sorting by ratio" -- implemented.
2011-06-10 14:04:32 +00:00
Jordan Lee
8c36d86d4a
#3519 "webseeds don't work" -- the `active' filter in the web client didn't test for webseed activity.
2011-01-19 00:07:59 +00:00
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