Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Clark <clarkbw@cvs.gnome.org>2005-04-20 06:26:19 (GMT)
committer Bryan W Clark <clarkbw@src.gnome.org>2005-04-20 06:26:19 (GMT)
commitbc91dbb970303220dffb9f8e71cc4b91cd7c4ee1 (patch)
treeeb1f9e9035110ec2c3cf34f130ec355b8d772e1f
parentf8e8cdb811022b5eab8845ca5e670a2aa3c4c123 (diff)
Added real long descriptions, closes bug 172496
2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org> * data/evince.schemas.in: Added real long descriptions, closes bug 172496 * README: Added actual text, closes bug 171869
-rw-r--r--ChangeLog7
-rw-r--r--README15
-rw-r--r--data/evince.schemas.in8
3 files changed, 26 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d6ad6d5..e7bd475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
+
+ * data/evince.schemas.in: Added real long descriptions,
+ closes bug 172496
+
+ * README: Added actual text, closes bug 171869
+
2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
* thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
diff --git a/README b/README
index e69de29..f4da961 100644
--- a/README
+++ b/README
@@ -0,0 +1,15 @@
+Evince
+==================================================
+Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript. For more general information about Evince please visit our website at http://www.gnome.org/projects/evince/
+
+This software is licensed under the GPL
+
+Evince Requirements
+==================================================
+GNOME Platform libraries [ http://www.gnome.org/start/ ]
+Poppler for PDF viewing [ http://poppler.freedesktop.org/ ]
+GhostScript for Postscript viewing [ http://www.cs.wisc.edu/~ghost/ ]
+
+Evince Optional Backend Libraries
+==================================================
+DjVuLibre for DjVu viewing [ http://djvulibre.djvuzone.org/ ]
diff --git a/data/evince.schemas.in b/data/evince.schemas.in
index 0e7bb05..3eb845c 100644
--- a/data/evince.schemas.in
+++ b/data/evince.schemas.in
@@ -8,7 +8,7 @@
<default>true</default>
<locale name="C">
<short>Show toolbar by default</short>
- <long>Show toolbar by default.</long>
+ <long>Toolbar is the top bar that contains navigation and zoom controls. Two boolean options, true makes toolbar visible by default while false makes toolbar not visible by default.</long>
</locale>
</schema>
<schema>
@@ -19,7 +19,7 @@
<default>true</default>
<locale name="C">
<short>Show sidebar by default</short>
- <long>Show sidebar by default.</long>
+ <long>Sidebar is the side item that contains the Index and Thumbnail lists. Two boolean options, true makes sidebar visible by default while false makes sidebar not visible by default </long>
</locale>
</schema>
<schema>
@@ -30,7 +30,7 @@
<default>true</default>
<locale name="C">
<short>Show statusbar by default</short>
- <long>Show statusbar by default.</long>
+ <long>Statusbar is the standard bottom bar that display additional information about links and other actions. Two boolean options, true makes the statusbar visible by default while false makes sidebar not visible by default.</long>
</locale>
</schema>
<schema>
@@ -41,7 +41,7 @@
<default>132</default>
<locale name="C">
<short>Default sidebar size</short>
- <long>The default sidebar size.</long>
+ <long>Sidebar is the side item that contains the Index and Thumbnail lists. The default size sets the sidebars width in pixels baded from the side of the window. Any integer will be accepted. The sidebar will never shrink smaller than the size of the text required to display Thumbnails or Index. Large values will cause the sidebar to take up as much room as possible.</long>
</locale>
</schema>
</schemalist>