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 @@
{ <?xml version="1.0" encoding="UTF-8"?>
IBClasses = ( <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, <plist version="1.0">
{ <dict>
ACTIONS = { <key>IBClasses</key>
makeFullscreen = id; <array>
onAbout = id; <dict>
onHelp = id; <key>CLASS</key>
onNew = id; <string>TransparentTextView</string>
onOpen = id; <key>LANGUAGE</key>
onPageSetup = id; <string>ObjC</string>
onPrint = id; <key>SUPERCLASS</key>
onQuit = id; <string>NSTextView</string>
onRedo = id; </dict>
onSave = id; <dict>
onUndo = id; <key>CLASS</key>
}; <string>FirstResponder</string>
CLASS = SDLMain; <key>LANGUAGE</key>
LANGUAGE = ObjC; <string>ObjC</string>
OUTLETS = { <key>SUPERCLASS</key>
aboutWindow = NSWindow; <string>NSObject</string>
acknowledgmentsText = TransparentTextView; </dict>
appnameText = NSTextField; <dict>
messagePanel = NSPanel; <key>ACTIONS</key>
messageProgress = NSProgressIndicator; <dict>
messageStatus = NSTextField; <key>makeFullscreen</key>
messageText = NSTextField; <string>id</string>
versionText = NSTextField; <key>onAbout</key>
}; <string>id</string>
SUPERCLASS = NSObject; <key>onHelp</key>
}, <string>id</string>
{CLASS = TransparentTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; } <key>onNew</key>
); <string>id</string>
IBVersion = 1; <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"?> <?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"> <plist version="1.0">
<dict> <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> <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> <key>IBOpenObjects</key>
<array> <array>
<integer>381</integer> <integer>372</integer>
<integer>371</integer> <integer>57</integer>
<integer>29</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8S165</string> <string>9B18</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict> </dict>
</plist> </plist>

Binary file not shown.

File diff suppressed because it is too large Load diff