Revision: 14721
          http://sourceforge.net/p/skim-app/code/14721
Author:   hofman
Date:     2024-11-18 15:36:46 +0000 (Mon, 18 Nov 2024)
Log Message:
-----------
Rename files for preference window class

Modified Paths:
--------------
    trunk/Skim.xcodeproj/project.pbxproj

Added Paths:
-----------
    trunk/SKStaticToolbarWindow.h
    trunk/SKStaticToolbarWindow.m

Removed Paths:
-------------
    trunk/SKPreferenceWindow.h
    trunk/SKPreferenceWindow.m

Deleted: trunk/SKPreferenceWindow.h
===================================================================
--- trunk/SKPreferenceWindow.h  2024-11-18 15:35:16 UTC (rev 14720)
+++ trunk/SKPreferenceWindow.h  2024-11-18 15:36:46 UTC (rev 14721)
@@ -1,43 +0,0 @@
-//
-//  SKStaticToolbarWindow.h
-//  Skim
-//
-//  Created by Christiaan Hofman on 3/15/10.
-/*
- This software is Copyright (c) 2010
- 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 SKStaticToolbarWindow : NSWindow
-@end

Deleted: trunk/SKPreferenceWindow.m
===================================================================
--- trunk/SKPreferenceWindow.m  2024-11-18 15:35:16 UTC (rev 14720)
+++ trunk/SKPreferenceWindow.m  2024-11-18 15:36:46 UTC (rev 14721)
@@ -1,48 +0,0 @@
-//
-//  SKStaticToolbarWindow.m
-//  Skim
-//
-//  Created by Christiaan Hofman on 3/15/10.
-/*
- This software is Copyright (c) 2010
- 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 "SKStaticToolbarWindow.h"
-
-
-@implementation SKStaticToolbarWindow
-
-- (BOOL)respondsToSelector:(SEL)aSelector {
-    return aSelector != @selector(toggleToolbarShown:) && aSelector != 
@selector(runToolbarCustomizationPalette:) && [super 
respondsToSelector:aSelector];
-}
-
-@end

Copied: trunk/SKStaticToolbarWindow.h (from rev 14720, 
trunk/SKPreferenceWindow.h)
===================================================================
--- trunk/SKStaticToolbarWindow.h                               (rev 0)
+++ trunk/SKStaticToolbarWindow.h       2024-11-18 15:36:46 UTC (rev 14721)
@@ -0,0 +1,43 @@
+//
+//  SKStaticToolbarWindow.h
+//  Skim
+//
+//  Created by Christiaan Hofman on 3/15/10.
+/*
+ This software is Copyright (c) 2010
+ 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 SKStaticToolbarWindow : NSWindow
+@end

Copied: trunk/SKStaticToolbarWindow.m (from rev 14720, 
trunk/SKPreferenceWindow.m)
===================================================================
--- trunk/SKStaticToolbarWindow.m                               (rev 0)
+++ trunk/SKStaticToolbarWindow.m       2024-11-18 15:36:46 UTC (rev 14721)
@@ -0,0 +1,48 @@
+//
+//  SKStaticToolbarWindow.m
+//  Skim
+//
+//  Created by Christiaan Hofman on 3/15/10.
+/*
+ This software is Copyright (c) 2010
+ 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 "SKStaticToolbarWindow.h"
+
+
+@implementation SKStaticToolbarWindow
+
+- (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:35:16 UTC (rev 
14720)
+++ trunk/Skim.xcodeproj/project.pbxproj        2024-11-18 15:36:46 UTC (rev 
14721)
@@ -55,7 +55,7 @@
                CE0E84CF114D516F00E37F38 /* NotesPreferences.strings in 
Resources */ = {isa = PBXBuildFile; fileRef = CE0E84C8114D516F00E37F38 /* 
NotesPreferences.strings */; };
                CE0E84D0114D516F00E37F38 /* GeneralPreferences.strings in 
Resources */ = {isa = PBXBuildFile; fileRef = CE0E84CA114D516F00E37F38 /* 
GeneralPreferences.strings */; };
                CE0E84D1114D516F00E37F38 /* DisplayPreferences.strings in 
Resources */ = {isa = PBXBuildFile; fileRef = CE0E84CC114D516F00E37F38 /* 
DisplayPreferences.strings */; };
-               CE0E8651114DBF7000E37F38 /* SKPreferenceWindow.m in Sources */ 
= {isa = PBXBuildFile; fileRef = CE0E8650114DBF7000E37F38 /* 
SKPreferenceWindow.m */; };
+               CE0E8651114DBF7000E37F38 /* SKStaticToolbarWindow.m in Sources 
*/ = {isa = PBXBuildFile; fileRef = CE0E8650114DBF7000E37F38 /* 
SKStaticToolbarWindow.m */; };
                CE0EB4D60DD054DC0034DF92 /* NSInvocation_SKExtensions.m in 
Sources */ = {isa = PBXBuildFile; fileRef = CE0EB4D50DD054DC0034DF92 /* 
NSInvocation_SKExtensions.m */; };
                CE0ECCDA0DE7188C006EEDDB /* Templates in Copy Files: Shared 
Support */ = {isa = PBXBuildFile; fileRef = CE0ECCD40DE71868006EEDDB /* 
Templates */; };
                CE0ECD1C0DE73604006EEDDB /* NSDocument_SKExtensions.m in 
Sources */ = {isa = PBXBuildFile; fileRef = CE0ECD1B0DE73604006EEDDB /* 
NSDocument_SKExtensions.m */; };
@@ -727,8 +727,8 @@
                CE0E84ED114D521F00E37F38 /* zh_TW */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = 
