diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-19 14:34:30 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-19 14:34:30 +0000 |
commit | d4dd7e79ce8373fe94521da2294a076887758ee2 (patch) | |
tree | 85d6828f2131b3e14afee0bcb0d88d09cb23fa1e /Interfaces/English.lproj/Console.nib | |
parent | 39adddc081ea010756886ce5819ec4565469d893 (diff) | |
download | sequelpro-d4dd7e79ce8373fe94521da2294a076887758ee2.tar.gz sequelpro-d4dd7e79ce8373fe94521da2294a076887758ee2.tar.bz2 sequelpro-d4dd7e79ce8373fe94521da2294a076887758ee2.zip |
Bring Tiger branch up to version 0.9.5:
- Merge in revisions up to r592 from trunk
- Rewrite code where appropriate to use Tiger-compaible methods (no easy object enumeriation, no @properties, etc)
- Remove printing again - problems printing, and template engine is 10.5-only
- Rework xibs as nibs, and ensure everything looks and works correctly on Tiger; revert interface elements where necessary.
- Add a method to check whether the app is being run on 10.5+, and show appropriate warning about interface and features
- Alter strings and change sparkle URL to Tiger-specific appcast
Diffstat (limited to 'Interfaces/English.lproj/Console.nib')
-rw-r--r-- | Interfaces/English.lproj/Console.nib/classes.nib | 63 | ||||
-rw-r--r-- | Interfaces/English.lproj/Console.nib/info.nib | 21 | ||||
-rw-r--r-- | Interfaces/English.lproj/Console.nib/keyedobjects.nib | bin | 0 -> 11296 bytes |
3 files changed, 84 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/Console.nib/classes.nib b/Interfaces/English.lproj/Console.nib/classes.nib new file mode 100644 index 00000000..0328b33e --- /dev/null +++ b/Interfaces/English.lproj/Console.nib/classes.nib @@ -0,0 +1,63 @@ +<?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>NSObject</string> + <key>LANGUAGE</key> + <string>ObjC</string> + </dict> + <dict> + <key>CLASS</key> + <string>NSWindow</string> + <key>LANGUAGE</key> + <string>ObjC</string> + <key>SUPERCLASS</key> + <string>NSResponder</string> + </dict> + <dict> + <key>ACTIONS</key> + <dict> + <key>clearConsole</key> + <string>id</string> + <key>copy</key> + <string>id</string> + <key>saveConsoleAs</key> + <string>id</string> + <key>toggleShowSelectShowStatements</key> + <string>id</string> + <key>toggleShowTimeStamps</key> + <string>id</string> + </dict> + <key>CLASS</key> + <string>SPQueryConsole</string> + <key>LANGUAGE</key> + <string>ObjC</string> + <key>OUTLETS</key> + <dict> + <key>clearConsoleButton</key> + <string>NSButton</string> + <key>consoleSearchField</key> + <string>NSSearchField</string> + <key>consoleTableView</key> + <string>NSTableView</string> + <key>includeTimeStampsButton</key> + <string>NSButton</string> + <key>progressIndicator</key> + <string>NSProgressIndicator</string> + <key>saveConsoleButton</key> + <string>NSButton</string> + <key>saveLogView</key> + <string>NSView</string> + </dict> + <key>SUPERCLASS</key> + <string>NSWindowController</string> + </dict> + </array> + <key>IBVersion</key> + <string>1</string> +</dict> +</plist> diff --git a/Interfaces/English.lproj/Console.nib/info.nib b/Interfaces/English.lproj/Console.nib/info.nib new file mode 100644 index 00000000..2ca73e20 --- /dev/null +++ b/Interfaces/English.lproj/Console.nib/info.nib @@ -0,0 +1,21 @@ +<?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>IBFramework Version</key> + <string>677</string> + <key>IBLastKnownRelativeProjectPath</key> + <string>../../sequel-pro.xcodeproj</string> + <key>IBOldestOS</key> + <integer>5</integer> + <key>IBOpenObjects</key> + <array> + <integer>49</integer> + <integer>7</integer> + </array> + <key>IBSystem Version</key> + <string>9G55</string> + <key>targetFramework</key> + <string>IBCocoaFramework</string> +</dict> +</plist> diff --git a/Interfaces/English.lproj/Console.nib/keyedobjects.nib b/Interfaces/English.lproj/Console.nib/keyedobjects.nib Binary files differnew file mode 100644 index 00000000..5cb43a2e --- /dev/null +++ b/Interfaces/English.lproj/Console.nib/keyedobjects.nib |