Revision: 10224
          http://sourceforge.net/p/skim-app/code/10224
Author:   hofman
Date:     2019-01-28 14:48:54 +0000 (Mon, 28 Jan 2019)
Log Message:
-----------
set background color of table views to controlBackgroundColor

Modified Paths:
--------------
    trunk/BookmarksWindow.xib
    trunk/DownloadsWindow.xib
    trunk/InfoWindow.xib
    trunk/LeftSideView.xib
    trunk/NotesDocument.xib
    trunk/RightSideView.xib

Modified: trunk/BookmarksWindow.xib
===================================================================
--- trunk/BookmarksWindow.xib   2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/BookmarksWindow.xib   2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -15,9 +14,9 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <window title="Bookmarks" allowsToolTipsWhenApplicationIsInactive="NO" 
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" 
animationBehavior="default" id="5" userLabel="Window">
-            <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/>
+            <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES"/>
             <windowPositionMask key="initialPositionMask" leftStrut="YES" 
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
             <rect key="contentRect" x="242" y="493" width="400" height="250"/>
             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="938"/>
@@ -41,7 +40,7 @@
                                     <rect key="frame" x="0.0" y="0.0" 
width="400" height="204"/>
                                     <autoresizingMask key="autoresizingMask"/>
                                     <size key="intercellSpacing" width="3" 
height="2"/>
-                                    <color key="backgroundColor" white="1" 
alpha="1" colorSpace="calibratedWhite"/>
+                                    <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                     <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                                     <tableColumns>
                                         <tableColumn identifier="label" 
width="165" minWidth="40" maxWidth="1000" id="58">

Modified: trunk/DownloadsWindow.xib
===================================================================
--- trunk/DownloadsWindow.xib   2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/DownloadsWindow.xib   2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -15,7 +14,7 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <window title="Downloads" allowsToolTipsWhenApplicationIsInactive="NO" 
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" 
animationBehavior="default" id="5" userLabel="Window" 
customClass="SKDownloadsWindow">
             <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES"/>
             <windowPositionMask key="initialPositionMask" leftStrut="YES" 
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
@@ -37,7 +36,7 @@
                                     <rect key="frame" x="0.0" y="0.0" 
width="360" height="316"/>
                                     <autoresizingMask key="autoresizingMask"/>
                                     <size key="intercellSpacing" width="3" 
height="2"/>
-                                    <color key="backgroundColor" white="1" 
alpha="1" colorSpace="calibratedWhite"/>
+                                    <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                     <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                                     <tableColumns>
                                         <tableColumn identifier="icon" 
editable="NO" width="32" minWidth="32" maxWidth="32" id="14">

Modified: trunk/InfoWindow.xib
===================================================================
--- trunk/InfoWindow.xib        2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/InfoWindow.xib        2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -16,7 +15,7 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <window title="Document Info" 
allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" 
hidesOnDeactivate="YES" releasedWhenClosed="NO" visibleAtLaunch="NO" 
animationBehavior="default" id="5" userLabel="Window" customClass="NSPanel">
             <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES" utility="YES"/>
             <windowPositionMask key="initialPositionMask" leftStrut="YES" 
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
@@ -86,7 +85,7 @@
                                                 <rect key="frame" x="-100" 
y="-100" width="139" height="15"/>
                                                 <autoresizingMask 
key="autoresizingMask"/>
                                             </scroller>
-                                            <scroller key="verticalScroller" 
hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="37" 
horizontal="NO" id="223">
+                                            <scroller key="verticalScroller" 
hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" 
horizontal="NO" id="223">
                                                 <rect key="frame" x="-100" 
y="-100" width="15" height="102"/>
                                                 <autoresizingMask 
key="autoresizingMask"/>
                                             </scroller>
@@ -97,7 +96,7 @@
                             <tabViewItem label="Attributes" identifier="2" 
id="92">
                                 <view key="view" id="93">
                                     <rect key="frame" x="10" y="25" 
width="414" height="250"/>
-                                    <autoresizingMask key="autoresizingMask"/>
+                                    <autoresizingMask key="autoresizingMask" 
widthSizable="YES" heightSizable="YES"/>
                                     <subviews>
                                         <scrollView focusRingType="none" 
borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" 
horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" 
hasHorizontalScroller="NO" hasVerticalScroller="NO" 
usesPredominantAxisScrolling="NO" id="234">
                                             <rect key="frame" x="17" y="17" 
width="380" height="227"/>
@@ -104,7 +103,7 @@
                                             <autoresizingMask 
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                             <clipView key="contentView" 
drawsBackground="NO" copiesOnScroll="NO" id="0HB-s2-5Dm">
                                                 <rect key="frame" x="0.0" 
y="0.0" width="380" height="227"/>
-                                                <autoresizingMask 
key="autoresizingMask"/>
+                                                <autoresizingMask 
key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                                                 <subviews>
                                                     <tableView 
