Changeset 357
- Timestamp:
- 04/07/07 17:02:20 (2 years ago)
- Files:
-
- trunk/ILDAInspector/English.lproj/MainMenu.nib/classes.nib (modified) (1 diff)
- trunk/ILDAInspector/English.lproj/MainMenu.nib/info.nib (modified) (2 diffs)
- trunk/ILDAInspector/English.lproj/MainMenu.nib/keyedobjects.nib (modified) (previous)
- trunk/ILDAInspector/ILDAInspector.xcodeproj/project.pbxproj (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ILDAInspector/English.lproj/MainMenu.nib/classes.nib
r332 r357 1 1 { 2 2 IBClasses = ( 3 {CLASS = DKPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 3 4 {CLASS = DKSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; }, 4 5 {CLASS = DKWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, trunk/ILDAInspector/English.lproj/MainMenu.nib/info.nib
r336 r357 4 4 <dict> 5 5 <key>IBDocumentLocation</key> 6 <string> 83 124356 240 0 0 1440 878 </string>6 <string>128 86 356 240 0 0 1440 878 </string> 7 7 <key>IBEditorPositions</key> 8 8 <dict> 9 9 <key>29</key> 10 <string> 43 451 338 44 0 0 1680 1028 </string>10 <string>35 382 327 44 0 0 1440 878 </string> 11 11 </dict> 12 12 <key>IBFramework Version</key> … … 14 14 <key>IBOpenObjects</key> 15 15 <array> 16 <integer>29</integer> 16 17 <integer>231</integer> 17 18 <integer>312</integer> 18 19 </array> 19 20 <key>IBSystem Version</key> 20 <string>8 L2127</string>21 <string>8P2137</string> 21 22 </dict> 22 23 </plist> trunk/ILDAInspector/ILDAInspector.xcodeproj/project.pbxproj
r332 r357 23 23 A82183220AB127B200BEE437 /* LaserInspector.icns in Resources */ = {isa = PBXBuildFile; fileRef = A82183210AB127B200BEE437 /* LaserInspector.icns */; }; 24 24 A82A56790AB20D1D005BBB24 /* CTGradient.m in Sources */ = {isa = PBXBuildFile; fileRef = A82A56780AB20D1D005BBB24 /* CTGradient.m */; }; 25 A82C80120BC83D1700613F46 /* DKDefines.c in Sources */ = {isa = PBXBuildFile; fileRef = A82C80100BC83D1700613F46 /* DKDefines.c */; }; 26 A82C80130BC83D1700613F46 /* DKDefines.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = A82C80110BC83D1700613F46 /* DKDefines.h */; }; 25 27 A836411A0AAB69D600E028C7 /* MainController.m in Sources */ = {isa = PBXBuildFile; fileRef = A83641190AAB69D600E028C7 /* MainController.m */; }; 28 A83BD1EB0BC82AD9005F3C76 /* DKButtonCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A83BD1E90BC82AD9005F3C76 /* DKButtonCell.m */; }; 29 A83BD1EC0BC82AD9005F3C76 /* DKButtonCell.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = A83BD1EA0BC82AD9005F3C76 /* DKButtonCell.h */; }; 26 30 A8510C250AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A8510C240AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m */; }; 27 31 A8A2C3770B8261F600AE1703 /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = A8A2C3760B8261F600AE1703 /* play.png */; }; … … 34 38 A8A909BC0AB1BCAF005F7A0F /* ILDASequenceView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A909BA0AB1BCAF005F7A0F /* ILDASequenceView.m */; }; 35 39 A8B79AFF0B9127C4003C2FF9 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8B79AFE0B9127C4003C2FF9 /* CoreAudio.framework */; }; 40 A8E348E10BB5E2CE00D60A9F /* DKPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = A8E348DF0BB5E2CE00D60A9F /* DKPanel.m */; }; 41 A8E348E20BB5E2CE00D60A9F /* DKPanel.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = A8E348E00BB5E2CE00D60A9F /* DKPanel.h */; }; 36 42 D4581D710B8A43D600C32AB1 /* libftd2xx.0.1.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D4581D700B8A43D500C32AB1 /* libftd2xx.0.1.3.dylib */; }; 37 43 D4581D760B8A43FD00C32AB1 /* libftd2xx.0.1.3.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = D4581D700B8A43D500C32AB1 /* libftd2xx.0.1.3.dylib */; }; … … 49 55 D4581D760B8A43FD00C32AB1 /* libftd2xx.0.1.3.dylib in CopyFiles */, 50 56 D464148D0B87BD3400C5EFDC /* libEasyLase.1.0b1.dylib in CopyFiles */, 57 A8E348E20BB5E2CE00D60A9F /* DKPanel.h in CopyFiles */, 58 A83BD1EC0BC82AD9005F3C76 /* DKButtonCell.h in CopyFiles */, 59 A82C80130BC83D1700613F46 /* DKDefines.h in CopyFiles */, 51 60 ); 52 61 runOnlyForDeploymentPostprocessing = 0; … … 86 95 A82A56770AB20D1D005BBB24 /* CTGradient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CTGradient.h; sourceTree = "<group>"; }; 87 96 A82A56780AB20D1D005BBB24 /* CTGradient.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = CTGradient.m; sourceTree = "<group>"; }; 97 A82C80100BC83D1700613F46 /* DKDefines.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = DKDefines.c; path = DarkKit/DKDefines.c; sourceTree = SOURCE_ROOT; }; 98 A82C80110BC83D1700613F46 /* DKDefines.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DKDefines.h; path = DarkKit/DKDefines.h; sourceTree = SOURCE_ROOT; }; 88 99 A83641180AAB69D600E028C7 /* MainController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MainController.h; sourceTree = "<group>"; }; 89 100 A83641190AAB69D600E028C7 /* MainController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MainController.m; sourceTree = "<group>"; }; 101 A83BD1E90BC82AD9005F3C76 /* DKButtonCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DKButtonCell.m; path = DarkKit/DKButtonCell.m; sourceTree = SOURCE_ROOT; }; 102 A83BD1EA0BC82AD9005F3C76 /* DKButtonCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DKButtonCell.h; path = DarkKit/DKButtonCell.h; sourceTree = SOURCE_ROOT; }; 90 103 A8510C230AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+PXRoundedRectangleAdditions.h"; path = "DarkKit/NSBezierPath+PXRoundedRectangleAdditions.h"; sourceTree = "<group>"; }; 91 104 A8510C240AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+PXRoundedRectangleAdditions.m"; path = "DarkKit/NSBezierPath+PXRoundedRectangleAdditions.m"; sourceTree = "<group>"; }; … … 101 114 A8A909BB0AB1BCAF005F7A0F /* ILDASequenceView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ILDASequenceView.h; sourceTree = "<group>"; }; 102 115 A8B79AFE0B9127C4003C2FF9 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = /System/Library/Frameworks/CoreAudio.framework; sourceTree = "<absolute>"; }; 116 A8E348DF0BB5E2CE00D60A9F /* DKPanel.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = DKPanel.m; path = DarkKit/DKPanel.m; sourceTree = SOURCE_ROOT; }; 117 A8E348E00BB5E2CE00D60A9F /* DKPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DKPanel.h; path = DarkKit/DKPanel.h; sourceTree = SOURCE_ROOT; }; 103 118 D4581D700B8A43D500C32AB1 /* libftd2xx.0.1.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libftd2xx.0.1.3.dylib; path = dylibs/libftd2xx.0.1.3.dylib; sourceTree = "<group>"; }; 104 119 D4B81B1B0B857C46009E36CB /* libEasyLase.1.0b1.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libEasyLase.1.0b1.dylib; path = dylibs/libEasyLase.1.0b1.dylib; sourceTree = "<group>"; }; … … 220 235 children = ( 221 236 A82A56290AB20B82005BBB24 /* NSFrameView.h */, 237 A82A562B0AB20B82005BBB24 /* NSTitledFrame.h */, 222 238 A82A562A0AB20B82005BBB24 /* NSThemeFrame.h */, 223 A82A562B0AB20B82005BBB24 /* NSTitledFrame.h */,224 239 ); 225 240 path = private_headers; … … 229 244 isa = PBXGroup; 230 245 children = ( 246 A82C80100BC83D1700613F46 /* DKDefines.c */, 247 A82C80110BC83D1700613F46 /* DKDefines.h */, 231 248 A801C48E0AB2897C00F78492 /* DKSlider.h */, 232 249 A801C48F0AB2897C00F78492 /* DKSlider.m */, 233 250 A801C48C0AB2897C00F78492 /* DKSliderCell.h */, 234 251 A801C48B0AB2897C00F78492 /* DKSliderCell.m */, 252 A83BD1EA0BC82AD9005F3C76 /* DKButtonCell.h */, 253 A83BD1E90BC82AD9005F3C76 /* DKButtonCell.m */, 235 254 A801C48D0AB2897C00F78492 /* DKWindow.h */, 236 255 A801C48A0AB2897C00F78492 /* DKWindow.m */, 256 A8E348E00BB5E2CE00D60A9F /* DKPanel.h */, 257 A8E348DF0BB5E2CE00D60A9F /* DKPanel.m */, 237 258 A801C4940AB289B800F78492 /* DKThemeFrame.h */, 238 259 A801C4930AB289B800F78492 /* DKThemeFrame.m */, … … 375 396 A801655D0B13E9ED00596BE4 /* ILDAtypes.c in Sources */, 376 397 A8A2C4A30B82A57000AE1703 /* FrameController.m in Sources */, 398 A8E348E10BB5E2CE00D60A9F /* DKPanel.m in Sources */, 399 A83BD1EB0BC82AD9005F3C76 /* DKButtonCell.m in Sources */, 400 A82C80120BC83D1700613F46 /* DKDefines.c in Sources */, 377 401 ); 378 402 runOnlyForDeploymentPostprocessing = 0; … … 460 484 i386, 461 485 ); 462 GCC_TREAT_WARNINGS_AS_ERRORS = YES;486 GCC_TREAT_WARNINGS_AS_ERRORS = NO; 463 487 GCC_WARN_ABOUT_RETURN_TYPE = YES; 464 488 GCC_WARN_UNUSED_VARIABLE = YES;
