aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-25 16:30:33 +0000
committerrowanbeentje <rowan@beent.je>2009-04-25 16:30:33 +0000
commite0b4b1f761f5a67b17d3b59af53d0fe14b364f67 (patch)
tree205ae7164af0c0576de9cb22e5f67b7f9884a77c /Interfaces
parent289a2e83a0827179db74ff95cee33dc01e19ae4b (diff)
downloadsequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.tar.gz
sequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.tar.bz2
sequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.zip
- Bring Tiger branch up to 0.9.5 final (including bugfixes) code and tweak compression script.
Diffstat (limited to 'Interfaces')
-rw-r--r--Interfaces/English.lproj/Console.nib/classes.nib93
-rw-r--r--Interfaces/English.lproj/Console.nib/info.nib11
-rw-r--r--Interfaces/English.lproj/Console.nib/keyedobjects.nibbin11296 -> 14081 bytes
-rw-r--r--Interfaces/English.lproj/Credits.rtf3
-rw-r--r--Interfaces/English.lproj/DBView.nib/keyedobjects.nibbin188484 -> 188524 bytes
-rw-r--r--Interfaces/English.lproj/InfoPlist.strings2
6 files changed, 39 insertions, 70 deletions
diff --git a/Interfaces/English.lproj/Console.nib/classes.nib b/Interfaces/English.lproj/Console.nib/classes.nib
index 0328b33e..19ac3aff 100644
--- a/Interfaces/English.lproj/Console.nib/classes.nib
+++ b/Interfaces/English.lproj/Console.nib/classes.nib
@@ -1,63 +1,30 @@
-<?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>
+{
+ IBClasses = (
+ {CLASS = NSObject; LANGUAGE = ObjC; },
+ {CLASS = NSWindow; LANGUAGE = ObjC; SUPERCLASS = NSResponder; },
+ {
+ ACTIONS = {
+ clearConsole = id;
+ copy = id;
+ saveConsoleAs = id;
+ toggleShowSelectShowStatements = id;
+ toggleShowTimeStamps = id;
+ };
+ CLASS = SPQueryConsole;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ clearConsoleButton = NSButton;
+ consoleSearchField = NSSearchField;
+ consoleTableView = NSTableView;
+ includeTimeStampsButton = NSButton;
+ progressIndicator = NSProgressIndicator;
+ saveConsoleButton = NSButton;
+ saveLogView = NSView;
+ showSelectShowStatementsMenuItem = NSMenuItem;
+ showTimeStampsMenuItem = NSMenuItem;
+ };
+ SUPERCLASS = NSWindowController;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file
diff --git a/Interfaces/English.lproj/Console.nib/info.nib b/Interfaces/English.lproj/Console.nib/info.nib
index 2ca73e20..ce6631f8 100644
--- a/Interfaces/English.lproj/Console.nib/info.nib
+++ b/Interfaces/English.lproj/Console.nib/info.nib
@@ -1,20 +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">
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>IBDocumentLocation</key>
+ <string>69 85 356 240 0 0 1024 746 </string>
<key>IBFramework Version</key>
- <string>677</string>
+ <string>489.0</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>
+ <integer>3</integer>
</array>
<key>IBSystem Version</key>
- <string>9G55</string>
+ <string>8S165</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
diff --git a/Interfaces/English.lproj/Console.nib/keyedobjects.nib b/Interfaces/English.lproj/Console.nib/keyedobjects.nib
index 5cb43a2e..a9cb57b7 100644
--- a/Interfaces/English.lproj/Console.nib/keyedobjects.nib
+++ b/Interfaces/English.lproj/Console.nib/keyedobjects.nib
Binary files differ
diff --git a/Interfaces/English.lproj/Credits.rtf b/Interfaces/English.lproj/Credits.rtf
index 2f5301ee..a3758c25 100644
--- a/Interfaces/English.lproj/Credits.rtf
+++ b/Interfaces/English.lproj/Credits.rtf
@@ -16,7 +16,7 @@ Rowan Beentje \
{\field{\*\fldinst{HYPERLINK "http://marius.me.uk/"}}{\fldrslt \cf0 Marius Ursache}}\
Jakob Egger\
\pard\pardeftab720\qc
-{\field{\*\fldinst{HYPERLINK "http://www.google.com/url?q=http://www.bibiko.de/&ei=7XnmSe_aJpCc-gakkKTiBQ&sa=X&oi=spellmeleon_result&resnum=1&ct=result&usg=AFQjCNHkKis7UP61ILUxK7GxnUHortnn_A"}}{\fldrslt \cf3 \ul \ulc3 Hans-J\'f6rg Bibiko}}\
+{\field{\*\fldinst{HYPERLINK "http://www.bibiko.de/"}}{\fldrslt \cf3 \ul \ulc3 Hans-J\'f6rg Bibiko}}\
\
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural
@@ -40,6 +40,7 @@ Carsten Bl\'fcm\
Andrea Salomoni\
Greg Hulands\
Paul Kim (NoodleLineNumberView)\
+Alex King\
\
\b Artwork
diff --git a/Interfaces/English.lproj/DBView.nib/keyedobjects.nib b/Interfaces/English.lproj/DBView.nib/keyedobjects.nib
index c44f2194..6df4919c 100644
--- a/Interfaces/English.lproj/DBView.nib/keyedobjects.nib
+++ b/Interfaces/English.lproj/DBView.nib/keyedobjects.nib
Binary files differ
diff --git a/Interfaces/English.lproj/InfoPlist.strings b/Interfaces/English.lproj/InfoPlist.strings
index 6048d98c..9e47ef32 100644
--- a/Interfaces/English.lproj/InfoPlist.strings
+++ b/Interfaces/English.lproj/InfoPlist.strings
@@ -1,4 +1,4 @@
/* Localized versions of Info.plist keys */
-CFBundleGetInfoString = "Sequel Pro version 0.9.5 Tiger Version, Copyright 2002-2009 Sequel Pro and CocoaMySQL team.";
+CFBundleGetInfoString = "Sequel Pro Tiger Version 1, Copyright 2002-2009 Sequel Pro and CocoaMySQL team.";
NSHumanReadableCopyright = "Copyright 2002-2009 Sequel Pro and CocoaMySQL team."; \ No newline at end of file