Revision: 25793 http://sourceforge.net/p/bibdesk/svn/25793 Author: hofman Date: 2021-04-28 14:59:46 +0000 (Wed, 28 Apr 2021) Log Message: ----------- Use auto layout for DocumentInfoWindow and replace localized xib files by strings files
Modified Paths: -------------- trunk/bibdesk/Base.lproj/DocumentInfoWindow.xib trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj Added Paths: ----------- trunk/bibdesk/de.lproj/DocumentInfoWindow.strings trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings Removed Paths: ------------- trunk/bibdesk/de.lproj/DocumentInfoWindow.xib trunk/bibdesk/fr.lproj/DocumentInfoWindow.xib Modified: trunk/bibdesk/Base.lproj/DocumentInfoWindow.xib =================================================================== --- trunk/bibdesk/Base.lproj/DocumentInfoWindow.xib 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/Base.lproj/DocumentInfoWindow.xib 2021-04-28 14:59:46 UTC (rev 25793) @@ -28,9 +28,8 @@ <rect key="frame" x="0.0" y="0.0" width="376" height="236"/> <autoresizingMask key="autoresizingMask"/> <subviews> - <button toolTip="Set the document info and dismiss" verticalHuggingPriority="750" tag="1" id="25"> - <rect key="frame" x="280" y="12" width="82" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> + <button toolTip="Set the document info and dismiss" verticalHuggingPriority="750" tag="1" translatesAutoresizingMaskIntoConstraints="NO" id="25"> + <rect key="frame" x="287" y="13" width="76" height="32"/> <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="93"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> @@ -43,9 +42,8 @@ <outlet property="nextKeyView" destination="77" id="78"/> </connections> </button> - <scrollView toolTip="Document info which can be used in templates and autogeneration formats." autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="67"> + <scrollView toolTip="Document info which can be used in templates and autogeneration formats." autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="67"> <rect key="frame" x="0.0" y="60" width="376" height="177"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <clipView key="contentView" id="JCO-No-SeR"> <rect key="frame" x="1" y="1" width="374" height="175"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> @@ -69,7 +67,7 @@ </textFieldCell> <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> </tableColumn> - <tableColumn identifier="value" width="253.90139999999997" minWidth="8" maxWidth="1000" id="70"> + <tableColumn identifier="value" width="224.90139999999997" minWidth="8" maxWidth="1000" id="70"> <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Value"> <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> @@ -102,9 +100,8 @@ <autoresizingMask key="autoresizingMask"/> </tableHeaderView> </scrollView> - <button toolTip="Ignore the current edits and dismiss" verticalHuggingPriority="750" id="77"> - <rect key="frame" x="198" y="12" width="82" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> + <button toolTip="Ignore the current edits and dismiss" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="77"> + <rect key="frame" x="213" y="13" width="76" height="32"/> <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="94"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> @@ -117,9 +114,8 @@ <outlet property="nextKeyView" destination="68" id="88"/> </connections> </button> - <segmentedControl verticalHuggingPriority="750" id="100"> - <rect key="frame" x="20" y="19" width="49" height="23"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> + <segmentedControl verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="100"> + <rect key="frame" x="20" y="30" width="49" height="23"/> <segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="smallSquare" trackingMode="momentary" id="101"> <font key="font" metaFont="system"/> <segments> @@ -132,6 +128,21 @@ </connections> </segmentedControl> </subviews> + <constraints> + <constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="100" secondAttribute="bottom" constant="20" symbolic="YES" id="LTE-aW-xbu"/> + <constraint firstItem="25" firstAttribute="width" secondItem="77" secondAttribute="width" id="OHE-dw-oaa"/> + <constraint firstItem="25" firstAttribute="top" secondItem="67" secondAttribute="bottom" constant="20" symbolic="YES" id="OYT-iG-WwG"/> + <constraint firstItem="67" firstAttribute="leading" secondItem="6" secondAttribute="leading" id="SSm-I4-JTh"/> + <constraint firstAttribute="trailing" secondItem="67" secondAttribute="trailing" id="Sit-Bk-ffg"/> + <constraint firstItem="25" firstAttribute="firstBaseline" secondItem="77" secondAttribute="firstBaseline" id="WOK-T0-rmd"/> + <constraint firstItem="77" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="100" secondAttribute="trailing" constant="8" symbolic="YES" id="ZGV-Ep-pOi"/> + <constraint firstAttribute="trailing" secondItem="25" secondAttribute="trailing" constant="20" symbolic="YES" id="eZ0-b1-pT7"/> + <constraint firstItem="100" firstAttribute="top" secondItem="67" secondAttribute="bottom" priority="750" constant="8" symbolic="YES" id="iBY-It-TMa"/> + <constraint firstItem="25" firstAttribute="leading" secondItem="77" secondAttribute="trailing" constant="12" symbolic="YES" id="lqM-7N-UY9"/> + <constraint firstItem="67" firstAttribute="top" secondItem="6" secondAttribute="top" constant="-1" id="oCN-VX-77S"/> + <constraint firstAttribute="bottom" secondItem="25" secondAttribute="bottom" constant="20" symbolic="YES" id="p7J-OH-O81"/> + <constraint firstItem="100" firstAttribute="leading" secondItem="6" secondAttribute="leading" constant="20" symbolic="YES" id="qTo-Rd-vBd"/> + </constraints> </view> <connections> <outlet property="delegate" destination="-2" id="16"/> Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj =================================================================== --- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj 2021-04-28 14:59:46 UTC (rev 25793) @@ -1448,7 +1448,6 @@ CE3D8D9F125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/BibPref_TeX.xib; sourceTree = "<group>"; }; CE3D8DA0125E69BB00AE0232 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BibTeXKeys.strings; sourceTree = "<group>"; }; CE3D8DA5125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = de; path = de.lproj/Credits.rtf; sourceTree = "<group>"; }; - CE3D8DA6125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/DocumentInfoWindow.xib; sourceTree = "<group>"; }; CE3D8DA7125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/FileMatcher.xib; sourceTree = "<group>"; }; CE3D8DA8125E69BB00AE0232 /* de */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = de; path = de.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; CE3D8DA9125E69BB00AE0232 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; }; @@ -1597,6 +1596,8 @@ CE7FB36F2639ADB1003158AB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BDSKCharacterConversion.strings; sourceTree = "<group>"; }; CE7FB3732639AECF003158AB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/BDSKErrorPanel.strings; sourceTree = "<group>"; }; CE7FB3742639AED0003158AB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BDSKErrorPanel.strings; sourceTree = "<group>"; }; + CE7FB3782639AFD9003158AB /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/DocumentInfoWindow.strings; sourceTree = "<group>"; }; + CE7FB3792639AFDB003158AB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/DocumentInfoWindow.strings; sourceTree = "<group>"; }; CE80A8730FDAB27D0086A46C /* BDSKHighlightingPopUpButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKHighlightingPopUpButton.h; sourceTree = "<group>"; }; CE80A8740FDAB27D0086A46C /* BDSKHighlightingPopUpButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BDSKHighlightingPopUpButton.m; sourceTree = "<group>"; }; CE82B2CF0D57AE0B00A2E8C5 /* BDSKSharingClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BDSKSharingClient.h; sourceTree = "<group>"; }; @@ -1810,7 +1811,6 @@ CEB5D6781072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_ScriptHooks.xib; sourceTree = "<group>"; }; CEB5D6791072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_Sharing.xib; sourceTree = "<group>"; }; CEB5D67A1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/BibPref_TeX.xib; sourceTree = "<group>"; }; - CEB5D67F1072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/DocumentInfoWindow.xib; sourceTree = "<group>"; }; CEB5D6801072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FileMatcher.xib; sourceTree = "<group>"; }; CEB5D6831072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/FileMatcherConfigSheet.xib; sourceTree = "<group>"; }; CEB5D6881072AE950001C135 /* fr */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = fr; path = fr.lproj/NotesWindow.xib; sourceTree = "<group>"; }; @@ -5366,6 +5366,8 @@ isa = PBXVariantGroup; children = ( CEB0C73226385ED700B63A29 /* en */, + CE7FB3782639AFD9003158AB /* fr */, + CE7FB3792639AFDB003158AB /* de */, ); name = DocumentInfoWindow.strings; sourceTree = "<group>"; @@ -5781,8 +5783,6 @@ CEB5D5E81072AE350001C135 /* DocumentInfoWindow.xib */ = { isa = PBXVariantGroup; children = ( - CEB5D67F1072AE950001C135 /* fr */, - CE3D8DA6125E69BB00AE0232 /* de */, CEB0C5FC2638508400B63A29 /* Base */, ); name = DocumentInfoWindow.xib; Added: trunk/bibdesk/de.lproj/DocumentInfoWindow.strings =================================================================== (Binary files differ) Index: trunk/bibdesk/de.lproj/DocumentInfoWindow.strings =================================================================== --- trunk/bibdesk/de.lproj/DocumentInfoWindow.strings 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/de.lproj/DocumentInfoWindow.strings 2021-04-28 14:59:46 UTC (rev 25793) Property changes on: trunk/bibdesk/de.lproj/DocumentInfoWindow.strings ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: trunk/bibdesk/de.lproj/DocumentInfoWindow.xib =================================================================== --- trunk/bibdesk/de.lproj/DocumentInfoWindow.xib 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/de.lproj/DocumentInfoWindow.xib 2021-04-28 14:59:46 UTC (rev 25793) @@ -1,150 +0,0 @@ -<?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"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKDocumentInfoWindowController"> - <connections> - <outlet property="addRemoveButton" destination="100" id="102"/> - <outlet property="cancelButton" destination="77" id="jPA-gK-dwP"/> - <outlet property="tableView" destination="68" id="71"/> - <outlet property="window" destination="5" id="18"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window title="Dokumenteninformation" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Document Info Window" animationBehavior="default" id="5" userLabel="Window"> - <windowStyleMask key="styleMask" titled="YES" resizable="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="179" y="349" width="376" height="236"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="300" height="107"/> - <view key="contentView" id="6"> - <rect key="frame" x="0.0" y="0.0" width="376" height="236"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button toolTip="Dokumenteninformation setzen und schließen" verticalHuggingPriority="750" tag="1" id="25"> - <rect key="frame" x="280" y="12" width="82" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="93"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -DQ -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="26"/> - <outlet property="nextKeyView" destination="77" id="78"/> - </connections> - </button> - <scrollView toolTip="Dokumenteninformation, die in Vorlagen und Formate zum automatischen Erstellen verwendet werden kann." autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="67"> - <rect key="frame" x="0.0" y="60" width="376" height="177"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <clipView key="contentView" id="0Kt-M1-uQC"> - <rect key="frame" x="1" y="1" width="374" height="175"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" headerView="99" id="68"> - <rect key="frame" x="0.0" y="0.0" width="374" height="150"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> - <tableColumns> - <tableColumn identifier="key" width="105" minWidth="40" maxWidth="1000" id="69"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Schlüssel"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="95"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> - </tableColumn> - <tableColumn identifier="value" width="253.90139999999997" minWidth="8" maxWidth="1000" id="70"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Wert"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="96"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> - </tableColumn> - </tableColumns> - <connections> - <outlet property="dataSource" destination="-2" id="75"/> - <outlet property="delegate" destination="-2" id="76"/> - </connections> - </tableView> - </subviews> - </clipView> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="98"> - <rect key="frame" x="1" y="160" width="374" height="16"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="97"> - <rect key="frame" x="-30" y="17" width="15" height="159"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <tableHeaderView key="headerView" wantsLayer="YES" id="99"> - <rect key="frame" x="0.0" y="0.0" width="374" height="25"/> - <autoresizingMask key="autoresizingMask"/> - </tableHeaderView> - </scrollView> - <button toolTip="Momentane Bearbeitungen verwerfen und schließen" verticalHuggingPriority="750" id="77"> - <rect key="frame" x="172" y="12" width="108" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Abbrechen" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="94"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -Gw -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="80"/> - <outlet property="nextKeyView" destination="68" id="88"/> - </connections> - </button> - <segmentedControl verticalHuggingPriority="750" id="100"> - <rect key="frame" x="20" y="19" width="49" height="23"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <segmentedCell key="cell" borderStyle="border" alignment="left" segmentDistribution="fill" style="smallSquare" trackingMode="momentary" id="101"> - <font key="font" metaFont="system"/> - <segments> - <segment image="NSAddTemplate" width="22"> - <nil key="label"/> - </segment> - <segment image="NSRemoveTemplate" width="22" tag="1"> - <nil key="label"/> - </segment> - </segments> - </segmentedCell> - <connections> - <action selector="addRemoveKey:" target="-2" id="103"/> - </connections> - </segmentedControl> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="16"/> - <outlet property="initialFirstResponder" destination="68" id="89"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - </objects> - <resources> - <image name="NSAddTemplate" width="14" height="13"/> - <image name="NSRemoveTemplate" width="14" height="4"/> - </resources> -</document> Added: trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings =================================================================== (Binary files differ) Index: trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings =================================================================== --- trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings 2021-04-28 14:59:46 UTC (rev 25793) Property changes on: trunk/bibdesk/fr.lproj/DocumentInfoWindow.strings ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property Deleted: trunk/bibdesk/fr.lproj/DocumentInfoWindow.xib =================================================================== --- trunk/bibdesk/fr.lproj/DocumentInfoWindow.xib 2021-04-28 14:55:19 UTC (rev 25792) +++ trunk/bibdesk/fr.lproj/DocumentInfoWindow.xib 2021-04-28 14:59:46 UTC (rev 25793) @@ -1,147 +0,0 @@ -<?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"> - <dependencies> - <deployment identifier="macosx"/> - <development version="8000" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17701"/> - <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> - </dependencies> - <objects> - <customObject id="-2" userLabel="File's Owner" customClass="BDSKDocumentInfoWindowController"> - <connections> - <outlet property="addRemoveButton" destination="100" id="102"/> - <outlet property="cancelButton" destination="77" id="quK-u8-ot2"/> - <outlet property="okButton" destination="25" id="DWP-Yk-De4"/> - <outlet property="tableView" destination="68" id="71"/> - <outlet property="window" destination="5" id="18"/> - </connections> - </customObject> - <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application" customClass="NSObject"/> - <window title="Informations du document" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="Document Info Window" animationBehavior="default" id="5" userLabel="Window"> - <windowStyleMask key="styleMask" titled="YES" resizable="YES"/> - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> - <rect key="contentRect" x="179" y="349" width="376" height="236"/> - <rect key="screenRect" x="0.0" y="0.0" width="1280" height="775"/> - <value key="minSize" type="size" width="300" height="107"/> - <view key="contentView" id="6"> - <rect key="frame" x="0.0" y="0.0" width="376" height="236"/> - <autoresizingMask key="autoresizingMask"/> - <subviews> - <button toolTip="Régler les informations du document et refermer" verticalHuggingPriority="750" tag="1" id="25"> - <rect key="frame" x="280" y="12" width="82" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" tag="1" inset="2" id="93"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -DQ -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="26"/> - <outlet property="nextKeyView" destination="77" id="78"/> - </connections> - </button> - <scrollView toolTip="Informations de document qui peuvent être utilisées pour les modèles et les formats d'auto-génération." autohidesScrollers="YES" horizontalLineScroll="18" horizontalPageScroll="10" verticalLineScroll="18" verticalPageScroll="10" usesPredominantAxisScrolling="NO" id="67"> - <rect key="frame" x="0.0" y="60" width="376" height="177"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <clipView key="contentView" id="9SY-3v-cyx"> - <rect key="frame" x="1" y="1" width="374" height="175"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="16" headerView="99" id="68"> - <rect key="frame" x="0.0" y="0.0" width="374" height="150"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <size key="intercellSpacing" width="3" height="2"/> - <color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/> - <color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/> - <tableColumns> - <tableColumn identifier="key" width="105" minWidth="40" maxWidth="1000" id="69"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Clé"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="95"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> - </tableColumn> - <tableColumn identifier="value" width="253.90139999999997" minWidth="8" maxWidth="1000" id="70"> - <tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Valeur"> - <color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/> - </tableHeaderCell> - <textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="96"> - <font key="font" metaFont="cellTitle"/> - <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> - <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> - </textFieldCell> - <tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/> - </tableColumn> - </tableColumns> - <connections> - <outlet property="dataSource" destination="-2" id="75"/> - <outlet property="delegate" destination="-2" id="76"/> - </connections> - </tableView> - </subviews> - </clipView> - <scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="98"> - <rect key="frame" x="1" y="160" width="374" height="16"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="97"> - <rect key="frame" x="-30" y="17" width="15" height="159"/> - <autoresizingMask key="autoresizingMask"/> - </scroller> - <tableHeaderView key="headerView" wantsLayer="YES" id="99"> - <rect key="frame" x="0.0" y="0.0" width="374" height="25"/> - <autoresizingMask key="autoresizingMask"/> - </tableHeaderView> - </scrollView> - <button toolTip="Ignorer les modifications et refermer" verticalHuggingPriority="750" id="77"> - <rect key="frame" x="198" y="12" width="82" height="32"/> - <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> - <buttonCell key="cell" type="push" title="Annuler" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="94"> - <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> - <font key="font" metaFont="system"/> - <string key="keyEquivalent" base64-UTF8="YES"> -Gw -</string> - </buttonCell> - <connections> - <action selector="dismiss:" target="-2" id="80"/> - <outlet property="nextKeyView" destination="68" id="88"/> - </connections> - </button> - <segmentedControl verticalHuggingPriority="750" id="100"> - <rect key="frame" x="20" y="19" width="49" height="23"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> - <segmentedCell key="cell" borderStyle="border" alignment="left" style="smallSquare" trackingMode="momentary" id="101"> - <font key="font" metaFont="system"/> - <segments> - <segment image="NSAddTemplate" width="22"/> - <segment image="NSRemoveTemplate" width="22" tag="1"/> - </segments> - </segmentedCell> - <connections> - <action selector="addRemoveKey:" target="-2" id="103"/> - </connections> - </segmentedControl> - </subviews> - </view> - <connections> - <outlet property="delegate" destination="-2" id="16"/> - <outlet property="initialFirstResponder" destination="68" id="89"/> - </connections> - <point key="canvasLocation" x="139" y="147"/> - </window> - </objects> - <resources> - <image name="NSAddTemplate" width="14" height="13"/> - <image name="NSRemoveTemplate" width="14" height="4"/> - </resources> -</document> 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