Revision: 14507
http://sourceforge.net/p/skim-app/code/14507
Author: hofman
Date: 2024-10-02 17:44:35 +0000 (Wed, 02 Oct 2024)
Log Message:
-----------
Include Page Transition title in display pattern
Modified Paths:
--------------
trunk/Base.lproj/TransitionSheet.xib
trunk/SKTransitionInfo.h
trunk/SKTransitionInfo.m
trunk/de.lproj/Localizable.strings
trunk/de.lproj/TransitionSheet.strings
trunk/en.lproj/Localizable.strings
trunk/en.lproj/TransitionSheet.strings
trunk/es.lproj/Localizable.strings
trunk/es.lproj/TransitionSheet.strings
trunk/fr.lproj/Localizable.strings
trunk/fr.lproj/TransitionSheet.strings
trunk/it.lproj/Localizable.strings
trunk/it.lproj/TransitionSheet.strings
trunk/ja.lproj/Localizable.strings
trunk/ja.lproj/TransitionSheet.strings
trunk/nl.lproj/Localizable.strings
trunk/nl.lproj/TransitionSheet.strings
trunk/pl.lproj/Localizable.strings
trunk/pl.lproj/TransitionSheet.strings
trunk/ru.lproj/Localizable.strings
trunk/ru.lproj/TransitionSheet.strings
trunk/zh_CN.lproj/Localizable.strings
trunk/zh_CN.lproj/TransitionSheet.strings
trunk/zh_TW.lproj/Localizable.strings
trunk/zh_TW.lproj/TransitionSheet.strings
Modified: trunk/Base.lproj/TransitionSheet.xib
===================================================================
--- trunk/Base.lproj/TransitionSheet.xib 2024-10-02 17:11:10 UTC (rev
14506)
+++ trunk/Base.lproj/TransitionSheet.xib 2024-10-02 17:44:35 UTC (rev
14507)
@@ -198,16 +198,11 @@
</constraints>
</view>
<connections>
- <binding destination="127"
name="displayPatternTitle2" keyPath="selection.label" previousBinding="512"
id="513">
+ <binding destination="127"
name="displayPatternTitle1" keyPath="selection.label" id="oaa-9R-IRf">
<dictionary key="options">
- <string key="NSDisplayPattern">%{title1}@
%{title2}@</string>
+ <string key="NSDisplayPattern">Page
Transition %{title1}@</string>
</dictionary>
</binding>
- <binding destination="127"
name="displayPatternTitle1" keyPath="selection.title" id="512">
- <dictionary key="options">
- <string key="NSDisplayPattern">%{title1}@
%{title2}@</string>
- </dictionary>
- </binding>
</connections>
</box>
<box borderType="line" title="Synchronized Notes Document"
translatesAutoresizingMaskIntoConstraints="NO" id="68">
Modified: trunk/SKTransitionInfo.h
===================================================================
--- trunk/SKTransitionInfo.h 2024-10-02 17:11:10 UTC (rev 14506)
+++ trunk/SKTransitionInfo.h 2024-10-02 17:44:35 UTC (rev 14507)
@@ -65,7 +65,6 @@
@property (nonatomic, nullable, readonly) NSString *localizedTransitionName;
@property (nonatomic, nullable, readonly) NSString *label;
-@property (nonatomic, readonly) NSString *title;
@property (class, nonatomic, readonly) NSArray *localizedTransitionNames;
Modified: trunk/SKTransitionInfo.m
===================================================================
--- trunk/SKTransitionInfo.m 2024-10-02 17:11:10 UTC (rev 14506)
+++ trunk/SKTransitionInfo.m 2024-10-02 17:44:35 UTC (rev 14507)
@@ -52,7 +52,7 @@
@implementation SKTransitionInfo
@synthesize transitionStyle, duration, shouldRestrict;
-@dynamic properties, transitionName, localizedTransitionName, label, title;
+@dynamic properties, transitionName, localizedTransitionName, label;
static NSDictionary *oldStyleNames = nil;
@@ -207,10 +207,6 @@
return nil;
}
-- (NSString *)title {
- return NSLocalizedString(@"Page Transition", @"Box title");
-}
-
@end
#pragma mark -
Modified: trunk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/de.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/en.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/es.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/es.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/fr.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/it.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/it.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/ja.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/ja.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/nl.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/nl.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/pl.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/pl.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/ru.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/ru.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_CN.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_CN.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_TW.lproj/Localizable.strings
===================================================================
(Binary files differ)
Modified: trunk/zh_TW.lproj/TransitionSheet.strings
===================================================================
(Binary files differ)
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