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...)
Created attachment 6152 [details] Version 1.11 of the syntax rules This version fixes a minor bug for the swizzle operator.
Created attachment 6153 [details] The mimetype file for Cg sources
Created attachment 6154 [details] Icons for Cg sources. Fits in with crystalsvg (this is a .tar.bz2 file)
Created attachment 6155 [details] A testcase for the Cg syntax rules
If it was discussed on kwrite-devel, it is more a problem for Kate then. Have a nice day!
hmm, this mimetype stuff has nothing to do with kate assigning over to kdelibs, if we want that mimetype, should go in there
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
Sorry, please ignore comment #7, it is for the wrong bug.
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!
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.