Revision: 29439
          http://sourceforge.net/p/bibdesk/svn/29439
Author:   hofman
Date:     2025-08-20 09:13:34 +0000 (Wed, 20 Aug 2025)
Log Message:
-----------
add and use .png images for favicon of local web pages for different resolutions

Modified Paths:
--------------
    trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
    trunk/bibdesk/de.lproj/WebGroupDownloads.html
    trunk/bibdesk/de.lproj/WebGroupStartPage.html
    trunk/bibdesk/en.lproj/WebGroupDownloads.html
    trunk/bibdesk/en.lproj/WebGroupStartPage.html
    trunk/bibdesk/fr.lproj/WebGroupDownloads.html
    trunk/bibdesk/fr.lproj/WebGroupStartPage.html

Modified: trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj
===================================================================
--- trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/Bibdesk.xcodeproj/project.pbxproj     2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -540,6 +540,8 @@
                CE7611530EA49B6E00301E45 /* NSPrintOperation_BDSKExtensions.m 
in Sources */ = {isa = PBXBuildFile; fileRef = CE7611510EA49B6E00301E45 /* 
NSPrintOperation_BDSKExtensions.m */; };
                CE77964120372B90009C6A52 /* BDSKAsynchronousWebParser.m in 
Sources */ = {isa = PBXBuildFile; fileRef = CE77963F20372B90009C6A52 /* 
BDSKAsynchronousWebParser.m */; };
                CE77A7FE0923BEBA0019D901 /* NSTableView_BDSKExtensions.m in 
Sources */ = {isa = PBXBuildFile; fileRef = CE77A7FC0923BEBA0019D901 /* 
NSTableView_BDSKExtensions.m */; };
+               CE7827C42E55C6FF00CE59F4 /* bibdesk16.png in Resources */ = 
{isa = PBXBuildFile; fileRef = CE7827A32E55C6FF00CE59F4 /* bibdesk16.png */; };
+               CE7827C52E55C6FF00CE59F4 /* bibdesk32.png in Resources */ = 
{isa = PBXBuildFile; fileRef = CE7827C32E55C6FF00CE59F4 /* bibdesk32.png */; };
                CE78C4B1265E4ED200B4A54F /* BDSKResizeView.h in Headers */ = 
{isa = PBXBuildFile; fileRef = CE78C4AF265E4ED200B4A54F /* BDSKResizeView.h */; 
};
                CE78C4B2265E4ED200B4A54F /* BDSKResizeView.m in Sources */ = 
{isa = PBXBuildFile; fileRef = CE78C4B0265E4ED200B4A54F /* BDSKResizeView.m */; 
};
                CE7A31400B08EA1F00D1B333 /* BDSKItemPasteboardHelper.m in 
Sources */ = {isa = PBXBuildFile; fileRef = CE7A313E0B08EA1F00D1B333 /* 
BDSKItemPasteboardHelper.m */; };
@@ -1669,6 +1671,8 @@
                CE77A7FC0923BEBA0019D901 /* NSTableView_BDSKExtensions.m */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = 
sourcecode.c.objc; path = NSTableView_BDSKExtensions.m; sourceTree = "<group>"; 
};
                CE77AE80265115B900C9D43B /* fr */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = 
fr.lproj/BDSKCondition.strings; sourceTree = "<group>"; };
                CE77AE81265115BC00C9D43B /* de */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = 
de.lproj/BDSKCondition.strings; sourceTree = "<group>"; };
+               CE7827A32E55C6FF00CE59F4 /* bibdesk16.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = bibdesk16.png; 
sourceTree = "<group>"; };
+               CE7827C32E55C6FF00CE59F4 /* bibdesk32.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = bibdesk32.png; 
sourceTree = "<group>"; };
                CE78C4AF265E4ED200B4A54F /* BDSKResizeView.h */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BDSKResizeView.h; 
sourceTree = "<group>"; };
                CE78C4B0265E4ED200B4A54F /* BDSKResizeView.m */ = {isa = 
PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = 
BDSKResizeView.m; sourceTree = "<group>"; };
                CE791ECE2638CBE500588E24 /* fr */ = {isa = PBXFileReference; 
fileEncoding = 10; lastKnownFileType = text.plist.strings; name = fr; path = 
fr.lproj/AuthenticationPanel.strings; sourceTree = "<group>"; };
@@ -3211,6 +3215,8 @@
                                CE023F5C0CC50F86003F52E5 /* Add_Small.tiff */,
                                F9022DA70758088000C3F701 /* 
AutoFilePreferences.tiff */,
                                CE87E70226DBC8C8002237BF /* bibdesk.tiff */,
