Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer/evince-thumbnailer.schemas.in
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-04-08 15:34:43 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-04-08 15:34:43 (GMT)
commitf36c0556c676dd6b1c491ed48dff099525640a67 (patch)
tree7cbabc9e43b30d9693e033615785983cad7cb2b0 /thumbnailer/evince-thumbnailer.schemas.in
parentb7031c73b6facaa3ab47a1463f88b4c40344e1a3 (diff)
Add support for ps, eps and compressed documents thumbnails. Do not ignore
2007-03-08 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): * thumbnailer/evince-thumbnailer.schemas.in: * thumbnailer/evince-thumbnailer-ps.schemas.in: Add support for ps, eps and compressed documents thumbnails. Do not ignore size parameter. svn path=/trunk/; revision=2398
Diffstat (limited to 'thumbnailer/evince-thumbnailer.schemas.in')
-rw-r--r--thumbnailer/evince-thumbnailer.schemas.in50
1 files changed, 50 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer.schemas.in b/thumbnailer/evince-thumbnailer.schemas.in
index 07cc61d..5644067 100644
--- a/thumbnailer/evince-thumbnailer.schemas.in
+++ b/thumbnailer/evince-thumbnailer.schemas.in
@@ -26,5 +26,55 @@
</locale>
</schema>
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-bzpdf/enable</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-bzpdf/enable</applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Enable thumbnailing of PDF Documents</short>
+ <long>Boolean options available, true enables thumbnailing and false disables the creation of new thumbnails</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-bzpdf/command</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-bzpdf/command</applyto>
+ <owner>evince</owner>
+ <type>string</type>
+ <default>evince-thumbnailer -s %s %u %o</default>
+ <locale name="C">
+ <short>Thumbnail command for PDF Documents</short>
+ <long>Valid command plus arguments for the PDF Document thumbnailer. See nautilus thumbnailer documentation for more information.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-gzpdf/enable</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-gzpdf/enable</applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Enable thumbnailing of PDF Documents</short>
+ <long>Boolean options available, true enables thumbnailing and false disables the creation of new thumbnails</long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-gzpdf/command</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-gzpdf/command</applyto>
+ <owner>evince</owner>
+ <type>string</type>
+ <default>evince-thumbnailer -s %s %u %o</default>
+ <locale name="C">
+ <short>Thumbnail command for PDF Documents</short>
+ <long>Valid command plus arguments for the PDF Document thumbnailer. See nautilus thumbnailer documentation for more information.</long>
+ </locale>
+ </schema>
+
</schemalist>
</gconfschemafile>