Changeset 4711
- Timestamp:
- 04/23/07 22:48:31 (1 year ago)
- Files:
-
- Footagehead/trunk/English.lproj/BrowserWindow.nib (moved) (moved from Footagehead/trunk/English.lproj/Window.nib)
- Footagehead/trunk/English.lproj/BrowserWindow.nib/classes.nib (copied) (copied from Footagehead/trunk/English.lproj/Window.nib/classes.nib)
- Footagehead/trunk/English.lproj/BrowserWindow.nib/info.nib (copied) (copied from Footagehead/trunk/English.lproj/Window.nib/info.nib)
- Footagehead/trunk/English.lproj/BrowserWindow.nib/keyedobjects.nib (copied) (copied from Footagehead/trunk/English.lproj/Window.nib/keyedobjects.nib)
- Footagehead/trunk/FHBrowserWindowController.m (modified) (1 diff)
- Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Footagehead/trunk/FHBrowserWindowController.m
r4709 r4711 449 449 450 450 - (id)init { 451 self = [super initWithWindowNibName:@" Window"];451 self = [super initWithWindowNibName:@"BrowserWindow"]; 452 452 453 453 _imageLoader = [[FHImageLoader alloc] init]; Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj
r4710 r4711 122 122 77B151840BD8FEB1009B6183 /* FHFullscreenWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B151820BD8FEB1009B6183 /* FHFullscreenWindowController.m */; }; 123 123 77B151880BD8FEBB009B6183 /* FHImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 77B151860BD8FEBB009B6183 /* FHImageLoader.m */; }; 124 77B151BC0BD8FF63009B6183 /* Window.nib in Resources */ = {isa = PBXBuildFile; fileRef = 77B151B80BD8FF63009B6183 /* Window.nib */; };125 124 77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = 77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */; }; 126 125 77BD99520760B7380007D034 /* FHTableView.m in Sources */ = {isa = PBXBuildFile; fileRef = 77BD99500760B7380007D034 /* FHTableView.m */; }; … … 156 155 A58BE75009BB53C400C3C20D /* RotateRight.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A58BE74F09BB53C400C3C20D /* RotateRight.tiff */; }; 157 156 A599A110075F94F400A03BA5 /* FHFileCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A599A10E075F94F400A03BA5 /* FHFileCell.m */; }; 158 A5A183EF0BDD5231004788EF /* FHWindowController.h in Copy Files (Frameworks) */ = {isa = PBXBuildFile; fileRef = A5A183ED0BDD5231004788EF /* FHWindowController.h */; };159 157 A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A5A183EE0BDD5231004788EF /* FHWindowController.m */; }; 158 A5A184180BDD52D6004788EF /* BrowserWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = A5A184160BDD52D6004788EF /* BrowserWindow.nib */; }; 160 159 A5B1F611067B3AA100111D0A /* FHHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B1F60F067B3AA100111D0A /* FHHandler.m */; }; 161 160 A5B1F617067B3B7900111D0A /* FHFileHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A5B1F616067B3B7900111D0A /* FHFileHandler.m */; }; … … 269 268 files = ( 270 269 A5643D310A26056A00ADF4F5 /* WiredAdditions.framework in Copy Files (Frameworks) */, 271 A5A183EF0BDD5231004788EF /* FHWindowController.h in Copy Files (Frameworks) */,272 270 ); 273 271 name = "Copy Files (Frameworks)"; … … 328 326 77B151850BD8FEBB009B6183 /* FHImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FHImageLoader.h; sourceTree = "<group>"; }; 329 327 77B151860BD8FEBB009B6183 /* FHImageLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FHImageLoader.m; sourceTree = "<group>"; }; 330 77B151B90BD8FF63009B6183 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/Window.nib; sourceTree = "<group>"; };331 328 77B151BB0BD8FF63009B6183 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/FullscreenWindow.nib; sourceTree = "<group>"; }; 332 329 77B151CF0BD8FF94009B6183 /* WiredAdditions */ = {isa = PBXFileReference; lastKnownFileType = folder; path = WiredAdditions; sourceTree = SOURCE_ROOT; }; … … 427 424 A5A183ED0BDD5231004788EF /* FHWindowController.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = FHWindowController.h; sourceTree = "<group>"; }; 428 425 A5A183EE0BDD5231004788EF /* FHWindowController.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FHWindowController.m; sourceTree = "<group>"; }; 426 A5A184170BDD52D6004788EF /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/BrowserWindow.nib; sourceTree = "<group>"; }; 429 427 A5B1F60E067B3AA100111D0A /* FHHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FHHandler.h; sourceTree = "<group>"; }; 430 428 A5B1F60F067B3AA100111D0A /* FHHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FHHandler.m; sourceTree = "<group>"; }; … … 681 679 A5E5174205774ED40004F5D6 /* Credits.rtf */, 682 680 77CDAE70083B3515003BE654 /* ReleaseNotes.rtf */, 681 A5A184160BDD52D6004788EF /* BrowserWindow.nib */, 683 682 77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */, 684 683 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, 685 77B151B80BD8FF63009B6183 /* Window.nib */,686 684 A51395F405771ED4007FE220 /* Footagehead.icns */, 687 685 A58BE56609BA054F00C3C20D /* Black.tiff */, … … 1170 1168 A5E5174405774ED40004F5D6 /* Credits.rtf in Resources */, 1171 1169 77CDAE72083B3515003BE654 /* ReleaseNotes.rtf in Resources */, 1170 A5A184180BDD52D6004788EF /* BrowserWindow.nib in Resources */, 1171 77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */, 1172 1172 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */, 1173 1173 778F0C590B64C8B200E3CD47 /* lha in Resources */, … … 1187 1187 A58BE56B09BA054F00C3C20D /* Gray.tiff in Resources */, 1188 1188 A58BE75009BB53C400C3C20D /* RotateRight.tiff in Resources */, 1189 77B151BC0BD8FF63009B6183 /* Window.nib in Resources */,1190 77B151BD0BD8FF63009B6183 /* FullscreenWindow.nib in Resources */,1191 1189 ); 1192 1190 runOnlyForDeploymentPostprocessing = 0; … … 1343 1341 775BA4F2075F70ED00F0941E /* NSImage-FHAdditions.m in Sources */, 1344 1342 778F0B160B64C27100E3CD47 /* FHArchiveHandler.m in Sources */, 1343 77B151800BD8FEA2009B6183 /* FHBrowserWindowController.m in Sources */, 1345 1344 A5B1FB9F067CB90400111D0A /* FHCache.m in Sources */, 1346 1345 A587DF83055AA418005D2097 /* FHController.m in Sources */, … … 1366 1365 77BD99520760B7380007D034 /* FHTableView.m in Sources */, 1367 1366 77EAADDA084B546D006C9F69 /* FHURLHandler.m in Sources */, 1368 77B151800BD8FEA2009B6183 /* FHBrowserWindowController.m in Sources */,1367 A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */, 1369 1368 A5B44F98087F9A2D003B1DA1 /* FHZipHandler.m in Sources */, 1370 A5A183F00BDD5231004788EF /* FHWindowController.m in Sources */,1371 1369 ); 1372 1370 runOnlyForDeploymentPostprocessing = 0; … … 1469 1467 sourceTree = "<group>"; 1470 1468 }; 1471 77B151B80BD8FF63009B6183 /* Window.nib */ = {1472 isa = PBXVariantGroup;1473 children = (1474 77B151B90BD8FF63009B6183 /* English */,1475 );1476 name = Window.nib;1477 sourceTree = "<group>";1478 };1479 1469 77B151BA0BD8FF63009B6183 /* FullscreenWindow.nib */ = { 1480 1470 isa = PBXVariantGroup; … … 1491 1481 ); 1492 1482 name = ReleaseNotes.rtf; 1483 sourceTree = "<group>"; 1484 }; 1485 A5A184160BDD52D6004788EF /* BrowserWindow.nib */ = { 1486 isa = PBXVariantGroup; 1487 children = ( 1488 A5A184170BDD52D6004788EF /* English */, 1489 ); 1490 name = BrowserWindow.nib; 1493 1491 sourceTree = "<group>"; 1494 1492 };
