Skip to content

Commit

Permalink
HistoryView: Autosave column information
Browse files Browse the repository at this point in the history
This allows columns to save their information, such as
whether or not they are hidden.
  • Loading branch information
Pieter de Bie committed May 28, 2009
1 parent 8273aec commit 4e4ffcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PBGitHistoryView.xib
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<object class="NSMutableArray" key="NSTableColumns">
<bool key="EncodedWithXMLCoder">YES</bool>
<object class="NSTableColumn" id="1025472344">
<string key="NSIdentifier">subject</string>
<string key="NSIdentifier">SubjectColumn</string>
<double key="NSWidth">5.090000e+02</double>
<double key="NSMinWidth">4.000000e+01</double>
<double key="NSMaxWidth">1.000000e+03</double>
Expand Down Expand Up @@ -188,6 +188,7 @@
<reference key="NSTableView" ref="254268962"/>
</object>
<object class="NSTableColumn" id="792589327">
<string key="NSIdentifier">AuthorColumn</string>
<double key="NSWidth">1.900000e+02</double>
<double key="NSMinWidth">4.000000e+01</double>
<double key="NSMaxWidth">1.000000e+03</double>
Expand All @@ -213,6 +214,7 @@
<reference key="NSTableView" ref="254268962"/>
</object>
<object class="NSTableColumn" id="976830280">
<string key="NSIdentifier">DateColumn</string>
<double key="NSWidth">1.440000e+02</double>
<double key="NSMinWidth">1.000000e+01</double>
<double key="NSMaxWidth">3.402823e+38</double>
Expand Down Expand Up @@ -259,7 +261,7 @@
</object>
</object>
<double key="NSRowHeight">1.700000e+01</double>
<int key="NSTvFlags">-700448768</int>
<int key="NSTvFlags">-683671552</int>
<string key="NSAutosaveName">CommitView</string>
<int key="NSColumnAutoresizingStyle">5</int>
<int key="NSDraggingSourceMaskForLocal">15</int>
Expand Down Expand Up @@ -3059,13 +3061,11 @@
<bool key="EncodedWithXMLCoder">YES</bool>
<string>contextMenuDelegate</string>
<string>controller</string>
<string>objectValue</string>
</object>
<object class="NSMutableArray" key="dict.values">
<bool key="EncodedWithXMLCoder">YES</bool>
<string>id</string>
<string>PBGitHistoryController</string>
<string>id</string>
</object>
</object>
<object class="IBClassDescriptionSource" key="sourceIdentifier">
Expand Down

0 comments on commit 4e4ffcc

Please sign in to comment.