diff options
| author | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
|---|---|---|
| committer | jnj <jnj@57e2f9b5-c12c-0410-8e95-a1ee7272c91a> | 2008-11-13 18:59:12 +0000 |
| commit | ba310e8b58d686ee9897b26a7edab5b778a8d96f (patch) | |
| tree | f7b5feaf4151d88b2283ed657133737b378f7eba /QSDeliciousPlugInSource.nib | |
Add remaining plugins
git-svn-id: https://blacktree-elements-public.googlecode.com/svn/trunk@41 57e2f9b5-c12c-0410-8e95-a1ee7272c91a
Diffstat (limited to 'QSDeliciousPlugInSource.nib')
| -rw-r--r-- | QSDeliciousPlugInSource.nib/classes.nib | 45 | ||||
| -rw-r--r-- | QSDeliciousPlugInSource.nib/info.nib | 16 | ||||
| -rw-r--r-- | QSDeliciousPlugInSource.nib/keyedobjects.nib | bin | 0 -> 7815 bytes |
3 files changed, 61 insertions, 0 deletions
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 @@ +<?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"> +<plist version="1.0"> +<dict> + <key>IBDocumentLocation</key> + <string>365 116 356 240 0 0 1024 746 </string> + <key>IBFramework Version</key> + <string>446.1</string> + <key>IBOpenObjects</key> + <array> + <integer>5</integer> + </array> + <key>IBSystem Version</key> + <string>8J135</string> +</dict> +</plist> diff --git a/QSDeliciousPlugInSource.nib/keyedobjects.nib b/QSDeliciousPlugInSource.nib/keyedobjects.nib Binary files differnew file mode 100644 index 0000000..6ef063b --- /dev/null +++ b/QSDeliciousPlugInSource.nib/keyedobjects.nib |