sysui/desktop/macosx/Info.plist.in | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+)
New commits: commit 4c38441c3ae5f13aa61bb429b82f080afd9ed205 Author: Eivind Samseth <eis...@gmail.com> AuthorDate: Thu May 21 12:09:55 2020 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Sun Jun 7 09:24:27 2020 +0200 tdf#67874 Add generic icons to most 3rd party formats Added generic icon declarations to the "Imported Type UTIs" Some 3rd party formats are only in the "Document types", most notably the old MS formats Those need to be restructured to at minimum be by type (e.g., text), or moved to Imported Type UTIs Change-Id: I43f4d15a7c13f511178fb34371ccea4860e6873e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94625 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/sysui/desktop/macosx/Info.plist.in b/sysui/desktop/macosx/Info.plist.in index a40d1bf188df..d3051905058d 100644 --- a/sysui/desktop/macosx/Info.plist.in +++ b/sysui/desktop/macosx/Info.plist.in @@ -745,6 +745,8 @@ <string>application/msword</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text-template.icns</string> </dict> <!-- OOXML wordprocessing --> <dict> @@ -768,6 +770,8 @@ <string>application/vnd.openxmlformats-officedocument.wordprocessingml.document</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -791,6 +795,8 @@ <string>application/vnd.ms-word.document.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -813,6 +819,8 @@ <string>application/vnd.openxmlformats-officedocument.wordprocessingml.template</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text-template.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -836,6 +844,8 @@ <string>application/vnd.ms-word.template.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text-template.icns</string> </dict> <!-- OOXML spreadsheet --> @@ -860,6 +870,8 @@ <string>application/vnd.openxmlformats-officedocument.spreadsheetml.template</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet-template.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -883,6 +895,8 @@ <string>application/vnd.ms-excel.template.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet-template.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -905,6 +919,8 @@ <string>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -928,6 +944,8 @@ <string>application/vnd.ms-excel.sheet.binary.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -951,6 +969,8 @@ <string>application/vnd.ms-excel.sheet.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <!-- OOXML presentation --> @@ -975,6 +995,8 @@ <string>application/vnd.openxmlformats-officedocument.presentationml.presentation</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>presentation.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -998,6 +1020,8 @@ <string>application/vnd.ms-powerpoint.presentation.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>presentation.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1021,6 +1045,8 @@ <string>application/vnd.openxmlformats-officedocument.presentationml.template</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>presentation-template.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1044,6 +1070,8 @@ <string>application/vnd.ms-powerpoint.template.macroEnabled.12</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>presentation-template.icns</string> </dict> <!-- Others --> @@ -1068,6 +1096,8 @@ <string>application/vnd.wordperfect</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1090,6 +1120,8 @@ <string>application/x-aportisdoc</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1112,6 +1144,8 @@ <string>application/x-hwp</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1134,6 +1168,8 @@ <string>application/vnd.ms-works</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1156,6 +1192,8 @@ <string>application/x-mswrite</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>text.icns</string> </dict> <dict> @@ -1179,6 +1217,8 @@ <string>application/x-dif-document</string> <!-- ??? --> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1202,6 +1242,8 @@ <string>text/spreadsheet</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1225,6 +1267,8 @@ <string>text/csv</string> <!-- ??? --> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1247,6 +1291,8 @@ <string>application/x-dbase</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>database.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1273,6 +1319,8 @@ <string>application/vnd.lotus-1-2-3</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>spreadsheet.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1296,6 +1344,8 @@ <string>image/cgm</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1319,6 +1369,8 @@ <string>image/vnd.dxf</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1342,6 +1394,8 @@ <string>image/x-emf</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1365,6 +1419,8 @@ <string>image/x-wmf</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1394,6 +1450,8 @@ <string>image/x-cdr</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1428,6 +1486,8 @@ <string>application/vnd.visio</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> <dict> <key>UTTypeConformsTo</key> @@ -1450,6 +1510,8 @@ <string>application/x-mspublisher</string> </array> </dict> + <key>UTTypeIconFile</key> + <string>drawing.icns</string> </dict> </array> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits