Revision: 29196
          http://sourceforge.net/p/bibdesk/svn/29196
Author:   hofman
Date:     2025-04-25 17:58:00 +0000 (Fri, 25 Apr 2025)
Log Message:
-----------
Make hidden server type radio button bind to SRU instead of WOS

Modified Paths:
--------------
    trunk/bibdesk/BDSKServerInfo.h
    trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
    trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
    trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
    trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings

Modified: trunk/bibdesk/BDSKServerInfo.h
===================================================================
--- trunk/bibdesk/BDSKServerInfo.h      2025-04-25 17:46:55 UTC (rev 29195)
+++ trunk/bibdesk/BDSKServerInfo.h      2025-04-25 17:58:00 UTC (rev 29196)
@@ -44,8 +44,8 @@
     BDSKServerTypeEntrez,
     BDSKServerTypeZoom,
     BDSKServerTypeDBLP,
-    BDSKServerTypeISI,
-    BDSKServerTypeSRU
+    BDSKServerTypeSRU,
+    BDSKServerTypeISI
 };
 
 @class BDSKReadWriteLock;

Modified: trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib
===================================================================
--- trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib   2025-04-25 17:46:55 UTC 
(rev 29195)
+++ trunk/bibdesk/Base.lproj/BDSKSearchGroupSheet.xib   2025-04-25 17:58:00 UTC 
(rev 29196)
@@ -276,11 +276,6 @@
                                         <connections>
                                             <accessibilityConnection 
property="title" destination="191" id="525"/>
                                             <binding destination="-2" 
name="enabled" keyPath="editable" id="468"/>
-                                            <binding destination="-2" 
name="hidden" keyPath="zoomOrSRU" previousBinding="979" id="zmn-bc-vkQ">
-                                                <dictionary key="options">
-                                                    <string 
key="NSValueTransformerName">NSNegateBoolean</string>
-                                                </dictionary>
-                                            </binding>
                                             <binding destination="569" 
name="value" keyPath="selection.port" id="578">
                                                 <dictionary key="options">
                                                     <integer 
key="NSConditionallySetsEditable" value="0"/>
@@ -296,6 +291,11 @@
                                                     <integer 
key="NSNullPlaceholder" value="-1"/>
                                                 </dictionary>
                                             </binding>
+                                            <binding destination="-2" 
name="hidden" keyPath="zoomOrSRU" previousBinding="979" id="zmn-bc-vkQ">
+                                                <dictionary key="options">
+                                                    <string 
key="NSValueTransformerName">NSNegateBoolean</string>
+                                                </dictionary>
+                                            </binding>
                                             <outlet property="nextKeyView" 
destination="201" id="293"/>
                                         </connections>
                                     </textField>
@@ -376,11 +376,6 @@
                                         <connections>
                                             <accessibilityConnection 
property="title" destination="196" id="524"/>
                                             <binding destination="-2" 
name="enabled" keyPath="editable" id="480"/>
-                                            <binding destination="-2" 
name="hidden" keyPath="zoomOrSRU" previousBinding="977" id="XIN-vT-kNF">
-                                                <dictionary key="options">
-                                                    <string 
key="NSValueTransformerName">NSNegateBoolean</string>
-                                                </dictionary>
-                                            </binding>
                                             <binding destination="569" 
name="value" keyPath="selection.host" id="576">
                                                 <dictionary key="options">
                                                     <integer 
key="NSConditionallySetsEditable" value="0"/>
@@ -396,6 +391,11 @@
                                                     <integer 
key="NSNullPlaceholder" value="-1"/>
                                                 </dictionary>
                                             </binding>
+                                            <binding destination="-2" 
name="hidden" keyPath="zoomOrSRU" previousBinding="977" id="XIN-vT-kNF">
+                                                <dictionary key="options">
+                                                    <string 
key="NSValueTransformerName">NSNegateBoolean</string>
+                                                </dictionary>
+                                            </binding>
                                             <outlet property="nextKeyView" 
destination="198" id="212"/>
                                         </connections>
                                     </textField>
@@ -591,9 +591,9 @@
                                             </binding>
                                         </connections>
                                     </button>
-                                    <button hidden="YES" toolTip="Web of 
Science server" horizontalHuggingPriority="749" verticalHuggingPriority="750" 
translatesAutoresizingMaskIntoConstraints="NO" id="8U9-Rn-xYX">
+                                    <button hidden="YES" toolTip="RSU library 
server, e.g. Library of Congres" horizontalHuggingPriority="749" 
verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" 
id="8U9-Rn-xYX">
                                         <rect key="frame" x="294" y="171.5" 
width="59" height="15"/>
-                                        <buttonCell key="cell" type="radio" 
title="WOS" bezelStyle="regularSquare" imagePosition="left" alignment="left" 
controlSize="small" inset="2" id="oe8-bG-yFU">
+                                        <buttonCell key="cell" type="radio" 
title="RSU" bezelStyle="regularSquare" imagePosition="left" alignment="left" 
controlSize="small" inset="2" id="oe8-bG-yFU">
                                             <behavior key="behavior" 
changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
                                             <font key="font" 
metaFont="smallSystem"/>
                                         </buttonCell>

Modified: trunk/bibdesk/de.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/en.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/fr.lproj/BDSKSearchGroupSheet.strings
===================================================================
(Binary files differ)

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to