focusRingType="none" verticalHuggingPriority="750" 
allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" 
columnReordering="NO" columnResizing="NO" multipleSelection="NO" 
autosaveColumns="NO" typeSelect="NO" rowHeight="20" id="235">
                                                         <rect key="frame" 
x="0.0" y="0.0" width="380" height="227"/>
@@ -149,7 +148,7 @@
                                                 <rect key="frame" x="-100" 
y="-100" width="139" height="15"/>
                                                 <autoresizingMask 
key="autoresizingMask"/>
                                             </scroller>
-                                            <scroller key="verticalScroller" 
hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="37" 
horizontal="NO" id="237">
+                                            <scroller key="verticalScroller" 
hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" 
horizontal="NO" id="237">
                                                 <rect key="frame" x="-100" 
y="-100" width="15" height="102"/>
                                                 <autoresizingMask 
key="autoresizingMask"/>
                                             </scroller>

Modified: trunk/LeftSideView.xib
===================================================================
--- trunk/LeftSideView.xib      2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/LeftSideView.xib      2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -24,7 +23,7 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <customView id="85" userLabel="LeftSideView">
             <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
@@ -132,9 +131,9 @@
         <scrollView focusRingType="none" autohidesScrollers="YES" 
horizontalLineScroll="20" horizontalPageScroll="10" verticalLineScroll="20" 
verticalPageScroll="10" hasHorizontalScroller="NO" 
usesPredominantAxisScrolling="NO" id="116">
             <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
-            <clipView key="contentView" id="Hnd-hK-VAX">
+            <clipView key="contentView" drawsBackground="NO" id="Hnd-hK-VAX">
                 <rect key="frame" x="1" y="1" width="198" height="398"/>
-                <autoresizingMask key="autoresizingMask"/>
+                <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
                 <subviews>
                     <outlineView focusRingType="none" 
verticalHuggingPriority="750" allowsExpansionToolTips="YES" 
columnAutoresizingStyle="firstColumnOnly" selectionHighlightStyle="sourceList" 
columnReordering="NO" columnResizing="NO" multipleSelection="NO" 
emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20" 
indentationPerLevel="14" outlineTableColumn="121" id="119" 
customClass="SKTocOutlineView">
                         <rect key="frame" x="0.0" y="0.0" width="198" 
height="398"/>
@@ -172,6 +171,7 @@
                         </tableColumns>
                     </outlineView>
                 </subviews>
+                <nil key="backgroundColor"/>
             </clipView>
             <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" 
verticalHuggingPriority="750" horizontal="YES" id="117">
                 <rect key="frame" x="-100" y="-100" width="220" height="15"/>
@@ -186,14 +186,14 @@
             <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
             <clipView key="contentView" id="VaG-cU-bQa">
-                <rect key="frame" x="1" y="25" width="198" height="374"/>
-                <autoresizingMask key="autoresizingMask"/>
+                <rect key="frame" x="1" y="0.0" width="198" height="399"/>
+                <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
                 <subviews>
                     <tableView focusRingType="none" 
verticalHuggingPriority="750" allowsExpansionToolTips="YES" 
columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" 
columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" 
headerView="108" id="111" customClass="SKTableView">
                         <rect key="frame" x="0.0" y="0.0" width="198" 
height="374"/>
                         <autoresizingMask key="autoresizingMask"/>
                         <size key="intercellSpacing" width="3" height="2"/>
-                        <color key="backgroundColor" white="1" alpha="1" 
colorSpace="calibratedWhite"/>
+                        <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                         <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                         <tableColumns>
                             <tableColumn identifier="page" editable="NO" 
width="42" minWidth="32" maxWidth="42" id="113">
@@ -262,14 +262,14 @@
             <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
             <clipView key="contentView" id="CUc-Bz-YWJ">
-                <rect key="frame" x="1" y="25" width="198" height="374"/>
-                <autoresizingMask key="autoresizingMask"/>
+                <rect key="frame" x="1" y="0.0" width="198" height="399"/>
+                <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
                 <subviews>
                     <tableView focusRingType="none" 
verticalHuggingPriority="750" allowsExpansionToolTips="YES" 
columnAutoresizingStyle="firstColumnOnly" alternatingRowBackgroundColors="YES" 
columnReordering="NO" columnResizing="NO" autosaveColumns="NO" typeSelect="NO" 
headerView="125" id="128" customClass="SKTableView">
                         <rect key="frame" x="0.0" y="0.0" width="198" 
height="374"/>
                         <autoresizingMask key="autoresizingMask"/>
                         <size key="intercellSpacing" width="3" height="2"/>
-                        <color key="backgroundColor" white="1" alpha="1" 
colorSpace="calibratedWhite"/>
+                        <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                         <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                         <tableColumns>
                             <tableColumn identifier="relevance" editable="NO" 