+                               CE7827A32E55C6FF00CE59F4 /* bibdesk16.png */,
+                               CE7827C32E55C6FF00CE59F4 /* bibdesk32.png */,
                                F9022DA80758088000C3F701 /* bibDocIcon.icns */,
                                CE038E690F5F00E8001808EA /* Bookmark.tiff */,
                                F9DE8E55087F81A4006F0427 /* cacheDocIcon.icns 
*/,
@@ -4469,6 +4475,7 @@
                                CEB0C6EC26385D8700B63A29 /* 
AutoFileProgress.strings in Resources */,
                                CE62DE510F4B797B00BDF01E /* ToolbarNext.tiff in 
Resources */,
                                CE87E71826DBC8C8002237BF /* bibdesk.tiff in 
Resources */,
+                               CE7827C52E55C6FF00CE59F4 /* bibdesk32.png in 
Resources */,
                                CEB0C6F826385D8700B63A29 /* 
BDSKSaveAccessoryView.strings in Resources */,
                                CE62DE520F4B797B00BDF01E /* 
ToolbarPrevious.tiff in Resources */,
                                CEDBE0900F4CE06600190AF5 /* ScriptMenu.tiff in 
Resources */,
@@ -4564,6 +4571,7 @@
                                CE1782FC1158EFCB00B2EBDF /* BookmarkSheet.xib 
in Resources */,
                                CE2F057211B51FA7001B0AE0 /* 
BDSKOpenAccessoryView.xib in Resources */,
                                CEF52DD8126C7869006E904B /* 
WebGroupDownloads.html in Resources */,
+                               CE7827C42E55C6FF00CE59F4 /* bibdesk16.png in 
Resources */,
                                CEB2A71C16401085001A9D6A /* BibDesk.help in 
Resources */,
                                CE280D6D16C6CB8700344CC8 /* 
BDSKSaveAccessoryView.xib in Resources */,
                        );

Modified: trunk/bibdesk/de.lproj/WebGroupDownloads.html
===================================================================
--- trunk/bibdesk/de.lproj/WebGroupDownloads.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/de.lproj/WebGroupDownloads.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>Downloads</title>
        <style type="text/css">

Modified: trunk/bibdesk/de.lproj/WebGroupStartPage.html
===================================================================
--- trunk/bibdesk/de.lproj/WebGroupStartPage.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/de.lproj/WebGroupStartPage.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>BibDesk Web Sammlung</title>
        <style type="text/css">

Modified: trunk/bibdesk/en.lproj/WebGroupDownloads.html
===================================================================
--- trunk/bibdesk/en.lproj/WebGroupDownloads.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/en.lproj/WebGroupDownloads.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>Downloads</title>
        <style type="text/css">

Modified: trunk/bibdesk/en.lproj/WebGroupStartPage.html
===================================================================
--- trunk/bibdesk/en.lproj/WebGroupStartPage.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/en.lproj/WebGroupStartPage.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>BibDesk Web Group</title>
        <style type="text/css">

Modified: trunk/bibdesk/fr.lproj/WebGroupDownloads.html
===================================================================
--- trunk/bibdesk/fr.lproj/WebGroupDownloads.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/fr.lproj/WebGroupDownloads.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>Downloads</title>
        <style type="text/css">

Modified: trunk/bibdesk/fr.lproj/WebGroupStartPage.html
===================================================================
--- trunk/bibdesk/fr.lproj/WebGroupStartPage.html       2025-08-20 08:58:26 UTC 
(rev 29438)
+++ trunk/bibdesk/fr.lproj/WebGroupStartPage.html       2025-08-20 09:13:34 UTC 
(rev 29439)
@@ -2,7 +2,8 @@
 <html>
        <head>
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <link rel="icon" href="bibdesk:image:bibdesk" />
+    <link rel="icon" href="bibdesk:image:bibdesk16.png" sizes="16x16" />
+    <link rel="icon" href="bibdesk:image:bibdesk32.png" sizes="32x32" />
 <!-- Localize title -->
        <title>BibDesk Web Group</title>
        <style type="text/css">

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

Reply via email to