1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-22 14:10:34 +00:00
Commit graph

162 commits

Author SHA1 Message Date
Mitchell Livingston
d540cadbd0 never dim the buttons on hover on Tiger 2008-01-15 23:57:46 +00:00
Mitchell Livingston
06f0fee7b5 dim the action button when hovered over, and display the appropriate status string 2008-01-15 23:48:03 +00:00
Mitchell Livingston
90ed4159ef display the button status tip in minimal mode as well 2008-01-15 21:20:16 +00:00
Mitchell Livingston
2cda37ab07 instead of displaying a tooltip for the buttons, when hovered over, display the "tip" where the status string usually is 2008-01-15 21:09:51 +00:00
Mitchell Livingston
5cfe65531f clean up the code for determining the button image 2008-01-15 19:52:17 +00:00
Mitchell Livingston
2402b1df2e get button hilighting working correctly when it assumes it's inside the button 2008-01-15 19:48:19 +00:00
Mitchell Livingston
6d799f0f89 if a button is pushed, don't hilight other buttons when hovered over 2008-01-15 16:19:16 +00:00
Mitchell Livingston
69a6978fca plain don't allow rollover on 10.4, and pushing a button will select a cell on 10.4 (to avoid flashing) 2008-01-15 05:39:40 +00:00
Mitchell Livingston
4506f61a9e hide the action button in minimal mode 2008-01-15 05:09:46 +00:00
Mitchell Livingston
804d0193d0 fix tooltips in the main table 2008-01-15 05:03:26 +00:00
Mitchell Livingston
803cbc6808 don't make a button hovered when it is pushed but not hovered over 2008-01-15 04:52:40 +00:00
Mitchell Livingston
edb46062b2 attempt to fix table drawing issues 2008-01-15 04:45:57 +00:00
Mitchell Livingston
0a7d8cd3a5 experiment with hilighting the buttons on rollover (10.5-only, and still incomplete) 2008-01-15 03:33:44 +00:00
Mitchell Livingston
7933bc4d9e migrate some of the action button code to TorrentCell 2008-01-14 19:12:26 +00:00
Mitchell Livingston
a275277903 first commit of experimental button refactoring 2008-01-14 18:02:08 +00:00
Mitchell Livingston
bb203a4969 remove some unnecessarily retain/release 2008-01-07 00:31:56 +00:00
Mitchell Livingston
17df83c247 fix some more minor memory leaks 2008-01-07 00:23:15 +00:00
Mitchell Livingston
b1b28349ad don't show the availability bar if checking 2008-01-05 23:36:25 +00:00
Mitchell Livingston
f80bd47056 update copyright info for 2008 2008-01-02 16:55:05 +00:00
Mitchell Livingston
3377bc4e02 flash orange in pieces in the advanced progress bar that just completed 2007-12-28 21:37:06 +00:00
Mitchell Livingston
8b6d7f7b63 adjust advanced bar color comparison 2007-12-28 20:12:28 +00:00
Mitchell Livingston
42a09ba6ac simplify the advanced bar drawing code 2007-12-28 19:44:22 +00:00
Mitchell Livingston
75bae87b4b nothing of significance 2007-12-27 22:26:23 +00:00
Mitchell Livingston
eddf7c5465 slightly better behavior when placing the not-available bar 2007-12-22 19:07:58 +00:00
Mitchell Livingston
911a6ce32e remove unused variables 2007-12-20 01:15:13 +00:00
Mitchell Livingston
b498e720e6 more adjusting of the group coloring 2007-12-18 21:32:55 +00:00
Mitchell Livingston
307ddcc74f adjust group coloring 2007-12-18 18:42:42 +00:00
Mitchell Livingston
573aaface1 simplify group coloring 2007-12-18 17:05:49 +00:00
Mitchell Livingston
b796e37228 make group color a little more subtle 2007-12-18 03:48:03 +00:00
Mitchell Livingston
c9fbba20d2 actually adjust group colors, and show + and - in the group window on Tiger 2007-12-18 03:18:32 +00:00
Mitchell Livingston
2e05ee76e2 adjust colors a bit 2007-12-18 03:13:18 +00:00
Mitchell Livingston
5ee33206d0 play around with the group coloring a bit 2007-12-18 02:55:14 +00:00
Mitchell Livingston
600b0977e2 get the new group coloring correct in minimal mode 2007-12-18 01:53:16 +00:00
Mitchell Livingston
baa143b9b1 experiment with moving the label from over the text to the left edge 2007-12-18 01:44:37 +00:00
Mitchell Livingston
02e52bb013 fix sizing of group labels with long file names 2007-12-17 22:30:28 +00:00
Mitchell Livingston
d9246b1ad4 preliminary commit of group code 2007-12-17 16:06:20 +00:00
Mitchell Livingston
bc295fe78e use a simpler method for determining text color of table cells on leopard 2007-12-12 05:01:31 +00:00
Mitchell Livingston
a7204affff revert last commit...it wasn't as reliable 2007-11-30 14:22:49 +00:00
Mitchell Livingston
3858f817c5 better method of determining if a table cell is highlighted 2007-11-30 02:49:40 +00:00
Mitchell Livingston
d96f0b629b don't display the not available bar for paused transfers 2007-11-20 13:16:24 +00:00
Mitchell Livingston
2af8500b60 make the availability bar red 2007-11-11 21:45:27 +00:00
Mitchell Livingston
f20a6b15b7 add availability bar to dim percent not available (yellow for now) 2007-11-11 16:59:32 +00:00
Mitchell Livingston
5373a9d82d eliminate the second port status dot/text field to avoid confusion 2007-11-11 06:36:32 +00:00
Mitchell Livingston
4854aac298 remove code to manually close torrents on quit 2007-11-11 03:15:49 +00:00
Mitchell Livingston
5cc14442cb use built-in buttons for filter buttons 2007-11-06 20:52:11 +00:00
Mitchell Livingston
cfa809bc47 clean up the pieces bar drawing to avoid putting it into an image, and use NSColor object for the piece colors 2007-11-06 04:53:06 +00:00
Mitchell Livingston
b5ad25acc0 make advanced bar code a little more efficient 2007-11-05 19:15:45 +00:00
Mitchell Livingston
22ad00e04c no reason to retain advanced bar info when it's hidden 2007-11-05 00:04:14 +00:00
Mitchell Livingston
25a4d11db4 commit some changes that have been sitting in by checkout 2007-11-04 16:12:49 +00:00
Mitchell Livingston
d3100ffbd3 make gray lighter 2007-11-04 15:15:50 +00:00