Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-04 09:39:48 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-04 09:39:48 (GMT)
commitdbbd21a4d621a47629ac03ffc71651172f574138 (patch)
tree318dec35ac26574f35990d2f6f2a793fd773be24 /data
parentbbd8576757758f6e6ffb633d61bab361337e7927 (diff)
Rework properties code to take only EvPropertyInfo in the constructor so
2005-06-04 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document-info.h: * backend/ev-document.c: (ev_document_info_free): * data/evince-properties.glade: * pdf/ev-poppler.cc: * ps/ps-document.c: (ps_document_get_info): * shell/ev-properties.c: (ev_properties_format_date), (set_property), (ev_properties_new): * shell/ev-properties.h: * shell/ev-window.c: (ev_window_cmd_file_properties): Rework properties code to take only EvPropertyInfo in the constructor so that it can be useful for nautilus plugin too. Deal with backends that doesnt support some properties. Make set property code generic.
Diffstat (limited to 'data')
-rw-r--r--data/evince-properties.glade24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/evince-properties.glade b/data/evince-properties.glade
index fa6da16..9f65610 100644
--- a/data/evince-properties.glade
+++ b/data/evince-properties.glade
@@ -74,7 +74,7 @@
<property name="column_spacing">12</property>
<child>
- <widget class="GtkLabel" id="label3">
+ <widget class="GtkLabel" id="title_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Title:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -102,7 +102,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label4">
+ <widget class="GtkLabel" id="subject_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Subject:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -130,7 +130,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label5">
+ <widget class="GtkLabel" id="author_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Author:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -158,7 +158,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label6">
+ <widget class="GtkLabel" id="keywords_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Keywords:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -186,7 +186,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label7">
+ <widget class="GtkLabel" id="creator_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Creator:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -214,7 +214,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label8">
+ <widget class="GtkLabel" id="producer_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Producer:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -242,7 +242,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label9">
+ <widget class="GtkLabel" id="created_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Created:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -270,7 +270,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label10">
+ <widget class="GtkLabel" id="modified_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Modified:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -298,7 +298,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label11">
+ <widget class="GtkLabel" id="security_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Security:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -326,7 +326,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label12">
+ <widget class="GtkLabel" id="version_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;PDF Version:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -354,7 +354,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label13">
+ <widget class="GtkLabel" id="pages_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Number of Pages:&lt;/b&gt;</property>
<property name="use_underline">False</property>
@@ -382,7 +382,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label14">
+ <widget class="GtkLabel" id="optimized_caption">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;Optimized:&lt;/b&gt;</property>
<property name="use_underline">False</property>