惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
M
MIT News - Artificial intelligence
MyScale Blog
MyScale Blog
博客园_首页
G
Google Developers Blog
博客园 - 【当耐特】
美团技术团队
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
Vercel News
Vercel News
小众软件
小众软件
博客园 - 司徒正美
雷峰网
雷峰网
T
Tailwind CSS Blog
V
V2EX
博客园 - 三生石上(FineUI控件)
F
Fortinet All Blogs
罗磊的独立博客
量子位
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
月光博客
月光博客
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog

inkscape:windows_ci_14x commits

Update WIndows dependencies to r180 (995a0ec3) · Commits · René de Hesselle / inkscape · GitLab Fix Welcome dialog stacking up when run more than once (eab9c6d5) · Commits · René de Hesselle / inkscape · GitLab Edit label and tooltip for Preserve Shape setting (4c992ff3) · Commits · René de Hesselle / inkscape · GitLab Fix keyboard navigation in Objects dialog (38acd49e) · Commits · René de Hesselle / inkscape · GitLab update translations (9f8f2fec) · Commits · René de Hesselle / inkscape · GitLab Fix missing signal blocking in page toolbar (d5533a4b) · Commits · René de Hesselle / inkscape · GitLab Convert libuemf to a git submodule (22344d42) · Commits · René de Hesselle / inkscape · GitLab update translations (f5993d7c) · Commits · René de Hesselle / inkscape · GitLab update translations (fcd03438) · Commits · René de Hesselle / inkscape · GitLab Fix: request display update when removing child from group (6908c07a) · Commits · René de Hesselle / inkscape · GitLab Make po submodule shallow (90eced57) · Commits · René de Hesselle / inkscape · GitLab 1.4.3 (0d15f750) · Commits · René de Hesselle / inkscape · GitLab update translations (4d3a6d61) · Commits · René de Hesselle / inkscape · GitLab Update tutorials and man page for Inkscape 1.4.3 (excluding French) (bec26502) · Commits · René de Hesselle / inkscape · GitLab Add GioWin32-2.0.typelib to Windows (eb2146c6) · Commits · René de Hesselle / inkscape · GitLab Revert the backport of a fix causing regressions in textPath (7d1c0165) · Commits · René de Hesselle / inkscape · GitLab update translations (8a1e7745) · Commits · René de Hesselle / inkscape · GitLab Update Windows dependencies to r168 (9500139e) · Commits · René de Hesselle / inkscape · GitLab Build GraphicsMagick on Windows ourselves again (2ea69ea8) · Commits · René de Hesselle / inkscape · GitLab Prepare 1.4.3 (e2afff01) · Commits · René de Hesselle / inkscape · GitLab Update docs for 1.4.3rc (ea3d7619) · Commits · René de Hesselle / inkscape · GitLab Fix crash on MacOS when opening file by right clicking on file. (fe96d51c) · Commits · René de Hesselle / inkscape · GitLab Update macOS build pipeline to v0.82-2-g21f3e2d (56605ae7) · Commits · René de Hesselle / inkscape · GitLab Fix commands toolbar glitching at exact size (b8376295) · Commits · René de Hesselle / inkscape · GitLab Add commands toolbar to automatic toolbar policy (c37cea70) · Commits · René de Hesselle / inkscape · GitLab update translations (dfc0fde0) · Commits · René de Hesselle / inkscape · GitLab Fix welcome dialog graphics (8d76d570) · Commits · René de Hesselle / inkscape · GitLab Fix code getting items under cursor (441f5bfb) · Commits · René de Hesselle / inkscape · GitLab Make libdepixelize a submodule (09a2712d) · Commits · René de Hesselle / inkscape · GitLab Handle `xml:lang`/`lang` attribute updates (7fa5d668) · Commits · René de Hesselle / inkscape · GitLab
Add 'jpg' and 'jpeg' to the list of file formats that Ink...
Tavmjong Bah · 2025-11-17 · via inkscape:windows_ci_14x commits
Commit 81feda7b authored by Tavmjong Bah's avatar Tavmjong Bah Committed by Willy (Wen-Wei) Kao
Browse files

Add 'jpg' and 'jpeg' to the list of file formats that Inkscape can import on MacOS.

Also, remove uppercased file extensions. Matching by system is case-insensitive.
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>svg</string>
					<string>SVG</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>image-svg+xml.icns</string>
@@ -35,7 +34,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>svgz</string>
					<string>SVGZ</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>image-svg+xml-compressed.icns</string>
@@ -58,7 +56,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>ai</string>
					<string>AI</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-illustrator.icns</string>
@@ -86,7 +83,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>aisvg</string>
					<string>AISVG</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-illustrator-svg.icns</string>
@@ -107,7 +103,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>wmf</string>
					<string>WMF</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>image-vnd.windows-metafile.icns</string>
@@ -130,7 +125,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>pdf</string>
					<string>PDF</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-pdf.icns</string>
@@ -157,7 +151,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>ggr</string>
					<string>GGR</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-gimp-gradient.icns</string>
@@ -180,7 +173,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>ccx</string>
					<string>CCX</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-vnd.corel-draw-compressed.icns</string>
@@ -203,7 +195,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>cdt</string>
					<string>CDT</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-vnd.corel-draw-template.icns</string>
@@ -226,7 +217,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>cdr</string>
					<string>CDR</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-vnd.corel-draw.icns</string>
@@ -249,7 +239,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>xaml</string>
					<string>XAML</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-vnd.ms.xaml.icns</string>
@@ -272,7 +261,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>dxf</string>
					<string>DXF</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>image-vnd.dxf.icns</string>
@@ -295,7 +283,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>wpg</string>
					<string>WPG</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>application-vnd.wordperfect-graphic.icns</string>
@@ -319,7 +306,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>emf</string>
					<string>EMF</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
@@ -342,7 +328,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>vsd</string>
					<string>VSD</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
@@ -361,7 +346,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>vdx</string>
					<string>VDX</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
@@ -380,9 +364,7 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>vsdm</string>
					<string>VSDM</string>
					<string>vsdx</string>
					<string>VSDX</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
@@ -401,8 +383,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>plt</string>
					<string>PLT</string>
					<string>hpgl</string>
					<string>hpgl</string>
				</array>
				<key>CFBundleTypeIconFile</key>
@@ -425,7 +405,6 @@
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>png</string>
					<string>PNG</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
@@ -444,6 +423,29 @@
				<key>LSHandlerRank</key>
				<string>None</string>
			</dict>
			<dict>
				<key>CFBundleTypeExtensions</key>
				<array>
					<string>jpg</string>
					<string>jpeg</string>
				</array>
				<key>CFBundleTypeIconFile</key>
				<string>Inkscape-Generic.icns</string>
				<key>CFBundleTypeMIMETypes</key>
				<array>
					<string>image/jpeg</string>
				</array>
				<key>CFBundleTypeName</key>
				<string>Joint Photgraphic Experts Group</string>
				<key>CFBundleTypeOSTypes</key>
				<array>
					<string>JPEG</string>
				</array>
				<key>CFBundleTypeRole</key>
				<string>Viewer</string>
				<key>LSHandlerRank</key>
				<string>None</string>
			</dict>
		</array>
		<key>CFBundleExecutable</key>
		<string>inkscape</string>