adium 3674:e74c2cb4ccd4: Pretty-ify the new transcript viewer wi...

commits at adium.im commits at adium.im
Sat Feb 19 23:56:07 UTC 2011


details:	http://hg.adium.im/adium/rev/e74c2cb4ccd4
revision:	3674:e74c2cb4ccd4
author:		Frank Dowsett <wixardy at adium.im>
date:		Sat Feb 19 16:41:28 2011 -0500

Pretty-ify the new transcript viewer with help from Paul Wilde. Moved AIFilterBarBackgroundBox to AIGradientView (the former stopped being used).

diffs (truncated from 1736 to 1000 lines):

diff -r c3cc8fe8f018 -r e74c2cb4ccd4 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sat Feb 19 02:34:41 2011 -0500
+++ b/Adium.xcodeproj/project.pbxproj	Sat Feb 19 16:41:28 2011 -0500
@@ -1143,6 +1143,7 @@
 		4F1CB6410D640DA40073A1E6 /* events_segment.png in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB63D0D640DA40073A1E6 /* events_segment.png */; };
 		4F1CB64C0D640F4F0073A1E6 /* ContactInfoInspector.nib in Resources */ = {isa = PBXBuildFile; fileRef = 4F1CB64B0D640F4F0073A1E6 /* ContactInfoInspector.nib */; };
 		5A1781860EC1215D00BA1E04 /* AIAutoScrollTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A1781850EC1215D00BA1E04 /* AIAutoScrollTextView.m */; };
+		5A17D65D130F76B4002C852F /* AIGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A17D65C130F76B4002C852F /* AIGradientView.m */; };
 		5A5F601D12962EC0007A2232 /* AISegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A5F601A12962D06007A2232 /* AISegmentedControl.m */; };
 		5A5F601E12962ECE007A2232 /* AISegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5F601912962D06007A2232 /* AISegmentedControl.h */; settings = {ATTRIBUTES = (Public, ); }; };
 		5A5F8BBD12D560E400019727 /* AIDockNameOverlay.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A5F8BBC12D560E400019727 /* AIDockNameOverlay.m */; };
@@ -1427,7 +1428,6 @@
 		63EA62F0094B8705009C8453 /* AIXtraInfoController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EA62EE094B8705009C8453 /* AIXtraInfoController.m */; };
 		63EA63DD094BB79A009C8453 /* StatusIconPreviewView.nib in Resources */ = {isa = PBXBuildFile; fileRef = 63336B3F094994A800970871 /* StatusIconPreviewView.nib */; };
 		63EA6409094BB9A9009C8453 /* AIStatusIconPreviewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 63EA6407094BB9A9009C8453 /* AIStatusIconPreviewController.m */; };
-		6615618B0D84B875004B7946 /* AIFilterBarBackgroundBox.m in Sources */ = {isa = PBXBuildFile; fileRef = 6615618A0D84B874004B7946 /* AIFilterBarBackgroundBox.m */; };
 		6E4D961406B739AC005235E9 /* DCJoinChatPanelPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 6E4D961206B739AC005235E9 /* DCJoinChatPanelPlugin.m */; };
 		6EC1684D06C170A000F9FAD3 /* DCInviteToChatPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC1684806C170A000F9FAD3 /* DCInviteToChatPlugin.m */; };
 		6EC1684F06C170A000F9FAD3 /* DCInviteToChatWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6EC1684A06C170A000F9FAD3 /* DCInviteToChatWindowController.m */; };
@@ -4203,6 +4203,8 @@
 		4F1CB64B0D640F4F0073A1E6 /* ContactInfoInspector.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ContactInfoInspector.nib; path = Resources/ContactInfoInspector.nib; sourceTree = "<group>"; };
 		5A1781840EC1215D00BA1E04 /* AIAutoScrollTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIAutoScrollTextView.h; path = Source/AIAutoScrollTextView.h; sourceTree = "<group>"; };
 		5A1781850EC1215D00BA1E04 /* AIAutoScrollTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIAutoScrollTextView.m; path = Source/AIAutoScrollTextView.m; sourceTree = "<group>"; };
+		5A17D65B130F76B4002C852F /* AIGradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIGradientView.h; path = Source/AIGradientView.h; sourceTree = "<group>"; };
+		5A17D65C130F76B4002C852F /* AIGradientView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIGradientView.m; path = Source/AIGradientView.m; sourceTree = "<group>"; };
 		5A5F601912962D06007A2232 /* AISegmentedControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AISegmentedControl.h; path = "Frameworks/AIUtilities Framework/Source/AISegmentedControl.h"; sourceTree = "<group>"; };
 		5A5F601A12962D06007A2232 /* AISegmentedControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AISegmentedControl.m; path = "Frameworks/AIUtilities Framework/Source/AISegmentedControl.m"; sourceTree = "<group>"; };
 		5A5F8BBB12D560E400019727 /* AIDockNameOverlay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIDockNameOverlay.h; path = "Plugins/Dock Icon Badging/AIDockNameOverlay.h"; sourceTree = "<group>"; };
@@ -4639,8 +4641,6 @@
 		63EA6407094BB9A9009C8453 /* AIStatusIconPreviewController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = AIStatusIconPreviewController.m; path = Source/AIStatusIconPreviewController.m; sourceTree = "<group>"; };
 		661561630D84AEEC004B7946 /* AIContactHidingController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIContactHidingController.h; path = "Frameworks/Adium Framework/Source/AIContactHidingController.h"; sourceTree = "<group>"; };
 		661561640D84AEEC004B7946 /* AIContactHidingController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIContactHidingController.m; path = "Frameworks/Adium Framework/Source/AIContactHidingController.m"; sourceTree = "<group>"; };
-		661561890D84B874004B7946 /* AIFilterBarBackgroundBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AIFilterBarBackgroundBox.h; path = Source/AIFilterBarBackgroundBox.h; sourceTree = "<group>"; };
-		6615618A0D84B874004B7946 /* AIFilterBarBackgroundBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AIFilterBarBackgroundBox.m; path = Source/AIFilterBarBackgroundBox.m; sourceTree = "<group>"; };
 		6CE795BD0A6F9CEE00FF3217 /* es */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = es; path = Resources/es.lproj/PersonalPreferences.nib; sourceTree = "<group>"; };
 		6CF42677057763E100F27FAA /* ESContactAlertsController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ESContactAlertsController.h; path = Source/ESContactAlertsController.h; sourceTree = "<group>"; };
 		6CF42678057763E200F27FAA /* ESContactAlertsController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ESContactAlertsController.m; path = Source/ESContactAlertsController.m; sourceTree = "<group>"; };
@@ -6165,6 +6165,8 @@
 				348B250B0A50A1C900B2B972 /* ESSourceListBackgroundView.m */,
 				340670A60A55A4B4004E22AC /* ESGlassSplitView.h */,
 				340670A70A55A4B4004E22AC /* ESGlassSplitView.m */,
