From 19b89fa7ea8951157fef708a6f025fe4b1d9bad2 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 27 Sep 2006 20:34:17 +0000 Subject: [PATCH] Generate the pieces images in code rather than using files. --- Transmission.xcodeproj/project.pbxproj | 26 -------- macosx/Images/BoxBlue1.tiff | Bin 252 -> 0 bytes macosx/Images/BoxBlue2.tiff | Bin 252 -> 0 bytes macosx/Images/BoxBlue3.tiff | Bin 252 -> 0 bytes macosx/Images/BoxGreen.tiff | Bin 252 -> 0 bytes macosx/Images/BoxWhite.tiff | Bin 252 -> 0 bytes macosx/Images/PiecesBack.tiff | Bin 25342 -> 0 bytes macosx/PiecesView.m | 82 +++++++++++++++++-------- 8 files changed, 57 insertions(+), 51 deletions(-) delete mode 100644 macosx/Images/BoxBlue1.tiff delete mode 100644 macosx/Images/BoxBlue2.tiff delete mode 100644 macosx/Images/BoxBlue3.tiff delete mode 100644 macosx/Images/BoxGreen.tiff delete mode 100644 macosx/Images/BoxWhite.tiff delete mode 100644 macosx/Images/PiecesBack.tiff diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 22f34aa30..29029e3ec 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -7,13 +7,6 @@ objects = { /* Begin PBXBuildFile section */ - 3518E4D40AC62517002ED3A2 /* BoxBlue2.tiff in CopyFiles */ = {isa = PBXBuildFile; fileRef = 3518E4D00AC62517002ED3A2 /* BoxBlue2.tiff */; }; - 3518E5210AC62A29002ED3A2 /* PiecesBack.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E4CD0AC62517002ED3A2 /* PiecesBack.tiff */; }; - 3518E5230AC62A2A002ED3A2 /* BoxBlue2.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E4D00AC62517002ED3A2 /* BoxBlue2.tiff */; }; - 3518E5240AC62A2B002ED3A2 /* BoxBlue1.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E4CF0AC62517002ED3A2 /* BoxBlue1.tiff */; }; - 3518E52B0AC62A57002ED3A2 /* BoxWhite.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E5280AC62A55002ED3A2 /* BoxWhite.tiff */; }; - 3518E52C0AC62A57002ED3A2 /* BoxBlue3.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E5270AC62A55002ED3A2 /* BoxBlue3.tiff */; }; - 3518E57B0AC632EA002ED3A2 /* BoxGreen.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 3518E5760AC63262002ED3A2 /* BoxGreen.tiff */; }; 35B037B60AC59C4000A10FDF /* Check.png in Resources */ = {isa = PBXBuildFile; fileRef = 35B037A60AC59BC600A10FDF /* Check.png */; }; 35B038130AC5B6EB00A10FDF /* ResumeNoWaitOn.png in Resources */ = {isa = PBXBuildFile; fileRef = 35B037F90AC5B53800A10FDF /* ResumeNoWaitOn.png */; }; 35B038140AC5B6EC00A10FDF /* ResumeNoWaitOff.png in Resources */ = {isa = PBXBuildFile; fileRef = 35B037FA0AC5B53800A10FDF /* ResumeNoWaitOff.png */; }; @@ -195,7 +188,6 @@ dstSubfolderSpec = 10; files = ( A25FCDDF0A37695F002BCBBE /* PauseSelected.png in CopyFiles */, - 3518E4D40AC62517002ED3A2 /* BoxBlue2.tiff in CopyFiles */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -228,12 +220,6 @@ 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 32CA4F630368D1EE00C91783 /* Transmission_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Transmission_Prefix.pch; path = macosx/Transmission_Prefix.pch; sourceTree = ""; }; - 3518E4CD0AC62517002ED3A2 /* PiecesBack.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = PiecesBack.tiff; path = macosx/Images/PiecesBack.tiff; sourceTree = ""; }; - 3518E4CF0AC62517002ED3A2 /* BoxBlue1.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BoxBlue1.tiff; path = macosx/Images/BoxBlue1.tiff; sourceTree = ""; }; - 3518E4D00AC62517002ED3A2 /* BoxBlue2.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BoxBlue2.tiff; path = macosx/Images/BoxBlue2.tiff; sourceTree = ""; }; - 3518E5270AC62A55002ED3A2 /* BoxBlue3.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BoxBlue3.tiff; path = macosx/Images/BoxBlue3.tiff; sourceTree = ""; }; - 3518E5280AC62A55002ED3A2 /* BoxWhite.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BoxWhite.tiff; path = macosx/Images/BoxWhite.tiff; sourceTree = ""; }; - 3518E5760AC63262002ED3A2 /* BoxGreen.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = BoxGreen.tiff; path = macosx/Images/BoxGreen.tiff; sourceTree = ""; }; 35B037A60AC59BC600A10FDF /* Check.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Check.png; path = macosx/Images/Check.png; sourceTree = ""; }; 35B037F90AC5B53800A10FDF /* ResumeNoWaitOn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ResumeNoWaitOn.png; path = macosx/Images/ResumeNoWaitOn.png; sourceTree = ""; }; 35B037FA0AC5B53800A10FDF /* ResumeNoWaitOff.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ResumeNoWaitOff.png; path = macosx/Images/ResumeNoWaitOff.png; sourceTree = ""; }; @@ -502,12 +488,6 @@ children = ( A259316A0A73B2CC002F4FE7 /* Transmission Help */, A2F8951E0A2D4BA500ED2127 /* Credits.rtf */, - 3518E4CD0AC62517002ED3A2 /* PiecesBack.tiff */, - 3518E4CF0AC62517002ED3A2 /* BoxBlue1.tiff */, - 3518E4D00AC62517002ED3A2 /* BoxBlue2.tiff */, - 3518E5270AC62A55002ED3A2 /* BoxBlue3.tiff */, - 3518E5280AC62A55002ED3A2 /* BoxWhite.tiff */, - 3518E5760AC63262002ED3A2 /* BoxGreen.tiff */, A2305AA40A3DCCEF00AB2D77 /* ProgressBarEndAdvanced.png */, A2305AA50A3DCCEF00AB2D77 /* ProgressBarEndBlue.png */, A2305AA60A3DCCEF00AB2D77 /* ProgressBarEndWhite.png */, @@ -862,12 +842,6 @@ 35B037B60AC59C4000A10FDF /* Check.png in Resources */, 35B038130AC5B6EB00A10FDF /* ResumeNoWaitOn.png in Resources */, 35B038140AC5B6EC00A10FDF /* ResumeNoWaitOff.png in Resources */, - 3518E5210AC62A29002ED3A2 /* PiecesBack.tiff in Resources */, - 3518E5230AC62A2A002ED3A2 /* BoxBlue2.tiff in Resources */, - 3518E5240AC62A2B002ED3A2 /* BoxBlue1.tiff in Resources */, - 3518E52B0AC62A57002ED3A2 /* BoxWhite.tiff in Resources */, - 3518E52C0AC62A57002ED3A2 /* BoxBlue3.tiff in Resources */, - 3518E57B0AC632EA002ED3A2 /* BoxGreen.tiff in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/macosx/Images/BoxBlue1.tiff b/macosx/Images/BoxBlue1.tiff deleted file mode 100644 index 75c770fd393e5813cae3eee867245b0d0c5a3636..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmebEWzb?^V31>AV7dULx!^Ph0|@dl{9|ANiZcQ+h=8$K7#We+ObpCGX%LoRWCqiW zAjOPqP&N~gEeKbChEWtM4%ERY1{Y^x6o<177^N6kAyzVQFiOMO0*o?9=4&9#2dZV* JaO5>f2mmvhEExa* diff --git a/macosx/Images/BoxBlue2.tiff b/macosx/Images/BoxBlue2.tiff deleted file mode 100644 index b7c82032e7518eeaa23511e0c1450555839b7e90..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmebEWzb?^V31>AV7dULx!^Ph0|@dl{9|ANiZcQ+h=8$K7#We+ObpCGX%LoRWCqiW zAjOPqP&N~gEeKbChEWtM4%ERY1{Y^x6o<177^N6kAyzVQFiOMO0*o?9=4&9#2dZVr J+wh+x1OUk!C;0#X diff --git a/macosx/Images/BoxBlue3.tiff b/macosx/Images/BoxBlue3.tiff deleted file mode 100644 index 1e855aa7ea8b26d1d031985fbf71492c7f2cd3cb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 252 zcmb7-%?>~?5QJx{L>z>JpCHcS~?5QJx{q;U`qeu6lQlNa$Cp4Pz=Ve4nP%62~?5QJyi5^)d?eu6lQlNa&k4xR{GKdV>UZ0E~#y1Oix01SZHL{rrS{$$wU z#HX~sUUp=_23DSZH?)`1hZ#R?gbU5DEFWKfuu|W#R-V}+x>q7$r<}77=8xZe$>R7~ ECn-ra`2YX_ diff --git a/macosx/Images/PiecesBack.tiff b/macosx/Images/PiecesBack.tiff deleted file mode 100644 index 4150a4245be51e36ec1b058b352e6ffc7029b2e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25342 zcmeIu-D=c86u|MBtx8!h)C)hTA^|T(#LeukC?;&$3q`z%hzc(BD&0-nkS1BOfy8|^ zg}y@HMCbz)&&J)@2k`QrFqt!xGjnEsVW?gxrQa&myHHB?yM9;6J2_|;(JYNC=O{i& z^1%H5d2XC!9+>a1!(q617oR2{S7rQl_37JemCn4mIoO{xev>V-xQd)6JIj}T6PRdT z9L2uG>uGD8Hl<1fGYvmGRZ*O!N#%@PZ{WRjj>{;E>!M7Zk^9E%_b282*#GkW!)7-b z1?IG>7QVH0UAy%wwb$g_D+Fq}d z^{q|Zlla~?Utj9`n|WEGA8hB