From 4d20e5c52547e05fcfc5edec888ee7dcd3a9ad2a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 13 Jun 2006 00:12:46 +0000 Subject: [PATCH] Moved myself up in the credits, tweaks here and there --- AUTHORS | 8 ++++---- macosx/Credits.rtf | 8 ++++---- macosx/TorrentCell.m | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9392a8c0c..f7949cef9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,12 +17,12 @@ Bryan Varner Michael Demars + OS X interface (Growl notifications, AppleScript) +Mitchell Livingston + + OS X interface + Thanks to: -Mitchell Livingston - + OS X patches (Badging, preferences, check for update and much more) - Omar and Adrien + Beta testing @@ -48,4 +48,4 @@ Martin Stadtmueller + Icon tweaking FOOOD - + Badging images + + Badging images, Progress Bar images diff --git a/macosx/Credits.rtf b/macosx/Credits.rtf index 79f47feac..138ed45ad 100644 --- a/macosx/Credits.rtf +++ b/macosx/Credits.rtf @@ -19,13 +19,13 @@ Bryan Varner <{\field{\*\fldinst{HYPERLINK "mailto:bryan@varnernet.com"}}{\fldrs \ Michael Demars <{\field{\*\fldinst{HYPERLINK "mailto:keul@m0k.org"}}{\fldrslt keul@m0k.org}}>\ + OS X interface (Growl notifications, AppleScript)\ + \ +Mitchell Livingston <{\field{\*\fldinst{HYPERLINK "mailto:livings124@gmail.com"}}{\fldrslt livings124@gmail.com}}>\ + + OS X interface\ \ \ Thanks to:\ \ -Mitchell Livingston\ - + OS X patches (Badging, preferences, sorting, and much more)\ -\ Omar and Adrien\ + Beta testing\ \ @@ -51,5 +51,5 @@ Martin Stadtmueller\ + Icon tweaking\ \ FOOOD\ - + Badging images\ + + Badging images, Progress Bar images\ } \ No newline at end of file diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 6cca3b10f..2f86b3208 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -248,12 +248,14 @@ static uint32_t kRed = 0xFF6450FF, //255, 100, 80 [bitmap release]; //draw overlay over advanced bar + width -= 2.0; + [fProgressEndAdvanced compositeToPoint: point operation: NSCompositeSourceOver]; point.x += 1.0; - [self placeBar: fProgressAdvanced width: width - 2.0 point: point]; + [self placeBar: fProgressAdvanced width: width point: point]; - point.x += width - 2.0; + point.x += width; [fProgressEndAdvanced compositeToPoint: point operation: NSCompositeSourceOver]; }