Revision: 27984
          http://sourceforge.net/p/bibdesk/svn/27984
Author:   hofman
Date:     2022-10-03 09:37:45 +0000 (Mon, 03 Oct 2022)
Log Message:
-----------
use secure textfield subclass in sharing preferences, password window, and 
authentication panel

Modified Paths:
--------------
    trunk/bibdesk/Base.lproj/AuthenticationPanel.xib
    trunk/bibdesk/Base.lproj/BDSKPasswordController.xib
    trunk/bibdesk/Base.lproj/BibPref_Sharing.xib

Modified: trunk/bibdesk/Base.lproj/AuthenticationPanel.xib
===================================================================
--- trunk/bibdesk/Base.lproj/AuthenticationPanel.xib    2022-10-03 09:34:36 UTC 
(rev 27983)
+++ trunk/bibdesk/Base.lproj/AuthenticationPanel.xib    2022-10-03 09:37:45 UTC 
(rev 27984)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES" customObjectInstantitationMethod="direct">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES" customObjectInstantitationMethod="direct">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="18122"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="19529"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -73,9 +72,9 @@
                             <outlet property="nextKeyView" 
destination="Om9-Im-2TW" id="bJf-u9-m6y"/>
                         </connections>
                     </textField>
-                    <textField verticalHuggingPriority="750" tag="4" 
translatesAutoresizingMaskIntoConstraints="NO" id="Om9-Im-2TW" 
customClass="NSSecureTextField">
+                    <textField verticalHuggingPriority="750" tag="4" 
translatesAutoresizingMaskIntoConstraints="NO" id="Om9-Im-2TW" 
customClass="BDSKSecureTextField">
                         <rect key="frame" x="174" y="97" width="229" 
height="21"/>
-                        <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" 
tag="4" drawsBackground="YES" id="u0B-cr-Qpt">
+                        <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" 
tag="4" drawsBackground="YES" id="u0B-cr-Qpt" 
customClass="BDSKSecureTextFieldCell">
                             <font key="font" metaFont="system"/>
                             <color key="textColor" name="controlTextColor" 
catalog="System" colorSpace="catalog"/>
                             <color key="backgroundColor" 
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

Modified: trunk/bibdesk/Base.lproj/BDSKPasswordController.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKPasswordController.xib 2022-10-03 09:34:36 UTC 
(rev 27983)
+++ trunk/bibdesk/Base.lproj/BDSKPasswordController.xib 2022-10-03 09:37:45 UTC 
(rev 27984)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="17701"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="19529"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -26,9 +25,9 @@
                 <rect key="frame" x="0.0" y="0.0" width="312" height="117"/>
                 <autoresizingMask key="autoresizingMask"/>
                 <subviews>
-                    <textField verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="7" 
customClass="NSSecureTextField">
+                    <textField verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="7" 
customClass="BDSKSecureTextField">
                         <rect key="frame" x="90" y="48" width="202" 
height="21"/>
-                        <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" 
drawsBackground="YES" id="24">
+                        <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" 
drawsBackground="YES" id="24" customClass="BDSKSecureTextFieldCell">
                             <font key="font" metaFont="system"/>
                             <color key="textColor" name="controlTextColor" 
catalog="System" colorSpace="catalog"/>
                             <color key="backgroundColor" 
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

Modified: trunk/bibdesk/Base.lproj/BibPref_Sharing.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BibPref_Sharing.xib        2022-10-03 09:34:36 UTC 
(rev 27983)
+++ trunk/bibdesk/Base.lproj/BibPref_Sharing.xib        2022-10-03 09:37:45 UTC 
(rev 27984)
@@ -1,9 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" 
toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" 
useAutolayout="YES">
     <dependencies>
         <deployment identifier="macosx"/>
-        <development version="8000" identifier="xcode"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="17701"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" 
version="19529"/>
         <capability name="documents saved in the Xcode 8 format" 
minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -82,9 +81,9 @@
                         <color key="backgroundColor" name="controlColor" 
catalog="System" colorSpace="catalog"/>
                     </textFieldCell>
                 </textField>
-                <textField horizontalHuggingPriority="99" 
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" 
id="9" customClass="NSSecureTextField">
+                <textField horizontalHuggingPriority="99" 
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" 
id="9" customClass="BDSKSecureTextField">
                     <rect key="frame" x="164" y="68" width="268" height="21"/>
-                    <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" 
drawsBackground="YES" id="67">
+                    <textFieldCell key="cell" scrollable="YES" 
lineBreakMode="clipping" selectable="YES" editable="YES" 
sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" 
drawsBackground="YES" id="67" customClass="BDSKSecureTextFieldCell">
                         <font key="font" metaFont="system"/>
                         <color key="textColor" name="controlTextColor" 
catalog="System" colorSpace="catalog"/>
                         <color key="backgroundColor" 
name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to