From dbbd21a4d621a47629ac03ffc71651172f574138 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 04 Jun 2005 09:39:48 +0000 Subject: Rework properties code to take only EvPropertyInfo in the constructor so 2005-06-04 Marco Pesenti Gritti * 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. --- (limited to 'data') 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 @@ 12 - + True <b>Title:</b> False @@ -102,7 +102,7 @@ - + True <b>Subject:</b> False @@ -130,7 +130,7 @@ - + True <b>Author:</b> False @@ -158,7 +158,7 @@ - + True <b>Keywords:</b> False @@ -186,7 +186,7 @@ - + True <b>Creator:</b> False @@ -214,7 +214,7 @@ - + True <b>Producer:</b> False @@ -242,7 +242,7 @@ - + True <b>Created:</b> False @@ -270,7 +270,7 @@ - + True <b>Modified:</b> False @@ -298,7 +298,7 @@ - + True <b>Security:</b> False @@ -326,7 +326,7 @@ - + True <b>PDF Version:</b> False @@ -354,7 +354,7 @@ - + True <b>Number of Pages:</b> False @@ -382,7 +382,7 @@ - + True <b>Optimized:</b> False -- cgit v0.9.1