added how many unread mentions there are to the timeline window title

This commit is contained in:
Jeena Paradies 2010-04-27 23:30:09 +02:00
parent ce5ee9f2ee
commit 9ba76d7bc7
6 changed files with 75 additions and 13 deletions

View file

@ -21,9 +21,9 @@
</object>
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
<bool key="EncodedWithXMLCoder">YES</bool>
<integer value="559"/>
<integer value="536"/>
<integer value="81"/>
<integer value="535"/>
<integer value="559"/>
</object>
<object class="NSArray" key="IBDocument.PluginDependencies">
<bool key="EncodedWithXMLCoder">YES</bool>
@ -1299,6 +1299,30 @@
</object>
<int key="connectionID">564</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">timelineViewWindow</string>
<reference key="source" ref="408500656"/>
<reference key="destination" ref="1010634651"/>
</object>
<int key="connectionID">565</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">mentionsViewWindow</string>
<reference key="source" ref="408500656"/>
<reference key="destination" ref="134415325"/>
</object>
<int key="connectionID">566</int>
</object>
<object class="IBConnectionRecord">
<object class="IBOutletConnection" key="connection">
<string key="label">delegate</string>
<reference key="source" ref="134415325"/>
<reference key="destination" ref="408500656"/>
</object>
<int key="connectionID">569</int>
</object>
</object>
<object class="IBMutableOrderedSet" key="objectRecords">
<object class="NSArray" key="orderedObjects">
@ -2261,9 +2285,9 @@
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<integer value="1"/>
<string>{{42, 357}, {397, 581}}</string>
<string>{{152, 238}, {397, 581}}</string>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>{{42, 357}, {397, 581}}</string>
<string>{{152, 238}, {397, 581}}</string>
<boolean value="YES"/>
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
<string>com.apple.WebKitIBPlugin</string>
@ -2318,7 +2342,7 @@
</object>
</object>
<nil key="sourceID"/>
<int key="maxID">564</int>
<int key="maxID">569</int>
</object>
<object class="IBClassDescriber" key="IBDocument.Classes">
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
@ -2326,18 +2350,26 @@
<object class="IBPartialClassDescription">
<string key="className">Controller</string>
<string key="superclassName">NSObject</string>
<object class="NSMutableDictionary" key="actions">
<string key="NS.key.0">mentionsWindowDidExpose:</string>
<string key="NS.object.0">id</string>
</object>
<object class="NSMutableDictionary" key="outlets">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSArray" key="dict.sortedKeys">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>mentionsView</string>
<string>mentionsViewWindow</string>
<string>timelineView</string>
<string>timelineViewWindow</string>
<string>viewDelegate</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>WebView</string>
<string>NSWindow</string>
<string>WebView</string>
<string>NSWindow</string>
<string>ViewDelegate</string>
</object>
</object>