Bug 82368 - mimetype icon for Cg sources
Summary: mimetype icon for Cg sources
Status: RESOLVED REMIND
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-28 09:56 UTC by Florian Schanda
Modified: 2019-10-15 10:31 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Version 1.11 of the syntax rules (9.42 KB, text/plain)
2004-05-28 09:58 UTC, Florian Schanda
Details
The mimetype file for Cg sources (219 bytes, text/plain)
2004-05-28 09:58 UTC, Florian Schanda
Details
Icons for Cg sources. Fits in with crystalsvg (this is a .tar.bz2 file) (19.02 KB, application/octet-stream)
2004-05-28 10:01 UTC, Florian Schanda
Details
A testcase for the Cg syntax rules (1.11 KB, text/plain)
2004-05-28 10:02 UTC, Florian Schanda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Schanda 2004-05-28 09:56:46 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.3.3 
OS:                Linux

As suggested on the kwrite mailing list, the attached files complete support for Cg files in KDE.
We have:
* A syntax rules file for katepart
* A testcase
* Icons (which could probably be improved, but they look ok to me...)
Comment 1 Florian Schanda 2004-05-28 09:58:00 UTC
Created attachment 6152 [details]
Version 1.11 of the syntax rules

This version fixes a minor bug for the swizzle operator.
Comment 2 Florian Schanda 2004-05-28 09:58:59 UTC
Created attachment 6153 [details]
The mimetype file for Cg sources
Comment 3 Florian Schanda 2004-05-28 10:01:17 UTC
Created attachment 6154 [details]
Icons for Cg sources. Fits in with crystalsvg
(this is a .tar.bz2 file)
Comment 4 Florian Schanda 2004-05-28 10:02:19 UTC
Created attachment 6155 [details]
A testcase for the Cg syntax rules
Comment 5 Nicolas Goutte 2004-05-29 13:47:53 UTC
If it was discussed on kwrite-devel, it is more a problem for Kate then.

Have a nice day!
Comment 6 Christoph Cullmann 2005-03-24 12:47:34 UTC
hmm, this mimetype stuff has nothing to do with kate
assigning over to kdelibs, if we want that mimetype, should go in there
Comment 7 Nicolas Goutte 2005-07-24 17:38:01 UTC
SVN commit 438190 by goutte:

Add mimetypes for FITS (RFC 4047)
CCBUG:82368
(This does not close the bug, as both mime types share the same extension(s)
and splitting them by the magic file will not be easy either, even if the
header has fixed-length lines.)


 M  +1 -1      application/Makefile.am  
 A             application/fits.desktop  
 M  +1 -1      image/Makefile.am  
 A             image/fits.desktop  


--- trunk/KDE/kdelibs/mimetypes/application/Makefile.am #438189:438190
@@ -64,7 +64,7 @@
 	vnd.oasis.opendocument.text.desktop \
 	vnd.oasis.opendocument.image.desktop \
 	vnd.oasis.opendocument.chart.desktop \
-	x-java-jnlp-file.desktop xml-dtd.desktop \
+	x-java-jnlp-file.desktop xml-dtd.desktop fits.desktop \
 	x-rar-compressed.desktop
 
 mimetypeapplicationdatadir = $(kde_mimedir)/application
--- trunk/KDE/kdelibs/mimetypes/image/Makefile.am #438189:438190
@@ -7,7 +7,7 @@
     x-portable-pixmap.desktop x-pcx.desktop x-targa.desktop jp2.desktop \
     x-vnd.trolltech.qpicture.desktop x-vnd.adobe.photoshop.desktop \
     x-xcursor.desktop pjpeg.desktop x-exr.desktop \
-    x-rgb.desktop x-dds.desktop x-djvu.desktop x-hdr.desktop
+    x-rgb.desktop x-dds.desktop x-djvu.desktop x-hdr.desktop fits.desktop
 
 mimetypeimagedatadir = $(kde_mimedir)/image
 
Comment 8 Nicolas Goutte 2005-07-24 17:39:32 UTC
Sorry, please ignore comment #7, it is for the wrong bug.
Comment 9 Nicolas Goutte 2005-07-24 17:40:03 UTC
Sorry, please ignore comment #7, it is for the wrong bug.
Comment 10 Nicolas Goutte 2005-07-28 16:12:28 UTC
The icons have no SVG variant and as new icons should have a SVG version too, I am moving this bug to artwork/general.

Please move it back to kdelibs/general, when the new icons are created.

Have a nice day!
Comment 11 Noah Davis 2019-10-15 10:31:14 UTC
Is this icon still needed? I can't figure out what a Cg file is. I'm closing this so that it doesn't clutter the bug list, but feel free to reopen this if the icon is still needed.