Changeset 3343


Ignore:
Timestamp:
Oct 10, 2007, 1:51:03 AM (15 years ago)
Author:
livings124
Message:

commit some preliminary inspector images

Location:
trunk
Files:
3 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r2853 r3343  
    4646        Martin Stadtmueller  (Icon tweaking)
    4747        Mike Matas <http://www.mikematas.com/>  (Previous toolbar icons)
     48        Anthony Ryan  (Inspector icons)
    4849        Jonas Rask  (Globe icon)
    4950        George Tsotsos
  • trunk/Transmission.xcodeproj/project.pbxproj

    r3316 r3343  
    144144                A2D4F0830A915F6600890C32 /* RedDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0820A915F6600890C32 /* RedDot.tiff */; };
    145145                A2D4F0850A915F7200890C32 /* GreenDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0840A915F7200890C32 /* GreenDot.tiff */; };
     146                A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36270CBC674900C2ED41 /* InfoActivity.png */; };
     147                A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36280CBC674900C2ED41 /* InfoFiles.png */; };
     148                A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36290CBC674900C2ED41 /* InfoPeers.png */; };
    146149                A2DF37070C220D03006523C1 /* CreatorWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2DF37050C220D03006523C1 /* CreatorWindowController.m */; };
    147150                A2E23AC60CB5E1930002BB25 /* InfoTabButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A2E23AC40CB5E1930002BB25 /* InfoTabButtonCell.m */; };
     
    514517                A2D689100CB498F2009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/Creator.nib; sourceTree = "<group>"; };
    515518                A2D6891B0CB4990E009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = macosx/English.lproj/Localizable.strings; sourceTree = "<group>"; };
     519                A2DA36270CBC674900C2ED41 /* InfoActivity.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoActivity.png; path = macosx/Images/InfoActivity.png; sourceTree = "<group>"; };
     520                A2DA36280CBC674900C2ED41 /* InfoFiles.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoFiles.png; path = macosx/Images/InfoFiles.png; sourceTree = "<group>"; };
     521                A2DA36290CBC674900C2ED41 /* InfoPeers.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoPeers.png; path = macosx/Images/InfoPeers.png; sourceTree = "<group>"; };
    516522                A2DF37040C220D03006523C1 /* CreatorWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CreatorWindowController.h; path = macosx/CreatorWindowController.h; sourceTree = "<group>"; };
    517523                A2DF37050C220D03006523C1 /* CreatorWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CreatorWindowController.m; path = macosx/CreatorWindowController.m; sourceTree = "<group>"; };
     
    839845                                A26E75950CB6AB4800226674 /* InfoGeneral.png */,
    840846                                A26E75870CB6AA7500226674 /* InfoOptions.png */,
     847                                A2DA36270CBC674900C2ED41 /* InfoActivity.png */,
     848                                A2DA36280CBC674900C2ED41 /* InfoFiles.png */,
     849                                A2DA36290CBC674900C2ED41 /* InfoPeers.png */,
    841850                        );
    842851                        name = Resources;
     
    13791388                                A22A067E0CB83507009694FE /* InfoTabBack.tif in Resources */,
    13801389                                A22A06980CB83880009694FE /* InfoTabBorder.tif in Resources */,
     1390                                A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */,
     1391                                A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */,
     1392                                A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */,
    13811393                        );
    13821394                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.