Revision: 14724
http://sourceforge.net/p/skim-app/code/14724
Author: hofman
Date: 2024-11-18 15:40:08 +0000 (Mon, 18 Nov 2024)
Log Message:
-----------
remove downloads window class files
Modified Paths:
--------------
trunk/Skim.xcodeproj/project.pbxproj
Removed Paths:
-------------
trunk/SKDownloadsWindow.h
trunk/SKDownloadsWindow.m
Deleted: trunk/SKDownloadsWindow.h
===================================================================
--- trunk/SKDownloadsWindow.h 2024-11-18 15:39:19 UTC (rev 14723)
+++ trunk/SKDownloadsWindow.h 2024-11-18 15:40:08 UTC (rev 14724)
@@ -1,44 +0,0 @@
-//
-// SKDownloadsWindow.h
-// Skim
-//
-// Created by Christiaan on 14/12/2018.
-/*
- This software is Copyright (c) 2019
- Christiaan Hofman. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- - Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- - Neither the name of Christiaan Hofman nor the names of any
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import <Cocoa/Cocoa.h>
-
-
-@interface SKDownloadsWindow : NSWindow
-
-@end
Deleted: trunk/SKDownloadsWindow.m
===================================================================
--- trunk/SKDownloadsWindow.m 2024-11-18 15:39:19 UTC (rev 14723)
+++ trunk/SKDownloadsWindow.m 2024-11-18 15:40:08 UTC (rev 14724)
@@ -1,47 +0,0 @@
-//
-// SKDownloadsWindow.m
-// Skim
-//
-// Created by Christiaan on 14/12/2018.
-/*
- This software is Copyright (c) 2019
- Christiaan Hofman. All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- - Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- - Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
-
- - Neither the name of Christiaan Hofman nor the names of any
- contributors may be used to endorse or promote products derived
- from this software without specific prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import "SKDownloadsWindow.h"
-
-@implementation SKDownloadsWindow
-
-- (BOOL)respondsToSelector:(SEL)aSelector {
- return aSelector != @selector(toggleToolbarShown:) && aSelector !=
@selector(runToolbarCustomizationPalette:) && [super
respondsToSelector:aSelector];
-}
-
-@end
Modified: trunk/Skim.xcodeproj/project.pbxproj
===================================================================
--- trunk/Skim.xcodeproj/project.pbxproj 2024-11-18 15:39:19 UTC (rev
14723)
+++ trunk/Skim.xcodeproj/project.pbxproj 2024-11-18 15:40:08 UTC (rev
14724)
@@ -133,7 +133,6 @@
CE4643CF0DF6B5A400CFD8D2 /* SKJoinCommand.m in Sources */ =
{isa = PBXBuildFile; fileRef = CE4643CE0DF6B5A400CFD8D2 /* SKJoinCommand.m */;
};
CE4645910DF8140200CFD8D2 /* SKNumberArrayFormatter.m in Sources
*/ = {isa = PBXBuildFile; fileRef = CE4645900DF8140200CFD8D2 /*
SKNumberArrayFormatter.m */; };
CE48BAD80C089EA300A166C6 /* SKTemplateParser.m in Sources */ =
{isa = PBXBuildFile; fileRef = CE48BAD60C089EA300A166C6 /* SKTemplateParser.m
*/; };
- CE48EFB121C3DC3900249D4C /* SKDownloadsWindow.m in Sources */ =
{isa = PBXBuildFile; fileRef = CE48EFB021C3DC3900249D4C /* SKDownloadsWindow.m
*/; };
CE4972510BDE898F00D7F1D2 /* SKMainWindow.m in Sources */ = {isa
= PBXBuildFile; fileRef = CE49724F0BDE898F00D7F1D2 /* SKMainWindow.m */; };
CE49726D0BDE8A7400D7F1D2 /* PDFSelection_SKExtensions.m in
Sources */ = {isa = PBXBuildFile; fileRef = CE49726B0BDE8A7400D7F1D2 /*
PDFSelection_SKExtensions.m */; };
CE49728B0BDE8B2900D7F1D2 /* SKToolbarItem.m in Sources */ =
{isa = PBXBuildFile; fileRef = CE4972890BDE8B2900D7F1D2 /* SKToolbarItem.m */;
};
@@ -957,8 +956,6 @@
CE485BF00BC4443B00FA7109 /* nl */ = {isa = PBXFileReference;
lastKnownFileType = text.rtf; name = nl; path = nl.lproj/Credits.rtf;
sourceTree = "<group>"; };
CE48BAD50C089EA300A166C6 /* SKTemplateParser.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
SKTemplateParser.h; sourceTree = "<group>"; };
CE48BAD60C089EA300A166C6 /* SKTemplateParser.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= SKTemplateParser.m; sourceTree = "<group>"; };
- CE48EFAF21C3DC3900249D4C /* SKDownloadsWindow.h */ = {isa =
PBXFileReference; lastKnownFileType = sourcecode.c.h; path =
SKDownloadsWindow.h; sourceTree = "<group>"; };
- CE48EFB021C3DC3900249D4C /* SKDownloadsWindow.m */ = {isa =
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path =
SKDownloadsWindow.m; sourceTree = "<group>"; };
CE49724E0BDE898F00D7F1D2 /* SKMainWindow.h */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =
SKMainWindow.h; sourceTree = "<group>"; };
CE49724F0BDE898F00D7F1D2 /* SKMainWindow.m */ = {isa =
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path
= SKMainWindow.m; sourceTree = "<group>"; };
CE49726A0BDE8A7400D7F1D2 /* PDFSelection_SKExtensions.h */ =
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h;
path = PDFSelection_SKExtensions.h; sourceTree = "<group>"; };
@@ -1841,8 +1838,6 @@
children = (
CEA8FCD40D89C34A00E8A6F4 /*
SKAnimatedBorderlessWindow.h */,
CEA8FCD50D89C34A00E8A6F4 /*
SKAnimatedBorderlessWindow.m */,
- CE48EFAF21C3DC3900249D4C /* SKDownloadsWindow.h
*/,
- CE48EFB021C3DC3900249D4C /* SKDownloadsWindow.m
*/,
CE2DE49B0B85D4F400D0DA12 /*
SKFullScreenWindow.h */,
CE2DE49C0B85D4F400D0DA12 /*
SKFullScreenWindow.m */,
CE2DE4FB0B85DBD400D0DA12 /*
SKImageToolTipWindow.h */,
@@ -2817,7 +2812,6 @@
4530DCF70B27CACE007C59F4 /* SKPDFView.m in
Sources */,
CE546FC40B32D5DB00F8AFB6 /*
SKNoteWindowController.m in Sources */,
CEED148C2709EE4D00A8C4AA /* SKBasePDFView.m in
Sources */,
- CE48EFB121C3DC3900249D4C /* SKDownloadsWindow.m
in Sources */,
CE54898F0B35D50E00F8AFB6 /*
SKInfoWindowController.m in Sources */,
CE56F2C8276BFBA7002B3717 /* SKObtainCommand.m
in Sources */,
F92DB5AD0B36FE1F002A26E9 /* SKSnapshotPDFView.m
in Sources */,
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