From ba310e8b58d686ee9897b26a7edab5b778a8d96f Mon Sep 17 00:00:00 2001 From: jnj Date: Thu, 13 Nov 2008 18:59:12 +0000 Subject: Add remaining plugins git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a --- QSDeliciousPlugInSource.nib/classes.nib | 45 +++++++++++++++++++++++++++ QSDeliciousPlugInSource.nib/info.nib | 16 ++++++++++ QSDeliciousPlugInSource.nib/keyedobjects.nib | Bin 0 -> 7815 bytes 3 files changed, 61 insertions(+) create mode 100644 QSDeliciousPlugInSource.nib/classes.nib create mode 100644 QSDeliciousPlugInSource.nib/info.nib create mode 100644 QSDeliciousPlugInSource.nib/keyedobjects.nib (limited to 'QSDeliciousPlugInSource.nib') diff --git a/QSDeliciousPlugInSource.nib/classes.nib b/QSDeliciousPlugInSource.nib/classes.nib new file mode 100644 index 0000000..9ea8de6 --- /dev/null +++ b/QSDeliciousPlugInSource.nib/classes.nib @@ -0,0 +1,45 @@ +{ + IBClasses = ( + {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, + {CLASS = NSObject; LANGUAGE = ObjC; }, + { + CLASS = NSPreferencePane; + LANGUAGE = ObjC; + OUTLETS = { + "_firstKeyView" = NSView; + "_initialKeyView" = NSView; + "_lastKeyView" = NSView; + "_window" = NSWindow; + }; + SUPERCLASS = NSObject; + }, + { + CLASS = QSAllApplicationsObjectSource; + LANGUAGE = ObjC; + SUPERCLASS = QSObjectSource; + }, + { + ACTIONS = {savePassword = id; }; + CLASS = "QSDeliciousPlugIn_Source"; + LANGUAGE = ObjC; + OUTLETS = {passField = NSTextField; userField = NSTextField; }; + SUPERCLASS = QSObjectSource; + }, + { + ACTIONS = {savePassword = id; }; + CLASS = QSDeliciousPrefPane; + LANGUAGE = ObjC; + OUTLETS = {passField = NSTextField; userField = NSTextField; }; + SUPERCLASS = NSPreferencePane; + }, + {CLASS = QSGroupObjectSource; LANGUAGE = ObjC; SUPERCLASS = QSObjectSource; }, + { + CLASS = QSObjectSource; + LANGUAGE = ObjC; + OUTLETS = {settingsView = NSView; }; + SUPERCLASS = NSObject; + }, + {CLASS = QSVolumesObjectSource; LANGUAGE = ObjC; SUPERCLASS = QSObjectSource; } + ); + IBVersion = 1; +} \ No newline at end of file diff --git a/QSDeliciousPlugInSource.nib/info.nib b/QSDeliciousPlugInSource.nib/info.nib new file mode 100644 index 0000000..06fc562 --- /dev/null +++ b/QSDeliciousPlugInSource.nib/info.nib @@ -0,0 +1,16 @@ + + + + + IBDocumentLocation + 365 116 356 240 0 0 1024 746 + IBFramework Version + 446.1 + IBOpenObjects + + 5 + + IBSystem Version + 8J135 + + diff --git a/QSDeliciousPlugInSource.nib/keyedobjects.nib b/QSDeliciousPlugInSource.nib/keyedobjects.nib new file mode 100644 index 0000000..6ef063b Binary files /dev/null and b/QSDeliciousPlugInSource.nib/keyedobjects.nib differ -- cgit