projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a1f62
)
Add a MIME info file for sigrok session files.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 1 Jun 2017 21:32:10 +0000
(23:32 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Thu, 1 Jun 2017 22:10:57 +0000
(
00:10
+0200)
File template by Stefan BrĂ¼ns, thanks!
This fixes bug #857.
contrib/sigrok_mimeinfo.xml
[new file with mode: 0644]
patch
|
blob
diff --git a/contrib/sigrok_mimeinfo.xml
b/contrib/sigrok_mimeinfo.xml
new file mode 100644
(file)
index 0000000..
eb52e3c
--- /dev/null
+++ b/
contrib/sigrok_mimeinfo.xml
@@ -0,0
+1,9
@@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Creative Commons CC0 1.0 Universal (CC0-1.0, Public Domain Dedication). -->
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+ <mime-type type="application/vnd.sigrok.session">
+ <comment>sigrok session</comment>
+ <glob pattern="*.sr"/>
+ <icon name="sigrok-icon-notext"/>
+ </mime-type>
+</mime-info>