width="150" minWidth="40" maxWidth="1000" id="129">
@@ -282,7 +282,6 @@
                                 <sortDescriptor key="sortDescriptorPrototype" 
selector="compare:" sortKey="count" ascending="NO"/>
                                 <tableColumnResizingMask key="resizingMask" 
resizeWithTable="YES" userResizable="YES"/>
                                 <connections>
-                                    <binding destination="97" name="maxValue" 
keyPath="arrangedObjects.maxCount" id="165"/>
                                     <binding destination="97" name="value" 
keyPath="arrangedObjects.count" previousBinding="165" id="153">
                                         <dictionary key="options">
                                             <integer 
key="NSAllowsEditingMultipleValuesSelection" value="0"/>
@@ -290,6 +289,7 @@
                                             <integer 
key="NSCreatesSortDescriptor" value="0"/>
                                         </dictionary>
                                     </binding>
+                                    <binding destination="97" name="maxValue" 
keyPath="arrangedObjects.maxCount" id="165"/>
                                 </connections>
                             </tableColumn>
                             <tableColumn identifier="page" editable="NO" 
width="42" minWidth="32" maxWidth="42" id="130">

Modified: trunk/NotesDocument.xib
===================================================================
--- trunk/NotesDocument.xib     2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/NotesDocument.xib     2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -16,9 +15,9 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <window allowsToolTipsWhenApplicationIsInactive="NO" 
autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" 
animationBehavior="default" id="5" userLabel="Window">
-            <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES" unifiedTitleAndToolbar="YES"/>
+            <windowStyleMask key="styleMask" titled="YES" closable="YES" 
miniaturizable="YES" resizable="YES"/>
             <windowPositionMask key="initialPositionMask" leftStrut="YES" 
rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
             <rect key="contentRect" x="302" y="310" width="480" height="360"/>
             <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
@@ -38,7 +37,7 @@
                                     <rect key="frame" x="0.0" y="0.0" 
width="480" height="336"/>
                                     <autoresizingMask key="autoresizingMask"/>
                                     <size key="intercellSpacing" width="3" 
height="2"/>
-                                    <color key="backgroundColor" white="1" 
alpha="1" colorSpace="calibratedWhite"/>
+                                    <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                                     <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                                     <tableColumns>
                                         <tableColumn identifier="note" 
editable="NO" width="389" minWidth="16" maxWidth="1000" id="50">

Modified: trunk/RightSideView.xib
===================================================================
--- trunk/RightSideView.xib     2019-01-28 14:35:29 UTC (rev 10223)
+++ trunk/RightSideView.xib     2019-01-28 14:48:54 UTC (rev 10224)
@@ -2,7 +2,6 @@
 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="14460.31" targetRuntime="MacOSX.Cocoa" 
propertyAccessControl="none">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
         <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="14460.31"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
@@ -21,7 +20,7 @@
             </connections>
         </customObject>
         <customObject id="-1" userLabel="First Responder" 
customClass="FirstResponder"/>
-        <customObject id="-3" userLabel="Application"/>
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
         <customView id="4" userLabel="RightSideView">
             <rect key="frame" x="0.0" y="0.0" width="200" height="400"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
@@ -78,7 +77,7 @@
                         <rect key="frame" x="0.0" y="0.0" width="198" 
height="374"/>
                         <autoresizingMask key="autoresizingMask"/>
                         <size key="intercellSpacing" width="3" height="2"/>
-                        <color key="backgroundColor" white="1" alpha="1" 
colorSpace="calibratedWhite"/>
+                        <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                         <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                         <tableColumns>
                             <tableColumn identifier="note" width="126" 
minWidth="33" maxWidth="1000" id="35">
@@ -176,13 +175,13 @@
             <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
             <clipView key="contentView" id="GlW-dx-lwj">
                 <rect key="frame" x="1" y="1" width="198" height="398"/>
-                <autoresizingMask key="autoresizingMask"/>
+                <autoresizingMask key="autoresizingMask" widthSizable="YES" 
heightSizable="YES"/>
                 <subviews>
                     <tableView focusRingType="none" 
verticalHuggingPriority="750" allowsExpansionToolTips="YES" 
columnAutoresizingStyle="firstColumnOnly" columnReordering="NO" 
columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" 
rowHeight="32" id="13" customClass="SKTableView">
                         <rect key="frame" x="0.0" y="0.0" width="198" 
height="398"/>
                         <autoresizingMask key="autoresizingMask"/>
                         <size key="intercellSpacing" width="3" height="2"/>
-                        <color key="backgroundColor" name="controlColor" 
catalog="System" colorSpace="catalog"/>
+                        <color key="backgroundColor" 
name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
                         <color key="gridColor" name="gridColor" 
catalog="System" colorSpace="catalog"/>
                         <tableColumns>
                             <tableColumn identifier="image" editable="NO" 
width="160" minWidth="40" maxWidth="1000" id="15">

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to