+				5A17D65B130F76B4002C852F /* AIGradientView.h */,
+				5A17D65C130F76B4002C852F /* AIGradientView.m */,
 			);
 			name = "Views and Cells";
 			sourceTree = "<group>";
@@ -7477,8 +7479,6 @@
 				34EBB2C20DCA8DE500B4CB6E /* AISearchFieldCell.m */,
 				34D001E50958868000DCB678 /* AIMenuItemView.h */,
 				34D001E60958868000DCB678 /* AIMenuItemView.m */,
-				661561890D84B874004B7946 /* AIFilterBarBackgroundBox.h */,
-				6615618A0D84B874004B7946 /* AIFilterBarBackgroundBox.m */,
 				34607F0C09B2296A000DB3D2 /* AIHoveringPopUpButtonCell.m */,
 				34607F0D09B2296A000DB3D2 /* AIHoveringPopUpButtonCell.h */,
 				34607F0E09B2296A000DB3D2 /* AIHoveringPopUpButton.m */,
@@ -10651,7 +10651,6 @@
 				4F1CB62E0D640D770073A1E6 /* AIAdvancedInspectorPane.m in Sources */,
 				4F1CB62F0D640D770073A1E6 /* AIAddressBookInspectorPane.m in Sources */,
 				4F1CB6320D640D7F0073A1E6 /* AIEventsInspectorPane.m in Sources */,
-				6615618B0D84B875004B7946 /* AIFilterBarBackgroundBox.m in Sources */,
 				632D859E0DB70FC800040EC7 /* AIMentionEventPlugin.m in Sources */,
 				34EBB2C30DCA8DE500B4CB6E /* AISearchFieldCell.m in Sources */,
 				EFB1C3140DDBDA3100B3973D /* AITwitterIMPlugin.m in Sources */,
@@ -10711,6 +10710,7 @@
 				1154F50B12E1476900B8CA27 /* AILogByAccountWindowController.m in Sources */,
 				766ABAB61306D1020049FFB7 /* AIUnreadMessagesTooltip.m in Sources */,
 				5A5F8BBD12D560E400019727 /* AIDockNameOverlay.m in Sources */,
