From 323d1dce6647a628ad8abc69fa06b03c8d9384fc Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 7 Aug 2009 22:40:24 +0000 Subject: Rename print accessory XIB. --- Interfaces/English.lproj/PrintAccessory.xib | 254 ++++++++++++++++++++++++++++ Interfaces/English.lproj/printAccessory.xib | 254 ---------------------------- Source/SPPrintAccessory.m | 2 +- Source/TableDocument.m | 2 +- sequel-pro.xcodeproj/project.pbxproj | 12 +- 5 files changed, 262 insertions(+), 262 deletions(-) create mode 100644 Interfaces/English.lproj/PrintAccessory.xib delete mode 100644 Interfaces/English.lproj/printAccessory.xib diff --git a/Interfaces/English.lproj/PrintAccessory.xib b/Interfaces/English.lproj/PrintAccessory.xib new file mode 100644 index 00000000..4cabbc9a --- /dev/null +++ b/Interfaces/English.lproj/PrintAccessory.xib @@ -0,0 +1,254 @@ + + + + 1050 + 9J61 + 677 + 949.46 + 353.00 + + YES + + + + YES + com.apple.InterfaceBuilderKit + com.apple.InterfaceBuilder.CocoaPlugin + + + YES + + YES + + + YES + + + + YES + + SPPrintAccessory + + + FirstResponder + + + NSApplication + + + + 268 + + YES + + + 268 + {{18, 60}, {142, 18}} + + YES + + -2080244224 + 0 + Print Backgrounds + + LucidaGrande + 1.300000e+01 + 1044 + + + 1211912703 + 130 + + NSImage + NSSwitch + + + NSSwitch + + + + 200 + 25 + + + + {178, 96} + + NSView + + + + YES + PrintBackground + + YES + + + + + YES + + + printAccessoryView + + + + 4 + + + + value: values.PrintBackground + + + + + + value: values.PrintBackground + value + values.PrintBackground + 2 + + + 7 + + + + + YES + + 0 + + YES + + + + + + -2 + + + RmlsZSdzIE93bmVyA + + + -1 + + + First Responder + + + -3 + + + Application + + + 1 + + + YES + + + + + + 2 + + + YES + + + + + + 3 + + + + + 5 + + + + + + + YES + + YES + -1.IBPluginDependency + -2.IBPluginDependency + -3.IBPluginDependency + 1.IBEditorWindowLastContentRect + 1.IBPluginDependency + 2.IBPluginDependency + 3.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilderKit + com.apple.InterfaceBuilderKit + {{336, 580}, {178, 96}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + YES + + + YES + + + + + YES + + YES + + + YES + + + + 7 + + + + YES + + NSObject + + IBProjectSource + Source/CMImageView.h + + + + NSObject + + IBProjectSource + Source/CMMCPConnection.h + + + + SPPrintAccessory + NSViewController + + printAccessoryView + NSView + + + IBProjectSource + Source/SPPrintAccessory.h + + + + + 0 + ../../sequel-pro.xcodeproj + 3 + + diff --git a/Interfaces/English.lproj/printAccessory.xib b/Interfaces/English.lproj/printAccessory.xib deleted file mode 100644 index 4cabbc9a..00000000 --- a/Interfaces/English.lproj/printAccessory.xib +++ /dev/null @@ -1,254 +0,0 @@ - - - - 1050 - 9J61 - 677 - 949.46 - 353.00 - - YES - - - - YES - com.apple.InterfaceBuilderKit - com.apple.InterfaceBuilder.CocoaPlugin - - - YES - - YES - - - YES - - - - YES - - SPPrintAccessory - - - FirstResponder - - - NSApplication - - - - 268 - - YES - - - 268 - {{18, 60}, {142, 18}} - - YES - - -2080244224 - 0 - Print Backgrounds - - LucidaGrande - 1.300000e+01 - 1044 - - - 1211912703 - 130 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - - {178, 96} - - NSView - - - - YES - PrintBackground - - YES - - - - - YES - - - printAccessoryView - - - - 4 - - - - value: values.PrintBackground - - - - - - value: values.PrintBackground - value - values.PrintBackground - 2 - - - 7 - - - - - YES - - 0 - - YES - - - - - - -2 - - - RmlsZSdzIE93bmVyA - - - -1 - - - First Responder - - - -3 - - - Application - - - 1 - - - YES - - - - - - 2 - - - YES - - - - - - 3 - - - - - 5 - - - - - - - YES - - YES - -1.IBPluginDependency - -2.IBPluginDependency - -3.IBPluginDependency - 1.IBEditorWindowLastContentRect - 1.IBPluginDependency - 2.IBPluginDependency - 3.IBPluginDependency - - - YES - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilderKit - com.apple.InterfaceBuilderKit - {{336, 580}, {178, 96}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - YES - - YES - - - YES - - - - - YES - - YES - - - YES - - - - 7 - - - - YES - - NSObject - - IBProjectSource - Source/CMImageView.h - - - - NSObject - - IBProjectSource - Source/CMMCPConnection.h - - - - SPPrintAccessory - NSViewController - - printAccessoryView - NSView - - - IBProjectSource - Source/SPPrintAccessory.h - - - - - 0 - ../../sequel-pro.xcodeproj - 3 - - diff --git a/Source/SPPrintAccessory.m b/Source/SPPrintAccessory.m index 302d7deb..cf0e7ef2 100644 --- a/Source/SPPrintAccessory.m +++ b/Source/SPPrintAccessory.m @@ -31,7 +31,7 @@ { defaultsController = [NSUserDefaultsController sharedUserDefaultsController]; printWebView = nil; - return [super initWithNibName:@"printAccessory" bundle:nibBundleOrNil]; + return [super initWithNibName:@"PrintAccessory" bundle:nibBundleOrNil]; } - (void)awakeFromNib diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 1057be90..8d35f90b 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -257,7 +257,7 @@ [printPanel setOptions:[printPanel options] + NSPrintPanelShowsOrientation + NSPrintPanelShowsScaling + NSPrintPanelShowsPaperSize]; SPPrintAccessory *printAccessory = [[SPPrintAccessory alloc] init]; - [printAccessory initWithNibName:@"printAccessory" bundle:nil]; + [printAccessory initWithNibName:@"PrintAccessory" bundle:nil]; [printAccessory setPrintView:printWebView]; [printPanel addAccessoryController:printAccessory]; diff --git a/sequel-pro.xcodeproj/project.pbxproj b/sequel-pro.xcodeproj/project.pbxproj index 7093fc40..42a6ac57 100644 --- a/sequel-pro.xcodeproj/project.pbxproj +++ b/sequel-pro.xcodeproj/project.pbxproj @@ -188,7 +188,7 @@ B58A32490F6509D60003C243 /* button_info_pane_hide.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B58A32420F6509D60003C243 /* button_info_pane_hide.tiff */; }; B58A324A0F6509D60003C243 /* button_info_pane_show.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B58A32430F6509D60003C243 /* button_info_pane_show.tiff */; }; B58DA73A0FF8BB9E00FDDACD /* SSHQuestionDialog.xib in Resources */ = {isa = PBXBuildFile; fileRef = B58DA7390FF8BB9E00FDDACD /* SSHQuestionDialog.xib */; }; - B58DA73C0FF8BBA500FDDACD /* printAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = B58DA73B0FF8BBA500FDDACD /* printAccessory.xib */; }; + B58DA73C0FF8BBA500FDDACD /* PrintAccessory.xib in Resources */ = {isa = PBXBuildFile; fileRef = B58DA73B0FF8BBA500FDDACD /* PrintAccessory.xib */; }; B5A601730F74930F00EE5FBA /* button_remove.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B5A601720F74930F00EE5FBA /* button_remove.tiff */; }; B5A601870F749C1600EE5FBA /* dimple.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B5A601860F749C1600EE5FBA /* dimple.tiff */; }; B5A601970F74C1CE00EE5FBA /* button_refresh.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B5A601960F74C1CE00EE5FBA /* button_refresh.tiff */; }; @@ -460,7 +460,7 @@ 296DC8D10F90950C002A3258 /* sequel-pro-print-template.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "sequel-pro-print-template.html"; sourceTree = ""; }; 29A1B7E30FD1293A000B88E8 /* SPPrintAccessory.h */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.objc; fileEncoding = 4; path = SPPrintAccessory.h; sourceTree = ""; }; 29A1B7E40FD1293A000B88E8 /* SPPrintAccessory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPPrintAccessory.m; sourceTree = ""; wrapsLines = 1; }; - 29A1B7EA0FD12E55000B88E8 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/printAccessory.xib; sourceTree = ""; }; + 29A1B7EA0FD12E55000B88E8 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/PrintAccessory.xib; sourceTree = ""; }; 2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; 380F4ED90FC0B50500B0BFD7 /* Unit Tests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Unit Tests.octest"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1081,7 +1081,7 @@ 58186D1F0F4CB38900851FE9 /* ConnectionErrorDialog.xib */, B57747D00F7A891A003B34F9 /* Preferences.xib */, B5E92F170F75B2D100012500 /* ExportDialog.xib */, - B58DA73B0FF8BBA500FDDACD /* printAccessory.xib */, + B58DA73B0FF8BBA500FDDACD /* PrintAccessory.xib */, B58DA7390FF8BB9E00FDDACD /* SSHQuestionDialog.xib */, ); path = Interfaces; @@ -1441,7 +1441,7 @@ 177E792E0FCB54EC00E9E122 /* database-small.png in Resources */, 177E792F0FCB54EC00E9E122 /* dummy-small.png in Resources */, 177E79300FCB54EC00E9E122 /* table-small-square.tiff in Resources */, - B58DA73C0FF8BBA500FDDACD /* printAccessory.xib in Resources */, + B58DA73C0FF8BBA500FDDACD /* PrintAccessory.xib in Resources */, B58DA73A0FF8BB9E00FDDACD /* SSHQuestionDialog.xib in Resources */, B54F25E60FD909C400E2CF36 /* toolbar-switch-to-table-relations.png in Resources */, 588B2CC80FE5641E00EC5FC0 /* ssh-connected.png in Resources */, @@ -1708,12 +1708,12 @@ name = SSHQuestionDialog.xib; sourceTree = ""; }; - B58DA73B0FF8BBA500FDDACD /* printAccessory.xib */ = { + B58DA73B0FF8BBA500FDDACD /* PrintAccessory.xib */ = { isa = PBXVariantGroup; children = ( 29A1B7EA0FD12E55000B88E8 /* English */, ); - name = printAccessory.xib; + name = PrintAccessory.xib; sourceTree = ""; }; B5E92F170F75B2D100012500 /* ExportDialog.xib */ = { -- cgit v1.2.3