Mac: Updated Texture Resolution menu to reflect latest removal of r/R shortcut

ver1_6_1
Da Woon Jung 2008-11-25 07:53:20 +00:00
parent 6030bf131b
commit 538fb2277b
10 changed files with 884 additions and 370 deletions

View File

@ -1,114 +1,298 @@
{
IBClasses = (
{
ACTIONS = {
activateMenuItem = id;
back = id;
captureMovie = id;
forward = id;
openScript = id;
rerunScript = id;
showGLInfo = id;
showHelp = id;
showInfoURL = id;
showPanel = id;
toggleFullScreen = id;
};
CLASS = CelestiaController;
LANGUAGE = ObjC;
OUTLETS = {
favoritesDrawerController = FavoritesDrawerController;
glInfo = NSTextView;
glInfoPanel = NSPanel;
glView = CelestiaOpenGLView;
renderPanelController = RenderPanelController;
scriptsController = ScriptsController;
splashWindowController = SplashWindowController;
};
SUPERCLASS = NSWindowController;
},
{
CLASS = CelestiaOpenGLView;
LANGUAGE = ObjC;
OUTLETS = {controller = CelestiaController; };
SUPERCLASS = NSOpenGLView;
},
{CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{
ACTIONS = {navigateTo = id; showWindow = id; };
CLASS = FavoriteInfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
coordinateField = NSTextField;
favoritesDrawerController = id;
jdField = NSTextField;
nameField = NSTextField;
orientationField = NSTextField;
selectionField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{
ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; };
CLASS = FavoritesDrawerController;
LANGUAGE = ObjC;
OUTLETS = {
favoriteInfoWindowController = id;
favoritesContextMenu = NSMenu;
favoritesMenu = NSMenu;
outlineView = ContextOutlineView;
};
SUPERCLASS = NSWindowController;
},
{
ACTIONS = {setStatusText = id; };
CLASS = FirstResponder;
LANGUAGE = ObjC;
SUPERCLASS = NSObject;
},
{
ACTIONS = {gotoObject = id; showWindow = id; };
CLASS = GotoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
distanceField = NSTextField;
latitudeField = NSTextField;
longitudeField = NSTextField;
objectField = NSTextField;
unitsButton = NSPopUpButton;
};
SUPERCLASS = NSWindowController;
},
{CLASS = NSMenu; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
{
CLASS = RenderPanelController;
LANGUAGE = ObjC;
OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; };
SUPERCLASS = NSWindowController;
},
{
CLASS = ScriptsController;
LANGUAGE = ObjC;
OUTLETS = {scriptMenu = NSMenu; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {setTime = id; showWindow = id; };
CLASS = SetTimeWindowController;
LANGUAGE = ObjC;
OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; };
SUPERCLASS = NSWindowController;
},
{CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
CLASS = SplashWindowController;
LANGUAGE = ObjC;
OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; };
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>ContextOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOutlineView</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>status</key>
<string>NSTextField</string>
<key>version</key>
<string>NSTextField</string>
<key>window</key>
<string>NSWindow</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSTableView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setTime</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>SetTimeWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>dateField</key>
<string>NSTextField</string>
<key>jdField</key>
<string>NSTextField</string>
<key>timeField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenuItem</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>ScriptsController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>scriptMenu</key>
<string>NSMenu</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setStatusText</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>CelestiaOpenGLView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>controller</key>
<string>CelestiaController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSOpenGLView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>navigateTo</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoriteInfoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>coordinateField</key>
<string>NSTextField</string>
<key>favoritesDrawerController</key>
<string>id</string>
<key>jdField</key>
<string>NSTextField</string>
<key>nameField</key>
<string>NSTextField</string>
<key>orientationField</key>
<string>NSTextField</string>
<key>selectionField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>addNewFavorite</key>
<string>id</string>
<key>addNewFolder</key>
<string>id</string>
<key>doubleClick</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoritesDrawerController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoriteInfoWindowController</key>
<string>id</string>
<key>favoritesContextMenu</key>
<string>NSMenu</string>
<key>favoritesMenu</key>
<string>NSMenu</string>
<key>outlineView</key>
<string>ContextOutlineView</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>activateMenuItem</key>
<string>id</string>
<key>back</key>
<string>id</string>
<key>captureMovie</key>
<string>id</string>
<key>forward</key>
<string>id</string>
<key>openScript</key>
<string>id</string>
<key>rerunScript</key>
<string>id</string>
<key>showGLInfo</key>
<string>id</string>
<key>showHelp</key>
<string>id</string>
<key>showInfoURL</key>
<string>id</string>
<key>showPanel</key>
<string>id</string>
<key>toggleFullScreen</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>CelestiaController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoritesDrawerController</key>
<string>FavoritesDrawerController</string>
<key>glInfo</key>
<string>NSTextView</string>
<key>glInfoPanel</key>
<string>NSPanel</string>
<key>glView</key>
<string>CelestiaOpenGLView</string>
<key>renderPanelController</key>
<string>RenderPanelController</string>
<key>scriptsController</key>
<string>ScriptsController</string>
<key>splashWindowController</key>
<string>SplashWindowController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindow</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashImageView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSImageView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>gotoObject</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>GotoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>distanceField</key>
<string>NSTextField</string>
<key>latitudeField</key>
<string>NSTextField</string>
<key>longitudeField</key>
<string>NSTextField</string>
<key>objectField</key>
<string>NSTextField</string>
<key>unitsButton</key>
<string>NSPopUpButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>RenderPanelController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>renderPathCautionIcon</key>
<string>NSImageView</string>
<key>renderPathWarning</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -1,20 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>45 522 356 240 0 0 1280 832 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>47 786 761 44 0 0 1280 832 </string>
<key>335</key>
<string>69 291 103 118 0 0 1280 832 </string>
<key>342</key>
<string>69 291 123 68 0 0 1280 832 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<string>672</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>
@ -24,7 +13,7 @@
<integer>29</integer>
</array>
<key>IBSystem Version</key>
<string>8S165</string>
<string>9F33</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>

Binary file not shown.

View File

@ -1,105 +1,291 @@
{
IBClasses = (
{
ACTIONS = {
activateMenuItem = id;
back = id;
captureMovie = id;
forward = id;
openScript = id;
rerunScript = id;
showGLInfo = id;
showInfoURL = id;
showPanel = id;
toggleFullScreen = id;
};
CLASS = CelestiaController;
LANGUAGE = ObjC;
OUTLETS = {
favoritesDrawerController = FavoritesDrawerController;
glInfo = NSTextView;
glInfoPanel = NSPanel;
glView = NSOpenGLView;
renderPanelController = RenderPanelController;
scriptsController = ScriptsController;
splashWindowController = SplashWindowController;
};
SUPERCLASS = NSWindowController;
},
{
CLASS = CelestiaOpenGLView;
LANGUAGE = ObjC;
OUTLETS = {controller = CelestiaController; };
SUPERCLASS = NSOpenGLView;
},
{CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{
ACTIONS = {navigateTo = id; };
CLASS = FavoriteInfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
coordinateField = NSTextField;
favoritesDrawerController = id;
jdField = NSTextField;
nameField = NSTextField;
orientationField = NSTextField;
selectionField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{
ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; };
CLASS = FavoritesDrawerController;
LANGUAGE = ObjC;
OUTLETS = {
favoriteInfoWindowController = id;
favoritesContextMenu = NSMenu;
favoritesMenu = NSMenu;
outlineView = ContextOutlineView;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {gotoObject = id; showWindow = id; };
CLASS = GotoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
distanceField = NSTextField;
latitudeField = NSTextField;
longitudeField = NSTextField;
objectField = NSTextField;
unitsButton = NSPopUpButton;
};
SUPERCLASS = NSWindowController;
},
{
CLASS = RenderPanelController;
LANGUAGE = ObjC;
OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; };
SUPERCLASS = NSWindowController;
},
{
CLASS = ScriptsController;
LANGUAGE = ObjC;
OUTLETS = {scriptMenu = NSMenu; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {setTime = id; showWindow = id; };
CLASS = SetTimeWindowController;
LANGUAGE = ObjC;
OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; };
SUPERCLASS = NSWindowController;
},
{CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
CLASS = SplashWindowController;
LANGUAGE = ObjC;
OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; };
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>ContextOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOutlineView</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>status</key>
<string>NSTextField</string>
<key>version</key>
<string>NSTextField</string>
<key>window</key>
<string>NSWindow</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSTableView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setTime</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>SetTimeWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>dateField</key>
<string>NSTextField</string>
<key>jdField</key>
<string>NSTextField</string>
<key>timeField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenuItem</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>ScriptsController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>scriptMenu</key>
<string>NSMenu</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSResponder</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>CelestiaOpenGLView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>controller</key>
<string>CelestiaController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSOpenGLView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>navigateTo</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoriteInfoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>coordinateField</key>
<string>NSTextField</string>
<key>favoritesDrawerController</key>
<string>id</string>
<key>jdField</key>
<string>NSTextField</string>
<key>nameField</key>
<string>NSTextField</string>
<key>orientationField</key>
<string>NSTextField</string>
<key>selectionField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>addNewFavorite</key>
<string>id</string>
<key>addNewFolder</key>
<string>id</string>
<key>doubleClick</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoritesDrawerController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoriteInfoWindowController</key>
<string>id</string>
<key>favoritesContextMenu</key>
<string>NSMenu</string>
<key>favoritesMenu</key>
<string>NSMenu</string>
<key>outlineView</key>
<string>ContextOutlineView</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>activateMenuItem</key>
<string>id</string>
<key>back</key>
<string>id</string>
<key>captureMovie</key>
<string>id</string>
<key>forward</key>
<string>id</string>
<key>openScript</key>
<string>id</string>
<key>rerunScript</key>
<string>id</string>
<key>showGLInfo</key>
<string>id</string>
<key>showHelp</key>
<string>id</string>
<key>showInfoURL</key>
<string>id</string>
<key>showPanel</key>
<string>id</string>
<key>toggleFullScreen</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>CelestiaController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoritesDrawerController</key>
<string>FavoritesDrawerController</string>
<key>glInfo</key>
<string>NSTextView</string>
<key>glInfoPanel</key>
<string>NSPanel</string>
<key>glView</key>
<string>CelestiaOpenGLView</string>
<key>renderPanelController</key>
<string>RenderPanelController</string>
<key>scriptsController</key>
<string>ScriptsController</string>
<key>splashWindowController</key>
<string>SplashWindowController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindow</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashImageView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSImageView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>gotoObject</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>GotoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>distanceField</key>
<string>NSTextField</string>
<key>latitudeField</key>
<string>NSTextField</string>
<key>longitudeField</key>
<string>NSTextField</string>
<key>objectField</key>
<string>NSTextField</string>
<key>unitsButton</key>
<string>NSPopUpButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>RenderPanelController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>renderPathCautionIcon</key>
<string>NSImageView</string>
<key>renderPathWarning</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -1,29 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>47 476 522 290 0 0 1280 832 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>3 788 852 44 0 0 1280 832 </string>
<key>335</key>
<string>47 714 150 118 0 0 1280 832 </string>
<key>342</key>
<string>47 764 135 68 0 0 1280 832 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<string>672</string>
<key>IBOldestOS</key>
<integer>2</integer>
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>1659</integer>
</array>
<key>IBSystem Version</key>
<string>8S165</string>
<string>9F33</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>

Binary file not shown.

View File

@ -1,109 +1,285 @@
{
IBClasses = (
{
ACTIONS = {
activateMenuItem = id;
back = id;
captureMovie = id;
forward = id;
openScript = id;
rerunScript = id;
showGLInfo = id;
showHelp = id;
showInfoURL = id;
showPanel = id;
toggleFullScreen = id;
};
CLASS = CelestiaController;
LANGUAGE = ObjC;
OUTLETS = {
favoritesDrawerController = FavoritesDrawerController;
glInfo = NSTextView;
glInfoPanel = NSPanel;
glView = CelestiaOpenGLView;
renderPanelController = RenderPanelController;
scriptsController = ScriptsController;
splashWindowController = SplashWindowController;
};
SUPERCLASS = NSWindowController;
},
{
CLASS = CelestiaOpenGLView;
LANGUAGE = ObjC;
OUTLETS = {controller = CelestiaController; };
SUPERCLASS = NSOpenGLView;
},
{CLASS = ContextOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
{
ACTIONS = {navigateTo = id; showWindow = id; };
CLASS = FavoriteInfoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
coordinateField = NSTextField;
favoritesDrawerController = id;
jdField = NSTextField;
nameField = NSTextField;
orientationField = NSTextField;
selectionField = NSTextField;
};
SUPERCLASS = NSWindowController;
},
{
ACTIONS = {addNewFavorite = id; addNewFolder = id; doubleClick = id; };
CLASS = FavoritesDrawerController;
LANGUAGE = ObjC;
OUTLETS = {
favoriteInfoWindowController = id;
favoritesContextMenu = NSMenu;
favoritesMenu = NSMenu;
outlineView = ContextOutlineView;
};
SUPERCLASS = NSWindowController;
},
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {gotoObject = id; showWindow = id; };
CLASS = GotoWindowController;
LANGUAGE = ObjC;
OUTLETS = {
distanceField = NSTextField;
latitudeField = NSTextField;
longitudeField = NSTextField;
objectField = NSTextField;
unitsButton = NSPopUpButton;
};
SUPERCLASS = NSWindowController;
},
{CLASS = NSMenu; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSMenuItem; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{CLASS = NSOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
{
CLASS = RenderPanelController;
LANGUAGE = ObjC;
OUTLETS = {renderPathCautionIcon = NSImageView; renderPathWarning = NSTextField; };
SUPERCLASS = NSWindowController;
},
{
CLASS = ScriptsController;
LANGUAGE = ObjC;
OUTLETS = {scriptMenu = NSMenu; };
SUPERCLASS = NSObject;
},
{
ACTIONS = {setTime = id; showWindow = id; };
CLASS = SetTimeWindowController;
LANGUAGE = ObjC;
OUTLETS = {dateField = NSTextField; jdField = NSTextField; timeField = NSTextField; };
SUPERCLASS = NSWindowController;
},
{CLASS = SplashImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; },
{CLASS = SplashWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
CLASS = SplashWindowController;
LANGUAGE = ObjC;
OUTLETS = {status = NSTextField; version = NSTextField; window = NSWindow; };
SUPERCLASS = NSObject;
}
);
IBVersion = 1;
}
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBClasses</key>
<array>
<dict>
<key>CLASS</key>
<string>ContextOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSOutlineView</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>status</key>
<string>NSTextField</string>
<key>version</key>
<string>NSTextField</string>
<key>window</key>
<string>NSWindow</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSOutlineView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSTableView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>setTime</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>SetTimeWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>dateField</key>
<string>NSTextField</string>
<key>jdField</key>
<string>NSTextField</string>
<key>timeField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenuItem</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>ScriptsController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>scriptMenu</key>
<string>NSMenu</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>NSMenu</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>CLASS</key>
<string>CelestiaOpenGLView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>controller</key>
<string>CelestiaController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSOpenGLView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>navigateTo</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoriteInfoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>coordinateField</key>
<string>NSTextField</string>
<key>favoritesDrawerController</key>
<string>id</string>
<key>jdField</key>
<string>NSTextField</string>
<key>nameField</key>
<string>NSTextField</string>
<key>orientationField</key>
<string>NSTextField</string>
<key>selectionField</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>addNewFavorite</key>
<string>id</string>
<key>addNewFolder</key>
<string>id</string>
<key>doubleClick</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>FavoritesDrawerController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoriteInfoWindowController</key>
<string>id</string>
<key>favoritesContextMenu</key>
<string>NSMenu</string>
<key>favoritesMenu</key>
<string>NSMenu</string>
<key>outlineView</key>
<string>ContextOutlineView</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>activateMenuItem</key>
<string>id</string>
<key>back</key>
<string>id</string>
<key>captureMovie</key>
<string>id</string>
<key>forward</key>
<string>id</string>
<key>openScript</key>
<string>id</string>
<key>rerunScript</key>
<string>id</string>
<key>showGLInfo</key>
<string>id</string>
<key>showHelp</key>
<string>id</string>
<key>showInfoURL</key>
<string>id</string>
<key>showPanel</key>
<string>id</string>
<key>toggleFullScreen</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>CelestiaController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>favoritesDrawerController</key>
<string>FavoritesDrawerController</string>
<key>glInfo</key>
<string>NSTextView</string>
<key>glInfoPanel</key>
<string>NSPanel</string>
<key>glView</key>
<string>CelestiaOpenGLView</string>
<key>renderPanelController</key>
<string>RenderPanelController</string>
<key>scriptsController</key>
<string>ScriptsController</string>
<key>splashWindowController</key>
<string>SplashWindowController</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashWindow</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSWindow</string>
</dict>
<dict>
<key>CLASS</key>
<string>SplashImageView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSImageView</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>gotoObject</key>
<string>id</string>
<key>showWindow</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>GotoWindowController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>distanceField</key>
<string>NSTextField</string>
<key>latitudeField</key>
<string>NSTextField</string>
<key>longitudeField</key>
<string>NSTextField</string>
<key>objectField</key>
<string>NSTextField</string>
<key>unitsButton</key>
<string>NSPopUpButton</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
<dict>
<key>CLASS</key>
<string>RenderPanelController</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>renderPathCautionIcon</key>
<string>NSImageView</string>
<key>renderPathWarning</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSWindowController</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View File

@ -1,18 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>74 546 356 240 0 0 1280 832 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>53 788 871 44 0 0 1280 832 </string>
<key>342</key>
<string>53 764 149 68 0 0 1280 832 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<string>672</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../celestia.xcodeproj</string>
<key>IBOldestOS</key>
@ -20,10 +11,10 @@
<key>IBOpenObjects</key>
<array>
<integer>1662</integer>
<integer>29</integer>
<integer>892</integer>
</array>
<key>IBSystem Version</key>
<string>8S165</string>
<string>9F33</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>

Binary file not shown.

Binary file not shown.