1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00
Commit graph

16 commits

Author SHA1 Message Date
Mitchell Livingston
dbcbd99bf0 slightly more efficient drawing in the status bar (avoids filling in the whole bar and then drawing lines on top of it) 2008-03-28 13:32:44 +00:00
Mitchell Livingston
79931a5b6a dead code removal for the status bar 2008-03-28 13:26:02 +00:00
Mitchell Livingston
5daf7d4938 minor adjustments to the status bar 2008-03-28 03:57:18 +00:00
Mitchell Livingston
51b0bf38cb a first-shot at making the status and filter bars match those in Finder (and other "scope" bars) 2008-03-28 03:47:08 +00:00
Mitchell Livingston
f80bd47056 update copyright info for 2008 2008-01-02 16:55:05 +00:00
Mitchell Livingston
1b6a8a9504 display the infinity symbol in stats for ratio when there is upload but no download 2007-12-13 04:31:38 +00:00
Mitchell Livingston
377266a412 fix typo 2007-12-12 15:28:09 +00:00
Mitchell Livingston
566ec81269 use CTGradient fill function 2007-12-12 15:18:16 +00:00
Mitchell Livingston
cf4f43f090 color the background of the status bar on tiger 2007-12-12 15:17:33 +00:00
Mitchell Livingston
bf3a103a9c make status bar filled only on 10.5 and greater; use NSGradient instead of CTGradient (since 10.4 support isn't needed for this) 2007-12-06 00:57:10 +00:00
Mitchell Livingston
2c4244b540 keep track of sort menu item by using tag and validate methods instead of storing the current menu items 2007-11-07 05:02:43 +00:00
Mitchell Livingston
6253979516 load the status bar background in the init method, because awakeFromNib drew the back with a white background on launch 2007-11-07 00:35:03 +00:00
Mitchell Livingston
44075895b2 remove the separate filter bar view and instead reuse the status bar view 2007-11-07 00:14:33 +00:00
Mitchell Livingston
f704bc503a update status bar to use the same gradient as the filter bar, and remove the corresponding images 2007-11-07 00:09:36 +00:00
Mitchell Livingston
525cf7904d trunk: make status bar inactive when window isn't main window 2007-11-01 12:57:35 +00:00
Mitchell Livingston
4227d425f1 when the main window isn't the key window, make the status bar show the normal window background 2007-09-23 16:21:03 +00:00