Mitchell Livingston
89a35a880e
alphabetize the sorting options. with "queue order" at the top
2011-11-28 12:37:14 +00:00
Jordan Lee
2d4d29793c
(trunk web) #4637 "sorting by size in the web ui" -- patch added.
2011-11-28 03:35:33 +00:00
Jordan Lee
c56938b433
(trunk web) tweak the filterbar's display of the torrent count
2011-11-14 05:22:27 +00:00
Jordan Lee
37bd984302
(trunk web) followup to r13087 that makes the filterbar grouping a little nicer. Also use livings124's suggestion of always showing the up/down speeds even when they are zero
2011-11-14 01:44:11 +00:00
Jordan Lee
e2c24f28c4
(trunk web) experiment with making the filterbar more phone-friendly
2011-11-13 18:04:29 +00:00
Jordan Lee
69d782c2de
(trunk web) sync the web client's inspector's info tab with the one in the GTK+ and Qt clients. This fixes #4609 and #4608 .
2011-11-04 21:05:24 +00:00
Mitchell Livingston
68a921c40e
update JQuery to 1.7 and jQuery form to 2.87
2011-11-04 02:42:22 +00:00
Jordan Lee
244c3f1839
move the prefs button in the footer bar
2011-11-01 00:33:24 +00:00
Jordan Lee
765ad3a915
move preferences button to the footer
2011-10-28 02:11:10 +00:00
Jordan Lee
d67fc13da4
(trunk web) the preferences dialog is now activated from a toolbar button.
...
This is in preparation for merging about 80% of the scss code between the default and mobile versions of Clutch. Previously the mobile client had the prefs button in the footer and the default client had it in the popup menu. Now both have it in the toolbar instead.
2011-10-26 23:19:38 +00:00
Jordan Lee
04fd976ccf
(trunk web) remove dangling </div> that was introduced in the last commit
2011-10-26 15:53:58 +00:00
Jordan Lee
a2145b188b
(trunk web) changes to clutch's file priority UI:
...
1. use form checkboxes for the 'file wanted' toggle
2. remove unused file_wanted_buttons.png
3. narrow the priority buttons a little
4. narrow the priority buttons' gradient range by about 2/3 so that the colors don't look harsh when there is row after row of priority buttons
2011-10-26 15:50:31 +00:00
Jordan Lee
773cd75d0e
(trunk web) modify the statusbar's speed display a bit.
2011-10-26 04:14:39 +00:00
Jordan Lee
74cb70503b
(trunk web) more changes to the look & feel of the buttons. This is a work in progress.
...
1. sync the toolbar buttons' appearance to match the footer & inspector buttons' new look from r13016
2. make the buttons a little easier to tap as per ticket #3862
3. try new toolbar icons from the 'wireframe mono icons' (CC attribution/noncommerical 3.0) by gentleface.com, found at iconfinder.com.
2011-10-25 23:36:47 +00:00
Jordan Lee
568a6bd119
(trunk web) convert the inspector tab & bottom bar's buttons to use the same css as the inspector's file priority buttons. This is a work in progress & is being checked in for apple testing
2011-10-23 17:10:44 +00:00
Jordan Lee
d6045cba2b
avoid double-include of common.css in IE8
2011-10-17 06:10:06 +00:00
Jordan Lee
4f600724a0
(trunk web) revert part of the previous commit. IE didn't add media query support until IE9, so we still have to explicitly call common.css in an "if IE8" block.
2011-10-16 03:02:39 +00:00
Jordan Lee
106ddfdcc3
stylesheet changes for IE as suggested by reardon in #4555 comment 5
2011-10-16 02:40:28 +00:00
Jordan Lee
1f6d927bac
(trunk web) #4568 "Web Client blank content area in Opera Internet Browser" -- fix HTML5 validation errors reported by validator.w3.org. This fixed the blank content area problem seen with Opera.
2011-10-15 01:33:16 +00:00
Jordan Lee
2186e53649
(trunk web) #4548 "non-local stylesheets and js" -- bundle jqueryui's css and accompanying images so that we don't have to rely on a third-party CDN.
2011-10-14 22:24:23 +00:00
Jordan Lee
dab5fe6bfd
#4515 'load jquery via https' -- done.
2011-10-11 23:13:40 +00:00
Jordan Lee
4c018ea26a
(trunk web) #4555 "Web UI broken in IE9" -- fixed with patch from reardon.
2011-10-11 15:23:41 +00:00
Jordan Lee
54d5b255e4
(trunk, web) #4515 "don't load jquery via https" -- fixed. Xref: http://encosia.com/cripple-the-google-cdns-caching-with-a-single-character/
2011-10-11 04:51:12 +00:00
Mitchell Livingston
cee778d694
#4517 mark "add torrent" and "blacklist" url fields as html5 url fields
2011-09-27 02:34:04 +00:00
Jordan Lee
fa4b43bb7d
#4515 'load jquery-ui via https' -- done.
2011-09-26 23:22:51 +00:00
Jordan Lee
8f3ee91b49
add an 'about' dialog to show the server's version number
2011-09-15 05:16:39 +00:00
Jordan Lee
f08bf73a8f
#4482 'Sections in Prefs window make no sense' -- rearranged as per livings suggesion.
2011-09-14 17:40:37 +00:00
Jordan Lee
779316aa37
(trunk web) #4480 "Bottom bar looks bad on iPhone" -- fixed.
2011-09-14 17:17:03 +00:00
Jordan Lee
c6b31a6f70
(trunk web) #4481 "preference window no longer provides version info" -- add server version information to the server statistics dialog.
2011-09-14 16:29:24 +00:00
Mitchell Livingston
7cbfc15f20
(trunk web) rephrase idle limit text
2011-09-14 12:21:58 +00:00
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
Mitchell Livingston
0a9e2fed45
update jQuery to 1.6.4
2011-09-13 22:49:03 +00:00
Mitchell Livingston
4c423472b2
(trunk web) rename "duration" to "running time"; align the started count with the other fields
2011-09-13 00:44:36 +00:00
Mitchell Livingston
0db7e2d242
update jQuery to 1.6.3
2011-09-02 22:08:29 +00:00
Jordan Lee
3b4fccadf1
(trunk web) refactor the inspector into its own class; make most of the methods private.
2011-09-02 19:29:41 +00:00
Jordan Lee
7f3a0c33e3
(trunk web) rename the transmission.remote.js file as remote.js
2011-08-31 22:21:22 +00:00
Jordan Lee
895f8ca465
(trunk web) #4459 "Remove 'Compact View' from the action menu" -- done.
2011-08-30 01:54:34 +00:00
Jordan Lee
05155db22c
(trunk web) make the corners of the footer buttons handle transparency.
2011-08-30 00:16:34 +00:00
Jordan Lee
2faba73c5b
(trunk web) rename "iphone" variables and css files as "mobile", since they also work on iPods and Android phones.
2011-08-28 17:24:56 +00:00
Jordan Lee
dd2033107f
(trunk web) migrate from json.js to json2.js. < http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ >
2011-08-28 14:51:49 +00:00
Jordan Lee
4c1f32836f
(trunk web) in Transmission.refilter(), only refilter/resort the torrents that have changed since the last update. This makes the web client scale reasonably well even up to 1000s of torrents.
2011-08-27 21:35:19 +00:00
Jordan Lee
00dfd6ce67
(trunk web) simplify the prefs tab selection code
2011-08-25 08:03:19 +00:00
Jordan Lee
2cff49a247
(trunk web) #4444 "'Show Transfers' missing Seeding category" -- fixed.
2011-08-25 06:26:07 +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
f19a8a60f3
(trunk web) use the same CDN cache of jQuery that everyone else does s.t. users can avoid redownloading jquery.min.js when using the web client.
2011-08-21 16:59:00 +00:00
Jordan Lee
f1d91b1ff8
(trunk web) use jQuery to limit the preference dialog's numberic entry fields to only accept numbers. (the HOWTO for this was at http://www.west-wind.com/weblog/posts/2011/Apr/22/Restricting-Input-in-HTML-Textboxes-to-Numeric-Values )
2011-08-21 05:54:02 +00:00
Jordan Lee
25fa1d9401
(trunk web) rename torrent-renderer.js as torrent-row.js
2011-08-20 23:32:21 +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
e8e812f787
#671 "torrent queuing" -- better Web Client support of queue by deltasquare4
2011-08-06 15:19:29 +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