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
cd13f370f7
(trunk web) buttons/cancel.png isn't used anymore.
2011-10-26 07:30:40 +00:00
Jordan Lee
4e0b6dd73d
(trunk web) run the new icons through optipng and pngout
2011-10-26 07:20:16 +00:00
Jordan Lee
d59b2d9978
(trunk web) reuse the old gear icon for the settings popup menu
2011-10-26 07:09:14 +00:00
Jordan Lee
3777ebd143
(trunk web) make the button image/gradient code more modular
2011-10-26 04:46:22 +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
4f1db26672
(trunk libT) bandwidth.c: minor phaseOne() improvements suggested by livings
2011-10-25 21:54:51 +00:00
Jordan Lee
8a90847072
(trunk daemon) #4594 "corrupted status string" -- fixed.
2011-10-25 20:48:39 +00:00
Jordan Lee
82595e8ad8
(trunk libT) #4592 "Algorithm bug in bandwidth allocation" -- apply patch from Algorithmus
2011-10-25 16:56:19 +00:00
Jordan Lee
5beed282de
(trunk) #4588 "Manual selection of gtk version at configure time" -- fixed.
2011-10-25 16:37:13 +00:00
Jordan Lee
ff8a086fe3
(trunk cli) #4585 "use full path when download directory is specified" -- fix with patch by dyogene
2011-10-25 16:07:56 +00:00
Jordan Lee
ae972b50c4
utils.h's public function tr_realpath() function relies on the private constant TR_MAX_PATH. Make TR_MAX_PATH public.
2011-10-25 15:57:10 +00:00
Mitchell Livingston
ab93e2d07b
remove an unneeded (and unimplemented) method from TorrentCell.h
2011-10-24 02:14:57 +00:00
Mitchell Livingston
d67dd1f292
#4591 Don't have the inspector float above other windows
2011-10-24 02:02:19 +00:00
Jordan Lee
983c4ab206
fix typo in web/style/transmission/images/Makefile.am -- I think this is what's making hudson-t unhappy
2011-10-23 19:05:07 +00:00
Jordan Lee
611116feb3
add compact.png to the default stylesheet
2011-10-23 18:43:16 +00:00
Mitchell Livingston
b3153d4e89
Fix the priority images in the 10.6 torrent action menu
2011-10-23 17:51:37 +00:00
Mitchell Livingston
b15cac8c43
#4356 Extend tooltip support to torrent names in the main window
2011-10-23 17:45:05 +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
Mitchell Livingston
c264f9d366
experimented with updated priority images
2011-10-22 20:45:20 +00:00
Jordan Lee
98b77e89a5
fix torrent-list placement error when the inspector is visible
2011-10-22 06:27:07 +00:00
Mitchell Livingston
c516b1cce1
#4581 Change the multiple sessions confirmation button from "Quit" to "OK"
2011-10-21 11:19:32 +00:00
Jordan Lee
6c9d85d228
(trunk web) since the inspector tab icons aren't hardcoded in javascript anymore, we need to make sure & load them in css
2011-10-21 03:29:18 +00:00
Jordan Lee
97fb725a5c
make the file priority buttons slightly narrower in the mobile css
2011-10-21 03:04:49 +00:00
Jordan Lee
b677c18b03
(trunk web) #3862 "on iPhone web ui, some buttons are too small to tap" -- fix file priority buttons.
2011-10-21 02:58:19 +00:00
Jordan Lee
86cb95820d
fix 2.40 error changing file priorities in the web client.
2011-10-21 02:41:53 +00:00
Mitchell Livingston
22322c0494
(trunk) update NEWS
2011-10-20 02:08:30 +00:00
Mitchell Livingston
ffe6bdb8fe
(trunk) whoops
2011-10-20 01:35:09 +00:00
Mitchell Livingston
7bf2c13f01
(trunk) bump to 2.42+
2011-10-20 01:34:06 +00:00
Mitchell Livingston
317c20622f
silence two warnings by declaring the NSURLDownloadDelegate protocol
2011-10-20 01:08:30 +00:00
Jordan Lee
e3a6c7402d
(trunk web) #4579 "lock_icon.png does not display in inspector tab for encrypted peers" -- fixed.
2011-10-20 00:10:06 +00:00
Mitchell Livingston
0536107144
remove unused views from InfoActivityView and InfoGeneralView
2011-10-19 02:10:56 +00:00
Mitchell Livingston
3d55b6c2c6
#4575 Bug when filtering a transfer withs its file table selected
2011-10-19 01:22:49 +00:00
Mitchell Livingston
76dc60c366
silence more warnings
2011-10-18 04:32:30 +00:00
Mitchell Livingston
995d754baf
Silence some new warnings with LLVM 3.0/Xcode 4.2
2011-10-18 02:30:22 +00:00
Jordan Lee
4d74095591
(trunk libT) #4571 "can't edit UDP trackers via RPC" -- fixed.
2011-10-17 12:44:17 +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
8755206dac
(trunk web) #4564 "web client doesn't run in IE7" -- fixed.
2011-10-15 04:35:20 +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
2eea730647
(trunk web) remove some newly-obsoleted directories
2011-10-14 23:00:22 +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
ed56cd1193
(trunk libT) #4526 "do not skip scrape unless all three scrape fields came with announce" -- add field initializers.
2011-10-14 00:27:14 +00:00
Jordan Lee
9c6e686882
(trunk libT) #4556 "Transmission 2.40 fails to connect with UDP trackers on big endian systems" -- fixed.
2011-10-14 00:02:36 +00:00
Jordan Lee
76cf0520ba
(trunk gtk) #4553 "Set about dialog to modal when compiled with GTK+-3" -- fix About dialog issue when hiding and then re-showing Transmission.
2011-10-13 00:36:19 +00:00
Mitchell Livingston
75767317ad
(trunk) "Tier name" in the inspector is editable by double clicking it
2011-10-12 03:35:55 +00:00
Mitchell Livingston
76ca23331d
explicitly left-align the text in the add windows
2011-10-12 02:50:30 +00:00
Jordan Lee
854c5542eb
fix 'scrollTo is not a function' error reported in IRC.
2011-10-12 00:12:05 +00:00