+				5A17D65D130F76B4002C852F /* AIGradientView.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
diff -r c3cc8fe8f018 -r e74c2cb4ccd4 Frameworks/Adium Framework/Source/AIListOutlineView+Drawing.m
--- a/Frameworks/Adium Framework/Source/AIListOutlineView+Drawing.m	Sat Feb 19 02:34:41 2011 -0500
+++ b/Frameworks/Adium Framework/Source/AIListOutlineView+Drawing.m	Sat Feb 19 16:41:28 2011 -0500
@@ -289,16 +289,6 @@
 	if (updateShadowsWhileDrawing) [[self window] invalidateShadow];
 }
 
-- (NSGradient *)selectedControlGradient
-{
-	NSColor		*myHighlightColor = [self highlightColor];
-	NSGradient 	*gradient = (myHighlightColor ?
-							 [[[NSGradient alloc] initWithStartingColor:myHighlightColor endingColor:[myHighlightColor darkenAndAdjustSaturationBy:0.4f]] autorelease] :
-							 [NSGradient selectedControlGradient]);
-	
-	return gradient;
-}
-
 - (void)setUpdateShadowsWhileDrawing:(BOOL)update{
 	updateShadowsWhileDrawing = update;
 }
diff -r c3cc8fe8f018 -r e74c2cb4ccd4 Resources/LogViewer.nib/designable.nib
--- a/Resources/LogViewer.nib/designable.nib	Sat Feb 19 02:34:41 2011 -0500
+++ b/Resources/LogViewer.nib/designable.nib	Sat Feb 19 16:41:28 2011 -0500
@@ -2,12 +2,16 @@
 <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10">
 	<data>
 		<int key="IBDocument.SystemTarget">1060</int>
-		<string key="IBDocument.SystemVersion">10F569</string>
-		<string key="IBDocument.InterfaceBuilderVersion">1222</string>
-		<string key="IBDocument.AppKitVersion">1038.29</string>
+		<string key="IBDocument.SystemVersion">10J567</string>
+		<string key="IBDocument.InterfaceBuilderVersion">1294</string>
+		<string key="IBDocument.AppKitVersion">1038.35</string>
+		<string key="IBDocument.HIToolboxVersion">462.00</string>
+		<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
+			<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string>
+			<string key="NS.object.0">1294</string>
+		</object>
 		<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
 			<bool key="EncodedWithXMLCoder">YES</bool>
-			<string>NSColorWell</string>
 			<string>NSCustomObject</string>
 			<string>NSSplitView</string>
 			<string>NSTableView</string>
@@ -22,25 +26,21 @@
 			<string>NSTableColumn</string>
 			<string>NSOutlineView</string>
 			<string>NSView</string>
+			<string>NSBox</string>
 			<string>NSScrollView</string>
 			<string>NSProgressIndicator</string>
 			<string>NSSegmentedCell</string>
-			<string>NSTextView</string>
 			<string>NSScroller</string>
 			<string>NSTableHeaderView</string>
+			<string>NSTextView</string>
 		</object>
 		<object class="NSArray" key="IBDocument.PluginDependencies">
 			<bool key="EncodedWithXMLCoder">YES</bool>
 			<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
 		</object>
 		<object class="NSMutableDictionary" key="IBDocument.Metadata">
-			<bool key="EncodedWithXMLCoder">YES</bool>
-			<object class="NSArray" key="dict.sortedKeys" id="0">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
-			<object class="NSMutableArray" key="dict.values">
-				<bool key="EncodedWithXMLCoder">YES</bool>
-			</object>
+			<string key="NS.key.0">PluginDependencyRecalculationVersion</string>
+			<integer value="1" key="NS.object.0"/>
 		</object>
 		<object class="NSMutableArray" key="IBDocument.RootObjects" id="39619956">
 			<bool key="EncodedWithXMLCoder">YES</bool>
@@ -54,9 +54,9 @@
 				<string key="NSClassName">NSApplication</string>
 			</object>
 			<object class="NSWindowTemplate" id="946713354">
-				<int key="NSWindowStyleMask">4367</int>
+				<int key="NSWindowStyleMask">4111</int>
 				<int key="NSWindowBacking">2</int>
-				<string key="NSWindowRect">{{403, 249}, {771, 561}}</string>
+				<string key="NSWindowRect">{{403, 249}, {771, 557}}</string>
 				<int key="NSWTFlags">1886912512</int>
 				<string key="NSWindowTitle">Log Viewer</string>
 				<string key="NSWindowClass">NSWindow</string>
@@ -92,7 +92,7 @@
 														<object class="NSOutlineView" id="854687228">
 															<reference key="NSNextResponder" ref="981661881"/>
 															<int key="NSvFlags">4352</int>
-															<string key="NSFrameSize">{177, 532}</string>
+															<string key="NSFrameSize">{177, 533}</string>
 															<reference key="NSSuperview" ref="981661881"/>
 															<reference key="NSWindow"/>
 															<reference key="NSNextKeyView" ref="55917509"/>
@@ -116,7 +116,7 @@
 																		<object class="NSFont" key="NSSupport" id="26">
 																			<string key="NSName">LucidaGrande</string>
 																			<double key="NSSize">11</double>
-																			<int key="NSfFlags">3088</int>
+																			<int key="NSfFlags">3100</int>
 																		</object>
 																		<object class="NSColor" key="NSBackgroundColor">
 																			<int key="NSColorSpace">3</int>
@@ -189,7 +189,7 @@
 															<int key="NSTableViewDraggingDestinationStyle">0</int>
 														</object>
 													</object>
-													<string key="NSFrameSize">{177, 532}</string>
+													<string key="NSFrameSize">{177, 533}</string>
 													<reference key="NSSuperview" ref="1009640797"/>
 													<reference key="NSWindow"/>
 													<reference key="NSNextKeyView" ref="854687228"/>
@@ -208,7 +208,7 @@
 													<int key="NSViewLayerContentsRedrawPolicy">2</int>
 													<reference key="NSTarget" ref="1009640797"/>
 													<string key="NSAction">_doScroller:</string>
-													<double key="NSPercent">0.95209580659866333</double>
+													<double key="NSPercent">0.99624060150375937</double>
 												</object>
 												<object class="NSScroller" id="268459162">
 													<reference key="NSNextResponder" ref="1009640797"/>
@@ -224,7 +224,7 @@
 													<double key="NSPercent">0.92488265037536621</double>
 												</object>
 											</object>
-											<string key="NSFrameSize">{177, 532}</string>
+											<string key="NSFrameSize">{177, 533}</string>
 											<reference key="NSSuperview" ref="28735003"/>
 											<reference key="NSWindow"/>
 											<reference key="NSNextKeyView" ref="268459162"/>
@@ -236,7 +236,7 @@
 											<bytes key="NSScrollAmts">QSAAAEEgAABBkAAAQZAAAA</bytes>
 										</object>
 									</object>
-									<string key="NSFrameSize">{177, 536}</string>
+									<string key="NSFrameSize">{177, 537}</string>
 									<reference key="NSSuperview" ref="573692868"/>
 									<reference key="NSWindow"/>
 									<reference key="NSNextKeyView" ref="1009640797"/>
@@ -271,7 +271,7 @@
 																		<object class="NSTableView" id="294998714">
 																			<reference key="NSNextResponder" ref="452103105"/>
 																			<int key="NSvFlags">4370</int>
-																			<string key="NSFrameSize">{593, 142}</string>
+																			<string key="NSFrameSize">{593, 126}</string>
 																			<reference key="NSSuperview" ref="452103105"/>
 																			<reference key="NSWindow"/>
 																			<reference key="NSNextKeyView" ref="611885226"/>
@@ -425,7 +425,7 @@
 																			<int key="NSTableViewDraggingDestinationStyle">0</int>
 																		</object>
 																	</object>
-																	<string key="NSFrame">{{0, 17}, {593, 142}}</string>
+																	<string key="NSFrame">{{0, 17}, {593, 126}}</string>
 																	<reference key="NSSuperview" ref="322940610"/>
 																	<reference key="NSWindow"/>
 																	<reference key="NSNextKeyView" ref="294998714"/>
@@ -444,7 +444,7 @@
 																	<int key="NSViewLayerContentsRedrawPolicy">2</int>
 																	<reference key="NSTarget" ref="322940610"/>
 																	<string key="NSAction">_doScroller:</string>
-																	<double key="NSPercent">0.78888887166976929</double>
+																	<double key="NSPercent">0.25099601593625498</double>
 																</object>
 																<object class="NSScroller" id="608471247">
 																	<reference key="NSNextResponder" ref="322940610"/>
@@ -477,7 +477,7 @@
 																</object>
 																<reference ref="849503555"/>
 															</object>
-															<string key="NSFrameSize">{593, 159}</string>
+															<string key="NSFrameSize">{593, 143}</string>
 															<reference key="NSSuperview" ref="834810345"/>
 															<reference key="NSWindow"/>
 															<reference key="NSNextKeyView" ref="608471247"/>
@@ -491,7 +491,7 @@
 															<bytes key="NSScrollAmts">QSAAAEEgAABBkAAAQZAAAA</bytes>
 														</object>
 													</object>
-													<string key="NSFrameSize">{593, 162}</string>
+													<string key="NSFrameSize">{593, 145.5}</string>
 													<reference key="NSSuperview" ref="460492565"/>
 													<reference key="NSWindow"/>
 													<reference key="NSNextKeyView" ref="322940610"/>
@@ -505,13 +505,63 @@
 														<bool key="EncodedWithXMLCoder">YES</bool>
 														<object class="NSCustomView" id="52515128">
 															<reference key="NSNextResponder" ref="196815603"/>
-															<int key="NSvFlags">299</int>
+															<int key="NSvFlags">298</int>
 															<object class="NSMutableArray" key="NSSubviews">
 																<bool key="EncodedWithXMLCoder">YES</bool>
+																<object class="NSBox" id="24578004">
+																	<reference key="NSNextResponder" ref="52515128"/>
+																	<int key="NSvFlags">14</int>
+																	<object class="NSMutableArray" key="NSSubviews">
+																		<bool key="EncodedWithXMLCoder">YES</bool>
+																		<object class="NSView" id="944693154">
+																			<reference key="NSNextResponder" ref="24578004"/>
+																			<int key="NSvFlags">256</int>
+																			<string key="NSFrame">{{1, 1}, {591, 0}}</string>
+																			<reference key="NSSuperview" ref="24578004"/>
+																			<reference key="NSWindow"/>
+																			<reference key="NSNextKeyView" ref="785934659"/>
+																		</object>
+																	</object>
+																	<string key="NSFrameSize">{593, 1}</string>
+																	<reference key="NSSuperview" ref="52515128"/>
+																	<reference key="NSWindow"/>
+																	<reference key="NSNextKeyView" ref="944693154"/>
+																	<string key="NSOffsets">{0, 0}</string>
+																	<object class="NSTextFieldCell" key="NSTitleCell">
+																		<int key="NSCellFlags">67239424</int>
+																		<int key="NSCellFlags2">0</int>
+																		<string key="NSContents">Box</string>
+																		<object class="NSFont" key="NSSupport">
+																			<string key="NSName">LucidaGrande</string>
+																			<double key="NSSize">13</double>
+																			<int key="NSfFlags">1044</int>
+																		</object>
+																		<object class="NSColor" key="NSBackgroundColor" id="766900425">
+																			<int key="NSColorSpace">6</int>
+																			<string key="NSCatalogName">System</string>
+																			<string key="NSColorName">textBackgroundColor</string>
+																			<reference key="NSColor" ref="1009288771"/>
+																		</object>
+																		<object class="NSColor" key="NSTextColor">
+																			<int key="NSColorSpace">3</int>
+																			<bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes>
+																		</object>
+																	</object>
+																	<reference key="NSContentView" ref="944693154"/>
+																	<int key="NSBorderType">3</int>
+																	<int key="NSBoxType">4</int>
+																	<int key="NSTitlePosition">0</int>
+																	<bool key="NSTransparent">NO</bool>
+																	<object class="NSColor" key="NSBorderColor2" id="1024179935">
+																		<int key="NSColorSpace">1</int>
+																		<bytes key="NSRGB">MC41NDkwMTk2MDc4IDAuNTQ5MDE5NjA3OCAwLjU0OTAxOTYwNzgAA</bytes>
+																	</object>
+																	<reference key="NSFillColor2" ref="1024179935"/>
+																</object>
 																<object class="NSTextField" id="949527225">
 																	<reference key="NSNextResponder" ref="52515128"/>
 																	<int key="NSvFlags">297</int>
-																	<string key="NSFrame">{{448, 2}, {77, 17}}</string>
+																	<string key="NSFrame">{{445, 6}, {77, 14}}</string>
 																	<reference key="NSSuperview" ref="52515128"/>
 																	<reference key="NSWindow"/>
 																	<reference key="NSNextKeyView" ref="804215365"/>
@@ -519,13 +569,9 @@
 																	<bool key="NSEnabled">YES</bool>
 																	<object class="NSTextFieldCell" key="NSCell" id="230016300">
 																		<int key="NSCellFlags">68288064</int>
-																		<int key="NSCellFlags2">71304192</int>
+																		<int key="NSCellFlags2">71435264</int>
 																		<string key="NSContents">1/10</string>
-																		<object class="NSFont" key="NSSupport">
-																			<string key="NSName">LucidaGrande</string>
-																			<double key="NSSize">13</double>
-																			<int key="NSfFlags">1040</int>
-																		</object>
+																		<reference key="NSSupport" ref="26"/>
 																		<reference key="NSControlView" ref="949527225"/>
 																		<object class="NSColor" key="NSBackgroundColor" id="222446455">
 																			<int key="NSColorSpace">6</int>
@@ -539,71 +585,47 @@
 																<object class="NSSegmentedControl" id="804215365">
 																	<reference key="NSNextResponder" ref="52515128"/>
 																	<int key="NSvFlags">297</int>
-																	<string key="NSFrame">{{526, 0}, {52, 20}}</string>
+																	<string key="NSFrame">{{530, 4}, {49, 18}}</string>
 																	<reference key="NSSuperview" ref="52515128"/>
 																	<reference key="NSWindow"/>
-																	<reference key="NSNextKeyView" ref="785934659"/>
+																	<reference key="NSNextKeyView" ref="24578004"/>
 																	<int key="NSViewLayerContentsRedrawPolicy">2</int>
 																	<bool key="NSEnabled">YES</bool>
 																	<object class="NSSegmentedCell" key="NSCell" id="78680817">
 																		<int key="NSCellFlags">67239424</int>
-																		<int key="NSCellFlags2">0</int>
-																		<reference key="NSSupport" ref="297420841"/>
+																		<int key="NSCellFlags2">131072</int>
+																		<reference key="NSSupport" ref="26"/>
 																		<reference key="NSControlView" ref="804215365"/>
 																		<object class="NSMutableArray" key="NSSegmentImages">
 																			<bool key="EncodedWithXMLCoder">YES</bool>
 																			<object class="NSSegmentItem">
-																				<double key="NSSegmentItemWidth">23</double>
 																				<object class="NSCustomResource" key="NSSegmentItemImage">
 																					<string key="NSClassName">NSImage</string>
 																					<string key="NSResourceName">NSLeftFacingTriangleTemplate</string>
 																				</object>
-																				<string key="NSSegmentItemLabel"/>
 																				<int key="NSSegmentItemImageScaling">0</int>
 																			</object>
 																			<object class="NSSegmentItem">
-																				<double key="NSSegmentItemWidth">22</double>
 																				<object class="NSCustomResource" key="NSSegmentItemImage">
 																					<string key="NSClassName">NSImage</string>
 																					<string key="NSResourceName">NSRightFacingTriangleTemplate</string>
 																				</object>
-																				<string key="NSSegmentItemLabel"/>
 																				<int key="NSSegmentItemTag">1</int>
 																				<int key="NSSegmentItemImageScaling">0</int>
 																			</object>
 																		</object>
-																		<int key="NSSelectedSegment">1</int>
+																		<int key="NSSelectedSegment">-1</int>
 																		<int key="NSTrackingMode">2</int>
 																		<int key="NSSegmentStyle">3</int>
 																	</object>
 																</object>
-																<object class="NSColorWell" id="1051773738">
-																	<reference key="NSNextResponder" ref="52515128"/>
-																	<int key="NSvFlags">270</int>
-																	<object class="NSMutableSet" key="NSDragTypes">
-																		<bool key="EncodedWithXMLCoder">YES</bool>
-																		<object class="NSArray" key="set.sortedObjects">
-																			<bool key="EncodedWithXMLCoder">YES</bool>
-																			<string>NSColor pasteboard type</string>
-																		</object>
-																	</object>
-																	<string key="NSFrame">{{0, -1}, {593, 22}}</string>
-																	<reference key="NSSuperview" ref="52515128"/>
-																	<reference key="NSWindow"/>
-																	<reference key="NSNextKeyView" ref="949527225"/>
-																	<bool key="NSEnabled">YES</bool>
-																	<object class="NSColor" key="NSColor">
-																		<int key="NSColorSpace">1</int>
-																		<bytes key="NSRGB">MC45MTM3MjU0OTAyIDAuOTEzNzI1NDkwMiAwLjkxMzcyNTQ5MDIAA</bytes>
-																	</object>
-																</object>
 															</object>
-															<string key="NSFrame">{{0, 344}, {593, 20}}</string>
+															<string key="NSFrame">{{0, 356}, {593, 25}}</string>
 															<reference key="NSSuperview" ref="196815603"/>
 															<reference key="NSWindow"/>
-															<reference key="NSNextKeyView" ref="1051773738"/>
+															<reference key="NSNextKeyView" ref="949527225"/>
 															<int key="NSViewLayerContentsRedrawPolicy">2</int>
-															<string key="NSClassName">NSView</string>
+															<string key="NSClassName">AIGradientView</string>
 														</object>
 														<object class="NSScrollView" id="785934659">
 															<reference key="NSNextResponder" ref="196815603"/>
@@ -635,7 +657,7 @@
 																					<string>NeXT TIFF v4.0 pasteboard type</string>
 																				</object>
 																			</object>
-																			<string key="NSFrame">{{0, 29}, {578, 14}}</string>
+																			<string key="NSFrame">{{0, 1}, {250, 14}}</string>
 																			<reference key="NSSuperview" ref="358384816"/>
 																			<reference key="NSWindow"/>
 																			<reference key="NSNextKeyView" ref="194644508"/>
@@ -656,7 +678,7 @@
 																					<nil key="NSDelegate"/>
 																				</object>
 																				<reference key="NSTextView" ref="588573636"/>
-																				<double key="NSWidth">578</double>
+																				<double key="NSWidth">250</double>
 																				<int key="NSTCFlags">1</int>
 																			</object>
 																			<object class="NSTextViewSharedData" key="NSSharedData">
@@ -711,13 +733,13 @@
 																				</object>
 																				<nil key="NSDefaultParagraphStyle"/>
 																			</object>
-																			<int key="NSTVFlags">6</int>
-																			<string key="NSMaxSize">{745, 1e+07}</string>
-																			<string key="NSMinize">{522, 0}</string>
+																			<int key="NSTVFlags">7</int>
+																			<string key="NSMaxSize">{882, 1e+07}</string>
+																			<string key="NSMinize">{250, 0}</string>
 																			<nil key="NSDelegate"/>
 																		</object>
 																	</object>
-																	<string key="NSFrameSize">{578, 343}</string>
+																	<string key="NSFrameSize">{578, 356}</string>
 																	<reference key="NSSuperview" ref="785934659"/>
 																	<reference key="NSWindow"/>
 																	<reference key="NSNextKeyView" ref="588573636"/>
@@ -733,14 +755,13 @@
 																<object class="NSScroller" id="194644508">
 																	<reference key="NSNextResponder" ref="785934659"/>
 																	<int key="NSvFlags">256</int>
-																	<string key="NSFrame">{{578, 0}, {15, 343}}</string>
+																	<string key="NSFrame">{{578, 0}, {15, 356}}</string>
 																	<reference key="NSSuperview" ref="785934659"/>
 																	<reference key="NSWindow"/>
 																	<reference key="NSNextKeyView" ref="291104434"/>
 																	<int key="NSViewLayerContentsRedrawPolicy">2</int>
 																	<reference key="NSTarget" ref="785934659"/>
 																	<string key="NSAction">_doScroller:</string>
-																	<double key="NSCurValue">1</double>
 																</object>
 																<object class="NSScroller" id="607861257">
 																	<reference key="NSNextResponder" ref="785934659"/>
@@ -753,11 +774,11 @@
 																	<int key="NSsFlags">1</int>
 																	<reference key="NSTarget" ref="785934659"/>
 																	<string key="NSAction">_doScroller:</string>
-																	<double key="NSCurValue">1</double>
+																	<double key="NSCurValue">0.9982698961937716</double>
 																	<double key="NSPercent">0.94565218687057495</double>
 																</object>
 															</object>
-															<string key="NSFrameSize">{593, 343}</string>
+															<string key="NSFrameSize">{593, 356}</string>
 															<reference key="NSSuperview" ref="196815603"/>
 															<reference key="NSWindow"/>
 															<reference key="NSNextKeyView" ref="607861257"/>
@@ -768,7 +789,7 @@
 															<reference key="NSContentView" ref="358384816"/>
 														</object>
 													</object>
-													<string key="NSFrame">{{0, 172}, {593, 364}}</string>
+													<string key="NSFrame">{{0, 155.5}, {593, 381}}</string>
 													<reference key="NSSuperview" ref="460492565"/>
 													<reference key="NSWindow"/>
 													<reference key="NSNextKeyView" ref="52515128"/>
@@ -776,7 +797,7 @@
 													<string key="NSClassName">NSView</string>
 												</object>
 											</object>
-											<string key="NSFrameSize">{593, 536}</string>
+											<string key="NSFrame">{{0, -1}, {593, 537}}</string>
 											<reference key="NSSuperview" ref="55917509"/>
 											<reference key="NSWindow"/>
 											<reference key="NSNextKeyView" ref="834810345"/>
@@ -785,7 +806,7 @@
 											<string key="NSAutosaveName">LogViewer:Shelf</string>
 										</object>
 									</object>
-									<string key="NSFrame">{{178, 0}, {593, 536}}</string>
+									<string key="NSFrame">{{178, 0}, {593, 537}}</string>
 									<reference key="NSSuperview" ref="573692868"/>
 									<reference key="NSWindow"/>
 									<reference key="NSNextKeyView" ref="460492565"/>
@@ -793,7 +814,7 @@
 									<string key="NSClassName">NSView</string>
 								</object>
 							</object>
-							<string key="NSFrame">{{0, 28}, {771, 536}}</string>
+							<string key="NSFrame">{{0, 24.5}, {771, 537}}</string>
 							<reference key="NSSuperview" ref="132911623"/>
 							<reference key="NSWindow"/>
 							<reference key="NSNextKeyView" ref="28735003"/>
@@ -805,7 +826,7 @@
 							<reference key="NSNextResponder" ref="132911623"/>
 							<int key="NSvFlags">1281</int>
 							<object class="NSPSMatrix" key="NSDrawMatrix"/>
-							<string key="NSFrame">{{735, 4}, {16, 16}}</string>
+							<string key="NSFrame">{{735, 3}, {16, 16}}</string>
 							<reference key="NSSuperview" ref="132911623"/>
 							<reference key="NSWindow"/>
 							<reference key="NSNextKeyView"/>
@@ -816,10 +837,18 @@
 						<object class="NSTextField" id="141145708">
 							<reference key="NSNextResponder" ref="132911623"/>
 							<int key="NSvFlags">258</int>
-							<string key="NSFrame">{{169, 4}, {561, 17}}</string>
+							<string key="NSFrame">{{169, 2}, {561, 17}}</string>
 							<reference key="NSSuperview" ref="132911623"/>
 							<reference key="NSWindow"/>
 							<reference key="NSNextKeyView" ref="846312189"/>
+							<bool key="NSViewIsLayerTreeHost">YES</bool>
+							<object class="NSShadow" key="NSViewShadow">
+								<double key="NSShadowVert">-1</double>
+								<object class="NSColor" key="NSShadowColor" id="240403615">
+									<int key="NSColorSpace">2</int>
+									<bytes key="NSRGB">MC44MiAwLjgyIDAuODIAA</bytes>
+								</object>
+							</object>
 							<int key="NSViewLayerContentsRedrawPolicy">2</int>
 							<bool key="NSEnabled">YES</bool>
 							<object class="NSTextFieldCell" key="NSCell" id="40580944">
@@ -836,10 +865,19 @@
 						<object class="NSTextField" id="291104434">
 							<reference key="NSNextResponder" ref="132911623"/>
 							<int key="NSvFlags">256</int>
-							<string key="NSFrame">{{17, 4}, {150, 17}}</string>
+							<string key="NSFrame">{{17, 2}, {150, 17}}</string>
 							<reference key="NSSuperview" ref="132911623"/>
 							<reference key="NSWindow"/>
 							<reference key="NSNextKeyView" ref="141145708"/>
+							<bool key="NSViewIsLayerTreeHost">YES</bool>
+							<object class="NSShadow" key="NSViewShadow">
+								<double key="NSShadowVert">-1</double>
+								<object class="NSColor" key="NSShadowColor" id="942541127">
+									<int key="NSColorSpace">2</int>
+									<bytes key="NSRGB">MC44MiAwLjgyIDAuODIAA</bytes>
+								</object>
+							</object>
+							<int key="NSViewLayerContentsRedrawPolicy">2</int>
 							<bool key="NSEnabled">YES</bool>
 							<object class="NSTextFieldCell" key="NSCell" id="820213091">
 								<int key="NSCellFlags">67239424</int>
@@ -854,10 +892,295 @@
 								<bool key="NSDrawsBackground">YES</bool>
 								<reference key="NSBackgroundColor" ref="222446455"/>
 								<reference key="NSTextColor" ref="735596086"/>
+								<object class="NSArray" key="NSAllowedInputLocales">
+									<bool key="EncodedWithXMLCoder">YES</bool>
+									<string>sr_Latn_RS</string>
+									<string>zh</string>
+									<string>ro_RO</string>
+									<string>be_BY</string>
+									<string>si_LK</string>
+									<string>fa_IR</string>
+									<string>en_BW</string>
+									<string>en_JM</string>
+									<string>ka_GE</string>
+									<string>zh_Hans_SG</string>
+									<string>mk_MK</string>
+									<string>en_HK</string>
+									<string>ar_LB</string>
+									<string>ii_CN</string>
+									<string>ru_UA</string>
+									<string>zh_Hant_HK</string>
+									<string>af</string>
+									<string>kl_GL</string>
+									<string>az_Latn</string>
+									<string>ar_SA</string>
+									<string>en_BE</string>
+									<string>bn_BD</string>
+									<string>en_MH</string>
+									<string>be</string>
+									<string>nl_NL</string>
+									<string>el_CY</string>
+									<string>az_Cyrl_AZ</string>
+									<string>ca</string>
+									<string>sr_Latn</string>
+									<string>om_ET</string>
+									<string>es_CL</string>
+									<string>bg</string>
+									<string>en_VI</string>
+									<string>es_VE</string>
+									<string>uz_Cyrl_UZ</string>
+									<string>fr_MC</string>
+									<string>am</string>
+									<string>zh_Hant</string>
+									<string>uz_Arab</string>
+									<string>en_GB</string>
+									<string>da</string>
+									<string>mr_IN</string>
+									<string>es_MX</string>
+									<string>es_PR</string>
+									<string>sq_AL</string>
+									<string>ar</string>
+									<string>fi_FI</string>
+									<string>bn</string>
+									<string>en_NA</string>
+									<string>de</string>
+									<string>as</string>
+									<string>cy_GB</string>
+									<string>en_IE</string>
+									<string>en_BZ</string>
+									<string>de_CH</string>
+									<string>en_US</string>
+									<string>sr_Latn_BA</string>
+									<string>te_IN</string>
+									<string>ar_QA</string>
+									<string>ar_TN</string>
+									<string>zh_Hans_MO</string>
+									<string>de_LI</string>
+									<string>fa</string>
+									<string>kw_GB</string>
+									<string>cs_CZ</string>
+									<string>hu_HU</string>
+									<string>zh_Hant_TW</string>
+									<string>uz_Latn</string>
+									<string>ta_IN</string>
+									<string>az</string>
+									<string>ar_EG</string>
+									<string>ar_SD</string>
+									<string>cs</string>
+									<string>ga</string>
+									<string>ar_LY</string>
+									<string>af_ZA</string>
+									<string>el</string>
+									<string>es_PA</string>
+									<string>es_CO</string>
+									<string>fi</string>
+									<string>en</string>
+									<string>ha</string>
+									<string>eo</string>
+									<string>gl_ES</string>
+									<string>cy</string>
+									<string>es_GT</string>
+									<string>ms_BN</string>
+									<string>ne_IN</string>
+									<string>he_IL</string>
+									<string>he</string>
+									<string>es</string>
+									<string>fo</string>
+									<string>en_CA</string>
+									<string>et</string>
+									<string>hr_HR</string>
+									<string>haw</string>
+									<string>gl</string>
+									<string>ar_SY</string>
+									<string>fr_SN</string>
+									<string>eu</string>
+									<string>uz_Arab_AF</string>
+									<string>id</string>
+									<string>fr</string>
+									<string>az_Latn_AZ</string>
+									<string>hi</string>
+									<string>zh_Hans_HK</string>
+									<string>ja</string>
+									<string>es_ES</string>
+									<string>ar_AE</string>
+									<string>uz_Latn_UZ</string>
+									<string>ca_ES</string>
+									<string>fr_BE</string>
+									<string>hi_IN</string>
+									<string>is_IS</string>
+									<string>ii</string>
+									<string>ps_AF</string>
+									<string>ka</string>
+									<string>tr_TR</string>
+									<string>it_CH</string>
+									<string>kk_Cyrl_KZ</string>
+									<string>gu</string>
+									<string>es_US</string>
+									<string>gv</string>
+									<string>en_PH</string>
+									<string>es_HN</string>
+									<string>hr</string>
+									<string>sv_FI</string>
+									<string>es_CR</string>
+									<string>haw_US</string>
+									<string>ar_MA</string>
+									<string>hu</string>
+									<string>nl_BE</string>
+									<string>th_TH</string>
+									<string>en_ZA</string>
+									<string>kk_Cyrl</string>
+									<string>is</string>
+									<string>it</string>
+									<string>es_PE</string>
+									<string>hy</string>
+									<string>de_DE</string>
+									<string>en_NZ</string>
+									<string>kk</string>
+									<string>kl</string>
+									<string>en_AU</string>
+									<string>pa_Guru</string>
+									<string>el_GR</string>
+									<string>km</string>
+									<string>kn</string>
+									<string>ko</string>
+									<string>nb</string>
+									<string>ar_IQ</string>
+									<string>es_PY</string>
+									<string>es_EC</string>
+									<string>en_US_POSIX</string>
+									<string>vi_VN</string>
+									<string>lv_LV</string>
+									<string>ne</string>
+									<string>kn_IN</string>
+									<string>es_AR</string>
+									<string>mk</string>
+									<string>ml</string>
+									<string>bg_BG</string>
+									<string>hy_AM_REVISED</string>
+									<string>kw</string>
+									<string>uk_UA</string>
+									<string>en_PK</string>
+									<string>pa</string>
+									<string>lt</string>
+									<string>sk_SK</string>
+									<string>nl</string>
+									<string>ur_PK</string>
+									<string>de_BE</string>
+									<string>lv</string>
+									<string>as_IN</string>
+									<string>mr</string>
+									<string>nn</string>
+									<string>en_ZW</string>
+									<string>fr_CA</string>
+									<string>ne_NP</string>
+									<string>ms</string>
+									<string>pl_PL</string>
+									<string>ti_ER</string>
+									<string>ja_JP</string>
+									<string>mt</string>
+									<string>fr_LU</string>
+									<string>om</string>
+									<string>sr_Cyrl_ME</string>
+									<string>en_IN</string>
+									<string>ga_IE</string>
+									<string>sw_KE</string>
+									<string>pl</string>
+									<string>kok</string>
+									<string>ur_IN</string>
+									<string>or</string>
+									<string>it_IT</string>
+									<string>hy_AM</string>
+									<string>ml_IN</string>
+									<string>en_SG</string>
+									<string>es_SV</string>
+									<string>am_ET</string>
+									<string>pt_BR</string>
+									<string>bn_IN</string>
+									<string>mt_MT</string>
+									<string>ar_KW</string>
+									<string>es_DO</string>
+									<string>pa_Arab</string>
+									<string>gv_GB</string>
+									<string>so_KE</string>
+									<string>ti_ET</string>
+									<string>ps</string>
+									<string>ms_MY</string>
+									<string>sl_SI</string>
+									<string>es_UY</string>
+									<string>en_MT</string>
+									<string>pt</string>
+									<string>sw_TZ</string>
+									<string>ta</string>
+									<string>nn_NO</string>
+									<string>sr_Cyrl_RS</string>
+									<string>si</string>
+									<string>te</string>
+									<string>ro</string>
+									<string>so_SO</string>
+									<string>sk</string>
+									<string>az_Cyrl</string>
+									<string>or_IN</string>
+									<string>sl</string>
+									<string>pa_Arab_PK</string>
+									<string>ru_RU</string>
+									<string>th</string>
+									<string>ar_DZ</string>
+									<string>ti</string>
+									<string>so</string>
+									<string>sr_Cyrl</string>
+									<string>es_NI</string>
+									<string>ha_Latn_NG</string>
+									<string>ru</string>
+									<string>en_TT</string>
+									<string>sq</string>
+									<string>fr_FR</string>
+									<string>sr</string>
+									<string>da_DK</string>
+									<string>es_BO</string>
+									<string>nb_NO</string>
+									<string>de_LU</string>
+									<string>uk</string>
+									<string>eu_ES</string>
+									<string>ar_JO</string>
+									<string>sv</string>
+									<string>so_ET</string>
+									<string>tr</string>
+									<string>sw</string>
+									<string>vi</string>
+									<string>zh_Hans_CN</string>
+									<string>km_KH</string>
+									<string>fa_AF</string>
+									<string>et_EE</string>
+									<string>ko_KR</string>
+									<string>pa_Guru_IN</string>
+									<string>sr_Latn_ME</string>
+									<string>so_DJ</string>
+									<string>ur</string>
+									<string>kok_IN</string>
+									<string>uz_Cyrl</string>
+									<string>zh_Hant_MO</string>
+									<string>zh_Hans</string>
+									<string>ar_YE</string>
+									<string>fo_FO</string>
+									<string>sv_SE</string>
+									<string>ha_Latn</string>
+									<string>de_AT</string>
+									<string>lt_LT</string>
+									<string>ar_OM</string>
+									<string>sr_Cyrl_BA</string>
+									<string>uz</string>
+									<string>ar_BH</string>
+									<string>id_ID</string>
+									<string>pt_PT</string>
+									<string>af_NA</string>
+									<string>om_KE</string>
+									<string>fr_CH</string>
+									<string>gu_IN</string>
+								</object>
 							</object>
 						</object>
 					</object>
-					<string key="NSFrame">{{7, 11}, {771, 561}}</string>
+					<string key="NSFrame">{{7, 11}, {771, 557}}</string>
 					<reference key="NSSuperview"/>
 					<reference key="NSWindow"/>
 					<reference key="NSNextKeyView" ref="573692868"/>
@@ -866,6 +1189,8 @@
 				<string key="NSScreenRect">{{0, 0}, {1680, 1028}}</string>
 				<string key="NSMinSize">{350, 222}</string>
 				<string key="NSMaxSize">{1e+13, 1e+13}</string>
+				<bool key="NSAutorecalculatesContentBorderThicknessMinY">NO</bool>
+				<double key="NSContentBorderThicknessMinY">24</double>
 			</object>
 			<object class="NSCustomView" id="263556283">
 				<nil key="NSNextResponder"/>
@@ -887,12 +1212,7 @@
 							<reference key="NSControlView" ref="360077433"/>
 							<bool key="NSDrawsBackground">YES</bool>
 							<int key="NSTextBezelStyle">1</int>
-							<object class="NSColor" key="NSBackgroundColor">
-								<int key="NSColorSpace">6</int>
-								<string key="NSCatalogName">System</string>
-								<string key="NSColorName">textBackgroundColor</string>
-								<reference key="NSColor" ref="1009288771"/>
-							</object>
+							<reference key="NSBackgroundColor" ref="766900425"/>
 							<reference key="NSTextColor" ref="735596086"/>
 							<object class="NSButtonCell" key="NSSearchButtonCell">
 								<int key="NSCellFlags">130560</int>
@@ -954,7 +1274,7 @@
 			</object>
 		</object>
 		<object class="IBObjectContainer" key="IBDocument.Objects">
-			<object class="NSArray" key="connectionRecords">
+			<object class="NSMutableArray" key="connectionRecords">
 				<bool key="EncodedWithXMLCoder">YES</bool>
 				<object class="IBConnectionRecord">
 					<object class="IBOutletConnection" key="connection">
@@ -1170,7 +1490,9 @@
 					<bool key="EncodedWithXMLCoder">YES</bool>
 					<object class="IBObjectRecord">
 						<int key="objectID">0</int>
-						<reference key="object" ref="0"/>
+						<object class="NSArray" key="object" id="0">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+						</object>
 						<reference key="children" ref="39619956"/>
 						<nil key="parent"/>
 					</object>
@@ -1355,16 +1677,6 @@
 						<reference key="parent" ref="460492565"/>
 					</object>
 					<object class="IBObjectRecord">
-						<int key="objectID">441</int>
-						<reference key="object" ref="196815603"/>
-						<object class="NSMutableArray" key="children">
-							<bool key="EncodedWithXMLCoder">YES</bool>
-							<reference ref="785934659"/>
-							<reference ref="52515128"/>
-						</object>
-						<reference key="parent" ref="460492565"/>
-					</object>
-					<object class="IBObjectRecord">
 						<int key="objectID">457</int>
 						<reference key="object" ref="322940610"/>
 						<object class="NSMutableArray" key="children">
@@ -1460,6 +1772,69 @@
 						<reference key="parent" ref="635249058"/>
 					</object>
 					<object class="IBObjectRecord">
+						<int key="objectID">483</int>
+						<reference key="object" ref="291104434"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="820213091"/>
+						</object>
+						<reference key="parent" ref="132911623"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">484</int>
+						<reference key="object" ref="820213091"/>
+						<reference key="parent" ref="291104434"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">441</int>
+						<reference key="object" ref="196815603"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="52515128"/>
+							<reference ref="785934659"/>
+						</object>
+						<reference key="parent" ref="460492565"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">376</int>
+						<reference key="object" ref="52515128"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="949527225"/>
+							<reference ref="804215365"/>
+							<reference ref="24578004"/>
+						</object>
+						<reference key="parent" ref="196815603"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">379</int>
+						<reference key="object" ref="949527225"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="230016300"/>
+						</object>
+						<reference key="parent" ref="52515128"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">380</int>
+						<reference key="object" ref="230016300"/>
+						<reference key="parent" ref="949527225"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">377</int>
+						<reference key="object" ref="804215365"/>
+						<object class="NSMutableArray" key="children">
+							<bool key="EncodedWithXMLCoder">YES</bool>
+							<reference ref="78680817"/>
+						</object>
+						<reference key="parent" ref="52515128"/>
+					</object>
+					<object class="IBObjectRecord">
+						<int key="objectID">378</int>
+						<reference key="object" ref="78680817"/>
+						<reference key="parent" ref="804215365"/>
+					</object>
+					<object class="IBObjectRecord">
 						<int key="objectID">472</int>
 						<reference key="object" ref="785934659"/>
 						<object class="NSMutableArray" key="children">
@@ -1486,77 +1861,23 @@
 						<reference key="parent" ref="785934659"/>
 					</object>




More information about the commits mailing list