Changeset 357

Show
Ignore:
Timestamp:
04/07/07 17:02:20 (2 years ago)
Author:
cweider2
Message:

ILDAInspector: DarkKit'd interface

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ILDAInspector/English.lproj/MainMenu.nib/classes.nib

    r332 r357  
    11{ 
    22    IBClasses = ( 
     3        {CLASS = DKPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },  
    34        {CLASS = DKSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },  
    45        {CLASS = DKWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },  
  • trunk/ILDAInspector/English.lproj/MainMenu.nib/info.nib

    r336 r357  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>83 124 356 240 0 0 1440 878 </string> 
     6        <string>128 86 356 240 0 0 1440 878 </string> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <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> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
     
    1414        <key>IBOpenObjects</key> 
    1515        <array> 
     16                <integer>29</integer> 
    1617                <integer>231</integer> 
    1718                <integer>312</integer> 
    1819        </array> 
    1920        <key>IBSystem Version</key> 
    20         <string>8L2127</string> 
     21        <string>8P2137</string> 
    2122</dict> 
    2223</plist> 
  • trunk/ILDAInspector/ILDAInspector.xcodeproj/project.pbxproj

    r332 r357  
    2323                A82183220AB127B200BEE437 /* LaserInspector.icns in Resources */ = {isa = PBXBuildFile; fileRef = A82183210AB127B200BEE437 /* LaserInspector.icns */; }; 
    2424                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 */; }; 
    2527                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 */; }; 
    2630                A8510C250AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = A8510C240AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m */; }; 
    2731                A8A2C3770B8261F600AE1703 /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = A8A2C3760B8261F600AE1703 /* play.png */; }; 
     
    3438                A8A909BC0AB1BCAF005F7A0F /* ILDASequenceView.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A909BA0AB1BCAF005F7A0F /* ILDASequenceView.m */; }; 
    3539                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 */; }; 
    3642                D4581D710B8A43D600C32AB1 /* libftd2xx.0.1.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D4581D700B8A43D500C32AB1 /* libftd2xx.0.1.3.dylib */; }; 
    3743                D4581D760B8A43FD00C32AB1 /* libftd2xx.0.1.3.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = D4581D700B8A43D500C32AB1 /* libftd2xx.0.1.3.dylib */; }; 
     
    4955                                D4581D760B8A43FD00C32AB1 /* libftd2xx.0.1.3.dylib in CopyFiles */, 
    5056                                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 */, 
    5160                        ); 
    5261                        runOnlyForDeploymentPostprocessing = 0; 
     
    8695                A82A56770AB20D1D005BBB24 /* CTGradient.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CTGradient.h; sourceTree = "<group>"; }; 
    8796                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; }; 
    8899                A83641180AAB69D600E028C7 /* MainController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MainController.h; sourceTree = "<group>"; }; 
    89100                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; }; 
    90103                A8510C230AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "NSBezierPath+PXRoundedRectangleAdditions.h"; path = "DarkKit/NSBezierPath+PXRoundedRectangleAdditions.h"; sourceTree = "<group>"; }; 
    91104                A8510C240AC795FC00EDA25C /* NSBezierPath+PXRoundedRectangleAdditions.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = "NSBezierPath+PXRoundedRectangleAdditions.m"; path = "DarkKit/NSBezierPath+PXRoundedRectangleAdditions.m"; sourceTree = "<group>"; }; 
     
    101114                A8A909BB0AB1BCAF005F7A0F /* ILDASequenceView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ILDASequenceView.h; sourceTree = "<group>"; }; 
    102115                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; }; 
    103118                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>"; }; 
    104119                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>"; }; 
     
    220235                        children = ( 
    221236                                A82A56290AB20B82005BBB24 /* NSFrameView.h */, 
     237                                A82A562B0AB20B82005BBB24 /* NSTitledFrame.h */, 
    222238                                A82A562A0AB20B82005BBB24 /* NSThemeFrame.h */, 
    223                                 A82A562B0AB20B82005BBB24 /* NSTitledFrame.h */, 
    224239                        ); 
    225240                        path = private_headers; 
     
    229244                        isa = PBXGroup; 
    230245                        children = ( 
     246                                A82C80100BC83D1700613F46 /* DKDefines.c */, 
     247                                A82C80110BC83D1700613F46 /* DKDefines.h */, 
    231248                                A801C48E0AB2897C00F78492 /* DKSlider.h */, 
    232249                                A801C48F0AB2897C00F78492 /* DKSlider.m */, 
    233250                                A801C48C0AB2897C00F78492 /* DKSliderCell.h */, 
    234251                                A801C48B0AB2897C00F78492 /* DKSliderCell.m */, 
     252                                A83BD1EA0BC82AD9005F3C76 /* DKButtonCell.h */, 
     253                                A83BD1E90BC82AD9005F3C76 /* DKButtonCell.m */, 
    235254                                A801C48D0AB2897C00F78492 /* DKWindow.h */, 
    236255                                A801C48A0AB2897C00F78492 /* DKWindow.m */, 
     256                                A8E348E00BB5E2CE00D60A9F /* DKPanel.h */, 
     257                                A8E348DF0BB5E2CE00D60A9F /* DKPanel.m */, 
    237258                                A801C4940AB289B800F78492 /* DKThemeFrame.h */, 
    238259                                A801C4930AB289B800F78492 /* DKThemeFrame.m */, 
     
    375396                                A801655D0B13E9ED00596BE4 /* ILDAtypes.c in Sources */, 
    376397                                A8A2C4A30B82A57000AE1703 /* FrameController.m in Sources */, 
     398                                A8E348E10BB5E2CE00D60A9F /* DKPanel.m in Sources */, 
     399                                A83BD1EB0BC82AD9005F3C76 /* DKButtonCell.m in Sources */, 
     400                                A82C80120BC83D1700613F46 /* DKDefines.c in Sources */, 
    377401                        ); 
    378402                        runOnlyForDeploymentPostprocessing = 0; 
     
    460484                                        i386, 
    461485                                ); 
    462                                 GCC_TREAT_WARNINGS_AS_ERRORS = YES
     486                                GCC_TREAT_WARNINGS_AS_ERRORS = NO
    463487                                GCC_WARN_ABOUT_RETURN_TYPE = YES; 
    464488                                GCC_WARN_UNUSED_VARIABLE = YES;