Mike Gelfand
50364a7883
#4866 : Replace existing menus with jQueryUI menu
2015-04-30 05:20:48 +00:00
Mike Gelfand
9674df5c4d
Use jQuery UI's `ui-helper-hidden` CSS class instead of our own
2015-04-26 03:35:44 +00:00
Mike Gelfand
fd8e1e25a4
#5894 : Get rid of inline styles in HTML (patch by Ancient; 1st part, slightly modified per IRC discussion)
2015-04-23 19:02:38 +00:00
Mike Gelfand
dc1eb80dca
#5894 : Fix autotools build ("trailing backslash on last line")
2015-04-21 21:23:15 +00:00
Mike Gelfand
ff7638d901
#5894 : Update jQuery to 1.11.2 (with Migrate plugin 1.2.1), jQuery UI to 1.11.4
2015-04-21 21:17:45 +00:00
Jordan Lee
a95b6c1e6c
(trunk) #5382 : better compression of our bundled png files. recompressed by Mangix
2013-06-26 02:06:43 +00:00
Jordan Lee
4a28e82f3f
#5343 slightly better compression in two jQueryUI png files, compressed by Mangix
2013-04-13 12:31:44 +00:00
Jordan Lee
c51132ad78
#5335 : better compression of .png files by Mangix
2013-04-10 02:27:42 +00:00
Jordan Lee
f70c4d88c7
(web) remove the freespace-info label from the web client.
...
As discussed at https://trac.transmissionbt.com/ticket/4076#comment:25
the freespace indicator is being moved out of the statusbar to another
place.
2013-02-10 18:32:15 +00:00
Jordan Lee
69aeed3226
(web) #5214 'add storage free space indicator' -- added with patch by taem
2013-02-05 14:45:41 +00:00
Jordan Lee
729ef84e62
(web) #5214 'add free space indicator': added with patch by taem
2013-01-27 17:41:35 +00:00
Jordan Lee
5b89991e51
(web) #5210 'filter bar on iOS is too short' -- another tweak based on bmw's feedback
2013-01-05 03:05:46 +00:00
Jordan Lee
7e46d5087f
(web) #5210 'filter bar on iOS is too short' -- tweak to undo r13756 regression
2013-01-05 02:46:59 +00:00
Jordan Lee
892b01ecff
(web) #4873 -- fix the margins of the toolbar buttons in mobile css
2013-01-04 05:59:18 +00:00
Jordan Lee
d5bae06433
(web) #4873 -- fix left margin of the torrent list in the mobile css
2013-01-04 05:25:51 +00:00
Jordan Lee
25bee8d4a2
remove unneeded background-image rules for the inspector's file list's 'file wanted' checkbox; we use the browser's checkbox now
2012-10-15 04:20:55 +00:00
Jordan Lee
d063c4fb1d
(trunk, web) #5013 : finish by syncing common.css with common.scss
2012-09-26 02:44:24 +00:00
Jordan Lee
245ed7c7e2
(trunk, web) #5013 : remove redundant buttons, these were supposed to be removed in r13523
2012-09-26 02:41:47 +00:00
Mitchell Livingston
e18f224758
#5040 Improve scrolling experience in Web UI on iPad
2012-09-17 15:10:12 +00:00
Jordan Lee
b150f1158e
(trunk web) #4993 "Add Set Location on WebUI" -- use luizpaulo's patch to implement this
2012-08-18 15:46:22 +00:00
Jordan Lee
72a3a79e92
(trunk, web) fix bug #4642 'Turtle mode no longer visually apparent when selected in WebUI'
2012-04-08 16:29:39 +00:00
Jordan Lee
78b835f097
(trunk, web) fix ticket #4640 'Gear button's menu is displayed as pushed in when hovered over'
2012-04-08 16:17:00 +00:00
Jordan Lee
8f55d04992
(trunk web) remove dead css from the removed filter popup
2012-02-12 17:20:38 +00:00
Jordan Lee
44b1eecf12
(trunk web) Include the SASS stylesheet templates in the tarball
2012-02-08 03:49:32 +00:00
Jordan Lee
4c31104f4f
(trunk web) fix positioning issue w/the torrent list going directly under the toolbars
2012-02-03 23:05:24 +00:00
Jordan Lee
9a27751d77
(trunk web) #4731 "'Select All' and 'Deselect All' options missing from Inspector>Files" -- fixed.
2012-02-03 22:59:33 +00:00
Jordan Lee
8277b5e0e8
(trunk web) restore the web ui's toolbar to the 2.42 look-and-feel
2012-01-24 20:49:46 +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
1ccd8c5602
(trunk web) tweak the filterbar's look again, this time to give a better appearance on FF and Chrome
2011-11-14 01:50:30 +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
fab05d7f7b
tweak the filter entry field's look on FF
2011-11-13 22:13:47 +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
e0e47db352
(trunk web) #4606 "make selected torrents in webui more discernible" -- fixed.
2011-11-11 05:58:51 +00:00
Jordan Lee
1f97292ec7
(trunk web) #4168 "web client in r13075 not working in IE8" -- fixed, sort of.
...
IE8 can't handle the W3C method of stacking an image on a linear gradient. Since all supported browsers have other ways besides the W3C method of doing this, we can 'fix' this by removing the W3C method. At some point in the future when browsers all use the W3C method, we can look for a different solution, or drop IE8 support ;)
2011-11-11 04:44:49 +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
Jordan Lee
c76af3f52e
(trunk web) #4601 -- move preferences button to the left-hand side of the footer
2011-10-29 05:26:28 +00:00
Jordan Lee
3412d5d932
#4600 'missing .png files in web ui' -- fixed.
2011-10-28 15:26:03 +00:00
Jordan Lee
3352edc5d0
(trunk web) continue removing unnecessary diffs between common.scss and mobile.scss
2011-10-27 15:36:30 +00:00
Jordan Lee
14f1099aba
(trunk web) experiment with a very light white/red for button & torrent selection
2011-10-27 05:18:54 +00:00
Jordan Lee
b5149fa472
(trunk web) tweak the filter bar and footer bar's gradient again
2011-10-27 03:57:39 +00:00
Jordan Lee
430eddbc4e
(trunk web) tweak the filter bar and footer bar's gradient again
2011-10-27 03:49:10 +00:00
Jordan Lee
c4a037189d
(trunk web) make the filter bar and footer bar's gradients a little softer.
2011-10-27 03:41:16 +00:00
Jordan Lee
599898470d
(trunk web) continue merging the two stylesheets' contents.
...
The endgame for this merge is to extract the common parts into a shared css file. Judging from common.css' filename, that was probably the original intention when Clutch was first written.
2011-10-27 03:00:47 +00:00
Jordan Lee
2d0d8ddae7
(trunk web) give the filter bar a gradient background like the bottom bar's. continue resolving the diffs between common.scss and mobile.scss.
2011-10-27 02:31:58 +00:00
Jordan Lee
e6dfbbd94d
(trunk web) try increasing the toolbar height by 10px
2011-10-27 02:03:21 +00:00
Jordan Lee
686c115bde
(trunk web) use the website's red texture for the toolbar's background
2011-10-27 01:44:49 +00:00
Jordan Lee
54cb963ae0
meh, last commit was too ugly
2011-10-27 00:43:51 +00:00
Jordan Lee
94d12defa8
(trunk web) some (very) experimental changes to the color scheme. I'm not sure what the Right Thing is here, but I do know the previous approach was too grey.
2011-10-26 23:28:39 +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
7c9fdfa8dd
(trunk) run all our pngs through "pngout.exe" and "optipng -zc1-9 -zm1-9 -zs0-3 -f0-5"
2011-10-26 16:11:21 +00:00