Updates for 0.9.19 release. Added authorization code to permit Fontconfig files to be installed on first launch from a non-admin account. Fixed possible lockups in fullscreen mode when attempting to print.

This commit is contained in:
Martin Fuhrer 2008-02-05 06:47:13 +00:00
parent 0357f2deb1
commit 2d1d16f164
4 changed files with 90 additions and 5703 deletions

View file

@ -1,35 +1,79 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
ACTIONS = {
makeFullscreen = id;
onAbout = id;
onHelp = id;
onNew = id;
onOpen = id;
onPageSetup = id;
onPrint = id;
onQuit = id;
onRedo = id;
onSave = id;
onUndo = id;
};
CLASS = SDLMain;
LANGUAGE = ObjC;
OUTLETS = {
aboutWindow = NSWindow;
acknowledgmentsText = TransparentTextView;
appnameText = NSTextField;
messagePanel = NSPanel;
messageProgress = NSProgressIndicator;
messageStatus = NSTextField;
messageText = NSTextField;
versionText = NSTextField;
};
SUPERCLASS = NSObject;
},
{CLASS = TransparentTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }
);
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>TransparentTextView</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSTextView</string>
</dict>
<dict>
<key>CLASS</key>
<string>FirstResponder</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict>
<key>ACTIONS</key>
<dict>
<key>makeFullscreen</key>
<string>id</string>
<key>onAbout</key>
<string>id</string>
<key>onHelp</key>
<string>id</string>
<key>onNew</key>
<string>id</string>
<key>onOpen</key>
<string>id</string>
<key>onPageSetup</key>
<string>id</string>
<key>onPrint</key>
<string>id</string>
<key>onQuit</key>
<string>id</string>
<key>onRedo</key>
<string>id</string>
<key>onSave</key>
<string>id</string>
<key>onUndo</key>
<string>id</string>
</dict>
<key>CLASS</key>
<string>SDLMain</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>aboutWindow</key>
<string>NSWindow</string>
<key>acknowledgmentsText</key>
<string>TransparentTextView</string>
<key>appnameText</key>
<string>NSTextField</string>
<key>messagePanel</key>
<string>NSPanel</string>
<key>messageProgress</key>
<string>NSProgressIndicator</string>
<key>messageStatus</key>
<string>NSTextField</string>
<key>messageText</key>
<string>NSTextField</string>
<key>versionText</key>
<string>NSTextField</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
</array>
<key>IBVersion</key>
<string>1</string>
</dict>
</plist>

View file

@ -1,23 +1,21 @@
<?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>420 109 390 289 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
<string>551 557 286 44 0 0 1440 878 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
<string>629</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../../TuxPaint.xcodeproj</string>
<key>IBOldestOS</key>
<integer>5</integer>
<key>IBOpenObjects</key>
<array>
<integer>381</integer>
<integer>371</integer>
<integer>29</integer>
<integer>372</integer>
<integer>57</integer>
</array>
<key>IBSystem Version</key>
<string>8S165</string>
<string>9B18</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
</plist>

Binary file not shown.

File diff suppressed because it is too large Load diff