Revision: 28688
http://sourceforge.net/p/bibdesk/svn/28688
Author: hofman
Date: 2024-01-28 15:40:49 +0000 (Sun, 28 Jan 2024)
Log Message:
-----------
Upgrade nib to xib. Update some urls.
Modified Paths:
--------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m
Removed Paths:
-------------
trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView
Program/en.lproj/MainMenu.nib/
Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView
Program/Controller.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m
2024-01-28 00:21:15 UTC (rev 28687)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FileView Program/Controller.m
2024-01-28 15:40:49 UTC (rev 28688)
@@ -80,11 +80,11 @@
NSUInteger insertIndex = floor(iMax / 2);
[arrayController insertObject:[NSNull null]
atArrangedObjectIndex:insertIndex++];
- [arrayController insertObject:[NSURL
URLWithString:@"http://www.macintouch.com/"]
atArrangedObjectIndex:insertIndex++];
- [arrayController insertObject:[NSURL
URLWithString:@"http://bibdesk.sf.net/"] atArrangedObjectIndex:insertIndex++];
+ [arrayController insertObject:[NSURL
URLWithString:@"https://www.macintouch.com/"]
atArrangedObjectIndex:insertIndex++];
+ [arrayController insertObject:[NSURL
URLWithString:@"https://bibdesk.sourceforge.io/"]
atArrangedObjectIndex:insertIndex++];
[arrayController insertObject:[NSURL
URLWithString:@"http://www-chaos.engr.utk.edu/pap/crg-aiche2000daw-paper.pdf"]
atArrangedObjectIndex:insertIndex++];
- [arrayController insertObject:[NSURL
URLWithString:@"http://dx.doi.org/10.1023/A:1018361121952"]
atArrangedObjectIndex:insertIndex++];
- [arrayController insertObject:[NSURL
URLWithString:@"http://searchenginewatch.com/_static/example1.html"]
atArrangedObjectIndex:insertIndex++];
+ [arrayController insertObject:[NSURL
URLWithString:@"https://doi.org/10.1023/A:1018361121952"]
atArrangedObjectIndex:insertIndex++];
+ [arrayController insertObject:[NSURL
URLWithString:@"https://searchenginewatch.com/_static/example1.html"]
atArrangedObjectIndex:insertIndex++];
// this scheme is seldom (if ever) defined by any app; the delegate
implementation demonstrates opening them
[arrayController insertObject:[NSURL
URLWithString:@"doi:10.2112/06-0677.1"] atArrangedObjectIndex:insertIndex++];
@@ -93,7 +93,7 @@
[arrayController insertObject:[NSURL URLWithString:@"http://192.168.0.1"]
atArrangedObjectIndex:insertIndex++];
// nonexistent domain
- [arrayController insertObject:[NSURL
URLWithString:@"http://bibdesk.sourceforge.tld/"]
atArrangedObjectIndex:insertIndex++];
+ [arrayController insertObject:[NSURL
URLWithString:@"https://bibdesk.sourceforge.tld/"]
atArrangedObjectIndex:insertIndex++];
[_fileView bind:@"content" toObject:arrayController
withKeyPath:@"arrangedObjects" options:nil];
[_fileView bind:@"selectionIndexes" toObject:arrayController
withKeyPath:@"selectionIndexes" options:nil];
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