adium 2113:02c9a031e0d2: Remove AISmartStepper (the bug it works...
commits at adium.im
commits at adium.im
Thu May 7 04:15:30 UTC 2009
details: http://hg.adium.im/adium/rev/02c9a031e0d2
revision: 2113:02c9a031e0d2
author: David Smith <catfish.man at gmail.com>
date: Wed May 06 21:11:29 2009 -0700
Remove AISmartStepper (the bug it works around was fixed. Also move AIAutoScrollView out of the 10.2 compat folder, since that's not why it exists anymore
Subject: adium 2114:cf518e521776: Nib changes for removing AISmartStepper. It's ok to just edit the en ones, right? The others are regenerated from those at some point?
details: http://hg.adium.im/adium/rev/cf518e521776
revision: 2114:cf518e521776
author: David Smith <catfish.man at gmail.com>
date: Wed May 06 21:15:06 2009 -0700
Nib changes for removing AISmartStepper. It's ok to just edit the en ones, right? The others are regenerated from those at some point?
diffstat:
Adium.xcodeproj/project.pbxproj | 26 +-
Frameworks/AIUtilities Framework/Source/AISmartStepper.h | 20 -
Frameworks/AIUtilities Framework/Source/AISmartStepper.m | 28 -
Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/classes.nib | 502 ++++++---
Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/info.nib | 8 +-
Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/keyedobjects.nib |
Resources/en.lproj/MessageHistoryConfiguration.nib/classes.nib | 245 ++++-
Resources/en.lproj/MessageHistoryConfiguration.nib/info.nib | 12 +-
Resources/en.lproj/MessageHistoryConfiguration.nib/keyedobjects.nib |
Resources/en.lproj/StatusPreferences.nib/classes.nib | 85 +-
Resources/en.lproj/StatusPreferences.nib/info.nib | 4 +-
Resources/en.lproj/StatusPreferences.nib/keyedobjects.nib |
12 files changed, 637 insertions(+), 293 deletions(-)
diffs (truncated from 1120 to 1000 lines):
diff -r f23b34f87126 -r cf518e521776 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Wed May 06 23:29:06 2009 -0400
+++ b/Adium.xcodeproj/project.pbxproj Wed May 06 21:15:06 2009 -0700
@@ -1247,8 +1247,6 @@
6334006C0F9C14C2003C77A9 /* RALatchTrigger.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF9C0F9C14C0003C77A9 /* RALatchTrigger.h */; settings = {ATTRIBUTES = (Public, ); }; };
6334006D0F9C14C2003C77A9 /* RAAtomicList.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FF9D0F9C14C0003C77A9 /* RAAtomicList.m */; };
6334006E0F9C14C2003C77A9 /* RAAtomicList.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FF9E0F9C14C0003C77A9 /* RAAtomicList.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 6334006F0F9C14C2003C77A9 /* AISmartStepper.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFA00F9C14C0003C77A9 /* AISmartStepper.h */; settings = {ATTRIBUTES = (Public, ); }; };
- 633400700F9C14C2003C77A9 /* AISmartStepper.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFA10F9C14C0003C77A9 /* AISmartStepper.m */; };
633400710F9C14C2003C77A9 /* AISendingTextView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFA30F9C14C0003C77A9 /* AISendingTextView.h */; settings = {ATTRIBUTES = (Public, ); }; };
633400720F9C14C2003C77A9 /* AISendingTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6334FFA40F9C14C0003C77A9 /* AISendingTextView.m */; };
633400730F9C14C2003C77A9 /* AIAutoScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 6334FFA70F9C14C0003C77A9 /* AIAutoScrollView.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -4208,8 +4206,6 @@
6334FF9C0F9C14C0003C77A9 /* RALatchTrigger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RALatchTrigger.h; path = "Frameworks/AIUtilities Framework/Source/RAOperationQueue/RALatchTrigger.h"; sourceTree = "<group>"; };
6334FF9D0F9C14C0003C77A9 /* RAAtomicList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RAAtomicList.m; path = "Frameworks/AIUtilities Framework/Source/RAOperationQueue/RAAtomicList.m"; sourceTree = "<group>"; };
6334FF9E0F9C14C0003C77A9 /* RAAtomicList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RAAtomicList.h; path = "Frameworks/AIUtilities Framework/Source/RAOperationQueue/RAAtomicList.h"; sourceTree = "<group>"; };
- 6334FFA00F9C14C0003C77A9 /* AISmartStepper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISmartStepper.h; path = "Frameworks/AIUtilities Framework/Source/AISmartStepper.h"; sourceTree = "<group>"; };
- 6334FFA10F9C14C0003C77A9 /* AISmartStepper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISmartStepper.m; path = "Frameworks/AIUtilities Framework/Source/AISmartStepper.m"; sourceTree = "<group>"; };
6334FFA30F9C14C0003C77A9 /* AISendingTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISendingTextView.h; path = "Frameworks/AIUtilities Framework/Source/AISendingTextView.h"; sourceTree = "<group>"; };
6334FFA40F9C14C0003C77A9 /* AISendingTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISendingTextView.m; path = "Frameworks/AIUtilities Framework/Source/AISendingTextView.m"; sourceTree = "<group>"; };
6334FFA70F9C14C0003C77A9 /* AIAutoScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAutoScrollView.h; path = "Frameworks/AIUtilities Framework/Source/AIAutoScrollView.h"; sourceTree = "<group>"; };
@@ -7300,7 +7296,7 @@
633400CE0F9C14E0003C77A9 /* Other Sources */,
6334FFFE0F9C14C1003C77A9 /* External Sources */,
6334FFA90F9C14C1003C77A9 /* Additions */,
- 6334FFA50F9C14C0003C77A9 /* 10.2 Compatibility */,
+ 6334FFA60F9C14C0003C77A9 /* Scrollbar auto-hiding */,
6334FF950F9C14C0003C77A9 /* Working Around System Bugs */,
6334FF880F9C14C0003C77A9 /* Cells */,
6334FF300F9C14BF003C77A9 /* Fun New Controls */,
@@ -7758,7 +7754,6 @@
isa = PBXGroup;
children = (
6334FFA20F9C14C0003C77A9 /* Text view observing return & enter */,
- 6334FF9F0F9C14C0003C77A9 /* Stepper control focus issues */,
6334FF960F9C14C0003C77A9 /* Operation queue that doesn't crash so much */,
);
name = "Working Around System Bugs";
@@ -7779,15 +7774,6 @@
name = "Operation queue that doesn't crash so much";
sourceTree = "<group>";
};
- 6334FF9F0F9C14C0003C77A9 /* Stepper control focus issues */ = {
- isa = PBXGroup;
- children = (
- 6334FFA00F9C14C0003C77A9 /* AISmartStepper.h */,
- 6334FFA10F9C14C0003C77A9 /* AISmartStepper.m */,
- );
- name = "Stepper control focus issues";
- sourceTree = "<group>";
- };
6334FFA20F9C14C0003C77A9 /* Text view observing return & enter */ = {
isa = PBXGroup;
children = (
@@ -7797,14 +7783,6 @@
name = "Text view observing return & enter";
sourceTree = "<group>";
};
- 6334FFA50F9C14C0003C77A9 /* 10.2 Compatibility */ = {
- isa = PBXGroup;
- children = (
- 6334FFA60F9C14C0003C77A9 /* Scrollbar auto-hiding */,
- );
- name = "10.2 Compatibility";
- sourceTree = "<group>";
- };
6334FFA60F9C14C0003C77A9 /* Scrollbar auto-hiding */ = {
isa = PBXGroup;
children = (
@@ -9086,7 +9064,6 @@
6334006A0F9C14C2003C77A9 /* RAOperation.h in Headers */,
6334006C0F9C14C2003C77A9 /* RALatchTrigger.h in Headers */,
6334006E0F9C14C2003C77A9 /* RAAtomicList.h in Headers */,
- 6334006F0F9C14C2003C77A9 /* AISmartStepper.h in Headers */,
633400710F9C14C2003C77A9 /* AISendingTextView.h in Headers */,
633400730F9C14C2003C77A9 /* AIAutoScrollView.h in Headers */,
633400770F9C14C2003C77A9 /* AIApplicationAdditions.h in Headers */,
@@ -10584,7 +10561,6 @@
633400690F9C14C2003C77A9 /* RAOperation.m in Sources */,
6334006B0F9C14C2003C77A9 /* RALatchTrigger.m in Sources */,
6334006D0F9C14C2003C77A9 /* RAAtomicList.m in Sources */,
- 633400700F9C14C2003C77A9 /* AISmartStepper.m in Sources */,
633400720F9C14C2003C77A9 /* AISendingTextView.m in Sources */,
633400740F9C14C2003C77A9 /* AIAutoScrollView.m in Sources */,
633400780F9C14C2003C77A9 /* AIApplicationAdditions.m in Sources */,
diff -r f23b34f87126 -r cf518e521776 Frameworks/AIUtilities Framework/Source/AISmartStepper.h
--- a/Frameworks/AIUtilities Framework/Source/AISmartStepper.h Wed May 06 23:29:06 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-//
-// AISmartStepper.h
-// Adium
-//
-// Created by Adam Iser on Sat Jul 26 2003.
-// Copyright (c) 2003-2005 The Adium Team. All rights reserved.
-//
-
-/*!
- * @class AISmartStepper
- * @brief NSStepper subclass which fixes a bug related to keyboard focus
- *
- * <tt>NSStepper</tt> as of OS X 10.3 steals focus away from its target... which is very rarely the desired behavior. This subclass correctly refocuses the target when the stepper is used so the user can click the stepper and then type in a number to its field if desired.
- */
-
- at interface AISmartStepper : NSStepper {
-
-}
-
- at end
diff -r f23b34f87126 -r cf518e521776 Frameworks/AIUtilities Framework/Source/AISmartStepper.m
--- a/Frameworks/AIUtilities Framework/Source/AISmartStepper.m Wed May 06 23:29:06 2009 -0400
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-//
-// AISmartStepper.m
-// Adium
-//
-// Created by Adam Iser on Sat Jul 26 2003.
-//
-
-#import "AISmartStepper.h"
-
- at implementation AISmartStepper
-
-- (void)mouseDown:(NSEvent *)theEvent
-{
- id textField = [self target];
-
- //Update our value from the field
- [self setObjectValue:[textField objectValue]];
-
- //Mouse down
- [super mouseDown:theEvent];
-
- //Give focus to our field
- if ([[self window] firstResponder] != textField) {
- [[self window] makeFirstResponder:textField];
- }
-}
-
- at end
diff -r f23b34f87126 -r cf518e521776 Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/classes.nib
--- a/Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/classes.nib Wed May 06 23:29:06 2009 -0400
+++ b/Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/classes.nib Wed May 06 21:15:06 2009 -0700
@@ -1,161 +1,341 @@
-{
- IBClasses = (
- {
- CLASS = AIAutoScrollView;
- LANGUAGE = ObjC;
- SUPERCLASS = NSScrollView;
- },
- {
- ACTIONS = {
- cancel = id;
- okay = id;
- statusControlChanged = id;
- };
- CLASS = AIEditStateWindowController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "box_idle" = NSBox;
- "box_separatorLine" = NSBox;
- "box_state" = NSBox;
- "box_statusMessage" = NSBox;
- "box_title" = NSBox;
- "checkBox_cancel" = NSButton;
- "checkBox_muteSounds" = NSButton;
- "checkBox_okay" = NSButton;
- "checkBox_save" = NSButton;
- "checkBox_silenceGrowl" = NSButton;
- "checkbox_autoReply" = NSButton;
- "checkbox_customAutoReply" = NSButton;
- "checkbox_idle" = NSButton;
- "label_state" = NSTextField;
- "label_statusMessage" = NSTextField;
- "label_title" = NSTextField;
- "popUp_state" = NSPopUpButton;
- "scrollView_autoReply" = AIAutoScrollView;
- "scrollView_statusMessage" = AIAutoScrollView;
- "stepper_idleHours" = NSStepper;
- "stepper_idleMinutes" = NSStepper;
- target = id;
- "textField_idleHours" = NSTextField;
- "textField_idleMinutes" = NSTextField;
- "textField_title" = NSTextField;
- "textView_autoReply" = AISendingTextView;
- "textView_statusMessage" = AISendingTextView;
- };
- SUPERCLASS = AIWindowController;
- },
- {
- CLASS = AILocalizationTextField;
- LANGUAGE = ObjC;
- OUTLETS = {
- "view_anchorToLeftSide" = NSView;
- "view_anchorToRightSide" = NSView;
- "window_anchorOnLeftSide" = NSWindow;
- "window_anchorOnRightSide" = NSWindow;
- };
- SUPERCLASS = NSTextField;
- },
- {
- ACTIONS = {
- pasteAsRichText = id;
- scrollPageDown = id;
- scrollPageUp = id;
- };
- CLASS = AIMessageEntryTextView;
- LANGUAGE = ObjC;
- SUPERCLASS = AISendingTextView;
- },
- {
- ACTIONS = {
- sendContent = id;
- };
- CLASS = AISendingTextView;
- LANGUAGE = ObjC;
- OUTLETS = {
- target = id;
- };
- SUPERCLASS = NSTextView;
- },
- {
- CLASS = AISmartStepper;
- LANGUAGE = ObjC;
- SUPERCLASS = NSStepper;
- },
- {
- ACTIONS = {
- closeWindow = id;
- };
- CLASS = AIWindowController;
- LANGUAGE = ObjC;
- SUPERCLASS = NSWindowController;
- },
- {
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- CLASS = NSApplication;
- LANGUAGE = ObjC;
- SUPERCLASS = NSResponder;
- },
- {
- CLASS = NSButton;
- LANGUAGE = ObjC;
- SUPERCLASS = NSControl;
- },
- {
- CLASS = NSButtonCell;
- LANGUAGE = ObjC;
- SUPERCLASS = NSActionCell;
- },
- {
- ACTIONS = {
- adiumPrint = id;
- didAdjustSubviews = RBSplitView;
- prefsWindowWillClose = "SS_PrefsController";
- toggleFindPanel = id;
- willAdjustSubviews = RBSplitView;
- };
- CLASS = NSObject;
- LANGUAGE = ObjC;
- },
- {
- CLASS = NSTextField;
- LANGUAGE = ObjC;
- SUPERCLASS = NSControl;
- },
- {
- CLASS = NSWindow;
- LANGUAGE = ObjC;
- SUPERCLASS = NSResponder;
- },
- {
- CLASS = NSWindowController;
- LANGUAGE = ObjC;
- SUPERCLASS = NSResponder;
- },
- {
- CLASS = RBSplitSubview;
- LANGUAGE = ObjC;
- SUPERCLASS = NSView;
- },
- {
- CLASS = RBSplitView;
- LANGUAGE = ObjC;
- OUTLETS = {
- delegate = id;
- };
- SUPERCLASS = RBSplitSubview;
- },
- {
- CLASS = "SS_PrefsController";
- LANGUAGE = ObjC;
- OUTLETS = {
- delegate = id;
- };
- SUPERCLASS = NSObject;
- }
- );
- IBVersion = 1;
-}
\ No newline at end of file
+<?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>NSApplication</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>sendContent</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>AISendingTextView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>target</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>AITextViewWithPlaceholder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>RBSplitView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>delegate</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>RBSplitSubview</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSTextField</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSControl</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>RBSplitSubview</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSMenu</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>adiumPrint</key>
+ <string>id</string>
+ <key>didAdjustSubviews</key>
+ <string>RBSplitView</string>
+ <key>prefsWindowWillClose</key>
+ <string>SS_PrefsController</string>
+ <key>toggleFindPanel</key>
+ <string>id</string>
+ <key>willAdjustSubviews</key>
+ <string>RBSplitView</string>
+ </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>CLASS</key>
+ <string>NSScrollView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSMenuItem</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>pasteAsRichText</key>
+ <string>id</string>
+ <key>scrollPageDown</key>
+ <string>id</string>
+ <key>scrollPageUp</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>AIMessageEntryTextView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>AISendingTextView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>AITextViewWithPlaceholder</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSTextView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>FirstResponder</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>cancel</key>
+ <string>id</string>
+ <key>okay</key>
+ <string>id</string>
+ <key>statusControlChanged</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>AIEditStateWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>box_idle</key>
+ <string>NSBox</string>
+ <key>box_separatorLine</key>
+ <string>NSBox</string>
+ <key>box_state</key>
+ <string>NSBox</string>
+ <key>box_statusMessage</key>
+ <string>NSBox</string>
+ <key>box_title</key>
+ <string>NSBox</string>
+ <key>checkBox_cancel</key>
+ <string>NSButton</string>
+ <key>checkBox_muteSounds</key>
+ <string>NSButton</string>
+ <key>checkBox_okay</key>
+ <string>NSButton</string>
+ <key>checkBox_save</key>
+ <string>NSButton</string>
+ <key>checkBox_silenceGrowl</key>
+ <string>NSButton</string>
+ <key>checkbox_autoReply</key>
+ <string>NSButton</string>
+ <key>checkbox_customAutoReply</key>
+ <string>NSButton</string>
+ <key>checkbox_idle</key>
+ <string>NSButton</string>
+ <key>label_state</key>
+ <string>NSTextField</string>
+ <key>label_statusMessage</key>
+ <string>NSTextField</string>
+ <key>label_title</key>
+ <string>NSTextField</string>
+ <key>popUp_state</key>
+ <string>NSPopUpButton</string>
+ <key>scrollView_autoReply</key>
+ <string>AIAutoScrollView</string>
+ <key>scrollView_statusMessage</key>
+ <string>AIAutoScrollView</string>
+ <key>stepper_idleHours</key>
+ <string>NSStepper</string>
+ <key>stepper_idleMinutes</key>
+ <string>NSStepper</string>
+ <key>target</key>
+ <string>id</string>
+ <key>textField_idleHours</key>
+ <string>NSTextField</string>
+ <key>textField_idleMinutes</key>
+ <string>NSTextField</string>
+ <key>textField_title</key>
+ <string>NSTextField</string>
+ <key>textView_autoReply</key>
+ <string>AISendingTextView</string>
+ <key>textView_statusMessage</key>
+ <string>AISendingTextView</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>AIWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSButton</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSControl</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSPopUpButton</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSButton</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>closeWindow</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>AIWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSPopUpButtonCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSMenuItemCell</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSTextView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSText</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>AILocalizationTextField</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>view_anchorToLeftSide</key>
+ <string>NSView</string>
+ <key>view_anchorToRightSide</key>
+ <string>NSView</string>
+ <key>window_anchorOnLeftSide</key>
+ <string>NSWindow</string>
+ <key>window_anchorOnRightSide</key>
+ <string>NSWindow</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSTextField</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSButtonCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSActionCell</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>SS_PrefsController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>delegate</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>AIAutoScrollView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSScrollView</string>
+ </dict>
+ </array>
+ <key>IBVersion</key>
+ <string>1</string>
+</dict>
+</plist>
diff -r f23b34f87126 -r cf518e521776 Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/info.nib
--- a/Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/info.nib Wed May 06 23:29:06 2009 -0400
+++ b/Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/info.nib Wed May 06 21:15:06 2009 -0700
@@ -2,16 +2,16 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>IBDocumentLocation</key>
- <string>69 14 356 240 0 0 1440 878 </string>
<key>IBFramework Version</key>
- <string>482.0</string>
+ <string>677</string>
<key>IBLastKnownRelativeProjectPath</key>
<string>../../../../Adium.xcodeproj</string>
<key>IBOldestOS</key>
<integer>5</integer>
+ <key>IBOpenObjects</key>
+ <array/>
<key>IBSystem Version</key>
- <string>9E17</string>
+ <string>9G55</string>
<key>targetFramework</key>
<string>IBCocoaFramework</string>
</dict>
diff -r f23b34f87126 -r cf518e521776 Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/keyedobjects.nib
Binary file Frameworks/Adium Framework/Resources/en.lproj/EditStateSheet.nib/keyedobjects.nib has changed
diff -r f23b34f87126 -r cf518e521776 Resources/en.lproj/MessageHistoryConfiguration.nib/classes.nib
--- a/Resources/en.lproj/MessageHistoryConfiguration.nib/classes.nib Wed May 06 23:29:06 2009 -0400
+++ b/Resources/en.lproj/MessageHistoryConfiguration.nib/classes.nib Wed May 06 21:15:06 2009 -0700
@@ -1,41 +1,204 @@
-{
- IBClasses = (
- {
- CLASS = AIMessageHistoryPreferencesWindowController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "popUp_haveNotTalkedUnits" = NSPopUpButton;
- "popUp_haveTalkedUnits" = NSPopUpButton;
- "stepper_haveNotTalkedDays" = NSStepper;
- "stepper_haveTalkedDays" = NSStepper;
- "textField_haveNotTalkedDays" = NSTextField;
- "textField_haveTalkedDays" = NSTextField;
- };
- SUPERCLASS = AIWindowController;
- },
- {
- CLASS = AIObject;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- CLASS = AISmartStepper;
- LANGUAGE = ObjC;
- SUPERCLASS = NSStepper;
- },
- {
- ACTIONS = {
- closeWindow = id;
- };
- CLASS = AIWindowController;
- LANGUAGE = ObjC;
- SUPERCLASS = NSWindowController;
- },
- {
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- }
- );
- IBVersion = 1;
-}
\ No newline at end of file
+<?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>NSApplication</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSTextField</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSControl</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>RBSplitView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>delegate</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>RBSplitSubview</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>RBSplitSubview</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSMenu</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>adiumPrint</key>
+ <string>id</string>
+ <key>didAdjustSubviews</key>
+ <string>RBSplitView</string>
+ <key>prefsWindowWillClose</key>
+ <string>SS_PrefsController</string>
+ <key>toggleFindPanel</key>
+ <string>id</string>
+ <key>willAdjustSubviews</key>
+ <string>RBSplitView</string>
+ </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>CLASS</key>
+ <string>NSView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSMenuItem</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>FirstResponder</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSButton</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSControl</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>AIMessageHistoryPreferencesWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>popUp_haveNotTalkedUnits</key>
+ <string>NSPopUpButton</string>
+ <key>popUp_haveTalkedUnits</key>
+ <string>NSPopUpButton</string>
+ <key>stepper_haveNotTalkedDays</key>
+ <string>NSStepper</string>
+ <key>stepper_haveTalkedDays</key>
+ <string>NSStepper</string>
+ <key>textField_haveNotTalkedDays</key>
+ <string>NSTextField</string>
+ <key>textField_haveTalkedDays</key>
+ <string>NSTextField</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>AIWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSPopUpButton</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSButton</string>
+ </dict>
+ <dict>
+ <key>ACTIONS</key>
+ <dict>
+ <key>closeWindow</key>
+ <string>id</string>
+ </dict>
+ <key>CLASS</key>
+ <string>AIWindowController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSWindowController</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSPopUpButtonCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSMenuItemCell</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSButtonCell</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSActionCell</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>SS_PrefsController</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>OUTLETS</key>
+ <dict>
+ <key>delegate</key>
+ <string>id</string>
+ </dict>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ </array>
+ <key>IBVersion</key>
+ <string>1</string>
+</dict>
+</plist>
diff -r f23b34f87126 -r cf518e521776 Resources/en.lproj/MessageHistoryConfiguration.nib/info.nib
--- a/Resources/en.lproj/MessageHistoryConfiguration.nib/info.nib Wed May 06 23:29:06 2009 -0400
+++ b/Resources/en.lproj/MessageHistoryConfiguration.nib/info.nib Wed May 06 21:15:06 2009 -0700
@@ -2,15 +2,19 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>IBDocumentLocation</key>
- <string>99 105 356 240 0 0 1440 878 </string>
<key>IBFramework Version</key>
- <string>482.0</string>
+ <string>677</string>
+ <key>IBLastKnownRelativeProjectPath</key>
+ <string>../../Adium.xcodeproj</string>
+ <key>IBOldestOS</key>
+ <integer>5</integer>
<key>IBOpenObjects</key>
<array>
<integer>5</integer>
</array>
<key>IBSystem Version</key>
- <string>9F33</string>
+ <string>9G55</string>
+ <key>targetFramework</key>
+ <string>IBCocoaFramework</string>
</dict>
</plist>
diff -r f23b34f87126 -r cf518e521776 Resources/en.lproj/MessageHistoryConfiguration.nib/keyedobjects.nib
Binary file Resources/en.lproj/MessageHistoryConfiguration.nib/keyedobjects.nib has changed
diff -r f23b34f87126 -r cf518e521776 Resources/en.lproj/StatusPreferences.nib/classes.nib
--- a/Resources/en.lproj/StatusPreferences.nib/classes.nib Wed May 06 23:29:06 2009 -0400
+++ b/Resources/en.lproj/StatusPreferences.nib/classes.nib Wed May 06 21:15:06 2009 -0700
@@ -51,6 +51,14 @@
</dict>
<dict>
<key>CLASS</key>
+ <string>NSMenu</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSObject</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
<string>AIPlasticPlusButton</string>
<key>LANGUAGE</key>
<string>ObjC</string>
@@ -105,6 +113,14 @@
</dict>
<dict>
<key>CLASS</key>
+ <string>NSScrollView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSView</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
<string>AIPlasticMinusButton</string>
<key>LANGUAGE</key>
<string>ObjC</string>
@@ -113,6 +129,22 @@
</dict>
<dict>
<key>CLASS</key>
+ <string>NSView</string>
+ <key>LANGUAGE</key>
+ <string>ObjC</string>
+ <key>SUPERCLASS</key>
+ <string>NSResponder</string>
+ </dict>
+ <dict>
+ <key>CLASS</key>
+ <string>NSMenuItem</string>
+ <key>LANGUAGE</key>
More information about the commits
mailing list