Changeset 398

Show
Ignore:
Timestamp:
04/14/07 22:31:48 (1 year ago)
Author:
kcathey2
Message:

Added DKBox. Switched FlashInspector over to DarkKit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LaserLine_2.0/LaserLine_2.0.xcodeproj/project.pbxproj

    r389 r398  
    8787/* End PBXBuildFile section */ 
    8888 
     89/* Begin PBXBuildStyle section */ 
     90                DED5D2DD0BD1C9980021BC21 /* Development */ = { 
     91                        isa = PBXBuildStyle; 
     92                        buildSettings = { 
     93                                COPY_PHASE_STRIP = NO; 
     94                        }; 
     95                        name = Development; 
     96                }; 
     97                DED5D2DE0BD1C9980021BC21 /* Deployment */ = { 
     98                        isa = PBXBuildStyle; 
     99                        buildSettings = { 
     100                                COPY_PHASE_STRIP = YES; 
     101                        }; 
     102                        name = Deployment; 
     103                }; 
     104/* End PBXBuildStyle section */ 
     105 
    89106/* Begin PBXContainerItemProxy section */ 
    90107                F808BBDC0B9A5156001283DF /* PBXContainerItemProxy */ = { 
     
    171188                32CA4F630368D1EE00C91783 /* LaserLine_2.0_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LaserLine_2.0_Prefix.pch; sourceTree = "<group>"; }; 
    172189                8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 
    173                 8D1107320486CEB800E47090 /* LaserLine.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LaserLine.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
     190                8D1107320486CEB800E47090 /* LaserLine.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = LaserLine.app; sourceTree = BUILT_PRODUCTS_DIR; }; 
    174191                A804670E0BA3B12100CADE97 /* LZAudioOutputDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LZAudioOutputDevice.h; sourceTree = "<group>"; }; 
    175192                A804670F0BA3B12100CADE97 /* LZAudioOutputDevice.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LZAudioOutputDevice.m; sourceTree = "<group>"; }; 
     
    576593                        isa = PBXProject; 
    577594                        buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "LaserLine_2.0" */; 
     595                        buildSettings = { 
     596                        }; 
     597                        buildStyles = ( 
     598                                DED5D2DD0BD1C9980021BC21 /* Development */, 
     599                                DED5D2DE0BD1C9980021BC21 /* Deployment */, 
     600                        ); 
    578601                        hasScannedForEncodings = 1; 
    579602                        mainGroup = 29B97314FDCFA39411CA2CEA /* LaserLine_2.0 */; 
  • trunk/LaserTools/FlashInspector/AppDelegate.h

    r380 r398  
    99#import <Cocoa/Cocoa.h> 
    1010#import <LaserTools/LaserTools.h> 
    11 //#import <LaserTools.h> 
    1211#import "LTRenderedContextView.h" 
     12#import <DarkKit/DarkKit.h> 
    1313 
    1414@interface AppDelegate : NSObject 
     
    1616        IBOutlet NSWindow *mainWindow; 
    1717        IBOutlet LTRenderedContextView *renderedView; 
     18        IBOutlet NSBox *box; 
    1819         
    1920        unsigned int _currentFrameIndex; 
  • trunk/LaserTools/FlashInspector/AppDelegate.m

    r287 r398  
    4242- (void)awakeFromNib 
    4343{ 
     44        /*DKSlider *slider = [[DKSlider alloc] initWithFrame:NSMakeRect(0.0F, 0.0F, 300.0F, 20.0F)]; 
     45        [slider setAutoresizingMask:(NSViewWidthSizable|NSViewHeightSizable)]; 
     46        [box setContentView:slider];*/ 
    4447} 
    4548 
  • trunk/LaserTools/FlashInspector/English.lproj/MainMenu.nib/classes.nib

    r190 r398  
    55            CLASS = AppDelegate;  
    66            LANGUAGE = ObjC;  
    7             OUTLETS = {mainWindow = NSWindow; renderedView = LTRenderedContextView; };  
     7            OUTLETS = {box = NSBox; mainWindow = NSWindow; renderedView = LTRenderedContextView; };  
    88            SUPERCLASS = NSObject;  
    99        },  
     10        {CLASS = DKBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; },  
     11        {CLASS = DKSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },  
     12        {CLASS = DKWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },  
    1013        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },  
    1114        {CLASS = LTRenderedContextView; LANGUAGE = ObjC; SUPERCLASS = NSView; } 
  • trunk/LaserTools/FlashInspector/English.lproj/MainMenu.nib/info.nib

    r287 r398  
    44<dict> 
    55        <key>IBDocumentLocation</key> 
    6         <string>508 158 356 240 0 0 1680 1028 </string> 
     6        <string>402 234 356 240 0 0 1920 1178 </string> 
    77        <key>IBEditorPositions</key> 
    88        <dict> 
    99                <key>29</key> 
    10                 <string>132 352 394 44 0 0 1680 1028 </string> 
     10                <string>157 406 394 44 0 0 1920 1178 </string> 
    1111        </dict> 
    1212        <key>IBFramework Version</key> 
     
    1414        <key>IBOpenObjects</key> 
    1515        <array> 
    16                 <integer>241</integer> 
    1716                <integer>21</integer> 
    1817                <integer>29</integer> 
    1918        </array> 
    2019        <key>IBSystem Version</key> 
    21         <string>8L2127</string> 
     20        <string>8P135</string> 
    2221</dict> 
    2322</plist> 
  • trunk/LaserTools/FlashInspector/FlashInspector.xcodeproj/project.pbxproj

    r394 r398  
    1515                DE3F3CCC0B98D48800B45C6B /* LTRenderedContextView.m in Sources */ = {isa = PBXBuildFile; fileRef = DE3F3CCB0B98D48800B45C6B /* LTRenderedContextView.m */; }; 
    1616                DEB2C5DF0B9143D10031CE9B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */; }; 
     17                DED5D2420BD1BF930021BC21 /* DarkKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DED5D2410BD1BF930021BC21 /* DarkKit.framework */; }; 
    1718/* End PBXBuildFile section */ 
    1819 
     
    4647                        containerPortal = D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */; 
    4748                        proxyType = 1; 
    48                         remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* LaserTools */
     49                        remoteGlobalIDString = 8DC2EF4F0486A6940098B216
    4950                        remoteInfo = LaserTools; 
     51                }; 
     52                DED5D23C0BD1BF6D0021BC21 /* PBXContainerItemProxy */ = { 
     53                        isa = PBXContainerItemProxy; 
     54                        containerPortal = DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */; 
     55                        proxyType = 2; 
     56                        remoteGlobalIDString = C4971DA70B9A2C3C00E57A56 /* DarkKit.framework */; 
     57                        remoteInfo = DarkKit; 
     58                }; 
     59                DED5D23E0BD1BF6D0021BC21 /* PBXContainerItemProxy */ = { 
     60                        isa = PBXContainerItemProxy; 
     61                        containerPortal = DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */; 
     62                        proxyType = 2; 
     63                        remoteGlobalIDString = 8D1107320486CEB800E47090 /* DarkKitApp.app */; 
     64                        remoteInfo = DarkKitApp; 
     65                }; 
     66                DED5D2550BD1BFAA0021BC21 /* PBXContainerItemProxy */ = { 
     67                        isa = PBXContainerItemProxy; 
     68                        containerPortal = DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */; 
     69                        proxyType = 1; 
     70                        remoteGlobalIDString = C4971DA60B9A2C3C00E57A56 /* DarkKit */; 
     71                        remoteInfo = DarkKit; 
    5072                }; 
    5173/* End PBXContainerItemProxy section */ 
     
    80102                DEB2C5DD0B9143D10031CE9B /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; }; 
    81103                DEB2C5DE0B9143D10031CE9B /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; }; 
     104                DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = DarkKitApp.xcodeproj; path = ../../UI_Elements/DarkKitApp/DarkKitApp.xcodeproj; sourceTree = SOURCE_ROOT; }; 
     105                DED5D2410BD1BF930021BC21 /* DarkKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DarkKit.framework; path = ../../Build/Debug/DarkKit.framework; sourceTree = SOURCE_ROOT; }; 
    82106/* End PBXFileReference section */ 
    83107 
     
    89113                                D45A5EB40BCCA0F900368A33 /* LaserTools.framework in Frameworks */, 
    90114                                8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */, 
     115                                DED5D2420BD1BF930021BC21 /* DarkKit.framework in Frameworks */, 
    91116                        ); 
    92117                        runOnlyForDeploymentPostprocessing = 0; 
     
    136161                        isa = PBXGroup; 
    137162                        children = ( 
     163                                DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */, 
    138164                                D45A5EA80BCCA05600368A33 /* LaserTools.xcodeproj */, 
    139165                                080E96DDFE201D6D7F000001 /* Classes */, 
     
    168194                        isa = PBXGroup; 
    169195                        children = ( 
     196                                DED5D2410BD1BF930021BC21 /* DarkKit.framework */, 
    170197                                1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */, 
    171198                                1058C7A2FEA54F0111CA2CBB /* Other Frameworks */, 
     
    178205                        children = ( 
    179206                                D45A5EAD0BCCA05600368A33 /* LaserTools.framework */, 
     207                        ); 
     208                        name = Products; 
     209                        sourceTree = "<group>"; 
     210                }; 
     211                DED5D2380BD1BF6D0021BC21 /* Products */ = { 
     212                        isa = PBXGroup; 
     213                        children = ( 
     214                                DED5D23D0BD1BF6D0021BC21 /* DarkKit.framework */, 
     215                                DED5D23F0BD1BF6D0021BC21 /* DarkKitApp.app */, 
    180216                        ); 
    181217                        name = Products; 
     
    198234                        dependencies = ( 
    199235                                DEBB6C200BD186B2004DAE1B /* PBXTargetDependency */, 
     236                                DED5D2560BD1BFAA0021BC21 /* PBXTargetDependency */, 
    200237                        ); 
    201238                        name = FlashInspector; 
     
    221258                        projectDirPath = ""; 
    222259                        projectReferences = ( 
     260                                { 
     261                                        ProductGroup = DED5D2380BD1BF6D0021BC21 /* Products */; 
     262                                        ProjectRef = DED5D2370BD1BF6D0021BC21 /* DarkKitApp.xcodeproj */; 
     263                                }, 
    223264                                { 
    224265                                        ProductGroup = D45A5EA90BCCA05600368A33 /* Products */; 
     
    238279                        path = LaserTools.framework; 
    239280                        remoteRef = D45A5EAC0BCCA05600368A33 /* PBXContainerItemProxy */; 
     281                        sourceTree = BUILT_PRODUCTS_DIR; 
     282                }; 
     283                DED5D23D0BD1BF6D0021BC21 /* DarkKit.framework */ = { 
     284                        isa = PBXReferenceProxy; 
     285                        fileType = wrapper.framework; 
     286                        path = DarkKit.framework; 
     287                        remoteRef = DED5D23C0BD1BF6D0021BC21 /* PBXContainerItemProxy */; 
     288                        sourceTree = BUILT_PRODUCTS_DIR; 
     289                }; 
     290                DED5D23F0BD1BF6D0021BC21 /* DarkKitApp.app */ = { 
     291                        isa = PBXReferenceProxy; 
     292                        fileType = wrapper.application; 
     293                        path = DarkKitApp.app; 
     294                        remoteRef = DED5D23E0BD1BF6D0021BC21 /* PBXContainerItemProxy */; 
    240295                        sourceTree = BUILT_PRODUCTS_DIR; 
    241296                }; 
     
    273328                        targetProxy = DEBB6C1F0BD186B2004DAE1B /* PBXContainerItemProxy */; 
    274329                }; 
     330                DED5D2560BD1BFAA0021BC21 /* PBXTargetDependency */ = { 
     331                        isa = PBXTargetDependency; 
     332                        name = DarkKit; 
     333                        targetProxy = DED5D2550BD1BFAA0021BC21 /* PBXContainerItemProxy */; 
     334                }; 
    275335/* End PBXTargetDependency section */ 
    276336 
     
    305365                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 
    306366                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 
     367                                        "$(SYSTEM_DEVELOPER_DIR)/Projects/LaserLine/Build/Debug", 
    307368                                ); 
    308369                                FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Frameworks\""; 
     
    331392                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_1)", 
    332393                                        "$(FRAMEWORK_SEARCH_PATHS_QUOTED_2)", 
     394                                        "$(SYSTEM_DEVELOPER_DIR)/Projects/LaserLine/Build/Debug", 
    333395                                ); 
    334396                                FRAMEWORK_SEARCH_PATHS_QUOTED_1 = "\"$(SRCROOT)/../Frameworks\""; 
  • trunk/UI_Elements/DarkKitApp/DarkKitApp.xcodeproj/project.pbxproj

    r395 r398  
    9191                D2F8CE830BA193C000C463D4 /* Build.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = D2F8CE820BA193C000C463D4 /* Build.xcconfig */; }; 
    9292                DED5D1A50BD1B8120021BC21 /* MainController.m in Sources */ = {isa = PBXBuildFile; fileRef = DED5D1A40BD1B8120021BC21 /* MainController.m */; }; 
     93                DED5D3FE0BD1D09C0021BC21 /* DKBox.h in Headers */ = {isa = PBXBuildFile; fileRef = DED5D3FC0BD1D09C0021BC21 /* DKBox.h */; settings = {ATTRIBUTES = (Public, ); }; }; 
     94                DED5D3FF0BD1D09C0021BC21 /* DKBox.m in Sources */ = {isa = PBXBuildFile; fileRef = DED5D3FD0BD1D09C0021BC21 /* DKBox.m */; }; 
     95                DED5D4150BD1D28C0021BC21 /* DKBox.m in Sources */ = {isa = PBXBuildFile; fileRef = DED5D3FD0BD1D09C0021BC21 /* DKBox.m */; }; 
    9396/* End PBXBuildFile section */ 
    9497 
     
    182185                DED5D1A30BD1B8120021BC21 /* MainController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MainController.h; sourceTree = "<group>"; }; 
    183186                DED5D1A40BD1B8120021BC21 /* MainController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = MainController.m; sourceTree = "<group>"; }; 
     187                DED5D3FC0BD1D09C0021BC21 /* DKBox.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DKBox.h; sourceTree = "<group>"; }; 
     188                DED5D3FD0BD1D09C0021BC21 /* DKBox.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = DKBox.m; sourceTree = "<group>"; }; 
    184189/* End PBXFileReference section */ 
    185190 
     
    331336                        isa = PBXGroup; 
    332337                        children = ( 
     338                                DED5D3FC0BD1D09C0021BC21 /* DKBox.h */, 
     339                                DED5D3FD0BD1D09C0021BC21 /* DKBox.m */, 
    333340                                C4C021CB0BA1856200B17D07 /* DKThemeFrame.h */, 
    334341                                C4C021CC0BA1856200B17D07 /* DKThemeFrame.m */, 
     
    387394                                C4C021EF0BA1856200B17D07 /* NSThemeFrame.h in Headers */, 
    388395                                C4C021F00BA1856200B17D07 /* NSTitledFrame.h in Headers */, 
     396                                DED5D3FE0BD1D09C0021BC21 /* DKBox.h in Headers */, 
    389397                        ); 
    390398                        runOnlyForDeploymentPostprocessing = 0; 
     
    524532                                C4C021FE0BA1856200B17D07 /* DKWindow.m in Sources */, 
    525533                                DED5D1A50BD1B8120021BC21 /* MainController.m in Sources */, 
     534                                DED5D4150BD1D28C0021BC21 /* DKBox.m in Sources */, 
    526535                        ); 
    527536                        runOnlyForDeploymentPostprocessing = 0; 
     
    544553                                C4C021EB0BA1856200B17D07 /* DKThemeFrame.m in Sources */, 
    545554                                C4C021ED0BA1856200B17D07 /* DKWindow.m in Sources */, 
     555                                DED5D3FF0BD1D09C0021BC21 /* DKBox.m in Sources */, 
    546556                        ); 
    547557                        runOnlyForDeploymentPostprocessing = 0; 
  • trunk/UI_Elements/DarkKitApp/English.lproj/MainMenu.nib/classes.nib

    r395 r398  
    11{ 
    22    IBClasses = ( 
     3        {CLASS = DKBox; LANGUAGE = ObjC; SUPERCLASS = NSBox; },  
    34        {CLASS = DKSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },  
    45        {CLASS = DKSliderCell; LANGUAGE = ObjC; SUPERCLASS = NSSliderCell; },  
  • trunk/UI_Elements/DarkKitApp/English.lproj/MainMenu.nib/info.nib

    r395 r398  
    88        <dict> 
    99                <key>226</key> 
    10                 <string>482 816 318 185 0 0 1920 1178 </string> 
     10                <string>419 825 318 185 0 0 1920 1178 </string> 
    1111                <key>29</key> 
    1212                <string>156 406 338 44 0 0 1920 1178 </string> 
     
    1616        <key>IBOpenObjects</key> 
    1717        <array> 
    18                 <integer>21</integer> 
     18                <integer>29</integer> 
    1919                <integer>226</integer> 
    20                 <integer>29</integer> 
    2120        </array> 
    2221        <key>IBSystem Version</key>