mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-18 08:09:58 +01:00
Updated .xml and .desktop files to declare application/x-qet-titleblock MIME type.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1647 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -6,7 +6,7 @@ Exec=qelectrotech
|
|||||||
Icon=qelectrotech
|
Icon=qelectrotech
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
MimeType=application/x-qet-project;application/x-qet-element;
|
MimeType=application/x-qet-project;application/x-qet-element;application/x-qet-titleblock;
|
||||||
Categories=Office;Qt;VectorGraphics;Science;Electricity;Engineering;
|
Categories=Office;Qt;VectorGraphics;Science;Electricity;Engineering;
|
||||||
Comment=An electric diagrams editor.
|
Comment=An electric diagrams editor.
|
||||||
Comment[fr]=Un éditeur de schémas électriques
|
Comment[fr]=Un éditeur de schémas électriques
|
||||||
|
|||||||
@@ -24,4 +24,10 @@
|
|||||||
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
||||||
<glob pattern="*.elmt" />
|
<glob pattern="*.elmt" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
|
<mime-type type="application/x-qet-titleblock">
|
||||||
|
<sub-class-of type="text/xml"/>
|
||||||
|
<comment>QElectroTech title block template</comment>
|
||||||
|
<comment xml:lang="fr">Modèle de cartouche QElectroTech</comment>
|
||||||
|
<glob pattern="*.titleblock" />
|
||||||
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
|||||||
8
misc/x-qet-titleblock.desktop
Normal file
8
misc/x-qet-titleblock.desktop
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=MimeType
|
||||||
|
MimeType=application/x-qet-titleblock
|
||||||
|
Icon=application-x-qet-titleblock
|
||||||
|
DefaultApp=qelectrotech
|
||||||
|
Patterns=*.titleblock;
|
||||||
|
Comment=QElectroTech title block template
|
||||||
|
Comment[fr]=Modèle de cartouche QElectroTech
|
||||||
5
misc/x-qet-titleblock.xml
Normal file
5
misc/x-qet-titleblock.xml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/x-qet-titleblock">
|
||||||
|
<comment>QElectroTech title block template</comment>
|
||||||
|
<comment xml:lang="fr">Modèle de cartouche QElectroTech</comment>
|
||||||
|
</mime-type>
|
||||||
Reference in New Issue
Block a user