Changeset 3097


Ignore:
Timestamp:
Sep 17, 2007, 9:01:31 PM (16 years ago)
Author:
livings124
Message:

update the status bar to look better on Leopard...if anyone can do the background image better please get in touch with me

Location:
trunk
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Transmission.xcodeproj/project.pbxproj

    r3066 r3097  
    9999                A277DA0B0C693D9C00DA2CD4 /* ActionOn.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA090C693D9C00DA2CD4 /* ActionOn.png */; };
    100100                A277DA0C0C693D9C00DA2CD4 /* ActionOff.png in Resources */ = {isa = PBXBuildFile; fileRef = A277DA0A0C693D9C00DA2CD4 /* ActionOff.png */; };
    101                 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */ = {isa = PBXBuildFile; fileRef = A27A53560A06A76400E1F16F /* StatusSep.png */; };
    102101                A27ABC240A6ADE410020EC71 /* ImageBackgroundView.m in Sources */ = {isa = PBXBuildFile; fileRef = A27ABC220A6ADE410020EC71 /* ImageBackgroundView.m */; };
    103102                A289EB0C0A33C56D00B082A3 /* ButtonBorder.png in Resources */ = {isa = PBXBuildFile; fileRef = A289EB0B0A33C56D00B082A3 /* ButtonBorder.png */; };
     
    441440                A277DA090C693D9C00DA2CD4 /* ActionOn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ActionOn.png; path = macosx/Images/ActionOn.png; sourceTree = "<group>"; };
    442441                A277DA0A0C693D9C00DA2CD4 /* ActionOff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ActionOff.png; path = macosx/Images/ActionOff.png; sourceTree = "<group>"; };
    443                 A27A53560A06A76400E1F16F /* StatusSep.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StatusSep.png; path = macosx/Images/StatusSep.png; sourceTree = "<group>"; };
    444442                A27ABC210A6ADE410020EC71 /* ImageBackgroundView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageBackgroundView.h; path = macosx/ImageBackgroundView.h; sourceTree = "<group>"; };
    445443                A27ABC220A6ADE410020EC71 /* ImageBackgroundView.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ImageBackgroundView.m; path = macosx/ImageBackgroundView.m; sourceTree = "<group>"; };
     
    806804                                A246004C0A6DCE4600D19088 /* SpeedLimitButtonPressed.png */,
    807805                                A29597340A72A9E10057248B /* StatusBarBackground.png */,
    808                                 A27A53560A06A76400E1F16F /* StatusSep.png */,
    809806                                A232D29D0A70903E00973B12 /* Filter.png */,
    810807                                A253F6F20A698970008EE24F /* FilterBarBackground.png */,
     
    12961293                                4DDFDD22099A5D8E00189D81 /* DownloadBadge.png in Resources */,
    12971294                                4DDFDD23099A5D8E00189D81 /* UploadBadge.png in Resources */,
    1298                                 A27A53570A06A76400E1F16F /* StatusSep.png in Resources */,
    12991295                                A21DFF100A292B2B007C5F76 /* Transfers.png in Resources */,
    13001296                                A2912C540A2956E80097A0CA /* PrefsWindow.nib in Resources */,
  • trunk/macosx/Controller.m

    r3083 r3097  
    17101710}
    17111711
    1712 #warning bindings?
    17131712- (void) setSort: (id) sender
    17141713{
  • trunk/macosx/English.lproj/MainMenu.nib/info.nib

    r2945 r3097  
    1010                <string>480 344 208 149 0 0 1680 1028 </string>
    1111                <key>1480</key>
    12                 <string>366 546 420 63 0 0 1152 842 </string>
     12                <string>264 673 420 63 0 0 1680 1028 </string>
    1313                <key>1603</key>
    1414                <string>601 669 477 67 0 0 1680 1028 </string>
     
    3838                <integer>1603</integer>
    3939                <integer>2043</integer>
     40                <integer>1480</integer>
     41                <integer>29</integer>
    4042                <integer>21</integer>
    41                 <integer>29</integer>
    4243        </array>
    4344        <key>IBSystem Version</key>
Note: See TracChangeset for help on using the changeset viewer.