zh_TW.lproj/NotesPreferences.strings; sourceTree = "<group>"; };
                CE0E84EE114D521F00E37F38 /* zh_TW */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = 
zh_TW.lproj/GeneralPreferences.strings; sourceTree = "<group>"; };
                CE0E84EF114D521F00E37F38 /* zh_TW */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = zh_TW; path = 
zh_TW.lproj/DisplayPreferences.strings; sourceTree = "<group>"; };
-               CE0E864F114DBF7000E37F38 /* SKPreferenceWindow.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SKPreferenceWindow.h; sourceTree = "<group>"; };
-               CE0E8650114DBF7000E37F38 /* SKPreferenceWindow.m */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path 
= SKPreferenceWindow.m; sourceTree = "<group>"; };
+               CE0E864F114DBF7000E37F38 /* SKStaticToolbarWindow.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SKStaticToolbarWindow.h; sourceTree = "<group>"; };
+               CE0E8650114DBF7000E37F38 /* SKStaticToolbarWindow.m */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path 
= SKStaticToolbarWindow.m; sourceTree = "<group>"; };
                CE0EB4D40DD054DC0034DF92 /* NSInvocation_SKExtensions.h */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; 
path = NSInvocation_SKExtensions.h; sourceTree = "<group>"; };
                CE0EB4D50DD054DC0034DF92 /* NSInvocation_SKExtensions.m */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = 
sourcecode.c.objc; path = NSInvocation_SKExtensions.m; sourceTree = "<group>"; 
};
                CE0ECCD40DE71868006EEDDB /* Templates */ = {isa = 
PBXFileReference; lastKnownFileType = folder; path = Templates; sourceTree = 
"<group>"; };
@@ -1851,8 +1851,8 @@
                                CE49724F0BDE898F00D7F1D2 /* SKMainWindow.m */,
                                CEFDF8BC0B3848C40091C61A /* 
SKNavigationWindow.h */,
                                CEFDF8BD0B3848C40091C61A /* 
SKNavigationWindow.m */,
-                               CE0E864F114DBF7000E37F38 /* 
SKPreferenceWindow.h */,
-                               CE0E8650114DBF7000E37F38 /* 
SKPreferenceWindow.m */,
+                               CE0E864F114DBF7000E37F38 /* 
SKStaticToolbarWindow.h */,
+                               CE0E8650114DBF7000E37F38 /* 
SKStaticToolbarWindow.m */,
                                CE4EBDD80B7BF3B30091F228 /* SKSideWindow.h */,
                                CE4EBDD90B7BF3B30091F228 /* SKSideWindow.m */,
                                CE19641316E811D40027E2CF /* SKSnapshotWindow.h 
*/,
@@ -2973,7 +2973,7 @@
                                CEF60F2C114C53DC0074ACC4 /* 
SKDisplayPreferences.m in Sources */,
                                CEF60F2F114C54090074ACC4 /* 
SKNotesPreferences.m in Sources */,
                                CEF60F32114C54360074ACC4 /* SKSyncPreferences.m 
in Sources */,
-                               CE0E8651114DBF7000E37F38 /* 
SKPreferenceWindow.m in Sources */,
+                               CE0E8651114DBF7000E37F38 /* 
SKStaticToolbarWindow.m in Sources */,
                                CE8388BC115BC61F00DB1AD7 /* 
SKNoteTypeSheetController.m in Sources */,
                                CE8BEFE3115F75590029020F /* 
SKSideViewController.m in Sources */,
                                CE8BF027115F7C390029020F /* 
SKLeftSideViewController.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

Reply via email to