From can_wu@cnbvcom.com Sat Jul 3 13:19:54 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D511A750104 for ; Sat, 3 Jul 2010 13:19:54 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 1.995 X-Spam-Level: * X-Spam-Status: No, score=1.995 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, FRT_ADOBE2=0.877, HTML_MESSAGE=0.001, RCVD_IN_NJABL_PROXY=2.224, RDNS_NONE=0.793] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xr4nBBtsE9am for ; Sat, 3 Jul 2010 13:19:48 +0000 (UTC) X-Greylist: delayed 1978 seconds by postgrey-1.32 at menubar.gnome.org; Sat, 03 Jul 2010 13:19:47 UTC Received: from nihao.net.cn (unknown [61.135.129.15]) by menubar.gnome.org (Postfix) with SMTP id AFADC7500F6 for ; Sat, 3 Jul 2010 13:19:38 +0000 (UTC) Received: from [192.168.2.218] (unknown [61.149.193.105]) by app-mx (Coremail) with SMTP id AgCowB_ACAD5KS9McUR8FQ==.44002S2; Sat, 03 Jul 2010 20:15:55 +0800 (CST) Subject: [patch]: support viewed page history back/forward travelling From: wucan To: evince-list Content-Type: multipart/mixed; boundary="=-4iNFgn4hp5767uM7r8Bp" Date: Sat, 03 Jul 2010 20:43:58 +0800 Message-ID: <1278161038.21606.9.camel@wucan-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Coremail-Antispam: 1U3129KBjDUn29KB7ZKAUJUUUUUYxn0WfASr-VFAUDa7-sFnT 9fnUUIcSsGvfJTRUUUj8AYjsxI4VWxJwAYjxAI6xkYrwAqx4xG6c804VAFz4xC04v7M7k0 42IEjI02j7Aq6s0q3wAYjxAI6xCIbckI1I0E57IF64kEYxAxM7kC6x804xWl14x267AKxV WUJVW8JwAFxVCF77xC6IxKo4kEV4yl1I0EscIYIxCEI4klw4CSwwAFIxvE14AKwVWUJVWU GwAawVCFI7vE04vSzxk24VAqrcv_Gr1UXr18M2AExVA0xI801c8C04v7Mc804VCqF7xvr2 I5McIj6xIIjxv20xvE14v26r1j6r18McIj6I8E87Iv67AKxVWUJVW8JwCY02Avz4vE14v_ Xr1l4IxY624lx4CE17CEb7AF67AKxVWUJVWUXjIFyTuYvjxUIE_MDUUUU X-Mailman-Approved-At: Sat, 03 Jul 2010 16:53:22 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: can_wu@cnbvcom.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 13:19:55 -0000 --=-4iNFgn4hp5767uM7r8Bp Content-Type: multipart/alternative; boundary="=-8S3+NkdzhZB1TeMH+2p4" --=-8S3+NkdzhZB1TeMH+2p4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hello evince folks: The evince seems had no viewed pages go backward/forward travelling support, isn't it? This is a useful feature in other pdf readers, so I write a patch to support it. I had add 2 menuitems under menu Go: * Ctrl+V for "Go Forward", and * Ctrl+B for "Go Backward" -- wucan --=-8S3+NkdzhZB1TeMH+2p4 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit Hello evince folks:

The evince seems had no viewed pages go backward/forward travelling support, isn't it?

This is a useful feature in other pdf readers, so I write a patch to support it.

I had add 2 menuitems under menu Go:
* Ctrl+V for "Go Forward", and
* Ctrl+B for "Go Backward"

--
wucan
--=-8S3+NkdzhZB1TeMH+2p4-- --=-4iNFgn4hp5767uM7r8Bp Content-Disposition: attachment; filename="0001-support-viewed-page-history-back-forward-traveling.patch" Content-Type: text/x-patch; name="0001-support-viewed-page-history-back-forward-traveling.patch"; charset="UTF-8" Content-Transfer-Encoding: 7bit >From 6b8228b911ebb52711a988479aec0be9aa57a205 Mon Sep 17 00:00:00 2001 From: wucan Date: Sat, 3 Jul 2010 20:11:06 +0800 Subject: support viewed page history back/forward traveling --- data/evince-ui.xml | 3 + libview/Makefile.am | 4 +- libview/ev-document-model.c | 39 ++++++++++ libview/ev-document-model.h | 5 ++ libview/ev-page-history.c | 162 +++++++++++++++++++++++++++++++++++++++++++ libview/ev-page-history.h | 48 +++++++++++++ libview/ev-view.c | 36 ++++++++++ libview/ev-view.h | 2 + shell/ev-window.c | 35 +++++++++ 9 files changed, 333 insertions(+), 1 deletions(-) create mode 100644 libview/ev-page-history.c create mode 100644 libview/ev-page-history.h diff --git a/data/evince-ui.xml b/data/evince-ui.xml index 962e8b2..75879b2 100644 --- a/data/evince-ui.xml +++ b/data/evince-ui.xml @@ -55,6 +55,9 @@ + + + diff --git a/libview/Makefile.am b/libview/Makefile.am index 226a653..a2f58ae 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -10,7 +10,8 @@ NOINST_H_FILES = \ ev-view-accessible.h \ ev-view-cursor.h \ ev-view-marshal.h \ - ev-view-private.h + ev-view-private.h \ + ev-page-history.h INST_H_SRC_FILES = \ ev-document-model.h \ @@ -46,6 +47,7 @@ libevview_la_SOURCES = \ ev-view-cursor.c \ ev-view-presentation.c \ ev-view-type-builtins.c \ + ev-page-history.c \ $(NOINST_H_FILES) \ $(INST_H_FILES) diff --git a/libview/ev-document-model.c b/libview/ev-document-model.c index 727264a..be9c6a6 100644 --- a/libview/ev-document-model.c +++ b/libview/ev-document-model.c @@ -23,6 +23,8 @@ #include "ev-document-model.h" #include "ev-view-type-builtins.h" #include "ev-view-marshal.h" +#include "ev-page-history.h" + struct _EvDocumentModel { @@ -42,6 +44,8 @@ struct _EvDocumentModel gdouble max_scale; gdouble min_scale; + + EvPageHistory *page_history; }; struct _EvDocumentModelClass @@ -86,6 +90,10 @@ ev_document_model_finalize (GObject *object) g_object_unref (model->document); model->document = NULL; } + if (model->page_history) { + g_object_unref (model->page_history); + model->page_history = NULL; + } G_OBJECT_CLASS (ev_document_model_parent_class)->finalize (object); } @@ -269,6 +277,7 @@ ev_document_model_init (EvDocumentModel *model) model->inverted_colors = FALSE; model->min_scale = 0.; model->max_scale = G_MAXDOUBLE; + model->page_history = ev_page_history_new(); } EvDocumentModel * @@ -329,6 +338,7 @@ ev_document_model_set_page (EvDocumentModel *model, old_page = model->page; model->page = page; + ev_document_model_page_history_add_page (model, page); g_signal_emit (model, signals[PAGE_CHANGED], 0, old_page, page); g_object_notify (G_OBJECT (model), "page"); @@ -569,3 +579,32 @@ ev_document_model_get_fullscreen (EvDocumentModel *model) return model->fullscreen; } + +void +ev_document_model_page_history_add_page (EvDocumentModel *model, gint page) +{ + ev_page_history_add_page(model->page_history, page); +} + +gint +ev_document_model_backward_page (EvDocumentModel *model) +{ + return ev_page_history_backward_page(model->page_history); +} + +gint +ev_document_model_forward_page (EvDocumentModel *model) +{ + return ev_page_history_forward_page(model->page_history); +} + +gboolean ev_document_model_could_backward_page (EvDocumentModel *model) +{ + return ev_page_history_could_backward_page (model->page_history); +} + +gboolean ev_document_model_could_forward_page (EvDocumentModel *model) +{ + return ev_page_history_could_forward_page (model->page_history); +} + diff --git a/libview/ev-document-model.h b/libview/ev-document-model.h index b283615..17c3c4b 100644 --- a/libview/ev-document-model.h +++ b/libview/ev-document-model.h @@ -81,6 +81,11 @@ gboolean ev_document_model_get_dual_page (EvDocumentModel *model); void ev_document_model_set_fullscreen (EvDocumentModel *model, gboolean fullscreen); gboolean ev_document_model_get_fullscreen (EvDocumentModel *model); +void ev_document_model_page_history_add_page (EvDocumentModel *model, gint page); +gint ev_document_model_backward_page (EvDocumentModel *model); +gint ev_document_model_forward_page (EvDocumentModel *model); +gboolean ev_document_model_could_backward_page (EvDocumentModel *model); +gboolean ev_document_model_could_forward_page (EvDocumentModel *model); G_END_DECLS diff --git a/libview/ev-page-history.c b/libview/ev-page-history.c new file mode 100644 index 0000000..a3a6ac4 --- /dev/null +++ b/libview/ev-page-history.c @@ -0,0 +1,162 @@ +/* this file is part of evince, a gnome document viewer + * + * Copyright (C) 2010 Can Wu + * + * Evince is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * Evince is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#include + +#include + +#include "ev-page-history.h" + + +#define PAGE_HISTORY_MAX_PAGES 128 +struct _EvPageHistory { + GObject parent; + + gint pages[PAGE_HISTORY_MAX_PAGES]; + guint start_page_index; + guint end_page_index; + guint cur_page_index; + gint backwardable_npages; + gint npages; + + gboolean travel_history; +}; + +struct _EvPageHistoryClass { + GObjectClass parent_class; +}; + +G_DEFINE_TYPE (EvPageHistory, ev_page_history, G_TYPE_OBJECT) + +static void +ev_page_history_finalize (GObject *object) +{ + G_OBJECT_CLASS (ev_page_history_parent_class)->finalize (object); +} + +static void +ev_page_history_init (EvPageHistory *history) +{ +} + +static void +ev_page_history_class_init (EvPageHistoryClass *klass) +{ + GObjectClass *g_object_class = G_OBJECT_CLASS (klass); + + g_object_class->finalize = ev_page_history_finalize; +} + +EvPageHistory *ev_page_history_new() +{ + EvPageHistory *his; + + his = EV_PAGE_HISTORY (g_object_new (EV_TYPE_PAGE_HISTORY, NULL)); + his->cur_page_index = 0; + his->start_page_index = 0; + his->end_page_index = 0; + his->backwardable_npages = 0; + his->npages = 0; + his->travel_history = FALSE; + + return his; +} + +void +ev_page_history_add_page (EvPageHistory *his, gint page) +{ + g_return_if_fail (EV_IS_PAGE_HISTORY (his)); + + if (his->travel_history) { + his->travel_history = FALSE; + return; + } + if (his->npages == 0) { + his->pages[0] = page; + his->backwardable_npages = 0; + } else { + his->pages[(++his->cur_page_index) % PAGE_HISTORY_MAX_PAGES] = page; + his->backwardable_npages++; + } + if (his->backwardable_npages == PAGE_HISTORY_MAX_PAGES) { + his->backwardable_npages = PAGE_HISTORY_MAX_PAGES - 1; + his->start_page_index++; + } + his->npages = his->backwardable_npages + 1; + his->end_page_index = his->cur_page_index; + + his->travel_history = FALSE; +} + +gint +ev_page_history_backward_page (EvPageHistory *his) +{ + gint page = -1; + + g_return_val_if_fail (EV_IS_PAGE_HISTORY (his), -1); + + if (his->backwardable_npages > 0) { + his->backwardable_npages--; + page = his->pages[(--his->cur_page_index) % PAGE_HISTORY_MAX_PAGES]; + his->travel_history = TRUE; + } + + return page; +} + +gint +ev_page_history_forward_page (EvPageHistory *his) +{ + gint page = -1; + + g_return_val_if_fail (EV_IS_PAGE_HISTORY (his), -1); + + if (his->backwardable_npages + 1 < his->npages) { + his->backwardable_npages++; + page = his->pages[(++his->cur_page_index) % PAGE_HISTORY_MAX_PAGES]; + his->travel_history = TRUE; + } + + return page; +} + +gboolean +ev_page_history_could_backward_page (EvPageHistory *his) +{ + g_return_val_if_fail (EV_IS_PAGE_HISTORY (his), FALSE); + + if (his->backwardable_npages > 0) { + return TRUE; + } + + return FALSE; +} + +gboolean +ev_page_history_could_forward_page (EvPageHistory *his) +{ + g_return_val_if_fail (EV_IS_PAGE_HISTORY (his), FALSE); + + if (his->backwardable_npages + 1 < his->npages) { + return TRUE; + } + + return FALSE; +} + diff --git a/libview/ev-page-history.h b/libview/ev-page-history.h new file mode 100644 index 0000000..89b5d3c --- /dev/null +++ b/libview/ev-page-history.h @@ -0,0 +1,48 @@ +/* this file is part of evince, a gnome document viewer + * + * Copyright (C) 2010 Can Wu + * + * Evince is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * Evince is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +#ifndef EV_PAGE_HISTORY_H +#define EV_PAGE_HISTORY_H + +#include +#include + + +G_BEGIN_DECLS + +#define EV_TYPE_PAGE_HISTORY (ev_page_history_get_type ()) +#define EV_PAGE_HISTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EV_TYPE_PAGE_HISTORY, EvPageHistory)) +#define EV_IS_PAGE_HISTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EV_TYPE_PAGE_HISTORY)) + +typedef struct _EvPageHistory EvPageHistory; +typedef struct _EvPageHistoryClass EvPageHistoryClass; + +GType ev_page_history_get_type (void) G_GNUC_CONST; + +EvPageHistory *ev_page_history_new(); +void ev_page_history_add_page (EvPageHistory *his, gint page); +gint ev_page_history_backward_page (EvPageHistory *his); +gint ev_page_history_forward_page (EvPageHistory *his); +gboolean ev_page_history_could_backward_page (EvPageHistory *his); +gboolean ev_page_history_could_forward_page (EvPageHistory *his); + + +G_END_DECLS + +#endif /* EV_PAGE_HISTORY_H */ diff --git a/libview/ev-view.c b/libview/ev-view.c index a473d0a..130bcf2 100644 --- a/libview/ev-view.c +++ b/libview/ev-view.c @@ -5967,3 +5967,39 @@ ev_view_previous_page (EvView *view) } } +gboolean +ev_view_backward_page (EvView *view) +{ + int page; + + g_return_val_if_fail (EV_IS_VIEW (view), FALSE); + + if (!view->document) + return FALSE; + + page = ev_document_model_backward_page (view->model); + if (page < 0) { + return FALSE; + } + ev_document_model_set_page (view->model, page); + return TRUE; +} + +gboolean +ev_view_forward_page (EvView *view) +{ + int page; + + g_return_val_if_fail (EV_IS_VIEW (view), FALSE); + + if (!view->document) + return FALSE; + + page = ev_document_model_forward_page (view->model); + if (page < 0) { + return FALSE; + } + ev_document_model_set_page (view->model, page); + return TRUE; +} + diff --git a/libview/ev-view.h b/libview/ev-view.h index d4ee577..8e6d109 100644 --- a/libview/ev-view.h +++ b/libview/ev-view.h @@ -98,6 +98,8 @@ gboolean ev_view_previous_page (EvView *view); void ev_view_autoscroll_start (EvView *view); void ev_view_autoscroll_stop (EvView *view); +gboolean ev_view_backward_page (EvView *view); +gboolean ev_view_forward_page (EvView *view); gboolean ev_view_get_page_extents (EvView *view, gint page, diff --git a/shell/ev-window.c b/shell/ev-window.c index fa7a16b..b75d790 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -456,6 +456,7 @@ ev_window_update_actions (EvWindow *ev_window) EvView *view = EV_VIEW (ev_window->priv->view); int n_pages = 0, page = -1; gboolean has_pages = FALSE; + gboolean could_backward_page = FALSE, could_forward_page = FALSE; gboolean presentation_mode; gboolean can_find_in_page = FALSE; EvSizingMode sizing_mode; @@ -464,6 +465,10 @@ ev_window_update_actions (EvWindow *ev_window) page = ev_document_model_get_page (ev_window->priv->model); n_pages = ev_document_get_n_pages (ev_window->priv->document); has_pages = n_pages > 0; + could_backward_page = + ev_document_model_could_backward_page (ev_window->priv->model); + could_forward_page = + ev_document_model_could_forward_page (ev_window->priv->model); } can_find_in_page = (ev_window->priv->find_job && @@ -496,11 +501,15 @@ ev_window_update_actions (EvWindow *ev_window) ev_window_set_action_sensitive (ev_window, "GoNextPage", page < n_pages - 1); ev_window_set_action_sensitive (ev_window, "GoFirstPage", page > 0); ev_window_set_action_sensitive (ev_window, "GoLastPage", page < n_pages - 1); + ev_window_set_action_sensitive (ev_window, "GoBackwardPage", could_backward_page); + ev_window_set_action_sensitive (ev_window, "GoForwardPage", could_forward_page); } else { ev_window_set_action_sensitive (ev_window, "GoFirstPage", FALSE); ev_window_set_action_sensitive (ev_window, "GoPreviousPage", FALSE); ev_window_set_action_sensitive (ev_window, "GoNextPage", FALSE); ev_window_set_action_sensitive (ev_window, "GoLastPage", FALSE); + ev_window_set_action_sensitive (ev_window, "GoBackwardPage", FALSE); + ev_window_set_action_sensitive (ev_window, "GoForwardPage", FALSE); } sizing_mode = ev_document_model_get_sizing_mode (ev_window->priv->model); @@ -4040,6 +4049,22 @@ ev_window_cmd_go_backward (GtkAction *action, EvWindow *ev_window) } static void +ev_window_cmd_go_forward_page (GtkAction *action, EvWindow *ev_window) +{ + g_return_if_fail (EV_IS_WINDOW (ev_window)); + + ev_view_forward_page (EV_VIEW (ev_window->priv->view)); +} + +static void +ev_window_cmd_go_backward_page (GtkAction *action, EvWindow *ev_window) +{ + g_return_if_fail (EV_IS_WINDOW (ev_window)); + + ev_view_backward_page (EV_VIEW (ev_window->priv->view)); +} + +static void ev_window_cmd_view_reload (GtkAction *action, EvWindow *ev_window) { ev_window_reload_document (ev_window, NULL); @@ -5207,6 +5232,12 @@ static const GtkActionEntry entries[] = { { "GoLastPage", GTK_STOCK_GOTO_BOTTOM, N_("_Last Page"), "End", N_("Go to the last page"), G_CALLBACK (ev_window_cmd_go_last_page) }, + { "GoBackwardPage", GTK_STOCK_GOTO_BOTTOM, N_("_Backward Page"), "B", + N_("Go to the backward page"), + G_CALLBACK (ev_window_cmd_go_backward_page) }, + { "GoForwardPage", GTK_STOCK_GOTO_BOTTOM, N_("_Forward Page"), "V", + N_("Go to the forward page"), + G_CALLBACK (ev_window_cmd_go_forward_page) }, /* Help menu */ { "HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1", NULL, @@ -5727,6 +5758,10 @@ do_action_named (EvWindow *window, EvLinkAction *action) ev_window_cmd_go_next_page (NULL, window); } else if (g_ascii_strcasecmp (name, "LastPage") == 0) { ev_window_cmd_go_last_page (NULL, window); + } else if (g_ascii_strcasecmp (name, "BackwardPage") == 0) { + ev_window_cmd_go_backward_page (NULL, window); + } else if (g_ascii_strcasecmp (name, "ForwardPage") == 0) { + ev_window_cmd_go_forward_page (NULL, window); } else if (g_ascii_strcasecmp (name, "GoToPage") == 0) { ev_window_cmd_focus_page_selector (NULL, window); } else if (g_ascii_strcasecmp (name, "Find") == 0) { -- 1.6.4.GIT --=-4iNFgn4hp5767uM7r8Bp-- From jose.aliste@gmail.com Sat Jul 3 18:47:06 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id BA0A375009D for ; Sat, 3 Jul 2010 18:47:06 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.989 X-Spam-Level: X-Spam-Status: No, score=-1.989 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yrL-DsqVZtay for ; Sat, 3 Jul 2010 18:47:03 +0000 (UTC) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by menubar.gnome.org (Postfix) with ESMTP id 326317500F6 for ; Sat, 3 Jul 2010 18:46:54 +0000 (UTC) Received: by vws6 with SMTP id 6so5039296vws.27 for ; Sat, 03 Jul 2010 11:46:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=9kx1YWq8pDIA5JfnA9vgxzv+LeA+CYu6tGcM3Bd41AY=; b=sATEthoN7CpVb8fKrjwpAswMerwIBjhVxOW1c+5GlDqCozXDdzEiX1vKNJJIszuD+g GyC8vA7Lq+OtvXxUmCdGffOl8PllmBcAiOSjpO+xE9bTSo/VSqs3py5sxfnLmSTd1l12 xq/82a3Px0aV0FYvKE+Ck9KavJov4w37VXvJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=x2mZUjF1yOBr0xMwHpYvzyEsLL+/oHsR/Al1LXPoTrPHOL2NWU0SvlaNVKcFeBgEo5 lFQu3jiKJxIFcvZQoCch1Q/l618P2E6f9d1TsnjN2tPHj7+7WyqU4m/l+dv0dWyb4LG3 fuj0BSwYTCHEJrUvXBUXC852F5vtfyVG25Nr8= Received: by 10.220.60.204 with SMTP id q12mr304342vch.160.1278182813276; Sat, 03 Jul 2010 11:46:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.113.206 with HTTP; Sat, 3 Jul 2010 11:46:33 -0700 (PDT) In-Reply-To: <1278161038.21606.9.camel@wucan-laptop> References: <1278161038.21606.9.camel@wucan-laptop> From: Jose Aliste Date: Sat, 3 Jul 2010 14:46:33 -0400 Message-ID: Subject: Re: [patch]: support viewed page history back/forward travelling To: can_wu@cnbvcom.com Content-Type: multipart/alternative; boundary=e0cb4e8878658b1a64048a802078 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 18:47:07 -0000 --e0cb4e8878658b1a64048a802078 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, On Sat, Jul 3, 2010 at 8:43 AM, wucan wrote: > Hello evince folks: > > The evince seems had no viewed pages go backward/forward travelling > support, isn't it? > > Actually, it has, but the support needs some love. Please see the bugs169= 903, 554585 in gnome bugzil= la, and attach your patch under the more convenient one, so it does not get los= t in the list. Greetings jos=E9 > This is a useful feature in other pdf readers, so I write a patch to > support it. > > I had add 2 menuitems under menu Go: > * Ctrl+V for "Go Forward", and > * Ctrl+B for "Go Backward" > > -- > wucan > > _______________________________________________ > evince-list mailing list > evince-list@gnome.org > http://mail.gnome.org/mailman/listinfo/evince-list > > --e0cb4e8878658b1a64048a802078 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

On Sat, Jul 3, 2010 at 8:43 AM, wuca= n <can_wu@cnbvco= m.com> wrote:
=20 =20
Hello evince folks:

The evince seems had no viewed pages go backward/forward travelling support= , isn't it?

Actually, it has, but the support needs some lo= ve. Please see the bugs 169903, 554585 in gnome bugzilla, and attach your= patch under the more convenient one, so it does not get lost in the list. =


Greetings

jos=E9

=A0
This is a useful feature in other pdf readers, so I write a patch to suppor= t it.

I had add 2 menuitems under menu Go:
* Ctrl+V for "Go Forward", and
* Ctrl+B for "Go Backward"

--
wucan

_______________________________________________
evince-list mailing list
evince-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evince-list


--e0cb4e8878658b1a64048a802078-- From turboscholz@web.de Sat Jul 3 18:54:39 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D1ABA750101 for ; Sat, 3 Jul 2010 18:54:39 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DnMvG5qF60rv for ; Sat, 3 Jul 2010 18:54:37 +0000 (UTC) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by menubar.gnome.org (Postfix) with ESMTP id DC93E75008A for ; Sat, 3 Jul 2010 18:54:28 +0000 (UTC) Received: from smtp07.web.de ( [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id 96B96162B494F for ; Sat, 3 Jul 2010 20:54:26 +0200 (CEST) Received: from [77.1.193.37] (helo=localhost) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #4) id 1OV7r8-0007gd-00 for evince-list@gnome.org; Sat, 03 Jul 2010 20:54:26 +0200 Received: by localhost (Postfix, from userid 1000) id BEA416016A; Sat, 3 Jul 2010 20:54:25 +0200 (CEST) Date: Sat, 3 Jul 2010 20:54:25 +0200 From: Uwe Scholz To: evince-list@gnome.org Subject: Shortcuts for fitting the page into the window Message-ID: <20100703185425.GA14413@uwe-notebook> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline X-message: Please send Plain-Text messages. Thanks. X-Editor: GNU Emacs 23.1.1 X-GPG-Fingerprint: CCEB FA34 16C0 7873 D9AA 0892 6054 A9B7 A6B5 5686 User-Agent: Mutt/1.5.20 (2009-06-14) Sender: turboscholz@web.de X-Sender: turboscholz@web.de X-Provags-ID: V01U2FsdGVkX185Yqz4JZDhc73h+ZadmKw8TpL9egQe30PnYSKJ N+ywrB4jBjqACDnnjAr46I7VBBx6+yz/GMO6BA0DKl0SollOA1 El1g5acNo= X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2010 18:54:40 -0000 --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Hello everyone, I use gentoo and the stable version of evince, 2.28.2. Since auctex has changed its default pdf viewer from xpdf to evince in version 11.86, I am also forced to use it evince ;-) All in all I have to admit, that evince is also a very good pdf viewer with nice features. :) But in respect to xpdf a miss two really time saving features for users like me who don't like to use the mouse very often: A keyboard shortcut for fitting the pdf into the window, either only its width or both the width and the height. In xpdf, fitting the page width into the window is 'w' and the shortcut for fitting the hole page is 'z'. Are there any plans to include those shortcuts in evince? I think it would be a great improvement for people using evince as the default pdf viewer! As far as the menu items for the desired fitting options are already there, it must be easy to include also the associated keyboard shortcuts. Ciao, Uwe --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (GNU/Linux) iEYEARECAAYFAkwvh2EACgkQYFSpt6a1VoZiiwCgvRw6pNJUhpiyrAQuuRAGf7bu he0An04pyX80Pq8E9KlTV3iC0devS1LL =rNeD -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From ln73@st-andrews.ac.uk Mon Jul 5 10:55:41 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A9FB7501AE for ; Mon, 5 Jul 2010 10:55:41 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -4.21 X-Spam-Level: X-Spam-Status: No, score=-4.21 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IB8bTThXQPMn for ; Mon, 5 Jul 2010 10:55:38 +0000 (UTC) X-Greylist: delayed 2282 seconds by postgrey-1.32 at menubar.gnome.org; Mon, 05 Jul 2010 10:55:38 UTC Received: from wallace.st-andrews.ac.uk (wallace.st-andrews.ac.uk [138.251.30.31]) by menubar.gnome.org (Postfix) with ESMTP id 09F36750101 for ; Mon, 5 Jul 2010 10:55:29 +0000 (UTC) Received: from mail-iw0-f178.google.com (mail-iw0-f178.google.com [209.85.214.178]) by wallace.st-andrews.ac.uk (8.14.3/8.14.3/Debian-5) with ESMTP id o65AGqTx015014 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 5 Jul 2010 11:17:19 +0100 Received: by mail-iw0-f178.google.com with SMTP id 9so1306905iwn.9 for ; Mon, 05 Jul 2010 03:17:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.149.143 with SMTP id t15mr3129625ibv.29.1278325038862; Mon, 05 Jul 2010 03:17:18 -0700 (PDT) Received: by 10.231.144.146 with HTTP; Mon, 5 Jul 2010 03:17:18 -0700 (PDT) Date: Mon, 5 Jul 2010 12:17:18 +0200 Message-ID: Subject: Read out loud functionality for evince From: Max Nicosia To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=0050450158a2d952cd048aa13de3 X-StAndrews-MailScanner-ID: o65AGqTx015014 X-StAndrews-MailScanner: No virus detected X-StAndrews-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.598, required 5, autolearn=not spam, BAYES_00 -2.60, HTML_MESSAGE 0.00) X-StAndrews-MailScanner-From: ln73@st-andrews.ac.uk X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 10:55:41 -0000 --0050450158a2d952cd048aa13de3 Content-Type: text/plain; charset=ISO-8859-1 Hello there, I am a Comp Sci student (St Andrews, UK) helping out in a project (at DTU, Denmark), that aims at making computers more accessible to blind people. They are particularly interested in making PDF documents more accessible to blind people, so I have been asked to focus on this. >From trying different PDF readers from the repositories, I believe the kind of functionality they are after has not yet been implemented. As such I would like to know if you know of anyone that is already working towards this for evince (so I can contribute) or if if I would need to start from scratch. DTU is interested in getting this functionality working for any PDF reader and in the shortest amount of time, so I have also contacted Okular's development team. I haven't looked at either implementation yet, but as there are some time constraints I will most likely contribute to whichever would take less time. Could anyone please give me some feedback so I can move onto the next stage? Thanks a lot Max --0050450158a2d952cd048aa13de3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello there,

I am a Comp Sci student (St Andrews, UK) helping out i= n a project (at DTU, Denmark), that aims at making computers more accessibl= e to blind people.

They are particularly interested in making PDF d= ocuments more accessible to blind people, so I have been asked to focus on = this.

From trying different PDF readers from the repositories, I believe the = kind of functionality they are after has not yet been implemented. As such = I would like to know if you know of anyone that is already working towards = this for evince (so I can contribute) or if if I would need to start from s= cratch.

DTU is interested in getting this functionality working for any PDF rea= der and in the shortest amount of time, so I have also contacted Okular'= ;s development team.
I haven't looked at either implementation yet, = but as there are some time constraints I will most likely contribute to whi= chever would take less time.

Could anyone please give me some feedback so I can move onto the next s= tage?

Thanks a lot
Max
--0050450158a2d952cd048aa13de3-- From juanjomarin96@yahoo.es Mon Jul 5 11:04:47 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 3A2CE75006C for ; Mon, 5 Jul 2010 11:04:47 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.435 X-Spam-Level: X-Spam-Status: No, score=-0.435 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BYED9wTIvYl5 for ; Mon, 5 Jul 2010 11:04:45 +0000 (UTC) Received: from web23702.mail.ird.yahoo.com (web23702.mail.ird.yahoo.com [87.248.115.60]) by menubar.gnome.org (Postfix) with SMTP id 8EE64750196 for ; Mon, 5 Jul 2010 11:04:36 +0000 (UTC) Received: (qmail 95840 invoked by uid 60001); 5 Jul 2010 11:04:34 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1278327874; bh=4qnn3qi2FLj4ktt1jNexEjHK/8XNKJjGlxZhhfWsTP4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=dx4WMMFgbSWXWKtwlUQumDIuSWLgwaIj7ZM+eAf3BB7MpM/YFYGUoUZpq+cHJAOuJFZ9EwYoK1UciPkPhseQvt6+YH2naGt3JtMi/xlktAAXkFgn8tkBujAtO6lRJyp2cki4EUXQBkidTYBarZ85QOky/AmQzWxlR5KqjWXo30w= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.es; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=goQJvAF5YQCcFEGgO+6Z0mhDzFXc/0QYRdmkP7TvTUjRZsCw+AI1kQf28rNRzGHzEpep4w//PVntrHk3tvj0tsB8WktR2h37qDPneg58L7EfR5tPNawcsH0eNiZ0c7Qn18oSu3N5DqqoOcnfcRFO3JYrzyxEwMa1Oemnjz2DGc0=; Message-ID: <136111.95268.qm@web23702.mail.ird.yahoo.com> X-YMail-OSG: Ect19QcVM1nzC9mRhIaBrrEJ08pK_beM2Bu5qAQ5Ki77g6S O7piQHmqwCYzMh0JjyRIsiWx8bSvQWHG70SP0fZrBkEVe8Efks.FC40hokJL vecCKzzEPX.Iob91V3mi4CcF3DAzAcJjVeFjpq6J1ip3YxTCP0_SOte_QFzW jWB136mdXPi9xBVEWWYAIxqPUt3dzWoEaCz5Kp2ORJXXePA9HVeLh7rBoIF5 52zGRqjuTQsUqVEiNL3fiKsIw.TcxJdjeeOCNV.oKWfPS54tnxSbuNaeAodp JnjtBkRtqUCO1Dphk_3c8HWvlTnFvZ6Rwiy8hyxpHUsrJ7qdUj1dwmiJ8yQ1 thN14e2Sd1cPqRaV4zOIP88lW1Q-- Received: from [10.34.1.101] by web23702.mail.ird.yahoo.com via HTTP; Mon, 05 Jul 2010 11:04:33 GMT X-Mailer: YahooMailClassic/11.1.4 YahooMailWebService/0.8.104.274457 Date: Mon, 5 Jul 2010 11:04:33 +0000 (GMT) From: =?iso-8859-1?Q?Juanjo_Mar=EDn?= Subject: Re: Read out loud functionality for evince To: evince-list@gnome.org In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1001745752-1278327873=:95268" X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 11:04:47 -0000 --0-1001745752-1278327873=:95268 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable --- El lun, 5/7/10, Max Nicosia escribi=F3: Hello there,=20 I am a Comp Sci student (St Andrews, UK) helping out in a project (at DTU, = Denmark), that aims at making computers more accessible to blind people.=20 They are particularly interested in making PDF documents more accessible to= blind people, so I have been asked to focus on this.=20 =0A >From trying different PDF readers from the repositories, I believe the kind= of functionality they are after has not yet been implemented. As such I wo= uld like to know if you know of anyone that is already working towards this= for evince (so I can contribute) or if if I would need to start from scrat= ch.=A0 Hi Max, There is some work on the way sponsorised by the Regional Government of And= alusia (Spain). See bugs http://bugzilla.gnome.org/show_bug.cgi?id=3D309015 https://bugs.freedesktop.org/show_bug.cgi?id=3D28276A video here:http://www= .youtube.com/watch?v=3DZCsB1oI4Dlk DTU is interested in getting this functionality working for any PDF reader = and in the shortest amount of time, so I have also contacted Okular's devel= opment team. I haven't looked at either implementation yet, but as there are some time c= onstraints I will most likely contribute to whichever would take less time.= =20 =0A Could anyone please give me some feedback so I can move onto the next stage= ? I guess you can use poppler changes for making okular accesible too. Cheers, =A0=A0 -- Juanjo Marin=0A=0A=0A --0-1001745752-1278327873=:95268 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
=0A=0A=0A=0A --0-1001745752-1278327873=:95268-- From stevetucknott@yahoo.co.uk Mon Jul 5 11:06:35 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 091EE75006C for ; Mon, 5 Jul 2010 11:06:35 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.998 X-Spam-Level: X-Spam-Status: No, score=-1.998 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ao2fW5egXSDW for ; Mon, 5 Jul 2010 11:06:33 +0000 (UTC) Received: from smtp140.mail.ukl.yahoo.com (smtp140.mail.ukl.yahoo.com [77.238.184.71]) by menubar.gnome.org (Postfix) with SMTP id 8CF9E750101 for ; Mon, 5 Jul 2010 11:06:24 +0000 (UTC) Received: (qmail 3222 invoked from network); 5 Jul 2010 11:06:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=DKIM-Signature:Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Disposition-Notification-To:Content-Type:Organization:Date:Message-ID:Mime-Version:X-Mailer; b=o/8UGiuUqTHfBIwyeK5aDt1ByctVqNoPyIL7P2x1II1Y7s/DpVW2AR0x8oWRts+OG3MN4FTCCd0rSu3ZLyRrxdtSaMdqzgezYg/tvv4O+blKykydD6l2I7JvoZ7Mj6CDHnq0410H8/ZcC+/tbuqNC52ws7FVpXUisT95u6ybDFE= ; DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.co.uk; s=s1024; t=1278327982; bh=3nAIZ2aG9p5UM+M8SjvdaAb9rYwDYxTcd6q9EPmMN/g=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Disposition-Notification-To:Content-Type:Organization:Date:Message-ID:Mime-Version:X-Mailer; b=myez9wUCm0xYlVxmQONNjZwKy/OUwhv0NmI0ZNgajPCUaePh/6KAv0XABp8YXncJjtjO0Pa9OPM6Jx22GF5fcQmCwaT7oChV2+z3aFGIClwvaauIJ2lq4NmddJaJjWmETYxDfpcbbNNpIxboF3htTH452mdgXWqAJipJz9kXtTw= Received: from [192.168.1.30] (stevetucknott@84.43.73.162 with plain) by smtp140.mail.ukl.yahoo.com with SMTP; 05 Jul 2010 11:06:22 +0000 GMT X-Yahoo-SMTP: T4om1oaswBDtj6Z.7op8Rdy58CHr2Kt9HDA- X-YMail-OSG: ILQNjMIVM1lNW.2JlqUyX4lsuthS.OaK9SN77tseIgDZuKq 0Q2RIVuvAKPONOAUdIIDFamq1bKGMhaIEbIy2L1ZiWBK_mAroVFRsABVtbUG fUOFLYMZsf8kdD0O88L.kNy0wLSn_k1vFVHPR0YfIIv1ucgTW4QHQK1E8eDd hvprUS6HMgK4kecCOEsgKetYJ1QNHBzhxasQZSh01PL1QKfI3jOCnnQkynQB Nl5wd1.oqDItrH3FhbYujEEQa.gIr7L7AGfh9asxTQlIOKR3Igi7VagcL7QF mnUM7htE9mmRGiHn7Y.MwilUv X-Yahoo-Newman-Property: ymail-3 Subject: Re: Read out loud functionality for evince From: Steve T To: Max Nicosia In-Reply-To: References: Content-Type: multipart/alternative; boundary="=-zbLTsC/B2pSznHhMyZeb" Organization: Personal Date: Mon, 05 Jul 2010 12:06:20 +0100 Message-ID: <1278327980.1869.12.camel@retsol610> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: stevetucknott@yahoo.co.uk List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2010 11:06:35 -0000 --=-zbLTsC/B2pSznHhMyZeb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Max, Would something like 'festival' in conjunction with a 'pdftotext' command be a start point? On Mon, 2010-07-05 at 12:17 +0200, Max Nicosia wrote: > Hello there, > > I am a Comp Sci student (St Andrews, UK) helping out in a project (at > DTU, Denmark), that aims at making computers more accessible to blind > people. > > They are particularly interested in making PDF documents more > accessible to blind people, so I have been asked to focus on this. > > From trying different PDF readers from the repositories, I believe the > kind of functionality they are after has not yet been implemented. As > such I would like to know if you know of anyone that is already > working towards this for evince (so I can contribute) or if if I would > need to start from scratch. > > DTU is interested in getting this functionality working for any PDF > reader and in the shortest amount of time, so I have also contacted > Okular's development team. > I haven't looked at either implementation yet, but as there are some > time constraints I will most likely contribute to whichever would take > less time. > > Could anyone please give me some feedback so I can move onto the next > stage? > > Thanks a lot > Max > > _______________________________________________ > evince-list mailing list > evince-list@gnome.org > http://mail.gnome.org/mailman/listinfo/evince-list --=-zbLTsC/B2pSznHhMyZeb Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 7bit Max,
Would something like 'festival' in conjunction with a 'pdftotext'  command be a start point?


On Mon, 2010-07-05 at 12:17 +0200, Max Nicosia wrote:
Hello there,

I am a Comp Sci student (St Andrews, UK) helping out in a project (at DTU, Denmark), that aims at making computers more accessible to blind people.

They are particularly interested in making PDF documents more accessible to blind people, so I have been asked to focus on this.

From trying different PDF readers from the repositories, I believe the kind of functionality they are after has not yet been implemented. As such I would like to know if you know of anyone that is already working towards this for evince (so I can contribute) or if if I would need to start from scratch.

DTU is interested in getting this functionality working for any PDF reader and in the shortest amount of time, so I have also contacted Okular's development team.
I haven't looked at either implementation yet, but as there are some time constraints I will most likely contribute to whichever would take less time.

Could anyone please give me some feedback so I can move onto the next stage?

Thanks a lot
Max
_______________________________________________
evince-list mailing list
evince-list@gnome.org
http://mail.gnome.org/mailman/listinfo/evince-list

--=-zbLTsC/B2pSznHhMyZeb-- From dbitouze@wanadoo.fr Wed Jul 7 14:10:16 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 12C317501EB for ; Wed, 7 Jul 2010 14:10:16 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YrZRPPY4SjON for ; Wed, 7 Jul 2010 14:10:11 +0000 (UTC) Received: from smtp2e.orange.fr (smtp2e.orange.fr [80.12.242.113]) by menubar.gnome.org (Postfix) with ESMTP id 5C9D6750062 for ; Wed, 7 Jul 2010 14:10:02 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2e17.orange.fr (SMTP Server) with ESMTP id CA5DA8000679 for ; Wed, 7 Jul 2010 16:10:00 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2e17.orange.fr (SMTP Server) with ESMTP id BC3DD800067D for ; Wed, 7 Jul 2010 16:10:00 +0200 (CEST) Received: from drums (ALille-156-1-129-241.w92-131.abo.wanadoo.fr [92.131.168.241]) by mwinf2e17.orange.fr (SMTP Server) with ESMTP id 7FA8F8000679 for ; Wed, 7 Jul 2010 16:10:00 +0200 (CEST) X-ME-UUID: 20100707141000522.7FA8F8000679@mwinf2e17.orange.fr Date: Wed, 7 Jul 2010 16:10:00 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Next release? Message-ID: <20100707161000.1c3b6c27@drums> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.9; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 14:10:16 -0000 Hello, as I already told you, I'm about writing the second edition of a book (in French) for LaTeX beginners and I plan to include, in particular for Windows users (I'm a GNU/Linux user), Evince as a .dvi, .ps and .pdf reader in the DVD-DOM (containing the TeX Live distribution) joined to the book. It's time now to start the DVD-ROM build process and I wanted to know if you plan to provide soon a new release of Evince in order I include it. For instance, is is written here: https://bugzilla.gnome.org/show_bug.cgi?id=3D610548 that "[t]he 2.30.2 maintenance release scheduled for june 23th will contain this fix. Windows binaries for 2.30.2 will be made available shortly after that release."=B9 Of course, my question isn't intend to stress you and I could understand if your answer is: "When it will be ready!" :) Cheers, ------------------------------------- =B9 BTW, I couldn't find any .tar.gz archive to provide to Linux users --=20 Denis From jj@hiberis.nl Wed Jul 7 14:22:23 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id AB40D7501F7 for ; Wed, 7 Jul 2010 14:22:23 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qnrmN8aqhQ9l for ; Wed, 7 Jul 2010 14:22:20 +0000 (UTC) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by menubar.gnome.org (Postfix) with ESMTP id CCDF77501F1 for ; Wed, 7 Jul 2010 14:22:11 +0000 (UTC) Received: by fxm13 with SMTP id 13so6899371fxm.27 for ; Wed, 07 Jul 2010 07:22:09 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.79.221 with SMTP id q29mr5171537bkk.49.1278512529387; Wed, 07 Jul 2010 07:22:09 -0700 (PDT) Sender: jj@hiberis.nl Received: by 10.204.46.147 with HTTP; Wed, 7 Jul 2010 07:22:09 -0700 (PDT) In-Reply-To: <20100707161000.1c3b6c27@drums> References: <20100707161000.1c3b6c27@drums> Date: Wed, 7 Jul 2010 16:22:09 +0200 X-Google-Sender-Auth: KasmlMDNDrHh04WvAIPzso257lI Message-ID: Subject: Re: Next release? From: Hib Eris To: =?ISO-8859-1?Q?Denis_Bitouz=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 14:22:24 -0000 Hi Denis, On Wed, Jul 7, 2010 at 4:10 PM, Denis Bitouz=E9 wrote= : > as I already told you, I'm about writing the second edition of a book > (in French) for LaTeX beginners and I plan to include, in particular for > Windows users (I'm a GNU/Linux user), Evince as a .dvi, .ps and .pdf > reader in the DVD-DOM (containing the TeX Live distribution) joined to > the book. > > It's time now to start the DVD-ROM build process and I wanted to know > if you plan to provide soon a new release of Evince in order I include > it. For instance, is is written here: > > https://bugzilla.gnome.org/show_bug.cgi?id=3D610548 > > that "[t]he 2.30.2 maintenance release scheduled for june 23th will > contain this fix. Windows binaries for 2.30.2 will be made available > shortly after that release."=B9 > Thank you for your interest and including Evince in your book. We had forgotten to update the download page, but the 2.30.3 release is already available for some time. I just updated the download page, so you can find it there (http://live.gnome.org/Evince/Downloads) All tar.gz sources are available at http://ftp.gnome.org/pub/GNOME/sources/evince/ Cheers, Hib Eris From dbitouze@wanadoo.fr Wed Jul 7 14:28:35 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 73C94750062 for ; Wed, 7 Jul 2010 14:28:35 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.13 X-Spam-Level: X-Spam-Status: No, score=-1.13 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_SORBS_WEB=0.77] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fh7bUEhS-TaG for ; Wed, 7 Jul 2010 14:28:32 +0000 (UTC) Received: from smtp28.orange.fr (smtp28.orange.fr [80.12.242.101]) by menubar.gnome.org (Postfix) with ESMTP id B953F75018F for ; Wed, 7 Jul 2010 14:28:24 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2827.orange.fr (SMTP Server) with ESMTP id 7D4BF80033A2 for ; Wed, 7 Jul 2010 16:28:00 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2827.orange.fr (SMTP Server) with ESMTP id 7053C80033AA for ; Wed, 7 Jul 2010 16:28:00 +0200 (CEST) Received: from drums (ALille-156-1-129-241.w92-131.abo.wanadoo.fr [92.131.168.241]) by mwinf2827.orange.fr (SMTP Server) with ESMTP id 3FF2880033A2 for ; Wed, 7 Jul 2010 16:28:00 +0200 (CEST) X-ME-UUID: 20100707142800262.3FF2880033A2@mwinf2827.orange.fr Date: Wed, 7 Jul 2010 16:28:00 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Re: Next release? Message-ID: <20100707162800.204c600d@drums> In-Reply-To: References: <20100707161000.1c3b6c27@drums> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.9; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jul 2010 14:28:35 -0000 Le mercredi 07/07/10 =E0 16h22, Hib Eris a =E9crit : > Thank you for your interest and including Evince in your book. > We had forgotten to update the download page, but the 2.30.3 release > is already available for some time. I just updated the download page, > so you can find it there > (http://live.gnome.org/Evince/Downloads) >=20 > All tar.gz sources are available at > http://ftp.gnome.org/pub/GNOME/sources/evince/ Great! Many thanks. --=20 Denis From danigm@yaco.es Thu Jul 8 08:55:09 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D0AE87500FE; Thu, 8 Jul 2010 08:55:09 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.232 X-Spam-Level: X-Spam-Status: No, score=-0.232 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DNS_FROM_RFC_BOGUSMX=1.668] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HX60GQRVPt2u; Thu, 8 Jul 2010 08:55:08 +0000 (UTC) X-Greylist: delayed 1337 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 08 Jul 2010 08:55:07 UTC Received: from carancho.yaco.es (38.Red-80-36-82.staticIP.rima-tde.net [80.36.82.38]) by menubar.gnome.org (Postfix) with ESMTP id A8A92750024; Thu, 8 Jul 2010 08:54:59 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by carancho.yaco.es (Postfix) with ESMTP id 903A49E407A; Thu, 8 Jul 2010 10:34:25 +0200 (CEST) Received: from carancho.yaco.es ([127.0.0.1]) by localhost (carancho.yaco.es [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 26904-01-100; Thu, 8 Jul 2010 10:34:25 +0200 (CEST) Received: from [192.168.11.204] (unknown [192.168.11.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by carancho.yaco.es (Postfix) with ESMTP id 10C839E4077; Thu, 8 Jul 2010 10:34:24 +0200 (CEST) Subject: Evince A11y From: Daniel Garcia Moreno To: Orca-list Content-Type: text/plain; charset="UTF-8" Date: Thu, 08 Jul 2010 10:32:37 +0200 Message-ID: <1278577957.2818.91.camel@tate> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at yaco.es Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 08:55:10 -0000 Since last month we have AtkTextInterface implemented in evince (>=2.31.4) [1] to make pdf files accessible. That means that orca should read pdf files with evince. You need latest poppler to make it work. If someone is interested in testing we will thank you. I make some tests, but I don't know orca a lot, and I don't know if I miss something or if something is wrong implemented. [1] http://mail.gnome.org/archives/evince-list/2010-June/msg00064.html From danigm@yaco.es Thu Jul 8 13:10:36 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6D2E6750291; Thu, 8 Jul 2010 13:10:36 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.232 X-Spam-Level: X-Spam-Status: No, score=-0.232 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DNS_FROM_RFC_BOGUSMX=1.668] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eIPNCxIHNYu2; Thu, 8 Jul 2010 13:10:34 +0000 (UTC) Received: from carancho.yaco.es (38.Red-80-36-82.staticIP.rima-tde.net [80.36.82.38]) by menubar.gnome.org (Postfix) with ESMTP id 82C82750244; Thu, 8 Jul 2010 13:10:25 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by carancho.yaco.es (Postfix) with ESMTP id 389719E4179; Thu, 8 Jul 2010 15:12:12 +0200 (CEST) Received: from carancho.yaco.es ([127.0.0.1]) by localhost (carancho.yaco.es [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06467-01-56; Thu, 8 Jul 2010 15:12:12 +0200 (CEST) Received: from [192.168.11.204] (unknown [192.168.11.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by carancho.yaco.es (Postfix) with ESMTP id 7C16F9E415D; Thu, 8 Jul 2010 15:12:11 +0200 (CEST) Subject: Re: [orca-list] Evince A11y From: Daniel Garcia Moreno To: vilmar@informal.com.br In-Reply-To: <4C35C7EE.6020609@informal.com.br> References: <1278577957.2818.91.camel@tate> <4C35C7EE.6020609@informal.com.br> Content-Type: text/plain; charset="UTF-8" Date: Thu, 08 Jul 2010 15:10:21 +0200 Message-ID: <1278594621.28646.14.camel@tate> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at yaco.es Cc: evince-list@gnome.org, Orca-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 13:10:37 -0000 El jue, 08-07-2010 a las 09:43 -0300, José Vilmar Estácio de Souza escribió: > Hi, > Is there a PPA where I can install on my ubuntu 10:04? > Thanks. You can try this, but that packages aren't *official*, it's evince 2.30 from ubuntu lucid, patched with a11y, and poppler 0.14. deb http://danigm.net/debrepo yaco main > On 07/08/2010 05:32 AM, Daniel Garcia Moreno wrote: > > Since last month we have AtkTextInterface implemented in evince > > (>=2.31.4) [1] to make pdf files accessible. That means that orca should > > read pdf files with evince. You need latest poppler to make it work. > > > > If someone is interested in testing we will thank you. I make some > > tests, but I don't know orca a lot, and I don't know if I miss something > > or if something is wrong implemented. > > > > [1] http://mail.gnome.org/archives/evince-list/2010-June/msg00064.html > > From vilmar@informal.com.br Thu Jul 8 12:57:03 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id D5CDC7500E2 for ; Thu, 8 Jul 2010 12:57:03 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -2.6 X-Spam-Level: X-Spam-Status: No, score=-2.6 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] autolearn=unavailable Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GzY4Kn2emXdR for ; Thu, 8 Jul 2010 12:57:02 +0000 (UTC) X-Greylist: delayed 804 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 08 Jul 2010 12:57:01 UTC Received: from relay01.email.alog.com.br (relay01.email.alog.com.br [200.219.210.24]) by menubar.gnome.org (Postfix) with ESMTP id C9068750287 for ; Thu, 8 Jul 2010 12:56:53 +0000 (UTC) Received: from [10.2.14.68] (unknown [200.152.34.2]) (Authenticated sender: vilmar@informal.com.br) by relay01.email.alog.com.br (Postfix) with ESMTP id 3F6C8400BEAC; Thu, 8 Jul 2010 09:33:56 -0300 (BRT) Message-ID: <4C35C7EE.6020609@informal.com.br> Date: Thu, 08 Jul 2010 09:43:26 -0300 From: =?UTF-8?B?Sm9zw6kgVmlsbWFyIEVzdMOhY2lvIGRlIFNvdXph?= Organization: Informal =?UTF-8?B?U2VydmnDp29z?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12pre) Gecko/20100703 Shredder/3.0.6pre MIME-Version: 1.0 To: Daniel Garcia Moreno Subject: Re: [orca-list] Evince A11y References: <1278577957.2818.91.camel@tate> In-Reply-To: <1278577957.2818.91.camel@tate> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Thu, 08 Jul 2010 14:14:14 +0000 Cc: evince-list@gnome.org, Orca-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: vilmar@informal.com.br List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 12:57:04 -0000 Hi, Is there a PPA where I can install on my ubuntu 10:04? Thanks. On 07/08/2010 05:32 AM, Daniel Garcia Moreno wrote: > Since last month we have AtkTextInterface implemented in evince > (>=2.31.4) [1] to make pdf files accessible. That means that orca should > read pdf files with evince. You need latest poppler to make it work. > > If someone is interested in testing we will thank you. I make some > tests, but I don't know orca a lot, and I don't know if I miss something > or if something is wrong implemented. > > [1] http://mail.gnome.org/archives/evince-list/2010-June/msg00064.html > > _______________________________________________ > orca-list mailing list > orca-list@gnome.org > http://mail.gnome.org/mailman/listinfo/orca-list > Visit http://live.gnome.org/Orca for more information on Orca. > The manual is at http://library.gnome.org/users/gnome-access-guide/nightly/ats-2.html > The FAQ is at http://live.gnome.org/Orca/FrequentlyAskedQuestions > Netiquette Guidelines are at http://live.gnome.org/Orca/FrequentlyAskedQuestions/NetiquetteGuidelines > Log bugs and feature requests at http://bugzilla.gnome.org > Find out how to help at http://live.gnome.org/Orca/HowCanIHelp > From d.riccio@regcal.it Thu Jul 8 17:20:50 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 9A643750230 for ; Thu, 8 Jul 2010 17:20:50 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=2 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GaPfGMkxMSYT for ; Thu, 8 Jul 2010 17:20:47 +0000 (UTC) X-Greylist: delayed 1052 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 08 Jul 2010 17:20:47 UTC Received: from mail.regcal.it (mail.regcal.it [217.58.108.207]) by menubar.gnome.org (Postfix) with ESMTP id 29904750084 for ; Thu, 8 Jul 2010 17:20:38 +0000 (UTC) X-AuditID: ac100007-00000c3800000530-06-4c36057e1df4 Received: from postaregcal.regcal.it ([172.16.0.3] RDNS failed) by mail.regcal.it with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Jul 2010 19:06:06 +0200 Received: from mailstore1.regcal.it ([10.2.3.20]) by postaregcal.regcal.it with Microsoft SMTPSVC(6.0.3790.4675); Thu, 8 Jul 2010 19:06:06 +0200 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CB1EBF.DA7B5FFB" X-MimeOLE: Produced By Microsoft Exchange V6.5 Subject: printing problem on ubuntu Date: Thu, 8 Jul 2010 19:06:06 +0200 Message-ID: <7F86F5789F51734B9F2A3164E3CAB52A3B0375@mailstore1.regcal.it> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: printing problem on ubuntu Thread-Index: Acsev9pvANRJZDUkTVil5kKGg/iVSg== From: "Domenico Riccio" To: X-OriginalArrivalTime: 08 Jul 2010 17:06:06.0245 (UTC) FILETIME=[DA6E7550:01CB1EBF] X-Brightmail-Tracker: AAAAAA== X-Mailman-Approved-At: Thu, 08 Jul 2010 19:37:29 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 17:20:51 -0000 This is a multi-part message in MIME format. ------_=_NextPart_001_01CB1EBF.DA7B5FFB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello. On my pc Ubuntu, Evince visualize tiff files correctly but, it print in = reduced scale. I have tryed by several printers, by Ubuntu 8.10, 9.04 and 9.10. Change scale is not permitted in print settings. I'am using Evince ver. 2.28.1-oubuntu1.2. Have you an solution or suggestion for me? thanks Domenico Riccio ------_=_NextPart_001_01CB1EBF.DA7B5FFB Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable printing problem on ubuntu

Hello.

On my pc Ubuntu, Evince visualize tiff files correctly but, it print in = reduced scale.
I have tryed by several printers, by Ubuntu 8.10, 9.04 and 9.10.
Change scale is not permitted in print settings.
I'am using Evince ver. 2.28.1-oubuntu1.2.

Have you an solution or suggestion for me?

thanks

Domenico Riccio

------_=_NextPart_001_01CB1EBF.DA7B5FFB-- From waywardgeek@gmail.com Thu Jul 8 14:01:16 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A4B2C750303; Thu, 8 Jul 2010 14:01:16 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.923 X-Spam-Level: X-Spam-Status: No, score=-1.923 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, TW_DP=0.077] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hhm9jQhkwbVX; Thu, 8 Jul 2010 14:01:14 +0000 (UTC) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by menubar.gnome.org (Postfix) with ESMTP id 2A1087500B7; Thu, 8 Jul 2010 14:01:05 +0000 (UTC) Received: by ywf9 with SMTP id 9so22729ywf.27 for ; Thu, 08 Jul 2010 07:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=n2dgD86YaU/HYQkYqIWuFH82Af7LDHYpYzsf+iVFCF0=; b=WSr4atMyamq4Ln/96CHhidHZkB9FpjqhMtJMs4Oa9ovoMiUaIBf+A8a2bCAAhgvBeq CXu4LfCsKGsqRzaiNZkR/UrdCNiLF5S8q0DlAiGy6Qrc30BF0Sfbs0feiowrcyVTBAqA 50Rg2/gwsZFYDWvogKlIyk4tX0QYR0HQDzPY8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Igza89lW54sV0YdoHWmKfm8CyLHyXZNsjY3Gcu2H6nUYbzzWH8Yt+a9sazkPkP43pR c48fvA0MCM6+TW5C9/vxHocf95kqL3YOGENGgEVSBf6Pe1en3wk3PdfgGXUNPS8y9urG udprBU/dFTaQJ6F7l9Rwfsgltc8t/ss1+qbCs= MIME-Version: 1.0 Received: by 10.100.152.6 with SMTP id z6mr10031781and.138.1278597663232; Thu, 08 Jul 2010 07:01:03 -0700 (PDT) Received: by 10.100.215.13 with HTTP; Thu, 8 Jul 2010 07:01:03 -0700 (PDT) In-Reply-To: <1278577957.2818.91.camel@tate> References: <1278577957.2818.91.camel@tate> Date: Thu, 8 Jul 2010 07:01:03 -0700 Message-ID: Subject: Re: [orca-list] Evince A11y From: Bill Cox To: Daniel Garcia Moreno Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Thu, 08 Jul 2010 19:37:49 +0000 Cc: evince-list@gnome.org, Orca-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 14:01:17 -0000 I was able to install these packages in an Ubuntu 10.04 x32 virtual machine. The packages are here: http://danigm.net/files/evince-a11y-packages.tgz I just un-tarred them and did an "sudo dpkg -i *.deb". That failed, due to dependency problems, but "sudo apt-get install -f" fixed them. However, it installed development files for QT3 and QT4, which doesn't sound right! I was not able to compile from source on my Ubuntu 10.04 x64 laptop. Too many packages were too many versions out of date. In the virtual machine, evince does seem mostly accessible. The important part is when I tab to the page. It is read immediately. However, if I press control, and then try to arrow around, there's no speech. Is this the current expected behavior Thanks, Bill From freddie_signup@gmx.co.uk Thu Jul 8 21:12:34 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 59B8F7503A4 for ; Thu, 8 Jul 2010 21:12:34 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.901 X-Spam-Level: X-Spam-Status: No, score=-1.901 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kg0qdyGzaUFW for ; Thu, 8 Jul 2010 21:12:29 +0000 (UTC) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by menubar.gnome.org (Postfix) with SMTP id 14EB3750373 for ; Thu, 8 Jul 2010 21:12:19 +0000 (UTC) Received: (qmail invoked by alias); 08 Jul 2010 21:12:16 -0000 Received: from 188-222-182-231.zone13.bethere.co.uk (EHLO work.lan) [188.222.182.231] by mail.gmx.com (mp-eu005) with SMTP; 08 Jul 2010 23:12:16 +0200 X-Authenticated: #48622536 X-Provags-ID: V01U2FsdGVkX182+pEXzxQ2OpBHKPQXD3+V2beoX9pyY/Olwm0kvQ 4g94OS8tmAzSnY Date: Thu, 8 Jul 2010 22:12:12 +0100 (BST) From: Freddie X-X-Sender: freddie@work.lan To: evince-list@gnome.org Subject: Re: toolbar preferences not persistant 2.30.1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Y-GMX-Trusted: 0 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 21:12:34 -0000 On Sun, 27 Jun 2010, Freddie wrote: > I'm using 2.30.1 on debian unstable and the visibility of the toolbar/side > panel is not persisting per document (and I would like to be able to set > defaults, which I can't). I've seen bug > https://bugzilla.gnome.org/show_bug.cgi?id=606090 but this states that the > issue has been fixed in 2.30.1. I've tried using gnome-settings-daemon which > doesn't look necessary and that didn't help. > > Is there anything I'm not understanding? Is this resolved in later versions? > Debian unstable has just pushed evince 2.30.3 out but the situation remains the same. While the side bar no longer appears at startup my preferences are not persistent. Your help would be appreciated. Thanks, Freddie From carlos.gcampos@gmail.com Fri Jul 9 06:45:12 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 86E9F7500ED for ; Fri, 9 Jul 2010 06:45:12 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cswtMKxAQaPm for ; Fri, 9 Jul 2010 06:45:10 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id 48D61750084 for ; Fri, 9 Jul 2010 06:45:00 +0000 (UTC) Received: by wyb34 with SMTP id 34so1580085wyb.27 for ; Thu, 08 Jul 2010 23:44:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=2ptN/aPOfIdEN4lMVNr1OCWXjxq3u4WTXeiJOYYXoWk=; b=VqPb9MQoixQyvHwIso6Az57WE7gVOSmW3x+xKrx7A0zLi6LWHR+OIKyW6CFtMlRDKt FT5Wiq1H4o4Pb0aFsDggPV7xRo1vp2jeqtV/1NbRpL9vvHGr4GhgxBvCHtaU6F6MMiDx UY6owG8bc8DWgjFbNvAacO/13UXHGA4Bq5B2s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=tIiIRDZaVOTMvjbbE5miomg56I6y+tt/W+dLm/DhM8F7rEATuIISU30xcyM+VPDG3S Kp4/qaTxuDBVZiDZ0/MI0a2Q9sbk+edHhgaKCjZ1lSDZ+fNhKmjHKCPXi+BQrqVO6ksa xoBHxkpbiVhsxZoHv5WW8g4CNynsGVXz70Lu0= Received: by 10.216.132.86 with SMTP id n64mr3625794wei.11.1278657898492; Thu, 08 Jul 2010 23:44:58 -0700 (PDT) Received: from localhost (82.158.251.90.dyn.user.ono.com [82.158.251.90]) by mx.google.com with ESMTPS id p24sm1685378wej.39.2010.07.08.23.43.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Jul 2010 23:44:54 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: toolbar preferences not persistant 2.30.1 From: Carlos Garcia Campos To: Freddie In-reply-to: References: Date: Fri, 09 Jul 2010 08:43:09 +0200 Message-Id: <1278657759-sup-4679@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1278657792-361028-1857-7431-1-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 06:45:12 -0000 --=-1278657792-361028-1857-7431-1-= Content-Type: text/plain; charset=utf8 Excerpts from Freddie's message of jue jul 08 23:12:12 +0200 2010: > On Sun, 27 Jun 2010, Freddie wrote: > > > I'm using 2.30.1 on debian unstable and the visibility of the toolbar/side > > panel is not persisting per document (and I would like to be able to set > > defaults, which I can't). I've seen bug > > https://bugzilla.gnome.org/show_bug.cgi?id=606090 but this states that the > > issue has been fixed in 2.30.1. I've tried using gnome-settings-daemon which > > doesn't look necessary and that didn't help. > > > > Is there anything I'm not understanding? Is this resolved in later versions? > > > > Debian unstable has just pushed evince 2.30.3 out but the situation > remains the same. While the side bar no longer appears at startup my > preferences are not persistent. Your help would be appreciated. See bug https://bugzilla.gnome.org/show_bug.cgi?id=620325 > Thanks, > > Freddie -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1278657792-361028-1857-7431-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw2xP0ACgkQjxBOalI+ZGJU0wCaAzvaRIASFXarofHGBxrW9OTj aIkAoIBFoi47xf+jEma9A92Mrk5fApiC =Lg/n -----END PGP SIGNATURE----- --=-1278657792-361028-1857-7431-1-=-- From freddie_signup@gmx.co.uk Fri Jul 9 10:24:48 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 9682A7500D5 for ; Fri, 9 Jul 2010 10:24:48 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EqDjPHoT60eu for ; Fri, 9 Jul 2010 10:24:45 +0000 (UTC) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by menubar.gnome.org (Postfix) with SMTP id 344C675011D for ; Fri, 9 Jul 2010 10:24:36 +0000 (UTC) Received: (qmail invoked by alias); 09 Jul 2010 10:24:33 -0000 Received: from 188-222-182-231.zone13.bethere.co.uk (EHLO work.lan) [188.222.182.231] by mail.gmx.com (mp-eu003) with SMTP; 09 Jul 2010 12:24:33 +0200 X-Authenticated: #48622536 X-Provags-ID: V01U2FsdGVkX1+EBiIk9FqE7kT6V/MaXNrhnf5OLLWEN6RSCVTtOM o+xOA3FoUPeXov Date: Fri, 9 Jul 2010 11:24:27 +0100 (BST) From: Freddie X-X-Sender: freddie@work.lan To: Carlos Garcia Campos Subject: Re: toolbar preferences not persistant 2.30.1 In-Reply-To: <1278657759-sup-4679@charmaleon> Message-ID: References: <1278657759-sup-4679@charmaleon> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed X-Y-GMX-Trusted: 0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 10:24:48 -0000 On Fri, 9 Jul 2010, Carlos Garcia Campos wrote: > Excerpts from Freddie's message of jue jul 08 23:12:12 +0200 2010: >> On Sun, 27 Jun 2010, Freddie wrote: >> >>> I'm using 2.30.1 on debian unstable and the visibility of the toolbar/side >>> panel is not persisting per document (and I would like to be able to set >>> defaults, which I can't). I've seen bug >>> https://bugzilla.gnome.org/show_bug.cgi?id=606090 but this states that the >>> issue has been fixed in 2.30.1. I've tried using gnome-settings-daemon which >>> doesn't look necessary and that didn't help. >>> >>> Is there anything I'm not understanding? Is this resolved in later versions? >>> >> >> Debian unstable has just pushed evince 2.30.3 out but the situation >> remains the same. While the side bar no longer appears at startup my >> preferences are not persistent. Your help would be appreciated. > > See bug https://bugzilla.gnome.org/show_bug.cgi?id=620325 > This bug seems to be discussing having default settings for opening new documents. While I applaud that discussion that isn't my problem. If I open a new document, configure it how I wish, close it, and then re-open it I need to re-configure evince (that is, my PER-DOCUMENT settings do not persist). >> Thanks, >> >> Freddie > -- > Carlos Garcia Campos > PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 > From carlos.gcampos@gmail.com Fri Jul 9 10:37:35 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id EA6D57502CF for ; Fri, 9 Jul 2010 10:37:34 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.822 X-Spam-Level: X-Spam-Status: No, score=-1.822 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, TW_GV=0.077, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W0HEli47HDaV for ; Fri, 9 Jul 2010 10:37:32 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id D133975012C for ; Fri, 9 Jul 2010 10:37:23 +0000 (UTC) Received: by wyb34 with SMTP id 34so1765554wyb.27 for ; Fri, 09 Jul 2010 03:37:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=ceHELzu7kjPd/dYaeJllID8RW8ThKsKv8HuAoUuJCqE=; b=Z3olvC69I1ZHGFyR2S8mtqTGFHjvx+2mWcjA/fnWigxaRok/1I6Sg5FzBGPEW3r2Nn TSOPidj4ntvzq+n/6k4B6TSAUTHXWvQ4aqyd6BVet9ImtDpMfM9GOf0heOimdr1g5k8v OHmWmHOf55SVkXpcy3KhDXduEP+iV3vfB/wVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=RQ46Hc7jkepuYHrMs0D5SYIQF1TU1S/0mhwy4IpCUJQVq5KCgs/ZFx/0R0eygDn+ED PmuACjTkusEZ1gd55cfIg0oULc7XY7Qv78YRaL2X6mtZVW0DGGLjYyGoy39exxjMkXgX gdkxKxhriMGN0TD4eNKmljYQPPqdd7806jT/I= Received: by 10.227.135.211 with SMTP id o19mr3374432wbt.73.1278671841344; Fri, 09 Jul 2010 03:37:21 -0700 (PDT) Received: from localhost (82.158.251.90.dyn.user.ono.com [82.158.251.90]) by mx.google.com with ESMTPS id x37sm1820827weq.24.2010.07.09.03.37.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Jul 2010 03:37:20 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: toolbar preferences not persistant 2.30.1 From: Carlos Garcia Campos To: Freddie In-reply-to: References: <1278657759-sup-4679@charmaleon> Date: Fri, 09 Jul 2010 12:37:14 +0200 Message-Id: <1278671761-sup-1121@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1278671837-656427-1857-4375-2-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 10:37:35 -0000 --=-1278671837-656427-1857-4375-2-= Content-Type: text/plain; charset=utf8 Excerpts from Freddie's message of vie jul 09 12:24:27 +0200 2010: > On Fri, 9 Jul 2010, Carlos Garcia Campos wrote: > > > Excerpts from Freddie's message of jue jul 08 23:12:12 +0200 2010: > >> On Sun, 27 Jun 2010, Freddie wrote: > >> > >>> I'm using 2.30.1 on debian unstable and the visibility of the toolbar/side > >>> panel is not persisting per document (and I would like to be able to set > >>> defaults, which I can't). I've seen bug > >>> https://bugzilla.gnome.org/show_bug.cgi?id=606090 but this states that the > >>> issue has been fixed in 2.30.1. I've tried using gnome-settings-daemon which > >>> doesn't look necessary and that didn't help. > >>> > >>> Is there anything I'm not understanding? Is this resolved in later versions? > >>> > >> > >> Debian unstable has just pushed evince 2.30.3 out but the situation > >> remains the same. While the side bar no longer appears at startup my > >> preferences are not persistent. Your help would be appreciated. > > > > See bug https://bugzilla.gnome.org/show_bug.cgi?id=620325 > > > > This bug seems to be discussing having default settings for opening new > documents. While I applaud that discussion that isn't my problem. If I > open a new document, configure it how I wish, close it, and then re-open > it I need to re-configure evince (that is, my PER-DOCUMENT settings do not > persist). What gvfs version do you have? is the gvfsd-metadata daemon running? > >> Thanks, > >> > >> Freddie > > -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1278671837-656427-1857-4375-2-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw2+9oACgkQjxBOalI+ZGLRiACfeEgRbXSXxqcXPu8WmdXJ39GN Hj4AnR/XGh+c1iBqkw9uk74xYQdNIqMy =IM3H -----END PGP SIGNATURE----- --=-1278671837-656427-1857-4375-2-=-- From freddie_signup@gmx.co.uk Fri Jul 9 10:49:17 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 92E147502EE for ; Fri, 9 Jul 2010 10:49:17 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.823 X-Spam-Level: X-Spam-Status: No, score=-1.823 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, TW_GV=0.077, WEIRD_PORT=0.001] autolearn=unavailable Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id z4bqqNYr4vv4 for ; Fri, 9 Jul 2010 10:49:14 +0000 (UTC) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by menubar.gnome.org (Postfix) with SMTP id 52C967502FE for ; Fri, 9 Jul 2010 10:49:05 +0000 (UTC) Received: (qmail invoked by alias); 09 Jul 2010 10:49:03 -0000 Received: from 188-222-182-231.zone13.bethere.co.uk (EHLO work.lan) [188.222.182.231] by mail.gmx.com (mp-eu001) with SMTP; 09 Jul 2010 12:49:03 +0200 X-Authenticated: #48622536 X-Provags-ID: V01U2FsdGVkX1+F0JgvSvKFwNL/M6jFxGwnlfLA8qY2jd88KR6POF 5Hsv4UYvlzG5nd Date: Fri, 9 Jul 2010 11:49:00 +0100 (BST) From: Freddie X-X-Sender: freddie@work.lan To: Carlos Garcia Campos Subject: Re: toolbar preferences not persistant 2.30.1 In-Reply-To: <1278671761-sup-1121@charmaleon> Message-ID: References: <1278657759-sup-4679@charmaleon> <1278671761-sup-1121@charmaleon> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed X-Y-GMX-Trusted: 0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2010 10:49:17 -0000 On Fri, 9 Jul 2010, Carlos Garcia Campos wrote: > Excerpts from Freddie's message of vie jul 09 12:24:27 +0200 2010: >> On Fri, 9 Jul 2010, Carlos Garcia Campos wrote: >> >>> Excerpts from Freddie's message of jue jul 08 23:12:12 +0200 2010: >>>> On Sun, 27 Jun 2010, Freddie wrote: >>>> >>>>> I'm using 2.30.1 on debian unstable and the visibility of the toolbar/side >>>>> panel is not persisting per document (and I would like to be able to set >>>>> defaults, which I can't). I've seen bug >>>>> https://bugzilla.gnome.org/show_bug.cgi?id=606090 but this states that the >>>>> issue has been fixed in 2.30.1. I've tried using gnome-settings-daemon which >>>>> doesn't look necessary and that didn't help. >>>>> >>>>> Is there anything I'm not understanding? Is this resolved in later versions? >>>>> >>>> >>>> Debian unstable has just pushed evince 2.30.3 out but the situation >>>> remains the same. While the side bar no longer appears at startup my >>>> preferences are not persistent. Your help would be appreciated. >>> >>> See bug https://bugzilla.gnome.org/show_bug.cgi?id=620325 >>> >> >> This bug seems to be discussing having default settings for opening new >> documents. While I applaud that discussion that isn't my problem. If I >> open a new document, configure it how I wish, close it, and then re-open >> it I need to re-configure evince (that is, my PER-DOCUMENT settings do not >> persist). > > What gvfs version do you have? is the gvfsd-metadata daemon running? A good question! I hadn't realised that gvfs was responsible for saving the settings. Now it's installed evince works perfectly. Many thanks! Freddie > >>>> Thanks, >>>> >>>> Freddie >>> > -- > Carlos Garcia Campos > PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 > From dbitouze@wanadoo.fr Sat Jul 10 19:11:27 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 89AFD7501C9 for ; Sat, 10 Jul 2010 19:11:27 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=2 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lVYYL9sAdmba for ; Sat, 10 Jul 2010 19:11:24 +0000 (UTC) Received: from smtp21.orange.fr (smtp21.orange.fr [80.12.242.46]) by menubar.gnome.org (Postfix) with ESMTP id 960FB7501AC for ; Sat, 10 Jul 2010 19:11:14 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2129.orange.fr (SMTP Server) with ESMTP id 1EDF51C00181 for ; Sat, 10 Jul 2010 21:11:12 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2129.orange.fr (SMTP Server) with ESMTP id 10C421C00183 for ; Sat, 10 Jul 2010 21:11:12 +0200 (CEST) Received: from drums (ALille-156-1-47-222.w90-47.abo.wanadoo.fr [90.47.106.222]) by mwinf2129.orange.fr (SMTP Server) with ESMTP id CCDC71C00181 for ; Sat, 10 Jul 2010 21:11:11 +0200 (CEST) X-ME-UUID: 20100710191111839.CCDC71C00181@mwinf2129.orange.fr Date: Sat, 10 Jul 2010 21:11:11 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Re: bug report Message-ID: <20100710211111.3a009652@drums> In-Reply-To: References: X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.9; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jul 2010 19:11:27 -0000 Le mardi 22/06/10 =E0 17h01, Francesco Dondi a =E9crit : > Sumary: cannot install under Vista >=20 > Description: I have already installed with sucess Evince (it was > under XP), but this time it keeps saying I have not the right to > install it, and that I should log in as the administrator. Which > makes no sense, since I am the administrator, and there is no other > way to log in on my computer.=20 >=20 > Hope that helps to improve the product; good work! I am facing exactly the same bug with a 2.30.3 Evince's version and a test machine under Windows Vista (the problem seems to not occur on Windows Seven). The exact message is: "You do not have sufficient privileges to complete this installation for all users of the machine. Log as administrator and then retry this installation." I created an administrator account and try to install Evince with it. But with no success. And the contextual menu doesn't provide any 'Install with administrator privileges' entry. For instance, Sumatra PDF can be installed without any problem. Thanks in anticipation for any hint. --=20 Denis From dbitouze@wanadoo.fr Sun Jul 11 21:39:27 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 380A37501ED for ; Sun, 11 Jul 2010 21:39:27 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VQUxnItJphl4 for ; Sun, 11 Jul 2010 21:39:24 +0000 (UTC) Received: from smtp27.orange.fr (smtp27.orange.fr [80.12.242.95]) by menubar.gnome.org (Postfix) with ESMTP id 807877501A2 for ; Sun, 11 Jul 2010 21:39:16 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2706.orange.fr (SMTP Server) with ESMTP id 0E9851C000AF for ; Sun, 11 Jul 2010 23:39:14 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2706.orange.fr (SMTP Server) with ESMTP id 007101C00075 for ; Sun, 11 Jul 2010 23:39:14 +0200 (CEST) Received: from drums (ALille-156-1-48-25.w90-47.abo.wanadoo.fr [90.47.107.25]) by mwinf2706.orange.fr (SMTP Server) with ESMTP id BAF501C000AF for ; Sun, 11 Jul 2010 23:39:13 +0200 (CEST) X-ME-UUID: 20100711213913765.BAF501C000AF@mwinf2706.orange.fr Date: Sun, 11 Jul 2010 23:39:13 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Re: bug report Message-ID: <20100711233913.724aa2e3@drums> In-Reply-To: <20100710211111.3a009652@drums> References: <20100710211111.3a009652@drums> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.9; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2010 21:39:27 -0000 Le samedi 10/07/10 =E0 21h11, Denis Bitouz=E9 a =E9crit : > For instance, Sumatra PDF can be installed without any problem. The trouble is really problematic. I explained myself: on Windows Seven also, it is impossible to install Evince as administrator, even from an administrator count. So there is no other choice than install it in a personal 'Program Files'. For instance, on my test machine, it is impossible to install Evince in the usual C:\Program Files directory (insufficient rights) and the default directory suggested is some cryptic path: C:\Users\Me\AppData\Local\Programs\Evince\2.30.3 Firstly, I'm not sure Evince will be available for other users. Secondly, when used with LaTeX, Evince' path has to be filled in LaTeX editor configuration panel, in order it is used as DVI, PS and PDF viewer. But, when clicking on the button to retrieve Evince executable, it is impossible to find this 'AppData' directory in 'C:\Users\Me'. There is almost no other choice than writing the cryptic path by hand! The trouble seems to come from .msi installer that, on Vista and Seven, cannot be launched as administrator. Could it be possible to provide Evince on Windows as an .exe file which is OK, as for instance with Sumatra PDF? Otherwise, using Evince as a viewer for LaTeX on modern Windows will actually be very difficult, especially for newbies. Thank you in anticipation. --=20 Denis From dbitouze@wanadoo.fr Mon Jul 12 12:15:28 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 620437501DE for ; Mon, 12 Jul 2010 12:15:28 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fXMTGhq8EAO8 for ; Mon, 12 Jul 2010 12:15:25 +0000 (UTC) Received: from smtp2f.orange.fr (smtp2f.orange.fr [80.12.242.150]) by menubar.gnome.org (Postfix) with ESMTP id 64716750114 for ; Mon, 12 Jul 2010 12:15:16 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2f03.orange.fr (SMTP Server) with ESMTP id 3A57780008E8 for ; Mon, 12 Jul 2010 14:15:15 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2f03.orange.fr (SMTP Server) with ESMTP id 2CD798001780 for ; Mon, 12 Jul 2010 14:15:15 +0200 (CEST) Received: from drums (ALille-156-1-122-41.w92-131.abo.wanadoo.fr [92.131.49.41]) by mwinf2f03.orange.fr (SMTP Server) with ESMTP id E7821800193D for ; Mon, 12 Jul 2010 14:15:14 +0200 (CEST) X-ME-UUID: 20100712121514948.E7821800193D@mwinf2f03.orange.fr Date: Mon, 12 Jul 2010 14:15:14 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Evince 2.30.3 on Windows doesn't recognize .dvi and .ps formats anymore Message-ID: <20100712141514.0b9a0f2e@drums> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.18.9; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2010 12:15:29 -0000 Hello, another trouble: Evince 2.30.3 on Windows doesn't recognize .dvi and .ps formats anymore. A message appears in Evince: "Unable to open document. File type - (application/x-ext-dvi) is not supported." or: "Unable to open document. File type - (application/x-ext-ps) is not supported." Also a warning is emitted: **(evince.exe:6928): WARNING **: Setting attribute metadata::evince::sidebar_visibility not supported. BTW, no trouble with Evince 2.30.0. -- Denis From carlos.gcampos@gmail.com Tue Jul 13 08:41:38 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 39A90750195; Tue, 13 Jul 2010 08:41:38 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Z8drk05aNV38; Tue, 13 Jul 2010 08:41:33 +0000 (UTC) Received: from mail-ww0-f46.google.com (mail-ww0-f46.google.com [74.125.82.46]) by menubar.gnome.org (Postfix) with ESMTP id A5992750176; Tue, 13 Jul 2010 08:41:24 +0000 (UTC) Received: by wwa36 with SMTP id 36so144628wwa.27 for ; Tue, 13 Jul 2010 01:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :date:message-id:user-agent:content-transfer-encoding:content-type :mime-version; bh=S365FOrEfBo/VtPgaulpLHZyee6X1iS4+6rQ3uQuHRw=; b=o1cDEVugG8LUmFZ6kje6diJRh6SCWthNw1OfonKijcrR94pYZAGvwMCQpapyBI8dYT bvVQUIXIj2Xx4+Wzg+7a5tDIjlRirmCzBVcliPr3QPHYTrxGzUD1gbgyyWrKUkrtKhyC f3aP68Erh5OrquU6X5Tsew86Phf1GX4xazpls= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; b=drRbFQQrqrZ8wc7jfDzJFB3z6pc1TjAbqSNSDTG1ynxwcJ6msIqqtDypIaR0NC0o2h 1iLnFZdJXn68I9VL+p73P+p+Lw72Y0gbpWI/mnIng5VEhIrxUG+i735oMPKHSwn+xPAm nj2cZRUgW3dJO3IWDG87KZYn1EnD73l+MmbYc= Received: by 10.227.42.25 with SMTP id q25mr13239859wbe.8.1279010481643; Tue, 13 Jul 2010 01:41:21 -0700 (PDT) Received: from localhost (82.158.248.177.dyn.user.ono.com [82.158.248.177]) by mx.google.com with ESMTPS id e31sm37811165wbe.17.2010.07.13.01.41.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Jul 2010 01:41:21 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Evince 2.31.5 released From: Carlos Garcia Campos To: evince-list Date: Tue, 13 Jul 2010 10:41:11 +0200 Message-Id: <1279010364-sup-6786@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1279010479-802213-1808-2013-4-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: gnome-announce-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 08:41:38 -0000 --=-1279010479-802213-1808-2013-4-= Content-Type: text/plain; charset=utf8 * What is it ? ============== Evince is a document viewer. It primarily displays pdf, though djvu, tiff, dvi, impress slides, postscript and even comics archives are also supported. More information can be found at http://www.gnome.org/projects/evince/ * Where to get it? ==================== http://download.gnome.org/sources/evince/2.31/evince-2.31.5.tar.gz sha256sum: 1aa49398301413b1fb7f2dc77dae5f5ccdaa622ce1b2203e1a5d1020ccad816c size: 3.3M http://download.gnome.org/sources/evince/2.31/evince-2.31.5.tar.bz2 sha256sum: 1e13d171f784c90642ba4d0fa4d70455de9e22f491bb1c49c8c40adfc5738995 size: 2.2M * What's changed since 2.31.4? =============================== New Features and UI Improvements: * Add a new sidebar page to show the list of annotations (Carlos Garcia Campos) * Finish DBus API for synctex support (#543503, Jose Aliste) * Switch to GTK+ 3 Bug fixes: * Make sure annot popups never show up outside the main window * (#604125, Carlos Garcia Campos) * Set word wrapping mode for text in popup annotations (#623456, gvlat@pochta.ru) Translation updates: * Baurzhan Muftakhidinov (kk) * 朱涛 (zh_CN) -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1279010479-802213-1808-2013-4-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw8JqcACgkQjxBOalI+ZGJh4ACdGXlSA2tk6smKUQecaUSQowhK x1kAn2dYfIPJbnG9OoAdBv5mRJlaKkE1 =xxxO -----END PGP SIGNATURE----- --=-1279010479-802213-1808-2013-4-=-- From julesflwr@yahoo.com Tue Jul 13 21:04:04 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 43D5575017E for ; Tue, 13 Jul 2010 21:04:04 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.599 X-Spam-Level: X-Spam-Status: No, score=-0.599 tagged_above=-999 required=2 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kxbb9hQVsR1v for ; Tue, 13 Jul 2010 21:04:01 +0000 (UTC) Received: from web31605.mail.mud.yahoo.com (web31605.mail.mud.yahoo.com [68.142.198.151]) by menubar.gnome.org (Postfix) with SMTP id 6EAEB750182 for ; Tue, 13 Jul 2010 21:03:52 +0000 (UTC) Received: (qmail 33410 invoked by uid 60001); 13 Jul 2010 21:03:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1279055031; bh=gYMkVm+Je+glwTZR8DcpzdmbYPAu/EVfYqJ80m/yBkU=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=lFb2kgKIvMm1Hubp8r+kgCvu2KwK/HjFVcfEx4kjVwR6onZyM5ImIAp2VzCTMrx+kW8jaeaLumjvzcPEpGNm/Ypm6eEVbS60y4wwVSDiNW36r6x8GZiexAk1jDgXn7aYbl8KQtytYERhCy2laf6C1YxViS8aOTj3euu6EjLBqVw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=gOijcSLd9mzEtjEqyNmIAUthB2c+pP3KlKMltjbRE57wnm82/znvOq+bL5xcJ/ZZXAOusgDQjt3Lg1aF3Tk2NGm5ASuedaSHJ+MKEp4TY2/kRAtyYBvlHAcGQb4a/qBVCj584WKuVCTc+Yptie1us8vb3a3ykUZjSQWwPzNIvLc=; Message-ID: <556234.32137.qm@web31605.mail.mud.yahoo.com> X-YMail-OSG: aLTfRO4VM1kuVhuAlBxWUBrCuvBdYiYJAT69rUZacyHWW28 7eCd2ljOIGGvW9l3ISuvO0MTrMPk8P5uUvwbNxK.S0ALGxb9E5CkSWr5AV58 aAwHtJ37.B2.eidN0KZAWplh7RD2PVJPoN6WwoIkgOad0oiMBAOhTI3S2PJp rLuk2qvSYvsCbbjYmDlOasqHp.LYkjhUMronVb1NT1CQY.Mb4SvXQTLg40pw fYwLUqL2fJ7CyjvIgFOgqn0DFrjF1KFPMd5ljTloKNAMyfY1vPwjZE0X1iTG EUMo6aOp0T9UUR4XfRC7w_EhRI4wZ Received: from [173.172.108.15] by web31605.mail.mud.yahoo.com via HTTP; Tue, 13 Jul 2010 14:03:51 PDT X-Mailer: YahooMailRC/420.4 YahooMailWebService/0.8.104.276605 Date: Tue, 13 Jul 2010 14:03:51 -0700 (PDT) From: jules flower Subject: problem with default settings for magnification To: evince-list@gnome.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailman-Approved-At: Wed, 14 Jul 2010 06:44:43 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 21:04:04 -0000 Dear evince developer: I have had a problem with evince document viewer since I upgraded to Ubuntu linux 10.04. The default magnification is always "fit page width", and I am required to change the magnification to 100% every time I open a new document. This is very inconvenient. Is there some way to change the default to 100% magnification? Thank you for your help. Julie Blum From hdclark@ualberta.ca Tue Jul 13 23:02:18 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 390CA750199 for ; Tue, 13 Jul 2010 23:02:18 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.91 X-Spam-Level: X-Spam-Status: No, score=-1.91 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0uPNz1gbATix for ; Tue, 13 Jul 2010 23:02:16 +0000 (UTC) X-Greylist: delayed 462 seconds by postgrey-1.32 at menubar.gnome.org; Tue, 13 Jul 2010 23:02:16 UTC Received: from dwc1.srv.ualberta.ca (dwc1.srv.ualberta.ca [142.244.12.168]) by menubar.gnome.org (Postfix) with ESMTP id 44BFA7500B7 for ; Tue, 13 Jul 2010 23:02:08 +0000 (UTC) Received: from dwc1.srv.ualberta.ca (www@localhost.srv.ualberta.ca [127.0.0.1]) by dwc1.srv.ualberta.ca (8.14.1/8.14.1) with ESMTP id o6DMsONl007099 for ; Tue, 13 Jul 2010 16:54:24 -0600 (MDT) Received: (from www@localhost) by dwc1.srv.ualberta.ca (8.14.1/8.14.1/Submit) id o6DMsObg000352 for evince-list@gnome.org; Tue, 13 Jul 2010 16:54:24 -0600 (MDT) Received: from p129-128-221-111.phys.ualberta.ca (p129-128-221-111.phys.ualberta.ca [129.128.221.111]) by webmail.ualberta.ca (Horde Framework) with HTTP; Tue, 13 Jul 2010 16:54:24 -0600 Message-ID: <20100713165424.21083dfrg35wihs0@webmail.ualberta.ca> Date: Tue, 13 Jul 2010 16:54:24 -0600 From: "Haley Clark" To: evince-list@gnome.org Subject: Feature: Auto Zoom References: <20100713165049.14003b4ypdw6gjqc@webmail.ualberta.ca> In-Reply-To: <20100713165049.14003b4ypdw6gjqc@webmail.ualberta.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.2) X-Mailer: University of Alberta WebMail X-IMAP-User: hdclark@ualberta.ca X-IMAP-Server: 142.244.12.168 X-Mailman-Approved-At: Wed, 14 Jul 2010 06:45:31 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 23:02:18 -0000 I use Evince daily and would like to implement a feature (which I have not written yet) which, upon opening Evince, will automatically zoom to focus on the non-white space of a single page document. An example of this would be zooming in on a block of text in a PDF. I was wondering two things: 1) If you had plans to implement a similar idea in the future. 2) If you could point me to a region of the code where I could introduce this feature. Of course for most documents this might be a bad idea, but it would save me much time each day. Number 2 above is only because I am not a strong coder. I mostly know what I have taught myself, and so any hints or pointers would be greatly appreciated! Thanks, -haley clark From carlos.gcampos@gmail.com Wed Jul 14 07:30:21 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2193975009D for ; Wed, 14 Jul 2010 07:30:21 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jy4lEldsnNyV for ; Wed, 14 Jul 2010 07:30:18 +0000 (UTC) Received: from mail-ww0-f46.google.com (mail-ww0-f46.google.com [74.125.82.46]) by menubar.gnome.org (Postfix) with ESMTP id 57F0C750081 for ; Wed, 14 Jul 2010 07:30:07 +0000 (UTC) Received: by wwa36 with SMTP id 36so931471wwa.27 for ; Wed, 14 Jul 2010 00:30:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=A7FGxKcOShG9l01/Riz1o0CZ6xsTy6anS9P/tklpBIM=; b=EjNiVNXUfsHSCCgU494P5OXesUSZIBC9QbrMz28IixhltI0nj/QckTBhMeAMfM4ghs 49lmZJnakovvn/Scc+MJCFzpESir8X7hwSF9EHABrKNVYplGZ1T7nBm1Ox0Npx/iJ6oQ bJjH7s3r1H6PT88fJh0BNn4jLtV2HphHnatUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=sZQz4cF4qR+UGUw2VbbfRn4TtOVFrSY4Qwpb6R4NASSGOXZnZwdsYYmQtMrCkuoPVk MUOp3ecBF5rnDhJAOm5GQYn0WCfUAFgVMkb41VDaOq7n6OyM0V/GVUTky5Wz+fA8hXnS UqubEjqJ87jX6FBKcIwUaHJ1dKdRms3HBqzAc= Received: by 10.216.170.202 with SMTP id p52mr11380155wel.97.1279092605490; Wed, 14 Jul 2010 00:30:05 -0700 (PDT) Received: from localhost (gsyc039.dat.escet.urjc.es [193.147.71.39]) by mx.google.com with ESMTPS id u7sm2918154weq.8.2010.07.14.00.30.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 00:30:03 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: Feature: Auto Zoom From: Carlos Garcia Campos To: Haley Clark In-reply-to: <20100713165424.21083dfrg35wihs0@webmail.ualberta.ca> References: <20100713165049.14003b4ypdw6gjqc@webmail.ualberta.ca> <20100713165424.21083dfrg35wihs0@webmail.ualberta.ca> Date: Wed, 14 Jul 2010 09:29:58 +0200 Message-Id: <1279092549-sup-1297@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1279092601-804324-1762-7846-1-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 07:30:21 -0000 --=-1279092601-804324-1762-7846-1-= Content-Type: text/plain; charset=utf8 Excerpts from Haley Clark's message of mié jul 14 00:54:24 +0200 2010: > > I use Evince daily and would like to implement a feature (which I > have not written yet) which, upon opening Evince, will automatically > zoom to focus on the non-white space of a single page document. An > example of this would be zooming in on a block of text in a PDF. > > I was wondering two things: > > 1) If you had plans to implement a similar idea in the future. See bug https://bugzilla.gnome.org/show_bug.cgi?id=169676, I'm not sure this is exactly what you want, though. > 2) If you could point me to a region of the code where I could > introduce this feature. > > Of course for most documents this might be a bad idea, but it > would save me much time each day. > > Number 2 above is only because I am not a strong coder. I mostly > know what I have taught myself, and so any hints or pointers would be > greatly appreciated! > > Thanks, > -haley clark > -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1279092601-804324-1762-7846-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw9Z3YACgkQjxBOalI+ZGK5KQCgi4X37nS2olj5p/U33TlstPuQ itoAniWPzaI+Dg+2FFQRnqPIRv6bT2wy =bBnj -----END PGP SIGNATURE----- --=-1279092601-804324-1762-7846-1-=-- From carlos.gcampos@gmail.com Wed Jul 14 07:33:42 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id C4EE27500EB for ; Wed, 14 Jul 2010 07:33:42 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ioQ75slEXYkj for ; Wed, 14 Jul 2010 07:33:40 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id 18FA575009D for ; Wed, 14 Jul 2010 07:33:31 +0000 (UTC) Received: by wyf22 with SMTP id 22so1352754wyf.27 for ; Wed, 14 Jul 2010 00:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=XKz1Z+ew4QsYptmoEI+i1mSUQiS9EIsQKiU/GMFENVE=; b=f4A/y3+oT3m6k/057cW+NamVOUFXGSSuHXnRcnL8w30t6NTxRgjeO4n/9KbCsM1W4r yEwRzTmsE1jLLy1jbT3WbrdKYVGS4v7M6R4Ph183yx3LZj9gO6TeX18qdmkZeKX4AmE6 vZahJrIAgS4H06p4WbiB/v6xT51DOvjEsyR9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=Cru7sTLRf51xK/ZogbMPcN47bqGsKfxVBpTi2OppjkPLerpilCef+4fipxF9ezhcqA oBA9+/zxes/Gy2mvtrG1vJ3kjfnPEUcITXBYMMShKzOn3bqw6QPM2YFfgn7xtVsxORbm ceaVNiMRCZlXPwXy3gAjwmdrorjVvNlsc0FYY= Received: by 10.227.147.130 with SMTP id l2mr15429602wbv.155.1279092804332; Wed, 14 Jul 2010 00:33:24 -0700 (PDT) Received: from localhost (gsyc039.dat.escet.urjc.es [193.147.71.39]) by mx.google.com with ESMTPS id e31sm45723859wbe.23.2010.07.14.00.33.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 00:33:23 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: problem with default settings for magnification From: Carlos Garcia Campos To: jules flower In-reply-to: <556234.32137.qm@web31605.mail.mud.yahoo.com> References: <556234.32137.qm@web31605.mail.mud.yahoo.com> Date: Wed, 14 Jul 2010 09:33:22 +0200 Message-Id: <1279092719-sup-1991@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1279092802-565739-1762-3273-2-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 07:33:43 -0000 --=-1279092802-565739-1762-3273-2-= Content-Type: text/plain; charset=utf8 Excerpts from jules flower's message of mar jul 13 23:03:51 +0200 2010: > Dear evince developer: > > I have had a problem with evince document viewer since I upgraded to > Ubuntu linux 10.04. The default magnification is always "fit page width", > and I am required to change the magnification to 100% every time I open a new > document. > This is very inconvenient. Is there some > way to change the default to 100% magnification? Thank you for your help. Not yet, sorry, we are planning to add a "save current settings as default" options somewhere, see bug https://bugzilla.gnome.org/show_bug.cgi?id=620325 > Julie Blum > -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1279092802-565739-1762-3273-2-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw9aEIACgkQjxBOalI+ZGJp8ACePtEg6gwxKgpMsKFFioIKAsNT +zoAoIt/8B24nNNMI/2KdATnLkaWpA35 =X+ZU -----END PGP SIGNATURE----- --=-1279092802-565739-1762-3273-2-=-- From mat30.mail@gmail.com Wed Jul 14 08:27:16 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 96A3675009D for ; Wed, 14 Jul 2010 08:27:16 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uAOGFrYbRFS5 for ; Wed, 14 Jul 2010 08:27:14 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id 40D73750081 for ; Wed, 14 Jul 2010 08:27:06 +0000 (UTC) Received: by wyf22 with SMTP id 22so1388088wyf.27 for ; Wed, 14 Jul 2010 01:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer; bh=xOlzbzvm+cHspm0LAjv04P5F/JetLK9bAKxGzU8y9GY=; b=xfAGGqY0/LnOhOIEb+4gTdeFcfx1IiuC6aEpqlWHMPV4EX4OcMj/LjL+3Eo8XqqDq8 ZlJTeXWaF54ff+eb4nozjG+Wx1Yn6YTedJ5lUweLIm4qkVqP0ZFhlqE5YzBGmer2FRLa IKoYkiUfYydjmx42wFK3x4De7uTc54L7AWDG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer; b=e0U7WCWy9f1Hz0GZ9ms8+Cbu4gkJpm+QyrltH4BdD73a/BCoK+fcRjA6wejmgOWgzu 7mj0vdaxx63Tz4E/7+FHFbHl3Lp17QUd5d5zUWoeQjPaiJZ0mpswv+jioUb/47BcUajH JtNpYDiXS3qGywBNpOw6Z3GXY8mxqUw4IBomU= Received: by 10.227.157.17 with SMTP id z17mr3380958wbw.122.1279096021761; Wed, 14 Jul 2010 01:27:01 -0700 (PDT) Received: from [156.35.170.85] (matemat85.epv.uniovi.es [156.35.170.85]) by mx.google.com with ESMTPS id m24sm2945257wej.23.2010.07.14.01.27.00 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 01:27:01 -0700 (PDT) Subject: Weird behaviour when pasting words with accute accents From: Mateo Matachana =?ISO-8859-1?Q?L=F3pez?= To: evince-list@gnome.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-EL1ACFBhzNlO9k1ef8mR" Date: Wed, 14 Jul 2010 10:22:31 +0200 Message-ID: <1279095751.2260.4.camel@pluto> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 08:27:16 -0000 --=-EL1ACFBhzNlO9k1ef8mR Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, I have noticed a small problem with copy-and-paste on a UTF-8 encoded PDF file. I generate a PDF using LaTeX with these headers: \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} \usepackage[spanish]{babel} The text is written in spanish using UTF-8 encoding. The text contains some words with accute accents, like comunicaci=C3=B3n. PDF is properly sho= wn on evince, but when I try to copy those words, a weird behaviour is shown. Pasting a word with an accent somewhere, for example gedit, is not properly done. Instead paste the corresponding word, the vowel with accent is replaced by a space and the acute accent is placed on the next letter. For example, trying to paste comunicaci=C3=B3n I get=20 comunicaci =C5=84. What can cause this strange behaviour? Should I fill a bug in evince or=20 poppler? Cheers, Mateo Matachana --=-EL1ACFBhzNlO9k1ef8mR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Esto es una parte de mensaje firmado digitalmente -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkw9c8IACgkQ3zaBWsUKsPuKMACgiU0o/eFzA8ecAXAa5xx1gtXz B6IAn0OIM6eIOA/MhAd5UvcSwKXBFqZY =EDjO -----END PGP SIGNATURE----- --=-EL1ACFBhzNlO9k1ef8mR-- From carlos.gcampos@gmail.com Wed Jul 14 08:34:48 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 527A27500D8 for ; Wed, 14 Jul 2010 08:34:48 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GMg42VrFVwPT for ; Wed, 14 Jul 2010 08:34:43 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id AF7F1750081 for ; Wed, 14 Jul 2010 08:34:34 +0000 (UTC) Received: by wyf22 with SMTP id 22so1393436wyf.27 for ; Wed, 14 Jul 2010 01:34:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=ElJZmua9yxiO1LWFwhU8deakFrwko6gjPfBLiFIxCFo=; b=Q8JnP3JuF4+CrqKdPtVx6gYm++KRkIZyICAU9YYg/EgPrRle+dmq4PDX1CW1bDDrLG pSo7xmVETbuG9jIaCpu8vXuF/erbtS2MT36PqgP3PpvWwGqc2x47Tf3sC+a7vr9qFwg+ 5NA/CCYHQ/51le0QOKm+R7sDO+pXH6MtUqV0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=R1ChcHPCmSlVlZNR8tJGvxRzFYJyjjaRyaaxWhEx8dQtVox6yz/FtjagyF4KW0PTxY bTKVcQdtYVG4j/MEpN8eXG/XycnEYlvhFExNzMKZ70vqTK/msi/frY/hXBwFha9RQXAB ZZfz88uNBr6PeOAGSVQXje9BxVQCh8+js6x6g= Received: by 10.227.70.74 with SMTP id c10mr3150060wbj.164.1279096472477; Wed, 14 Jul 2010 01:34:32 -0700 (PDT) Received: from localhost (gsyc039.dat.escet.urjc.es [193.147.71.39]) by mx.google.com with ESMTPS id e31sm46063763wbe.23.2010.07.14.01.34.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jul 2010 01:34:31 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: Weird behaviour when pasting words with accute accents From: Carlos Garcia Campos To: =?utf-8?q?Mateo_Matachana_L=C3=B3pez?= In-reply-to: <1279095751.2260.4.camel@pluto> References: <1279095751.2260.4.camel@pluto> Date: Wed, 14 Jul 2010 10:34:27 +0200 Message-Id: <1279096370-sup-9731@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1279096470-680336-1762-2346-3-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 08:34:48 -0000 --=-1279096470-680336-1762-2346-3-= Content-Type: text/plain; charset=utf8 Excerpts from Mateo Matachana López's message of mié jul 14 10:22:31 +0200 2010: > Hi, > > I have noticed a small problem with copy-and-paste on a UTF-8 encoded > PDF file. > > I generate a PDF using LaTeX with these headers: > > \documentclass[a4paper]{article} > \usepackage[utf8]{inputenc} > \usepackage[spanish]{babel} > > > > The text is written in spanish using UTF-8 encoding. The text contains > some words with accute accents, like comunicación. PDF is properly shown > on evince, but when I try to copy those words, a weird behaviour is > shown. > > Pasting a word with an accent somewhere, for example gedit, is not > properly done. Instead paste the corresponding word, the vowel with > accent is replaced by a space and the acute accent is placed on the > next letter. For example, trying to paste comunicación I get > comunicaci ń. > > What can cause this strange behaviour? Should I fill a bug in evince or > poppler? In poppler, and attach a test document to the bug report, please. Thanks for reporting. > Cheers, > Mateo Matachana -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1279096470-680336-1762-2346-3-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkw9dpMACgkQjxBOalI+ZGLIOwCeKK2pPck3zRTQtDiwhdanT5qX QNcAn1ZekIaWb1K6zoNQeYCWguH32PEJ =Mp1M -----END PGP SIGNATURE----- --=-1279096470-680336-1762-2346-3-=-- From cferriby@gmail.com Wed Jul 14 14:58:00 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5745E7500EB for ; Wed, 14 Jul 2010 14:58:00 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.989 X-Spam-Level: X-Spam-Status: No, score=-1.989 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id j4AxZBxsdc9q for ; Wed, 14 Jul 2010 14:57:55 +0000 (UTC) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by menubar.gnome.org (Postfix) with ESMTP id 8FAE4750130 for ; Wed, 14 Jul 2010 14:57:47 +0000 (UTC) Received: by iwn35 with SMTP id 35so9926315iwn.27 for ; Wed, 14 Jul 2010 07:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=GHWLyyzBF0UzVlRoulozhJuMla4k57AgDLqxFwKzJB0=; b=tAmAMVsACSY29pccQOS/ACSmBkD2OFXy45Etwm2+TlqP9clOG8koA/imMYvGhw5Bdb A5DDNoCsaLE7g+CXJ62WupSYwzaUAXs2BL7PI2bYtbsEEQ6LjpfgORtUBMg3C+hKtTiZ yTKQ24fQDI8TAMetIauUdb7VDpnPy/l0ANQy0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=xvfGmlh0nRQfPCv50AT1aTL06bYJ9Nt8eGmBHfxWCN3kIE1ZgUq5QHeqAdQiwQdsgm k6WcjkUpUiGTjLReYmsNyjZICB9YRQ3Ii0fCELnzR4mlYcHQQDeyuvq6SSpG8FW7HKdZ PgxZtWEjT6XSM9lWSv2hl3dljREKN5JRXKf+w= Received: by 10.42.1.4 with SMTP id 4mr4951531ice.41.1279119465613; Wed, 14 Jul 2010 07:57:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.156.12 with HTTP; Wed, 14 Jul 2010 07:57:25 -0700 (PDT) From: Cory Ferriby Date: Wed, 14 Jul 2010 10:57:25 -0400 Message-ID: Subject: Evince Windows Dev To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=90e6ba1818385f8ae2048b5a3582 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 14:58:00 -0000 --90e6ba1818385f8ae2048b5a3582 Content-Type: text/plain; charset=ISO-8859-1 Hello, This is the first time I have emailed a dev mail list. I use Linux+GNU at home but must use Windows at work. I just started to work on a project which extends one of our programs we use here. I was wondering if it was possible to use the Evince libraries in either a C# or C++ program. I have been looking into pdf options and either you pay for the Adobe pdf lib or try to use another lib. I need more control than just opening adobe reader and displaying the pdfs because i need to control the pages with buttons in our application. So, my main question is if it possible to use the windows dlls in the installed directory to embed the viewer? I tried to add it as a reference in Visual C++ but it says its not a .net assembly or a registered activex control. I am new to using Visual Studio and new to C++ or C# as I am a student and have only had my schools first 2 Java classes. Any help would be very appreciated. If I can't use the Evince libs is there any other solution to suggest? Cory --90e6ba1818385f8ae2048b5a3582 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
This is the first time I have emailed a dev mail list. I use Linux+GNU= at home but must use Windows at work. I just started to work on a project = which extends one of our programs we use here. I was wondering if it was po= ssible to use the Evince libraries in either a C# or C++ program. I have be= en looking into pdf options and either you pay for the Adobe pdf lib or try= to use another lib. I need more control than just opening adobe reader and= displaying the pdfs because i need to control the pages with buttons in ou= r application. So, my main question is if it possible to use the windows dl= ls in the installed directory to embed the viewer? I tried to add it as a r= eference in Visual C++ but it says its not a .net assembly or a registered = activex control. I am new to using Visual Studio and new to C++ or C# as I = am a student and have only had my schools first 2 Java classes. Any help wo= uld be very appreciated. If I can't use the Evince libs is there any ot= her solution to suggest?
=A0
Cory
--90e6ba1818385f8ae2048b5a3582-- From pat@suwalski.net Wed Jul 14 19:06:03 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A6DA750230 for ; Wed, 14 Jul 2010 19:06:03 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EzWtPGnSngrt for ; Wed, 14 Jul 2010 19:06:00 +0000 (UTC) X-Greylist: delayed 3199 seconds by postgrey-1.32 at menubar.gnome.org; Wed, 14 Jul 2010 19:06:00 UTC Received: from ottmail.xandros.com (ottmail.xandros.com [142.46.212.35]) by menubar.gnome.org (Postfix) with ESMTP id 170A07501F7 for ; Wed, 14 Jul 2010 19:05:51 +0000 (UTC) Received: from ottmail.xandros.com (localhost.localdomain [127.0.0.1]) by ottmail.xandros.com (8.13.8/8.13.8) with ESMTP id o6EICTQd029611; Wed, 14 Jul 2010 14:12:30 -0400 Received: from [172.16.9.252] (ottmail.xandros.com [172.16.0.30]) by ottmail.xandros.com (Scalix SMTP Relay 11.4.6.13676) via ESMTP; Wed, 14 Jul 2010 14:12:29 -0400 (EDT) Date: Wed, 14 Jul 2010 14:12:29 -0400 From: Pat Suwalski To: Cory Ferriby Message-ID: <4C3DFE0D.5000006@suwalski.net> In-Reply-To: References: Subject: Re: Evince Windows Dev x-scalix-Hops: 1 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20100109 Icedove/3.0 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII"; format="flowed" Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 19:06:03 -0000 Hi Cory, Evince uses the Poppler library to actually render the display area. Embedding Evince itself sounds tricky. You might like to ask on the Poppler list whether such a thing is possible, since Poppler is a library. --Pat On 14/07/10 10:57 AM, Cory Ferriby wrote: > Hello, > This is the first time I have emailed a dev mail list. I use Linux+GNU > at home but must use Windows at work. I just started to work on a > project which extends one of our programs we use here. I was wondering > if it was possible to use the Evince libraries in either a C# or C++ > program. I have been looking into pdf options and either you pay for the > Adobe pdf lib or try to use another lib. I need more control than just > opening adobe reader and displaying the pdfs because i need to control > the pages with buttons in our application. So, my main question is if it > possible to use the windows dlls in the installed directory to embed the > viewer? I tried to add it as a reference in Visual C++ but it says its > not a .net assembly or a registered activex control. I am new to using > Visual Studio and new to C++ or C# as I am a student and have only had > my schools first 2 Java classes. Any help would be very appreciated. If > I can't use the Evince libs is there any other solution to suggest? > Cory > > > > _______________________________________________ > evince-list mailing list > evince-list@gnome.org > http://mail.gnome.org/mailman/listinfo/evince-list From jose.aliste@gmail.com Wed Jul 14 19:55:15 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 725A775019B for ; Wed, 14 Jul 2010 19:55:15 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -2 X-Spam-Level: X-Spam-Status: No, score=-2 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MU8PlzBFi26y for ; Wed, 14 Jul 2010 19:55:12 +0000 (UTC) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by menubar.gnome.org (Postfix) with ESMTP id CE88775016D for ; Wed, 14 Jul 2010 19:55:03 +0000 (UTC) Received: by vws19 with SMTP id 19so201890vws.27 for ; Wed, 14 Jul 2010 12:55:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=dBmzH6J0IeYXuWLgFnc2v6s5JanR51QiCoKvgWyYbCY=; b=bUxAbuWZ2BecVT1oF24K5WP9P3mCTtOwwDG3gtft7zbSKQoNZCPGvkFgMoy1OptWnb BP2vdenA4ivYr5TThC0aFY1WoIg9/qgSQ/JDGzK5BQT0zs+WraRFmg5RR8LvZKRqcsdn B5bEiGfXcPThhNDkddZ6LQcbwFWo9vTgzo3fE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=cC0uOPg3W3V+bxjdCJ2fwQNybWs2eIoSXfLl+WP9zmcUJjfOW1wnAI9Txenx8kp6N5 vT+eSKrDcD8CEUHGaRkmQi9HP/ndPtLJRXWj2uR4BpWWRKEwmwExAf5aXbBGOQLr5MqO Msux/IjIO+LI8BgoXdeEJFiwnuOilvGzc6vKQ= Received: by 10.220.62.5 with SMTP id v5mr8900116vch.221.1279137301670; Wed, 14 Jul 2010 12:55:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.115.7 with HTTP; Wed, 14 Jul 2010 12:54:41 -0700 (PDT) In-Reply-To: <4C3DFE0D.5000006@suwalski.net> References: <4C3DFE0D.5000006@suwalski.net> From: Jose Aliste Date: Wed, 14 Jul 2010 15:54:41 -0400 Message-ID: Subject: Re: Evince Windows Dev To: Pat Suwalski Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2010 19:55:15 -0000 Hi Pat and Cory, please see comments inline. On Wed, Jul 14, 2010 at 2:12 PM, Pat Suwalski wrote: > Hi Cory, > > Evince uses the Poppler library to actually render the display area. > Embedding Evince itself sounds tricky. You might like to ask on the Poppl= er > list whether such a thing is possible, since Poppler is a library. In fact, evince is designed as an application who uses two libraries libview and libdocument, the libdocument library implementing different backends (among the pdf backend which uses poppler), and libview providing a reutilizable GtkWidget called EvView that you can embed in every Gtk application. So, if you can code your application using Gtk in Windows (It should be doable, but this is not the right mailing list for asking how to do this) then you could try to embed the EvView Widget in your application (doing this in Linux is quite easy, it should be easy after you know how to use Visual studio or other compiler in Windows, but again, this is not the right mailing list to ask this). As I think most probably you are not using Gtk to develop your app, maybe poppler would suit you better. Please, keep in mind that Poppler and Evince are GPL licensed. Greetings, Jos=E9 > > --Pat > > From cferriby@gmail.com Thu Jul 15 13:47:25 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 8C780750264 for ; Thu, 15 Jul 2010 13:47:25 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.911 X-Spam-Level: X-Spam-Status: No, score=-0.911 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, TW_GT=0.077, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LVHiGBwEHDGd for ; Thu, 15 Jul 2010 13:47:21 +0000 (UTC) Received: from mail-vw0-f72.google.com (mail-vw0-f72.google.com [209.85.212.72]) by menubar.gnome.org (Postfix) with ESMTP id E222A75021A for ; Thu, 15 Jul 2010 13:47:12 +0000 (UTC) Received: by vws1 with SMTP id 1so1226317vws.3 for ; Thu, 15 Jul 2010 06:47:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.203.13 with SMTP id fg13mr1572279vcb.12.1279201630774; Thu, 15 Jul 2010 06:47:10 -0700 (PDT) In-Reply-To: Message-ID: <90e6ba53a7b4cc74a8048b6d5653@google.com> Date: Thu, 15 Jul 2010 13:47:10 +0000 Subject: Re: Re: Evince Windows Dev From: cferriby@gmail.com To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=90e6ba53a7b4cc7483048b6d5650 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2010 13:47:25 -0000 --90e6ba53a7b4cc7483048b6d5650 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: base64 VGhhbmsgeW91IGFsbCBmb3IgeW91ciBoZWxwLiBJIGtub3cgaSBhc2tlZCBzb21lIGdlbmVyYWwg cXVlc3Rpb25zLCBqdXN0ICANCnRyeWluZyB0byBhc2sgYXJvdW5kIHRvIHNlZSBpZiBhbnlvbmUg aGFkIGFuIGlkZWEuDQpJIGtub3cgaG93IHlvdSBmZWVsLCBJIGRvbid0IHVzZSB3aW5kb3dzIGF0 IGhvbWUsIGFuZCB3aXNoIEkgZGlkbid0IGhhdmUgdG8gIA0KYXQgd29yay4NCg0Kc2lkZSBub3Rl IGZvciBhbnlvbmUgd2hvIGRvZXMgdXNlIHdpbmRvd3Mgb3IgZGV2ZWxvcGVzIHRoZSB3aW5kb3dz IHBvcnQNCkkgdHJpZWQgdG8gY2FwdHVyZSB0aGUgRXZpbmNlIHdpbmRvdyB1c2luZyB0aGUgcGFy ZW50KCkgY29tbWFuZCBpbiAgDQp1c2VyMzIuZGxsIGJ1dCBpdCB3b3VsZG4ndCBnbyBpbnRvIG15 IGNvbnRhaW5lci4NCmkgYW0gbm90IHN1cmUgaWYgaXQgaXMgYmVjYXVzZSBpdCBpcyBub3QgYSB3 aW5mb3JtcyBhcHAgb3IgaWYgaXQgaXMgIA0Kc29tZXRoaW5nIHdpdGggdGhlIHRoZSB3YXkgdGhl IHdpbmRvd3MgY3JlYXRpb24gaXMgaGFuZGxlZCBieSB3aW5kb3dzLg0KanVzdCBhIG5vdGUsIGJ1 dCBpdCB3b3VsZCBiZSBuaWNlIHRvIGJlIGFibGUgdG8gImVhdCIgaXQgaW50byBhbm90aGVyICAN CmFwcGxpY2F0aW9uLg0KDQpJIGNhbiBwb3N0IHRoZSBjb2RlIEkgdHJpZWQgaWYgYW55b25lIHdh bnRzIGl0Lg0KDQp0aGFuayB5b3UgYWxsIGFnYWluLg0KDQpDb3J5DQoNCg0KDQpPbiBKdWwgMTQs IDIwMTAgNTowM3BtLCBKb3NlIEFsaXN0ZSA8am9zZS5hbGlzdGVAZ21haWwuY29tPiB3cm90ZToN Cj4gSGkgQ29yeSwNCg0KDQoNCg0KDQo+IEEgbGl0dGxlIG1vcmUgaW5mby4gUG9wcGxlciBpcyBh dmFpbGFibGUgYXQgcG9wcGxlci5mcmVlZGVza3RvcC5vcmcuDQoNCg0KPiBZb3Ugd2lsbCBmaW5k IGluc2lkZSB0aGUgdGFyIGEgRmlsZSBSZWFkbWUuV2luZG93cywgd2hpY2ggZXhwbGFpbnMgaG93 DQoNCg0KPiB0byBidWlsZCBwb3BwbGVyIG9uIHdpbmRvd3MuIEkgYW0gc29ycnkgSSBjYW4ndCBw cm92aWRlIG1vcmUgaGVscCwgYnV0DQoNCg0KPiBJIGRvbid0IHVzZSB3aW5kb3dzIGF0IGFsbCwg c28gSSBkb24ndCBrbm93IGFib3V0IHRoZSBzdGF0dXMgb2YgR3RrIG9uDQoNCg0KPiB3aW5kb3dz Lg0KDQoNCg0KDQoNCj4gR3JlZXRpbmdzLA0KDQoNCg0KDQoNCj4gSm9z6Q0KDQoNCg0KDQoNCj4g UFM6IEkgaG9wZSBteSBhbnN3ZXIgdG8gdGhlIGxpc3QgZG9lcyBub3Qgc291bmQgYmFkIGludGVu ZGVkLCBJIGp1c3QNCg0KDQo+IHdhbnRlZCB0byBzYXkgdGhhdCB5b3UgY2FuIGZpbmQgbXVjaCBt b3JlIGluZm8gYW5kIGhlbHAgYWJvdXQgc29tZQ0KDQoNCj4gb2YgdGhlIGdlbmVyYWwgdG9waWNz IHlvdSByYWlzZSBpbiB5b3VyIG1haWwgaW4gb3RoZXIgbWFpbGluZyBsaXN0cw0KDQoNCj4gb3Ig Zm9ydW1zLiBGb3IgaW5zdGFuY2UsIHNvbWUgaW5mbyBhYm91dCBjb21waWxpbmcgZ3RrIGFwcGxp Y2F0aW9ucyBpcw0KDQoNCj4gaW4NCg0KDQo+IGh0dHA6Ly9zdGFja292ZXJmbG93LmNvbS9xdWVz dGlvbnMvMTQ1MDQ0NS9pbnN0YWxsaW5nLWd0ay1hbmQtY29tcGlsaW5nLXVzaW5nLWdjYy11bmRl ci13aW5kb3dzDQoNCg0KDQoNCg0KDQoNCg0KPiBPbiBXZWQsIEp1bCAxNCwgMjAxMCBhdCAxMDo1 NyBBTSwgQ29yeSBGZXJyaWJ5IGNmZXJyaWJ5QGdtYWlsLmNvbT4gd3JvdGU6DQoNCg0KPiA+IEhl bGxvLA0KDQoNCj4gPiBUaGlzIGlzIHRoZSBmaXJzdCB0aW1lIEkgaGF2ZSBlbWFpbGVkIGEgZGV2 IG1haWwgbGlzdC4gSSB1c2UgTGludXgrR05VICANCj4gYXQNCg0KDQo+ID4gaG9tZSBidXQgbXVz dCB1c2UgV2luZG93cyBhdCB3b3JrLiBJIGp1c3Qgc3RhcnRlZCB0byB3b3JrIG9uIGEgcHJvamVj dCAgDQo+IHdoaWNoDQoNCg0KPiA+IGV4dGVuZHMgb25lIG9mIG91ciBwcm9ncmFtcyB3ZSB1c2Ug aGVyZS4gSSB3YXMgd29uZGVyaW5nIGlmIGl0IHdhcyAgDQo+IHBvc3NpYmxlDQoNCg0KPiA+IHRv IHVzZSB0aGUgRXZpbmNlIGxpYnJhcmllcyBpbiBlaXRoZXIgYSBDIyBvciBDKysgcHJvZ3JhbS4g SSBoYXZlIGJlZW4NCg0KDQo+ID4gbG9va2luZyBpbnRvIHBkZiBvcHRpb25zIGFuZCBlaXRoZXIg eW91IHBheSBmb3IgdGhlIEFkb2JlIHBkZiBsaWIgb3IgIA0KPiB0cnkgdG8NCg0KDQo+ID4gdXNl IGFub3RoZXIgbGliLiBJIG5lZWQgbW9yZSBjb250cm9sIHRoYW4ganVzdCBvcGVuaW5nIGFkb2Jl IHJlYWRlciBhbmQNCg0KDQo+ID4gZGlzcGxheWluZyB0aGUgcGRmcyBiZWNhdXNlIGkgbmVlZCB0 byBjb250cm9sIHRoZSBwYWdlcyB3aXRoIGJ1dHRvbnMgaW4gIA0KPiBvdXINCg0KDQo+ID4gYXBw bGljYXRpb24uIFNvLCBteSBtYWluIHF1ZXN0aW9uIGlzIGlmIGl0IHBvc3NpYmxlIHRvIHVzZSB0 aGUgd2luZG93cyAgDQo+IGRsbHMNCg0KDQo+ID4gaW4gdGhlIGluc3RhbGxlZCBkaXJlY3Rvcnkg dG8gZW1iZWQgdGhlIHZpZXdlcj8gSSB0cmllZCB0byBhZGQgaXQgYXMgYQ0KDQoNCj4gPiByZWZl cmVuY2UgaW4gVmlzdWFsIEMrKyBidXQgaXQgc2F5cyBpdHMgbm90IGEgLm5ldCBhc3NlbWJseSBv ciBhICANCj4gcmVnaXN0ZXJlZA0KDQoNCj4gPiBhY3RpdmV4IGNvbnRyb2wuIEkgYW0gbmV3IHRv IHVzaW5nIFZpc3VhbCBTdHVkaW8gYW5kIG5ldyB0byBDKysgb3IgQyMgIA0KPiBhcyBJDQoNCg0K PiA+IGFtIGEgc3R1ZGVudCBhbmQgaGF2ZSBvbmx5IGhhZCBteSBzY2hvb2xzIGZpcnN0IDIgSmF2 YSBjbGFzc2VzLiBBbnkgaGVscA0KDQoNCj4gPiB3b3VsZCBiZSB2ZXJ5IGFwcHJlY2lhdGVkLiBJ ZiBJIGNhbid0IHVzZSB0aGUgRXZpbmNlIGxpYnMgaXMgdGhlcmUgYW55ICANCj4gb3RoZXINCg0K DQo+ID4gc29sdXRpb24gdG8gc3VnZ2VzdD8NCg0KDQo+ID4NCg0KDQo+ID4gQ29yeQ0KDQoNCj4g PiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXw0KDQoNCj4g PiBldmluY2UtbGlzdCBtYWlsaW5nIGxpc3QNCg0KDQo+ID4gZXZpbmNlLWxpc3RAZ25vbWUub3Jn DQoNCg0KPiA+IGh0dHA6Ly9tYWlsLmdub21lLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2V2aW5jZS1s aXN0DQoNCg0KPiA+DQoNCg0KPiA+DQoNCg0KDQo= --90e6ba53a7b4cc7483048b6d5650 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thank you all for your help. I know i asked some general questions, just tr= ying to ask around to see if anyone had an idea.=20
I know how you feel, I don't use windows at home, and wish I didn= 't have to at work.

side note for anyone who does use windows or developes the windows po= rt
I tried to capture the Evince window using the parent() command in us= er32.dll but it wouldn't go into my container.=20
i am not sure if it is because it is not a winforms app or if it is s= omething with the the way the windows creation is handled by windows.=20
just a note, but it would be nice to be able to "eat" it in= to another application.=20

I can post the code I tried if anyone wants it.=20

thank you all again.=20

Cory



On Jul 14, 2010 5:03pm, Jose Aliste <jose.aliste@gmail.com> wro= te:
> Hi Cory,
>=20
>=20
>=20
>=20
>=20
> A little more info. Poppler is available at poppler.freedesktop.= org.
>=20
>=20
> You will find inside the tar a File Readme.Windows, which explai= ns how
>=20
>=20
> to build poppler on windows. I am sorry I can't provide more= help, but
>=20
>=20
> I don't use windows at all, so I don't know about the st= atus of Gtk on
>=20
>=20
> windows.
>=20
>=20
>=20
>=20
>=20
> Greetings,
>=20
>=20
>=20
>=20
>=20
> Jos=E9
>=20
>=20
>=20
>=20
>=20
> PS: I hope my answer to the list does not sound bad intended, = =A0I just
>=20
>=20
> wanted to say =A0that you can find much more info and help about= =A0some
>=20
>=20
> of the general topics you raise in your mail =A0in other mailing= lists
>=20
>=20
> or forums. For instance, some info about compiling gtk applicati= ons is
>=20
>=20
> in
>=20
>=20
> http://stackoverflow.com/questions/1450445/installing-gtk-and-co= mpiling-using-gcc-under-windows
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> On Wed, Jul 14, 2010 at 10:57 AM, Cory Ferriby cferriby@gmail.co= m> wrote:
>=20
>=20
> > Hello,
>=20
>=20
> > This is the first time I have emailed a dev mail list. I us= e Linux+GNU at
>=20
>=20
> > home but must use Windows at work. I just started to work o= n a project which
>=20
>=20
> > extends one of our programs we use here. I was wondering if= it was possible
>=20
>=20
> > to use the Evince libraries in either a C# or C++ program. = I have been
>=20
>=20
> > looking into pdf options and either you pay for the Adobe p= df lib or try to
>=20
>=20
> > use another lib. I need more control than just opening adob= e reader and
>=20
>=20
> > displaying the pdfs because i need to control the pages wit= h buttons in our
>=20
>=20
> > application. So, my main question is if it possible to use = the windows dlls
>=20
>=20
> > in the installed directory to embed the viewer? I tried to = add it as a
>=20
>=20
> > reference in Visual C++ but it says its not a .net assembly= or a registered
>=20
>=20
> > activex control. I am new to using Visual Studio and new to= C++ or C# as I
>=20
>=20
> > am a student and have only had my schools first 2 Java clas= ses. Any help
>=20
>=20
> > would be very appreciated. If I can't use the Evince li= bs is there any other
>=20
>=20
> > solution to suggest?
>=20
>=20
> >
>=20
>=20
> > Cory
>=20
>=20
> > _______________________________________________
>=20
>=20
> > evince-list mailing list
>=20
>=20
> > evince-list@gnome.org
>=20
>=20
> > http://mail.gnome.org/mailman/listinfo/evince-list
>=20
>=20
> >
>=20
>=20
> >
>=20
>=20
> --90e6ba53a7b4cc7483048b6d5650-- From ne562@yahoo.com Fri Jul 16 17:33:20 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1DDDA75021D for ; Fri, 16 Jul 2010 17:33:20 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 1.454 X-Spam-Level: * X-Spam-Status: No, score=1.454 tagged_above=-999 required=2 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=1.553, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 64h6TNeyxprs for ; Fri, 16 Jul 2010 17:33:14 +0000 (UTC) Received: from n77.bullet.mail.sp1.yahoo.com (n77.bullet.mail.sp1.yahoo.com [98.136.44.45]) by menubar.gnome.org (Postfix) with SMTP id 0933E75021C for ; Fri, 16 Jul 2010 17:33:05 +0000 (UTC) Received: from [216.252.122.218] by n77.bullet.mail.sp1.yahoo.com with NNFMP; 16 Jul 2010 17:33:04 -0000 Received: from [67.195.9.82] by t3.bullet.sp1.yahoo.com with NNFMP; 16 Jul 2010 17:33:04 -0000 Received: from [98.137.27.219] by t2.bullet.mail.gq1.yahoo.com with NNFMP; 16 Jul 2010 17:33:04 -0000 Received: from [127.0.0.1] by omp129.mail.gq1.yahoo.com with NNFMP; 16 Jul 2010 17:33:04 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 103769.90606.bm@omp129.mail.gq1.yahoo.com Received: (qmail 34705 invoked by uid 60001); 16 Jul 2010 17:33:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1279301584; bh=0bgk0EWLAPlb7BMuCaSYjihDKJ7BnP0oyp3m2cIeg4E=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=3xSOOjhEOcoqqNir0HwgGeLJzw82A9pOiUmoQ5XzInkfqxgyLQ7nX/K/W6EOfkrh1hU9+KAwBxvLFcFMR6uXKhFPiJ+E3ykQHESYACiIzgOCKa9yKOwqeysB44RXhZl6b6Pni/F7KlPcjai4xxygLJ6sRj9mz6XmFKKk1qh5CSw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=tRD1htxehMHcYxvKqKuB3rRWdFtVGiiz3MaLWyxXpBaQGBH021CTLrazjUiRdP7NnD+cQ8KCpF+LfMnGEOK2Vi8sVqETPC53N7WJP5W3or1uYug5zSlem4TWJRlP/jLUtmi9xNtOXK2YZqswlG06AhLPZ5p8fDq7fVi6ermj3Lo=; Message-ID: <17719.29465.qm@web114406.mail.gq1.yahoo.com> X-YMail-OSG: pbCTXyoVM1k59yG_CP7fLi3T49u_OAdCYzvT4yVkgR.njuV r5sp8V.3fisjy_uNRwXz0ppcTUCJi.HX3DxMPncUtfVB7oXxG86WmYe0VZok Llo1B5MiabB1FwvyKFf_HxHJXP5NeOGBFtd_QP9UEx9wKWMccJqeupWc0bld QYJGXMs3TvH.wcPCk3hBepYfdFKzQjoDCg1r3pHRV9mGwkYZyklzUxskfMwc hYG5tvPFi0fwV9zltyg6EnWcvJx3gsz4- Received: from [91.214.32.1] by web114406.mail.gq1.yahoo.com via HTTP; Fri, 16 Jul 2010 10:33:03 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.104.276605 Date: Fri, 16 Jul 2010 10:33:03 -0700 (PDT) From: Ivan Drago Subject: Smoothing in scanned PDFs To: evince-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-1934453769-1279301583=:29465" X-Mailman-Approved-At: Fri, 16 Jul 2010 19:28:15 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 17:33:20 -0000 --0-1934453769-1279301583=:29465 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable =A0=A0Hello. =A0The problem is text in scanned PDF files looks very bad, especially in l= ow resolution scans, but DJVU files are much better, since post-processing = (smoothing etc) used to display them.=A0Any possibility to enable smoothing= for PDFs ? =0A=0A=0A --0-1934453769-1279301583=:29465 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
--- El lun, 5/7/10, Max Nicosia &l= t;ln73@st-andrews.ac.uk> escribi=F3:
Hello there,

I am a Comp Sci student (St= Andrews, UK) helping out in a project (at DTU, Denmark), that aims at maki= ng computers more accessible to blind people.

They are particularly= interested in making PDF documents more accessible to blind people, so I h= ave been asked to focus on this.
=0A
From trying different PDF reade= rs from the repositories, I believe the kind of functionality they are afte= r has not yet been implemented. As such I would like to know if you know of= anyone that is already working towards this for evince (so I can contribut= e) or if if I would need to start from scratch. 

Hi Max,

There is some wo= rk on the way sponsorised by the Regional Government of Andalusia (Spain). = See bugs

A video here:


DTU is interested in getting this functionality working for any P= DF reader and in the shortest amount of time, so I have also contacted Okul= ar's development team.
I haven't looked at either implementation yet, bu= t as there are some time constraints I will most likely contribute to which= ever would take less time.
=0A
Could anyone please give me some feedback so I can m= ove onto the next stage?

I guess you can use poppler changes for making okular accesibl= e too.


Cheers,

   -- Juanjo Marin
  Hello.

 T= he problem is text in scanned PDF files looks very bad, especially in low r= esolution scans, but DJVU files are much better, since post-processing (smo= othing etc) used to display them.
 Any possibility to enable= smoothing for PDFs ?


=0A=0A=0A= =0A=0A=0A=0A=0A --0-1934453769-1279301583=:29465-- From cferriby@gmail.com Fri Jul 16 19:53:07 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4145A750095 for ; Fri, 16 Jul 2010 19:53:07 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.912 X-Spam-Level: X-Spam-Status: No, score=-1.912 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001, TW_GT=0.077, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QkmX+cDs7iby for ; Fri, 16 Jul 2010 19:53:05 +0000 (UTC) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by menubar.gnome.org (Postfix) with ESMTP id 74A3F7501A3 for ; Fri, 16 Jul 2010 19:52:56 +0000 (UTC) Received: by iwn35 with SMTP id 35so3537403iwn.27 for ; Fri, 16 Jul 2010 12:52:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=v6h2XfGdGqTLXn8zBdwTWPjDMXQAMnOmZR7LwUKzG88=; b=w//Sw/EC5rgFZNUiK2CMIkAmDA7bQkh9R4MrG0DxBZUvfNewfjzkLBXlpNXvTredGS A2g4zypVGf8tKCqxPDw2n2vU92+1kAUDGOXtT81bPlsc0CcC71PrYhllnpp9P5bPCPZM d39wKHvOwnXAHiaBaY3GQ5YJhH+1UGDjXu44E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=sQwfpH2Z+7UmAySl0+PQvBGlTZtuwJOuMCzVvf0PyV/7NYIfCvyG722fiUnAUJgH4A EAEDp+MRzY3hUkv1D5QFNLIumueshbDNfyiQF0F53DtXmU7W/br/yi+PIlu/SBrCl0c4 Egy/2ZvE7T9nrKuzErGN31qLOfgh1+W7aCmL8= Received: by 10.42.1.80 with SMTP id 16mr543050icf.57.1279309975466; Fri, 16 Jul 2010 12:52:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.156.11 with HTTP; Fri, 16 Jul 2010 12:52:35 -0700 (PDT) From: Cory Ferriby Date: Fri, 16 Jul 2010 15:52:35 -0400 Message-ID: Subject: glade 3 widget To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=90e6ba181832a533be048b8690ab X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 19:53:07 -0000 --90e6ba181832a533be048b8690ab Content-Type: text/plain; charset=ISO-8859-1 Hi i have decided to make a simple prototype of the functionality i needed in my windows program in gtk and python as i just started to learn it at home. how can i put the Evince libevview into my application through glade? do i just have to copy the libs? Cory --90e6ba181832a533be048b8690ab Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi i have decided to make a simple prototype of the functionality i ne= eded in my windows program in gtk and python as i just started to learn it = at home. how can i put the Evince libevview into my application through gla= de? do i just have to copy the libs?
=A0
Cory
--90e6ba181832a533be048b8690ab-- From carlos.gcampos@gmail.com Sat Jul 17 08:19:56 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4FA3F75018B for ; Sat, 17 Jul 2010 08:19:56 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.899 X-Spam-Level: X-Spam-Status: No, score=-1.899 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, SPF_PASS=-0.001, WEIRD_PORT=0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2Az+Kn410A0j for ; Sat, 17 Jul 2010 08:19:54 +0000 (UTC) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by menubar.gnome.org (Postfix) with ESMTP id 0B8F8750072 for ; Sat, 17 Jul 2010 08:19:45 +0000 (UTC) Received: by wyf22 with SMTP id 22so3372906wyf.27 for ; Sat, 17 Jul 2010 01:19:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding:content-type:mime-version; bh=7LMP8NMH06TCLYdefsJHdj/1oVS+RobvXgMAH1+rDv0=; b=IkfAsfETA9SKqBaTyn21bDGZwcrRuA22fPibHrJHJaFUN2UjQkCHvKfudSi1gTNpIq Pt0HxcSkFazmjSB2hwkXcro4aqAkVNG6PUoq7QO8BWAHoeOZngRcP6dLxosd/Sse8KXY hVCO8F2sM7UFxSl/UxubG/7bwUic7uD7xLOYg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding:content-type:mime-version; b=b7DraTD0QV257ruyJjTlfksBrMxTig6fndMRGHM/pZgtr4REUIE6jW2He8x4NsMEVx cpMKXyG/FgXwAVHrNklgoAMgpabDBkG37pMbb1O0tB854AuIJGzZ7Tt8lMCBYcok+B/g b+lfCF1op8OL2UXSBk25hm6M8h8kJGs34iGb8= Received: by 10.216.10.5 with SMTP id 5mr1607047weu.81.1279354783777; Sat, 17 Jul 2010 01:19:43 -0700 (PDT) Received: from localhost (82.158.245.97.dyn.user.ono.com [82.158.245.97]) by mx.google.com with ESMTPS id l55sm1126406weq.41.2010.07.17.01.19.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 17 Jul 2010 01:19:43 -0700 (PDT) Sender: Carlos Garcia Campos Subject: Re: Smoothing in scanned PDFs From: Carlos Garcia Campos To: Ivan Drago In-reply-to: <17719.29465.qm@web114406.mail.gq1.yahoo.com> References: <17719.29465.qm@web114406.mail.gq1.yahoo.com> Date: Sat, 17 Jul 2010 10:19:38 +0200 Message-Id: <1279354733-sup-2742@charmaleon> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Content-Type: multipart/signed; micalg="pgp-sha1"; boundary="=-1279354781-519455-1832-4401-1-="; protocol="application/pgp-signature" MIME-Version: 1.0 Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 08:19:56 -0000 --=-1279354781-519455-1832-4401-1-= Content-Type: text/plain; charset=utf8 Excerpts from Ivan Drago's message of vie jul 16 19:33:03 +0200 2010: >   Hello. >  The problem is text in scanned PDF files looks very bad, especially in low resolution scans, but DJVU files are much better, since post-processing (smoothing etc) used to display them. Any possibility to enable smoothing for PDFs ? > What poppler version do you have installed? It should be fixed since poppler 0.14 -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x523E6462 --=-1279354781-519455-1832-4401-1-= Content-Disposition: attachment; filename="signature.asc" Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkxBZ5oACgkQjxBOalI+ZGK6dQCbB02rv55VzIQs1W4RF0KPveZH zAcAnArkmvIDdSZNnWio188kGAiY7yjr =XI6c -----END PGP SIGNATURE----- --=-1279354781-519455-1832-4401-1-=-- From wbolster@gnome.org Sat Jul 17 11:31:59 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 28F54750177 for ; Sat, 17 Jul 2010 11:31:59 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.823 X-Spam-Level: X-Spam-Status: No, score=-1.823 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, TW_GT=0.077] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pNfoZUTNtU7B for ; Sat, 17 Jul 2010 11:31:57 +0000 (UTC) X-Greylist: delayed 428 seconds by postgrey-1.32 at menubar.gnome.org; Sat, 17 Jul 2010 11:31:56 UTC Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by menubar.gnome.org (Postfix) with ESMTP id CDCF4750004 for ; Sat, 17 Jul 2010 11:31:48 +0000 (UTC) Received: from [192.168.1.71] (ipd50af632.speed.planet.nl [213.10.246.50]) (authenticated bits=0) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id o6HBOb5V089990 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Jul 2010 13:24:38 +0200 (CEST) (envelope-from wbolster@gnome.org) Subject: Re: Shortcuts for fitting the page into the window From: Wouter Bolsterlee To: Uwe Scholz In-Reply-To: <20100703185425.GA14413@uwe-notebook> References: <20100703185425.GA14413@uwe-notebook> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-kKVq3z7+B8m5loq1toYU" Date: Sat, 17 Jul 2010 13:23:45 +0200 Message-ID: <1279365825.1908.3.camel@him.townsville> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 11:31:59 -0000 --=-kKVq3z7+B8m5loq1toYU Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Op zaterdag 03-07-2010 om 20:54 uur [tijdzone +0200], schreef Uwe Scholz: > All in all I have to admit, that evince is also a very good pdf viewer > with nice features. :) But in respect to xpdf a miss two really time > saving features for users like me who don't like to use the mouse very > often: A keyboard shortcut for fitting the pdf into the window, either > only its width or both the width and the height. >=20 > In xpdf, fitting the page width into the window is 'w' and the shortcut > for fitting the hole page is 'z'. Are there any plans to include those > shortcuts in evince? I think it would be a great improvement for people > using evince as the default pdf viewer! As far as the menu items for the > desired fitting options are already there, it must be easy to include > also the associated keyboard shortcuts. Evince uses the standard GTK+ menus, so you can (temporarily) enable the gtk-can-change-accels feature to change shortcuts. The GConf key for this is /desktop/gnome/interface/can_change_accels. Now, if you hover over menu items, you can change the keybinding by pressing a new key combo. =E2=80=94 Wouter --=-kKVq3z7+B8m5loq1toYU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkxBkr0ACgkQP7QTTiUKY+vCLACgtmYD3DVtzkbqN7lUvYu78XRu dv8AoKm/4rsh8V91o1g+wfOygbm7PubA =vmY1 -----END PGP SIGNATURE----- --=-kKVq3z7+B8m5loq1toYU-- From uws@xs4all.nl Sat Jul 17 11:35:12 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id DBD707501AD for ; Sat, 17 Jul 2010 11:35:12 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.91 X-Spam-Level: X-Spam-Status: No, score=-1.91 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YlEQRM4ulIXn for ; Sat, 17 Jul 2010 11:35:10 +0000 (UTC) X-Greylist: delayed 480 seconds by postgrey-1.32 at menubar.gnome.org; Sat, 17 Jul 2010 11:35:10 UTC Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by menubar.gnome.org (Postfix) with ESMTP id 73C2C750177 for ; Sat, 17 Jul 2010 11:35:01 +0000 (UTC) Received: from [192.168.1.71] (ipd50af632.speed.planet.nl [213.10.246.50]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id o6HBQxBQ072840 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 Jul 2010 13:26:59 +0200 (CEST) (envelope-from uws@xs4all.nl) Subject: Re: a question about the list itself From: Wouter Bolsterlee To: Pablo =?ISO-8859-1?Q?Rodr=EDguez?= In-Reply-To: <4C279F8A.7050008@web.de> References: <4C279F8A.7050008@web.de> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-f2KWQACMMzJt0PGiTSAm" Date: Sat, 17 Jul 2010 13:26:06 +0200 Message-ID: <1279365966.1908.4.camel@him.townsville> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: evince-list X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 11:35:13 -0000 --=-f2KWQACMMzJt0PGiTSAm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Op zondag 27-06-2010 om 20:59 uur [tijdzone +0200], schreef Pablo Rodr=C3=ADguez: > Would it be possible that all messages received from the list would=20 > include a subject prefix such as [evince-list]? Most Gnome lists do not do this. However, you can use the List-Id header to filter yourself. =E2=80=94 Wouter --=-f2KWQACMMzJt0PGiTSAm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAkxBk00ACgkQP7QTTiUKY+tRfgCgqwRHyDWPd+ojbDxhQ99G3Jsm mXkAn0rKr0b+udxUatjtpz7oKuxiCQVq =/+lo -----END PGP SIGNATURE----- --=-f2KWQACMMzJt0PGiTSAm-- From oinos@web.de Sat Jul 17 12:37:57 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2A1B87500C5 for ; Sat, 17 Jul 2010 12:37:57 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.909 X-Spam-Level: X-Spam-Status: No, score=-1.909 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pM84H611Bhp2 for ; Sat, 17 Jul 2010 12:37:54 +0000 (UTC) Received: from fmmailgate01.web.de (fmmailgate01.web.de [217.72.192.221]) by menubar.gnome.org (Postfix) with ESMTP id D4691750192 for ; Sat, 17 Jul 2010 12:37:45 +0000 (UTC) Received: from smtp03.web.de ( [172.20.0.65]) by fmmailgate01.web.de (Postfix) with ESMTP id D17E61647065E for ; Sat, 17 Jul 2010 14:37:43 +0200 (CEST) Received: from [83.43.134.21] (helo=[192.168.1.33]) by smtp03.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #4) id 1Oa6eF-0004Du-00 for evince-list@gnome.org; Sat, 17 Jul 2010 14:37:43 +0200 Message-ID: <4C41A412.9070401@web.de> Date: Sat, 17 Jul 2010 14:37:38 +0200 From: =?UTF-8?B?UGFibG8gUm9kcsOtZ3Vleg==?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Thunderbird/3.0.5 MIME-Version: 1.0 To: evince-list Subject: Re: a question about the list itself References: <4C279F8A.7050008@web.de> <1279365966.1908.4.camel@him.townsville> In-Reply-To: <1279365966.1908.4.camel@him.townsville> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: oinos@web.de X-Sender: oinos@web.de X-Provags-ID: V01U2FsdGVkX1+vAMZTg8v+iUmLSHvARAu3Yfkx7bD6tt6V//zD +pAytQXTs7+49xCjnSTNcnqnbjWK79M7JXzXXd3ZPvyd4uvsqY b/XXysw3Q= X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2010 12:37:57 -0000 On 07/17/2010 01:26 PM, Wouter Bolsterlee wrote: > Op zondag 27-06-2010 om 20:59 uur [tijdzone +0200], schreef Pablo > Rodríguez: >> Would it be possible that all messages received from the list would >> include a subject prefix such as [evince-list]? > > Most Gnome lists do not do this. However, you can use the List-Id header > to filter yourself. Thanks for your reply. Wouter. I'm afraid I can't use the List-ID header since I have to filter visually (there is no other way to do this) and this is something not visible when seeing the message list. Similar to a filtering system like the ones from Hotmail or Yahoo, my email provider has a filtering system with three folders: allowed senders, unknown senders and undesired senders. When a message from a sender not in my white list arrives to my address, it goes to to unknown folder or it might go to the undesired folder. And in those both folders I do also receive real undesired messages. The only way to visually filter messages on the website, before being able to download the messages using POP3 is to have the subject_prefix enabled in those messages coming from this list. But it seems that I'm the only one experiencing this issue. Many thanks anyway, Pablo From cykerway@gmail.com Sun Jul 18 12:15:48 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 4CFDA7501EC for ; Sun, 18 Jul 2010 12:15:48 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: YES X-Spam-Score: 2.009 X-Spam-Level: ** X-Spam-Status: Yes, score=2.009 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=1.929, HTML_IMAGE_ONLY_12=2.059, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_REMOTE_IMAGE=0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fP3GQX9AFgGr for ; Sun, 18 Jul 2010 12:15:45 +0000 (UTC) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by menubar.gnome.org (Postfix) with ESMTP id 6C48E7501F1 for ; Sun, 18 Jul 2010 12:15:37 +0000 (UTC) Received: by pxi8 with SMTP id 8so2097332pxi.27 for ; Sun, 18 Jul 2010 05:15:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=r0uitcp6FQv0WObLpmNh6OLGYrwORws1tsPbbzH0bCM=; b=ql3CLam+3Rxuyh2rLM3Ly7vxHfJ30hi0TTxxHBi8U7qKdVesg1p+iOq+rQrHkiwRiF /gdvqQEqWrYUn5wcpBMASeHyAlP8/gxUVfiv9nnanuceLNV9A2ygVrXCmTLzPLfI7S85 b+Waqhyj3dqARq8eR8dNXh9W5bBqlkbvyKWH8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ZxnvXbusWsKhv+HZNRgPtT7v08V6VQ0ke+EE9IHWTWFJ6vTjysnGcJs5iqxv/1CCdy pEsYcCBYMYIOw6HVBTLvv3IUnzQV392HUg7qJhdBkay05uRfR9sgqEmUf9CS9ngu4S5X dcvPzkRnEnkKIPGd1dSsZzj+M5+8viP4d287M= Received: by 10.142.213.14 with SMTP id l14mr4784542wfg.90.1279455335148; Sun, 18 Jul 2010 05:15:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.29.7 with HTTP; Sun, 18 Jul 2010 05:15:20 -0700 (PDT) From: Cyker Way Date: Sun, 18 Jul 2010 20:15:20 +0800 Message-ID: Subject: evince's embarrassing odd-even page setup To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=000e0cd32d3ac1eeef048ba86848 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2010 12:15:48 -0000 --000e0cd32d3ac1eeef048ba86848 Content-Type: text/plain; charset=ISO-8859-1 Dear all, I find evince's printing page setup is a little bit embarrassing regarding to odd and even pages. Suppose we set in General -> Range to print page 200 - 203, then we set in Page Setup -> Layout -> Only print Even sheets, the pages actually printed will be 201 and 203, not 200 and 202...By this I mean the odd and even settings is set relative to the *starting page we print*, not *the absolute page number*. This may mislead the users. I'd like to hear what you think of this. -- Cyker Way Email:cykerway@gmail.com --000e0cd32d3ac1eeef048ba86848 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Dear all,

I find evince's printing page setup is a l= ittle bit embarrassing regarding to odd and even pages. Suppose we set in G= eneral -> Range to print page 200 - 203, then we set in Page Setup ->= Layout -> Only print Even sheets, the pages actually printed will be 20= 1 and 203, not 200 and 202...By this I mean the odd and even settings is se= t relative to the starting page we print, not the absolute page n= umber. This may mislead the users. I'd like to hear what you think = of this.

--


Cyker Way
Email:cykerway@gmail.com
--000e0cd32d3ac1eeef048ba86848-- From jose.aliste@gmail.com Sun Jul 18 13:38:53 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 5929D7500C8 for ; Sun, 18 Jul 2010 13:38:53 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -2 X-Spam-Level: X-Spam-Status: No, score=-2 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xLuj7u5ASYeQ for ; Sun, 18 Jul 2010 13:38:51 +0000 (UTC) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by menubar.gnome.org (Postfix) with ESMTP id 625A8750176 for ; Sun, 18 Jul 2010 13:38:42 +0000 (UTC) Received: by vws19 with SMTP id 19so5244865vws.27 for ; Sun, 18 Jul 2010 06:38:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=VX0+404nRURlJ7WoDSs2XUb6ULKdbfzb69AwcMh/HjY=; b=QA/rXZDXiTELwwolv4120BpPa8q2EKmO0aLSwqYLTvGhg9oJTbQCA7LgKgeMgZs4qL mFJvatzIq/CZwkrf6KQ11UzjyFxusDVEd7UQ09uJO0DlHNg2Sjb78sDQj5srjpQhQByg aJ9zmavmd0DtfHMnU0+ry9Qr2yHDve6IdNqUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hYnrJeFKEzk12jMaqNuBofvv6NE73RlZoWKtXM1/biFoi31bGNcjJ55dg7KsxIg7mz 3f8wYtk9mWwpYhppdhQaBTIWBJlkOmT2gdgoB3VWbxfYR2KVLR2kyjHrqDnVmlV/henI ZCeE4GUmpQgr8KYARZ6TsLgg6n7ba+cv6y1uU= Received: by 10.220.168.80 with SMTP id t16mr2218032vcy.161.1279460321123; Sun, 18 Jul 2010 06:38:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.115.7 with HTTP; Sun, 18 Jul 2010 06:38:21 -0700 (PDT) In-Reply-To: References: From: Jose Aliste Date: Sun, 18 Jul 2010 09:38:21 -0400 Message-ID: Subject: Re: glade 3 widget To: Cory Ferriby Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2010 13:38:53 -0000 Hi Cory, I am assuming you are using Linux. To use EvView and EvDocument from python you need the python evince bindings. These should be available in your distribution (for instance, in Ubuntu, you need to install the python-evince package). > home. how can i put the Evince libevview into my application through glad= e? > do i just have to copy the libs? AFAIK you can't include the EvView widget directly in Glade. Instead, you add a ScrolledWindow where you want the EvView Widget to appear. A minimal python code to use the EvWidget is as follows: import evince view =3D evince.View() model =3D evince.DocumentModel() document =3D evince.document_factory_get_document(URI TO YOUR FILE) model.set_document(document) view.set_model(model) Then, you need to add by code the view to the scrolledWindow you added and you will get your file showing in your window. That should be it, hope that helps. Jos=E9 > > Cory > _______________________________________________ > evince-list mailing list > evince-list@gnome.org > http://mail.gnome.org/mailman/listinfo/evince-list > > From cferriby@gmail.com Mon Jul 19 12:26:21 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 6E12B75025F for ; Mon, 19 Jul 2010 12:26:21 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.921 X-Spam-Level: X-Spam-Status: No, score=-0.921 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, NML_ADSP_CUSTOM_MED=0.9, SPF_PASS=-0.001, TW_GT=0.077] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PjvQ99foxqtW for ; Mon, 19 Jul 2010 12:26:18 +0000 (UTC) Received: from mail-gy0-f200.google.com (mail-gy0-f200.google.com [209.85.160.200]) by menubar.gnome.org (Postfix) with ESMTP id 975007500F4 for ; Mon, 19 Jul 2010 12:26:10 +0000 (UTC) Received: by gyd10 with SMTP id 10so5578525gyd.3 for ; Mon, 19 Jul 2010 05:26:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.194.72 with SMTP id dx8mr942597vcb.10.1279542368199; Mon, 19 Jul 2010 05:26:08 -0700 (PDT) In-Reply-To: Message-ID: <90e6ba53ab7a54ec0d048bbcacb9@google.com> Date: Mon, 19 Jul 2010 12:26:08 +0000 Subject: Re: Re: glade 3 widget From: cferriby@gmail.com To: Jose Aliste , Cory Ferriby Content-Type: multipart/alternative; boundary=90e6ba53ab7a54ebea048bbcacb6 Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 12:26:21 -0000 --90e6ba53ab7a54ebea048bbcacb6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: base64 RG8geW91IGtub3cgaWYgdGhlcmUgYXJlIHdpbmRvd3MgYmluYXJpZXMgYXZhaWxhYmxlLiBJIGhh dmUgZGVjaWRlZCB0byB0cnkgIA0KYW5kIGRvIGEgc2ltcGxlIGFuZCBmYXN0IHByb3RveXBlIG9m IGEgc3RhbmQgYWxvbmUgYXBwaWNhdGlvbiBpbiBweXRob24gYW5kICANCmd0ayByYXRoZXIgdGhh biB0cnlpbmcgdG8gZ2V0IHBkZiB2aWV3aW5nIGNhcGFiaWxpdGllcyBpbiB3aW5mb3JtcyBhbmQg QyMgIA0Kd2l0aCB0aGUgLm5ldCBwbGF0Zm9ybS4gSSBhbSBhbHNvIGFza2luZyB0aGUgcG9wcGxl ciBtYWlsaW5nIGxpc3QgaWYgdGhleSAgDQpoYXZlIHdpbmRvd3MgcHl0aG9uIGJpbmRpbmdzIGF2 YWlsYWJsZS4gSSBrbm93IHRoZSBweXRob24gYmluZGdpbnMgYXJlIGluICANCnRoZSBnbm9tZS1w eXRob24tZGVza3RvcCBwYWNrYWdlIGZvciBsaW51eCBkaXN0cm9zIGkgaW5zdGFsbGVkIGl0IG9u IG15ICANCmxhcHRvcC4NCg0KdGhhbmtzIGZvciB5b3VyIGhlbHAgd2l0aCB0aGUgY29kZSBleGFt cGxlIHRvbw0KDQpDb3J5DQoNCk9uIEp1bCAxOCwgMjAxMCA5OjM4YW0sIEpvc2UgQWxpc3RlIDxq b3NlLmFsaXN0ZUBnbWFpbC5jb20+IHdyb3RlOg0KPiBIaSBDb3J5LA0KDQoNCg0KDQoNCg0KDQoN Cj4gSSBhbSBhc3N1bWluZyB5b3UgYXJlIHVzaW5nIExpbnV4LiBUbyB1c2UgRXZWaWV3IGFuZCBF dkRvY3VtZW50IGZyb20NCg0KDQo+IHB5dGhvbiB5b3UgbmVlZCB0aGUgcHl0aG9uIGV2aW5jZSBi aW5kaW5ncy4gVGhlc2Ugc2hvdWxkIGJlIGF2YWlsYWJsZQ0KDQoNCj4gaW4geW91ciBkaXN0cmli dXRpb24gKGZvciBpbnN0YW5jZSwgaW4gVWJ1bnR1LCB5b3UgbmVlZCB0byBpbnN0YWxsIHRoZQ0K DQoNCj4gcHl0aG9uLWV2aW5jZSBwYWNrYWdlKS4NCg0KDQoNCg0KDQo+ID4gaG9tZS4gaG93IGNh biBpIHB1dCB0aGUgRXZpbmNlIGxpYmV2dmlldyBpbnRvIG15IGFwcGxpY2F0aW9uIHRocm91Z2gg IA0KPiBnbGFkZT8NCg0KDQo+ID4gZG8gaSBqdXN0IGhhdmUgdG8gY29weSB0aGUgbGlicz8NCg0K DQoNCg0KDQo+IEFGQUlLIHlvdSBjYW4ndCBpbmNsdWRlIHRoZSBFdlZpZXcgd2lkZ2V0IGRpcmVj dGx5IGluIEdsYWRlLiBJbnN0ZWFkLA0KDQoNCj4geW91IGFkZCBhIFNjcm9sbGVkV2luZG93IHdo ZXJlIHlvdSB3YW50IHRoZSBFdlZpZXcgV2lkZ2V0IHRvIGFwcGVhci4NCg0KDQo+IEEgbWluaW1h bCBweXRob24gY29kZSB0byB1c2UgdGhlIEV2V2lkZ2V0IGlzIGFzIGZvbGxvd3M6DQoNCg0KDQoN Cg0KPiBpbXBvcnQgZXZpbmNlDQoNCg0KDQoNCg0KPiB2aWV3ID0gZXZpbmNlLlZpZXcoKQ0KDQoN Cj4gbW9kZWwgPSBldmluY2UuRG9jdW1lbnRNb2RlbCgpDQoNCg0KPiBkb2N1bWVudCA9IGV2aW5j ZS5kb2N1bWVudF9mYWN0b3J5X2dldF9kb2N1bWVudChVUkkgVE8gWU9VUiBGSUxFKQ0KDQoNCj4g bW9kZWwuc2V0X2RvY3VtZW50KGRvY3VtZW50KQ0KDQoNCj4gdmlldy5zZXRfbW9kZWwobW9kZWwp DQoNCg0KDQoNCg0KDQoNCg0KPiBUaGVuLCB5b3UgbmVlZCB0byBhZGQgYnkgY29kZSB0aGUgdmll dyB0byB0aGUgc2Nyb2xsZWRXaW5kb3cgeW91IGFkZGVkDQoNCg0KPiBhbmQgeW91IHdpbGwgZ2V0 IHlvdXIgZmlsZSBzaG93aW5nIGluIHlvdXIgd2luZG93Lg0KDQoNCg0KDQoNCj4gVGhhdCBzaG91 bGQgYmUgaXQsIGhvcGUgdGhhdCBoZWxwcy4NCg0KDQoNCg0KDQo+IEpvc+kNCg0KDQoNCg0KDQo+ ID4NCg0KDQo+ID4gQ29yeQ0KDQoNCj4gPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fXw0KDQoNCj4gPiBldmluY2UtbGlzdCBtYWlsaW5nIGxpc3QNCg0KDQo+ ID4gZXZpbmNlLWxpc3RAZ25vbWUub3JnDQoNCg0KPiA+IGh0dHA6Ly9tYWlsLmdub21lLm9yZy9t YWlsbWFuL2xpc3RpbmZvL2V2aW5jZS1saXN0DQoNCg0KPiA+DQoNCg0KPiA+DQoNCg0KDQo= --90e6ba53ab7a54ebea048bbcacb6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Do you know if there are windows binaries available. I have decided to try = and do a simple and fast protoype of a stand alone appication in python and= gtk rather than trying to get pdf viewing capabilities in winforms and C# = with the .net platform. I am also asking the poppler mailing list if they h= ave windows python bindings available. I know the python bindgins are in th= e gnome-python-desktop package for linux distros i installed it on my lapto= p.=20

thanks for your help with the code example too

Cory

On Jul 18, 2010 9:38am, Jose Aliste <jose.aliste@gmail.com> wro= te:
> Hi Cory,
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> I am assuming you are using Linux. To use EvView and EvDocument = from
>=20
>=20
> python you need the python evince bindings. These should be avai= lable
>=20
>=20
> in your distribution (for instance, in Ubuntu, you need to insta= ll the
>=20
>=20
> python-evince package).
>=20
>=20
>=20
>=20
>=20
> > home. how can i put the Evince libevview into my applicatio= n through glade?
>=20
>=20
> > do i just have to copy the libs?
>=20
>=20
>=20
>=20
>=20
> AFAIK you can't include the =A0EvView widget directly in Gla= de. Instead,
>=20
>=20
> you add a ScrolledWindow where you want the EvView Widget to app= ear.
>=20
>=20
> A minimal =A0python code to use the EvWidget is as follows:
>=20
>=20
>=20
>=20
>=20
> import evince
>=20
>=20
>=20
>=20
>=20
> view =3D evince.View()
>=20
>=20
> model =3D evince.DocumentModel()
>=20
>=20
> document =3D evince.document_factory_get_document(URI TO YOUR FI= LE)
>=20
>=20
> model.set_document(document)
>=20
>=20
> view.set_model(model)
>=20
>=20
>=20
>=20
>=20
>=20
>=20
>=20
> Then, you need to add by code the view to the scrolledWindow you= added
>=20
>=20
> and you will get your file showing in your window.
>=20
>=20
>=20
>=20
>=20
> That should be it, hope that helps.
>=20
>=20
>=20
>=20
>=20
> Jos=E9
>=20
>=20
>=20
>=20
>=20
> >
>=20
>=20
> > Cory
>=20
>=20
> > _______________________________________________
>=20
>=20
> > evince-list mailing list
>=20
>=20
> > evince-list@gnome.org
>=20
>=20
> > http://mail.gnome.org/mailman/listinfo/evince-list
>=20
>=20
> >
>=20
>=20
> >
>=20
>=20
> --90e6ba53ab7a54ebea048bbcacb6-- From cferriby@gmail.com Mon Jul 19 20:34:41 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 975B7750112 for ; Mon, 19 Jul 2010 20:34:41 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.989 X-Spam-Level: X-Spam-Status: No, score=-1.989 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WlKcc3DmZz6T for ; Mon, 19 Jul 2010 20:34:40 +0000 (UTC) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by menubar.gnome.org (Postfix) with ESMTP id E43747500B7 for ; Mon, 19 Jul 2010 20:34:31 +0000 (UTC) Received: by iwn35 with SMTP id 35so7010680iwn.27 for ; Mon, 19 Jul 2010 13:34:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=HZOgNFXqwTnqvoHxVu+Ux7aDQXlB/E3Jg6j7H6SaaSA=; b=MtjMaNKfMjpdn4uCo2Wig/E1Hr4eAtVO6dpco1jVQtb5rp5tXDGN2rja6ipf/6eovP r8H1DLTjqq+YmHuVlzAB8U7qp/ZpNPyxJJ8yXVwm77t+p9s6Lmv+5Z6kx8vZiDl9feTE aqUWvInCMUYs3iP/nsedX5TPKDM25qNVJv90w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=wL+q8xFJy+r1N0k6UHNP6OYxfaUQMg7ebeBx5/6WIw5Fxq9UeqXjbvVDp3qPuTH79a TTbPyMfshLif654rtZ8UIH/a495uJFmJHdMdXcevQ2MnQkRHLLN2nkX57XFO3LK6MJ+0 6ehLzx0FRz070uuSmKe4bKXDOQp8TGm8xcOu4= Received: by 10.231.177.40 with SMTP id bg40mr4577088ibb.150.1279571669754; Mon, 19 Jul 2010 13:34:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.156.11 with HTTP; Mon, 19 Jul 2010 13:34:09 -0700 (PDT) From: Cory Ferriby Date: Mon, 19 Jul 2010 16:34:09 -0400 Message-ID: Subject: Windows Poppler Python Bindings To: evince-list@gnome.org Content-Type: multipart/alternative; boundary=0016369c8f54d7289f048bc37e4c X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 20:34:41 -0000 --0016369c8f54d7289f048bc37e4c Content-Type: text/plain; charset=ISO-8859-1 Hello all, well I found a solution to my problem. Python bindings for poppler are available on Launchpad and some devs hacked it to work on windows, but only by putting evince dlls in the same directory as the bindings and the program you are wrtitting. works for me. so if any of you were interested in that topic at all its a big on launchpad for the poppler python bindings. Cory --0016369c8f54d7289f048bc37e4c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello all, well I found a solution to my problem. Python bindings for = poppler are available on Launchpad and some devs hacked it to work on windo= ws, but only by putting evince dlls in the same directory as the bindings a= nd the program you are wrtitting. works for me. so if any of you were inter= ested in that topic at all its a big on launchpad for the poppler python bi= ndings.
=A0
Cory
--0016369c8f54d7289f048bc37e4c-- From laxyfoxx@gmail.com Thu Jul 22 11:07:32 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 17F7B75018B for ; Thu, 22 Jul 2010 11:07:32 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0siJGO-bjw5G for ; Thu, 22 Jul 2010 11:07:26 +0000 (UTC) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by menubar.gnome.org (Postfix) with ESMTP id 27485750120 for ; Thu, 22 Jul 2010 11:07:17 +0000 (UTC) Received: by yxe42 with SMTP id 42so3596927yxe.27 for ; Thu, 22 Jul 2010 04:07:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to:from :date:message-id:subject:to:content-type; bh=tjz2dxfUZJ26j6csfYk4jejycIOi3a+r/uPv56oLuYo=; b=wdUXrn6IblcfjHJLF72GAxjdKrNRosha3bn3ywh5RWuXDkXpFTrH0aCQ0do3RasAjx dworDKOm/6IThTb4QNAGifg3kMiP5yu1kFw4JIQBPbuUPoTsyef9D68So002j9UpOhv9 nTGP8FqZUFM4EjncbtjzyfgToU6Ox+/t7Rn7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=vlPi0hYD7PdFUuhEIHEOG+WH8lovNF70VYauLu2v3Fm3Le8bb6td4/4ss0shIOp14Y o2hENMgOq3O7d1uhAjQxmqaxak6odGBYEOEDf+dv8xwnl0p1XPqU1tqD0Pg54h6Xh2OA 7dMEGpvrToNyxMs88Y8bHT25q3GOoiQNWsbLU= Received: by 10.151.63.26 with SMTP id q26mr3998176ybk.193.1279796836319; Thu, 22 Jul 2010 04:07:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.2.103 with HTTP; Thu, 22 Jul 2010 04:06:56 -0700 (PDT) From: Andrei Jirnyi Date: Thu, 22 Jul 2010 06:06:56 -0500 Message-ID: Subject: saving viewing settings To: evince-list Content-Type: multipart/alternative; boundary=000e0cd5958ed040d3048bf7ebb5 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: a-jirnyi@northwestern.edu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 11:07:35 -0000 --000e0cd5958ed040d3048bf7ebb5 Content-Type: text/plain; charset=ISO-8859-1 Hi all, A couple questions: - Is it possible to make evince save last chosen settings? So that they persist for all documents? (For example, it would be rather nice to switch the "Continuous" view OFF, ideally once and forever. Having to manually turn it off for every single document that opens is highly frustrating, particularly given that there is no keyboard shortcut for this. Similarly, would be nice if it remembered to use the last fit settings, etc.) - Is it possible to specify keyboard shortcuts for things like dual/best fit/fit width/etc.? Thanks! --000e0cd5958ed040d3048bf7ebb5 Content-Type: text/html; charset=ISO-8859-1 Hi all,

A couple questions:

- Is it possible to make evince save last chosen settings? So that they persist for all documents?
(For example, it would be rather nice to switch the "Continuous" view OFF, ideally once and forever. Having to manually turn it off for every single document that opens is highly frustrating, particularly given that there is no keyboard shortcut for this. Similarly, would be nice if it remembered to use the last fit settings, etc.)

- Is it possible to specify keyboard shortcuts for things like dual/best fit/fit width/etc.?

Thanks! --000e0cd5958ed040d3048bf7ebb5-- From kalika.peay@lmco.com Thu Jul 22 20:09:02 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 035AE75005F for ; Thu, 22 Jul 2010 20:09:02 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.911 X-Spam-Level: X-Spam-Status: No, score=-1.911 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DFytGZyrU4sw for ; Thu, 22 Jul 2010 20:08:57 +0000 (UTC) X-Greylist: delayed 6096 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 22 Jul 2010 20:08:57 UTC Received: from mailfo01.lmco.com (mailfo01.lmco.com [192.31.106.12]) by menubar.gnome.org (Postfix) with ESMTP id 451417500D8 for ; Thu, 22 Jul 2010 20:08:48 +0000 (UTC) Received: from mailgw1a.lmco.com (ppalertrelay.lmco.com [192.31.106.7]) by mailfo01.lmco.com (8.14.3/8.14.3) with ESMTP id o6MIRBJA004409 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 22 Jul 2010 19:27:11 +0100 Received: from emss02g01.ems.lmco.com (relay2.ems.lmco.com [166.29.2.54])by mailgw1a.lmco.com (LM-6) with ESMTP id o6MIRAsa004255for ; Thu, 22 Jul 2010 12:27:10 -0600 (MDT) Received: from CONVERSION2-DAEMON.lmco.com by lmco.com (PMDF V6.4 #31805) id <0L5Z00A011XAQZ@lmco.com> for evince-list@gnome.org; Thu, 22 Jul 2010 18:27:10 +0000 (GMT) Received: from hvxhtpn3.us.lmco.com ([158.186.148.32]) by lmco.com (PMDF V6.4 #31805) with ESMTP id <0L5Z00LXI1X0DE@lmco.com> for evince-list@gnome.org; Thu, 22 Jul 2010 18:27:00 +0000 (GMT) Received: from HVXMSP6.us.lmco.com ([158.186.148.51]) by hvxhtpn3.us.lmco.com ([158.186.148.32]) with mapi; Thu, 22 Jul 2010 14:26:59 -0400 Date: Thu, 22 Jul 2010 14:26:53 -0400 From: "Peay, Kalika" Subject: Question about action buttons (2) To: "evince-list@gnome.org" Message-id: <9A9C31DAF78A2848B7152AB7B15B751D0257CD22A0@HVXMSP6.us.lmco.com> MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_l25/saZKdjYc9PSUSTnbmw)" Content-language: en-US Importance: high X-Priority: 1 Thread-Topic: Question about action buttons (2) Thread-Index: Acspy3WYCfnrFn+mTeis/WdS+JhGpw== Accept-Language: en-US acceptlanguage: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 20:09:02 -0000 --Boundary_(ID_l25/saZKdjYc9PSUSTnbmw) Content-type: multipart/related; boundary="Boundary_(ID_GtqZhXyUVoBAa1+OxXUYfg)"; type="multipart/alternative" --Boundary_(ID_GtqZhXyUVoBAa1+OxXUYfg) Content-type: multipart/alternative; boundary="Boundary_(ID_/0qv39VIoCuxApgK/0vMXQ)" --Boundary_(ID_/0qv39VIoCuxApgK/0vMXQ) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Hi again, I thought I would repaste my original message and also add a screenshot of what I'm talking about. "I was wondering if the Evince Viewer can handle action buttons. For example, clickable buttons that were put on a pdf that allow you to hop back and forth between two volumes." [cid:image003.jpg@01CB29A9.EE800410] Thanks, Kalika Kalika Peay Technical Writer Lockheed Martin Global Training and Logistics 12506 Lake Underhill Rd. Orlando, FL 32825 (407) 306-6497 l This electronic transmission and any accompanying documents are intended only for the confidential use of the designated recipient(s) named above. This message may be proprietary information belonging to Lockheed Martin Corporation. Any such information is privileged and confidential. If you are not the intended recipient or an agent responsible for delivering it to the intended recipient, any disclosure, copying distribution or action taken in reliance on the contents of the information contained in this electronic transmission is strictly prohibited. If you have received this transmission in error, please notify me immediately. --Boundary_(ID_/0qv39VIoCuxApgK/0vMXQ) Content-type: text/html; charset=us-ascii Content-transfer-encoding: quoted-printable

Hi again, I thought I would repaste my original messag= e and also add a screenshot of what I’m talking about.

 

“I was wondering if the Evince Viewer can handle action buttons. For example, clickable buttons that were put on a pdf that allow you to hop back and forth between two volumes.”

 

 

Thanks,

Kalika

 

 

 

Kali= ka Peay

Technical Writer

Lockheed Martin Global Training and Logistics

12506 Lake Underhill Rd.

Orlando, FL 32825

(407) 306-6497

l

 

This electronic transmission and any accompanying documents = are intended only for the confidential use of the designated recipient(s) named above. This message may be proprietary information belonging to Lockheed Ma= rtin Corporation. Any such information is privileged and confidential. If you ar= e not the intended recipient or an agent responsible for delivering it to the intended recipient, any disclosure, copying distribution or action taken in reliance on the contents of the information contained in this electronic transmission is strictly prohibited. If you have received this transmission= in error, please notify me immediately.

 

--Boundary_(ID_/0qv39VIoCuxApgK/0vMXQ)-- --Boundary_(ID_GtqZhXyUVoBAa1+OxXUYfg) Content-id: Content-type: image/jpeg; name=image003.jpg Content-transfer-encoding: base64 Content-disposition: inline; modification-date="Thu, 22 Jul 2010 14:26:59 GMT"; creation-date="Thu, 22 Jul 2010 14:26:59 GMT"; size=1993; filename=image003.jpg Content-description: image003.jpg /9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAoHBwgHBgoICAgLCgoLDhgQDg0NDh0VFhEYIx8lJCIf IiEmKzcvJik0KSEiMEExNDk7Pj4+JS5ESUM8SDc9Pjv/2wBDAQoLCw4NDhwQEBw7KCIoOzs7Ozs7 Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozv/wAARCAAqAIcDASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD2aiii gBrsERnbgKMnjNZeneKdE1a4W3sdQjllcMVXBUtt4bGQM4746VqO2xGbBOBnAGSa8r0rQ9ckaHyr K/SRRfeYLseWsAkLFDC3UOSVz+PSgD1UkKMkgD3oBBzgg4615jHpuv3sLJdWuqGJbnT3ZJJGBZVX E2Pm/vcn86sPpGvWv2zyob7ZJf3LN5czFnyv+jsPm+6D1/XOKdv6+7/MFr/Xr/kej1lX3ifRdMvx Y3t/HBcFQ+xwR8p4znGMe9cgsXiWDxHDJLHqT4u7TznjLGEr5RExAzjG7Hb3q54l0W413xrDbPHe xafLpz21xPFCCrbmDbNx6ZA6ii2v9dg6f13O3BDAEEEHkEUtcGul60kOviyF9EYrpRYo8rbWh2oH CAn0DY9+lLYWmvtqtqt8l/8A2WWla1EcrCSEhwY/O5yRtBHOevNAHcswRCzdFGTxUNhf2up2cd5Z TLNBLko69Dg4/mK4Ozs/Fi2qS6hJdSKb5RfW8SsHKAt8yNu5U5ThccL061myaZ4ktfD0MdpZ6nHL 9ili8uJyCsouAwJAbH3M89+lCQHq1FcBNZ+IHtPENxZrfpcC7DWaSyMA0RVN4UZ9mwOMHpiuu0CC 6t9HgjvJ2nkAJDOhRgpOQCCScgccnPFIDRooooAKKKKACiiigDHbxZoSuyf2gpKMVbajEAg4IyB6 ik/4S3Q/+f4f9+n/AMK5UXE8VlbLHNIg/e8KxH/LaSm/bLr/AJ+pv+/hrCVaztY4amMUJONtjrP+ Es0P/n+/8hP/AIUf8JZof/P9/wCQn/wrz24upDq0v9ozztHtT7LuZioPO7GP4s/0qtFqdxa6lLFF PO4NwoCyM7MCIuMHtyMV6EMO5p8u9r+X3+XXzF9dX8p6X/wluh/8/wB/5Cf/AAo/4S3Q/wDn+/8A IT/4V5jc63qJNlc/bZ5ZFdiUQOvl/JyCM4OD/nmreqahdS6daKdTlZJ5kV22kiRec5HYU3hZxcE/ tX76Wv5eXl+ofXVp7p6H/wAJbof/AD/D/v0/+FH/AAlmh/8AP9/5Cf8AwrzVte1W1tW8q5cCMbTG 4f8Ac4YADOfmyOfwq7qhuZ7WO4aaSee0YSodx+bHUYz3H6gVnKi4TjGbtdtL+tO66+eqF9dX8p3v /CWaH/z/AH/kJ/8ACj/hLdD/AOf7/wAhP/hXnb6hdW5+1QTy25vSXaVgzHIHyKRngmpdN1G6e7vm kuLiNyI2kUyNhTs5A/H0pSpOMHPov80vz/pXD66t+U7/AP4SzQ/+f7/yE/8AhR/wluh/8/w/79P/ AIVwWl3mZLh7O7lEbEfu1dgAfXnuf6Vo/bLr/n6m/wC/hrnrT9nNxt+gnjl/KdlZ+I9Iv7tbS2vU ed1LLGVKlgOpGRzitOvOdHmlm8f6X5srvi2nxuYnHC16NThLmVzso1PaQ5rBRRRVGoUUUUAcZP4D vZZD5fiSaKIMxjj+yodgZi2M9+WNR/8ACvr/AP6Gif8A8BI67eiocIvoZOjTbu4nE/8ACv8AUB08 UT/+AiUf8IBqGMf8JTP/AOAqV21FHs4dhfV6X8qOJ/4QDUP+hpn/APAVKP8AhANQ6/8ACUz/APgK ldtRR7OHYPq9L+VHE/8ACAah/wBDTP8A+AqUn/Cv7/8A6Gif/wABI67eij2cOwfV6X8qOJ/4V/qH /Q0T/wDgIlJ/wr/UP+hon/8AARK7eij2cOwfV6X8qOJPw/1A9fFE5/7dEpP+FfX/AP0NE/8A4CR1 29FHs4dg+r0v5UcpovgmTS9ch1S41mW8eGN0RGgVB82M8j6V1dFFUklojSMVFWigoooplH//2Q== --Boundary_(ID_GtqZhXyUVoBAa1+OxXUYfg)-- --Boundary_(ID_l25/saZKdjYc9PSUSTnbmw) Content-type: image/jpeg; name=button.jpg Content-transfer-encoding: base64 Content-disposition: attachment; modification-date="Thu, 22 Jul 2010 14:25:54 GMT"; creation-date="Thu, 22 Jul 2010 14:25:54 GMT"; size=4081; filename=button.jpg Content-description: button.jpg /9j/4AAQSkZJRgABAAEAeAB4AAD//gAfTEVBRCBUZWNobm9sb2dpZXMgSW5jLiBWMS4wMQD/2wCE AAgFBgcGBQgHBgcJCAgJDBQNDAsLDBgREg4UHRkeHhwZHBsgJC4nICIrIhscKDYoKy8xMzQzHyY4 PDgyPC4yMzEBCAkJDAoMFw0NFzEhHCExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTExMTEx MTExMTExMTExMTExMTExMf/EAaIAAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKCwEAAwEBAQEB AQEBAQAAAAAAAAECAwQFBgcICQoLEAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYTUWEHInEU MoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2Rl ZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK 0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+foRAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYS QVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNU VVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5 usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/AABEIADQAqQMBEQACEQEDEQH/ 2gAMAwEAAhEDEQA/APf6ACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAK AOU+Ldrb3Pw318XMEUwjs5JEEiBtrhSQwz0I7Gsa2kU/Nfma0vit6nnHh6STwxrsM8en2miXVx4c MtnFaDzbW9ZF3l5gPLO8DtjufmNdNabh7a3Rp26JXtp67dPQ56KU40U+ul+rbXX892br/EXXmsNQ lWPT0eHw1Fq8REL/ACysOVOX5Xg4/r3mvHk9ol9mSj8n+pVJ80oJ9VJ/cyeDxL4jtdW8O2t3qFpL A2jSaldFLN90wUL8v+s+9g9eRnnb0AdVqnOs7aQX5v8A4Hnp95NK9SnTtvJ/p/wfIRfiLrH9kTzt BYi4n0Ntas8QuUiUHmKT5/mOCPmBX6ccqrF01NdYuN/O5tTSnKNtpNr7v6/4Ju+CfFeo6zrl5pup RWqmKxtb2N7dWXHmqSVOSc4I4PHXp3rSUEue32ZNfhcwjNtQf80b/jY8/wDF3hw6l8SvE9joWiRS ahPYW8kF1H5UX2OUuSZixIYE9ygLGsKKfLLldrSWvZW1Xz7bdzaq1zQ5tbxenzsn8v8AhjttJ1/x EviPVtClk0+dNGgtJWnaKQSSqyky5wxBbCkg4Az1FaSnFwnWtopS08rXX6XIjTlHkhfVr8b2Mhvi rdWOkx6pqFlBJBf6ZLqFpFCrK0Wx1URyMSQ2dwO4BcdMHrScWm4Pf3fT3v8AL8fIcfeaa2bkvP3f 87fLzNTXfF+u6DbaZb3y2M97q1wy201pZzzKsQj3ktApLls/LhWIx83HIolpPkW6Tb87O3yv57eY RtKHtOmn4/nb8fI53x14mvPFHhLX7GbS4rKOx0eO8uYL6BvOWWTJATONmzbnJBJ9utKUVfmT0Uop fg/ydrFQbVk92pPy0uvz1L3iHx3rfh+21iK0TT5E0vTrG5g82ByT5rbGViHGemQRj6GtX71TX+fl +T1+8zpL3IpfyN/cblt4n1yfxbrulqNOFrpUdrch2ikDmNwTIv3iC2AcHAGeorK6jTlUl9ltfcrr 8dykm+RLeSv+Nv6/q6/Drxpe+K3Mlxp8sNrPbi5gmFnNEifMR5Rkf5ZGxhtycckY4yb5LR13Vvnd X0W+m3noyeZX021/B/r26WO2qCgoAKACgAoAKACgAoAoa7o9lr2mS6dqiSyWkwxJHHO8W8ehKEEj 1GcGpcU9xpuOxQ0zwXoGmSPJb2TyyNB9m33VxLcssXTy1MjNtX2GBVS95NPrv5+pMVytNdNvIhsv AXhqykkeDT3zJaGxcSXU0itB/wA8yGYggZ49BwMUS95NPrv8uvr5jXuyUlutv6/TYuQ+FtGhk0+R LP59NiMNuzSuxVDjKsSfnHA+9noDTbcnKT67iUUkkumqK6+CfD6WV5ZpYssF5F5Eqi4lyIs58tDu yicn5VwOTxUtXXK/6ttfuWpNS5lv/nv95LovhLRtE1F7/TYJ47l4Etmd7uaUGNAAq4diOMcHGevq avmevm7v1I5Vp5bC2nhPSLTxDNr0EV0upTjbJK17OyuvOFKFyuBngYwO2KmHuJxWzHL3mm+hPZeH tMstbvdZt4ZFv79VS4kaeRg4X7o2liox7AdT60L3YuC2eoPVpvoV7fwhoNuLlU05GS6jaGSOR2kQ RscsiqxIRSeSqgDPNKy5eTpp+G33dO3QNpc3X/Pf7+vfqMbwboTaVa6a1rKbezdXtz9qm82Ejptl 3b1wDjAbpx0q3JuSn1/rfv533EkknFbP+vl8hdY8HaDrLyPqNiZGlt/s0hWeSPzI852vtYbsHkE5 IPIxUW387P7tv6+Q9reX67kGp+A/DeqReXf2Ekym3S2b/SplMkaHKBiGBYg9Cckc881TbcnLq3f5 9wj7qSXTT5Pp6F3TPDOlaXqt1qdnDMLy8jSKeSS5lk3qgwowzEcD27n1NF9HHo3f5ita3krIl0TQ dN0GOSLSoGt4pHL+X5rsiEnJCKxIQE9lwPai+ij2G9W5GlSAKACgAoAKACgAoAxvE+sXek/2dFp9 nBd3F/dG3Vbi4aBExDLKWLBHPSIjG3vQD0MT/hLtZ/58PD//AIOJ/wD5FrL2sO5zfWqP8wf8JdrP /Ph4f/8ABxP/APItHtYdw+tUf5itfePtQsFU3FloIZ/uJHqlzI7euFW0JPXsK68PQniE5U9lu20k vVuy/EaxNJ/aIk+I9080MC2/h8TTOUSNtVuVbcF3EEG0yMAjr61tPBYinCVSUfdjZt9LN2WvW77e uwfWaVr3LcPjLV5U3pp+hAZI+bVbhTwcdDaZrhnKMJcra+Tv+K0F9ao/zEdt461G5lnit7Xw9I9u 2yQDV7j5W9P+PTrW1alPDqMqqtzK6813G8TSW8hbzxzqdlD5s9joIXOAF1W4dmPoFFoST7AUsPTl iZclLX8EvVuyXzBYmi9pDrXxtql1bxz29loDRSLuU/2vcDI+htMiorfuKjp1NGtGL61R/mHSeMdY jjZ20/QSFBJC6tcMfwAtMn6CphOM5KKer+X4vQaxVHbmKEHxLup9Nl1CKy0c20RIZvt14Dx1wv2P Jx3IHY+hrvngK8MQsLJLnfTmj+d7L0vcf1ile3NqXoPGerzwpLHp+hBXUMA+q3CHB9QbQEfQ1wTl GEnBvVaaa/itH8ifrdH+Yjs/HeoXsLTWlr4eljVipcaxPjI68/ZK3r0p4eoqVVWlpp112G8TSTs3 qR2fxBv7yZ4YLLQxJGMlZNSuoyR6jdaDI9xkVVfD1MPBTqWs+qaav20bs/J6g8VRX2i3/wAJdrP/ AD4eH/8AwcT/APyLXH7WHcX1qj/MH/CXaz/z4eH/APwcT/8AyLR7WHcPrVH+Y0vA3ieTxPZ6hLNZ w2r2N61oRDO0ySYRH3BmRD/HjBXtVxkpK6NoTVSPNHY6KqLCgAoAKACgDmvGf/IR8M/9hKX/ANIb qk9iZ/Czhq8o+VCgDGvFks/EC6hJDLNbPbeTmJDI0Tbs/dGTg5HQdq+houGKy1YaE1GcZN2bUVJN d3ZXXm+ppvBJdGR6rL5t5pUqW1yq/aS5dbdiQvlMu5hj5eWA559uK6MDTVOhXpyqRbtFWcklpJNp aq6tu1p2Y46Rl8vzKlvLdS2diL46osJSRZHjjkWUS7vlLBRuxjPbb69q660MPTqVXhvZOXMrJuDj yW6Xdt97Pm7Dsk3a2/4eX9XIVadNZvDNBqP2N5oyzxRyrISIgAcoBuXIYHb3x2rasqMsFTVOdP2i jazcGrczbS5npLVWv0v1LaXKrNXt5d3+Oq/E0fE8aSXGl7kvWVbjc5thL8q7WGTs6clffr2zXk5P UcMNiEnBNpW5uTV3X82+l/K/nYim7Rl/XVEKfbDcAs2oRXSTP5xAZovJ+bBUYKE424wN2eveu6Sw iTSVN07R5PhUubS/NqpW3vzO3boGnl0t/wAH/g/Iv+GBMdIglumumuGXEn2gMrZBP8Jxj8Bz714u cyh9cnCkoqCenLa1vVb/ADenkRUtzu2xEkE8GqzWaRMbO5cXPmAfKh/jX8WAOP8Aab0rsq4ijUws cU5L2qXJbq+il/4DdX7pDk01zddv6+RBN9tbUHC/a0u1uV8vG/7O0G4Zz/Bnbnr82fat0sKqH2HT cP7vOp2/8C3/AO3bD0t5W+d7f5/gW/DrkwXrNDNEDdyuBJEyEqWyCARzxXDnMVLEQUZJ+7FaSTV0 rO7Tste4qi975L8kLY3EN7qZuPJuUkWMxoJbaSMKuQScsoGSccZ7fWpxlKeGwsaClFxvd2lF3duy bdkurtuKSaVjUrxCAoA2/gh/yCvEH/YYf/0ngr0aPwI+hwf8CPz/ADPQ61OsKACgAoAKAMLxhoV7 rlvY/wBmakmm3VlcmdJntvPBzDLERt3L2lJznt0pNXViZLmVjj/+FaeIv+hwtv8AwUn/AOPVh9Xi cP8AZ9Lu/wAP8g/4Vp4i/wChwtv/AAUn/wCPUfV4h/Z9Lu/w/wAg/wCFaeIv+hwtv/BSf/j1H1eI f2fS7v8AD/IP+FaeIv8AocLb/wAFJ/8Aj1H1eIf2fS7v8P8AIP8AhWniL/ocLb/wUn/49R9XiH9n 0u7/AA/yD/hWniL/AKHC2/8ABSf/AI9R9XiH9n0u7/D/ACD/AIVp4i/6HC2/8FJ/+PUfV4h/Z9Lu /wAP8g/4Vp4i/wChwtv/AAUn/wCPUfV4h/Z9Lu/w/wAg/wCFaeIv+hwtv/BSf/j1H1eIf2fS7v8A D/IP+FaeIv8AocLb/wAFJ/8Aj1H1eIf2fS7v8P8AIP8AhWniL/ocLb/wUn/49R9XiH9n0u7/AA/y D/hWniL/AKHC2/8ABSf/AI9R9XiH9n0u7/D/ACD/AIVp4i/6HC2/8FJ/+PUfV4h/Z9Lu/wAP8g/4 Vp4i/wChwtv/AAUn/wCPUfV4h/Z9Lu/w/wAg/wCFaeIv+hwtv/BSf/j1H1eIf2fS7v8AD/I6f4fe FJvCWm3ttcagmoS3l2bppEt/JC5jRMbdzf8APPOc962jFQVkdlKmqUVBdDpqo0CgAoAKACgAoAKA CgAoAKACgAoAKACgAoAKACgAoAKACgAoAKACgAoAKAP/2Q== --Boundary_(ID_l25/saZKdjYc9PSUSTnbmw)-- From kalika.peay@lmco.com Thu Jul 22 21:30:52 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 62ED8750138 for ; Thu, 22 Jul 2010 21:30:52 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.911 X-Spam-Level: X-Spam-Status: No, score=-1.911 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CZ01PmcycK6y for ; Thu, 22 Jul 2010 21:30:49 +0000 (UTC) X-Greylist: delayed 18317 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 22 Jul 2010 21:30:49 UTC Received: from mailfo02.lmco.com (mailfo02.lmco.com [192.35.35.12]) by menubar.gnome.org (Postfix) with ESMTP id 3DD1E7501A9 for ; Thu, 22 Jul 2010 21:30:40 +0000 (UTC) Received: from mailgw3a.lmco.com (mailgw3a.lmco.com [192.35.35.7]) by mailfo02.lmco.com (8.14.3/8.14.3) with ESMTP id o6MGPKAl009337 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 22 Jul 2010 17:25:20 +0100 Received: from emss04g01.ems.lmco.com (relay4.ems.lmco.com [166.17.13.122])by mailgw3a.lmco.com (LM-6) with ESMTP id o6MGPJG7005697for ; Thu, 22 Jul 2010 12:25:19 -0400 (EDT) Received: from CONVERSION2-DAEMON.lmco.com by lmco.com (PMDF V6.4 #31806) id <0L5Y00L01W9REQ@lmco.com> for evince-list@gnome.org; Thu, 22 Jul 2010 16:25:18 +0000 (GMT) Received: from hvxhtpn1.us.lmco.com ([158.186.148.30]) by lmco.com (PMDF V6.4 #31806) with ESMTP id <0L5Y00K9VW9XDI@lmco.com> for evince-list@gnome.org; Thu, 22 Jul 2010 16:25:09 +0000 (GMT) Received: from HVXMSP6.us.lmco.com ([158.186.148.51]) by hvxhtpn1.us.lmco.com ([158.186.148.30]) with mapi; Thu, 22 Jul 2010 12:25:09 -0400 Date: Thu, 22 Jul 2010 12:25:03 -0400 From: "Peay, Kalika" Subject: Question about action buttons To: "evince-list@gnome.org" Message-id: <9A9C31DAF78A2848B7152AB7B15B751D0257CD1FCF@HVXMSP6.us.lmco.com> MIME-version: 1.0 Content-type: multipart/alternative; boundary="Boundary_(ID_TU1Pm77bqni2Ie463ve2uw)" Content-language: en-US Importance: high X-Priority: 1 Thread-Topic: Question about action buttons Thread-Index: AcspunBez2NeMwKXRGSjnRISzTqavw== Accept-Language: en-US acceptlanguage: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 21:30:52 -0000 --Boundary_(ID_TU1Pm77bqni2Ie463ve2uw) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Good afternoon, I was wondering if the Evince Viewer can handle action buttons. For example, clickable buttons that were put on a pdf that allow you to hop back and forth between two volumes. Thank you, Kalika Kalika Peay Technical Writer Lockheed Martin Global Training and Logistics 12506 Lake Underhill Rd. Orlando, FL 32825 (407) 306-6497 l This electronic transmission and any accompanying documents are intended only for the confidential use of the designated recipient(s) named above. This message may be proprietary information belonging to Lockheed Martin Corporation. Any such information is privileged and confidential. If you are not the intended recipient or an agent responsible for delivering it to the intended recipient, any disclosure, copying distribution or action taken in reliance on the contents of the information contained in this electronic transmission is strictly prohibited. If you have received this transmission in error, please notify me immediately. --Boundary_(ID_TU1Pm77bqni2Ie463ve2uw) Content-type: text/html; charset=us-ascii Content-transfer-encoding: quoted-printable

Good afternoon,

I was wondering if the Evince Viewer can handle action buttons. For example, clickable buttons that were put on a pdf that allow y= ou to hop back and forth between two volumes.

 

Thank you,

Kalika

 

 

Kali= ka Peay

Technical Writer

Lockheed Martin Global Training and Logistics

12506 Lake Underhill Rd.

Orlando, FL 32825

(407) 306-6497

l

 

This electronic transmission and any accompanying documents = are intended only for the confidential use of the designated recipient(s) named above. This message may be proprietary information belonging to Lockheed Ma= rtin Corporation. Any such information is privileged and confidential. If you ar= e not the intended recipient or an agent responsible for delivering it to the intended recipient, any disclosure, copying distribution or action taken in reliance on the contents of the information contained in this electronic transmission is strictly prohibited. If you have received this transmission= in error, please notify me immediately.

 

--Boundary_(ID_TU1Pm77bqni2Ie463ve2uw)-- From legostein@googlemail.com Fri Jul 23 07:24:46 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 7E6F2750136 for ; Fri, 23 Jul 2010 07:24:46 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RpRemQBK4UqC for ; Fri, 23 Jul 2010 07:24:43 +0000 (UTC) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by menubar.gnome.org (Postfix) with ESMTP id 77D927501BB for ; Fri, 23 Jul 2010 07:24:34 +0000 (UTC) Received: by fxm13 with SMTP id 13so5900772fxm.27 for ; Fri, 23 Jul 2010 00:24:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=cHwAzT3+Y4dm57U8pkoYN68TlJZnAmSd20Cgypn0enE=; b=doCjZK0CHpzCGpyfNUzxtKWUjtDwUtvSL/aAgKijqA4n7yZocxOIkQNaV7hsqMuq2L pGHFh/n96HLBE5iO/3G33iLVq7xuW99/diI8DUv55kTPEz6h8YylfVfShOgMoUT0ESx/ jHn2il1pgYHNSQMXohuH+I1e0Yh7K6v1OXGAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZldTq0E6sbvBOKHh/nfJnJgtYc2lHfBihJGV5XRpL75IoScefUv5vP6avnvrxoCpr1 YNQWtQwu/nhy1S+h2xWU5xKvkJzrvebwx92fPeoy9Joj/hzoKTZhDRqevdAWeUPyLo0s GnI/DKm4LMoK4XS7dCBmmoaJ/VltC5Om2O7EQ= MIME-Version: 1.0 Received: by 10.223.106.203 with SMTP id y11mr2952066fao.16.1279869872901; Fri, 23 Jul 2010 00:24:32 -0700 (PDT) Received: by 10.223.121.20 with HTTP; Fri, 23 Jul 2010 00:24:32 -0700 (PDT) Date: Fri, 23 Jul 2010 09:24:32 +0200 Message-ID: Subject: Missing feature (compared with Acrobat) From: Thomas Ostergaard Sorensen To: evince-list@gnome.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Fri, 23 Jul 2010 07:45:55 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 07:24:46 -0000 Dear Evince-team, the 'back'botton in Evince allows one to return to a certain page if from that page one has followed a hyperlink to somewhere else in the document (say, there is a reference to the bibliography of the document, and one wishes to check it, and then return). However, Acrobat Reader returns not only to the page, but to the exact location - i.e., if one has scrolled down to a certain level on that page, follows a hyperlink (hyperref) - and then returns - then one can just continue reading - no further action required. Evince however, returns to the top of that page. - Then one has to scroll down and find where one was reading, when following the link. VERY annoying, I'm afraid ;-) Best regards, Thomas Sorensen From dbitouze@wanadoo.fr Fri Jul 23 10:45:31 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 1A671750200 for ; Fri, 23 Jul 2010 10:45:31 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 1.57 X-Spam-Level: * X-Spam-Status: No, score=1.57 tagged_above=-999 required=2 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_SORBS_WEB=0.77] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uofJFMMCl+wn for ; Fri, 23 Jul 2010 10:45:25 +0000 (UTC) Received: from smtp28.orange.fr (smtp28.orange.fr [80.12.242.101]) by menubar.gnome.org (Postfix) with ESMTP id 5596B750136 for ; Fri, 23 Jul 2010 10:45:16 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2826.orange.fr (SMTP Server) with ESMTP id E23EB80006B1 for ; Fri, 23 Jul 2010 12:45:14 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2826.orange.fr (SMTP Server) with ESMTP id D626F80007E0 for ; Fri, 23 Jul 2010 12:45:14 +0200 (CEST) Received: from drums (ALille-156-1-51-74.w90-47.abo.wanadoo.fr [90.47.110.74]) by mwinf2826.orange.fr (SMTP Server) with ESMTP id 9976B80006B1 for ; Fri, 23 Jul 2010 12:45:14 +0200 (CEST) X-ME-UUID: 20100723104514628.9976B80006B1@mwinf2826.orange.fr Date: Fri, 23 Jul 2010 12:45:14 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Troubles with Windows versions Message-ID: <20100723124514.7df4a21b@drums> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.20.1; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 10:45:31 -0000 Hello, I apologize to insist, but I'd like to know if Evince' developers have ideas about the troubles I reproduce below. If I remember well, they don't plan to provide Windows installer for odd numbers of Evince' versions but could it be possible, by way of exception, to let last 2.31.5 version to be tested on Windows by the way of a .exe installer? Thanks in anticipation. ####################################################################### Le dimanche 11/07/10 =E0 23h39, Denis Bitouz=E9 a =E9crit : > The trouble seems to come from .msi installer that, on Vista and > Seven, cannot be launched as administrator. >=20 > Could it be possible to provide Evince on Windows as an .exe file > which is OK, as for instance with Sumatra PDF? Otherwise, using > Evince as a viewer for LaTeX on modern Windows will actually be very > difficult, especially for newbies. Le lundi 12/07/10 =E0 14h15, Denis Bitouz=E9 a =E9crit : > another trouble: Evince 2.30.3 on Windows doesn't recognize .dvi > and .ps formats anymore. >=20 > A message appears in Evince: >=20 > "Unable to open document. File type - (application/x-ext-dvi) is not > supported." >=20 > or: >=20 > "Unable to open document. File type - (application/x-ext-ps) is not > supported." ####################################################################### --=20 Denis From jj@hiberis.nl Fri Jul 23 11:11:20 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 2F22D750192 for ; Fri, 23 Jul 2010 11:11:20 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=2 tests=[BAYES_00=-1.9] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZC+Y9e3qBOdv for ; Fri, 23 Jul 2010 11:11:18 +0000 (UTC) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by menubar.gnome.org (Postfix) with ESMTP id 94D08750004 for ; Fri, 23 Jul 2010 11:11:08 +0000 (UTC) Received: by bwz12 with SMTP id 12so1964557bwz.27 for ; Fri, 23 Jul 2010 04:11:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.82.200 with SMTP id c8mr2541061bkl.102.1279883467015; Fri, 23 Jul 2010 04:11:07 -0700 (PDT) Sender: jj@hiberis.nl Received: by 10.204.154.193 with HTTP; Fri, 23 Jul 2010 04:11:06 -0700 (PDT) In-Reply-To: <20100723124514.7df4a21b@drums> References: <20100723124514.7df4a21b@drums> Date: Fri, 23 Jul 2010 13:11:06 +0200 X-Google-Sender-Auth: ecmyRxBt1wsf1zBkQGxbNaUymm8 Message-ID: Subject: Re: Troubles with Windows versions From: Hib Eris To: =?ISO-8859-1?Q?Denis_Bitouz=E9?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: evince-list@gnome.org X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 11:11:20 -0000 Hi Denis, On Fri, Jul 23, 2010 at 12:45 PM, Denis Bitouz=E9 wro= te: > Hello, > > I apologize to insist, but I'd like to know if Evince' developers have > ideas about the troubles I reproduce below. If I remember well, they > don't plan to provide Windows installer for odd numbers of Evince' > versions but could it be possible, by way of exception, to let last > 2.31.5 version to be tested on Windows by the way of a .exe installer? > > Thanks in anticipation. All the problems you refer to are caused by the msi installer, so there is no need to skip ahead to version 2.31.5. When properly packaged, the 2.30.3 version could work fine. Unfortunately, packaging it properly into an msi installer is more difficult then I thought. I really appreciate that you report the problems you note with the 2.30.3 version and I will try to fix those when time permits. There are just to many Windows versions that all work slightly different. To make it work for both administrators and non administrators there seems to be no easy solution. As for an .exe installer, I think it would take me more time to get that working than to fix the msi installer. But if you think you can make it work yourself, I do not object at all to you making an exe installer. Cheers, Hib Eris From dbitouze@wanadoo.fr Fri Jul 23 14:02:41 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id B11677501EB for ; Fri, 23 Jul 2010 14:02:41 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 0.8 X-Spam-Level: X-Spam-Status: No, score=0.8 tagged_above=-999 required=2 tests=[BAYES_50=0.8, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6JFrL9DBJ5J3 for ; Fri, 23 Jul 2010 14:02:36 +0000 (UTC) Received: from smtp2a.orange.fr (smtp2a.orange.fr [80.12.242.140]) by menubar.gnome.org (Postfix) with ESMTP id 3EEED7501B2 for ; Fri, 23 Jul 2010 14:02:27 +0000 (UTC) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a17.orange.fr (SMTP Server) with ESMTP id EC232800099E for ; Fri, 23 Jul 2010 16:02:25 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a17.orange.fr (SMTP Server) with ESMTP id D7D3B8000EDB for ; Fri, 23 Jul 2010 16:02:25 +0200 (CEST) Received: from drums (ALille-156-1-51-74.w90-47.abo.wanadoo.fr [90.47.110.74]) by mwinf2a17.orange.fr (SMTP Server) with ESMTP id A011F800099E for ; Fri, 23 Jul 2010 16:02:25 +0200 (CEST) X-ME-UUID: 20100723140225655.A011F800099E@mwinf2a17.orange.fr Date: Fri, 23 Jul 2010 16:02:25 +0200 From: Denis =?ISO-8859-15?B?Qml0b3V66Q==?= To: evince-list@gnome.org Subject: Re: Troubles with Windows versions Message-ID: <20100723160225.3a221ead@drums> In-Reply-To: References: <20100723124514.7df4a21b@drums> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.20.1; i586-mandriva-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 14:02:42 -0000 Le vendredi 23/07/10 =E0 13h11, Hib Eris a =E9crit : > All the problems you refer to are caused by the msi installer, so > there is no need to skip ahead to version 2.31.5. When properly > packaged, the 2.30.3 version could work fine. OK: I just hoped to get by the way a newer version ;) > Unfortunately, packaging it properly into an msi installer is more > difficult then I thought. I really appreciate that you report the > problems you note with the 2.30.3 version and I will try to fix those > when time permits. Many thanks! > There are just to many Windows versions that all work slightly > different. To make it work for both administrators and non > administrators there seems to be no easy solution. I can understand. As I reported, installing as a non administrator needs to manually type the whole tricky path of the evince.exe in LaTeX editor's configuration forms. > As for an .exe installer, I think it would take me more time to get > that working than to fix the msi installer. OK: let's go for the .msi installer :) > But if you think you can make it work yourself, I do not object at > all to you making an exe installer. Unfortunately, I don't anything about packaging and I only have a very little experience of Windows. I'd like to help you, but I couldn't in this area... Thanks again. Cheers. --=20 Denis From gcgaeg-evince-list@m.gmane.org Sun Jul 25 15:20:21 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id A8BFD750062 for ; Sun, 25 Jul 2010 15:20:21 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: 0.164 X-Spam-Level: X-Spam-Status: No, score=0.164 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_NUMERIC_HELO=1.164, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=no Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wuGQlXVBkTti for ; Sun, 25 Jul 2010 15:20:17 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by menubar.gnome.org (Postfix) with ESMTP id 158E475009D for ; Sun, 25 Jul 2010 15:20:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Od2zk-00087y-Cd for evince-list@gnome.org; Sun, 25 Jul 2010 17:20:05 +0200 Received: from 24.244.163.166 ([24.244.163.166]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jul 2010 17:20:04 +0200 Received: from davegk by 24.244.163.166 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 25 Jul 2010 17:20:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: evince-list@gnome.org From: DaveGK Subject: Default window size Date: Sun, 25 Jul 2010 11:15:23 -0400 Organization: linux Lines: 10 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 24.244.163.166 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Thunderbird/3.0.5 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2010 15:20:22 -0000 Apologies for what I am sure is often repeated question, but I wasn't subscribed to this list and didn't find an answer in archives, as far as I can see, nor there's any answers on #ubuntu channels. I would like to change the default window size for evince, as it is really tiny on new docs, how do I do that? -- Regards, Dave From davegk@escaltd.com Fri Jul 23 23:55:13 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id 0242175010D for ; Fri, 23 Jul 2010 23:55:13 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -1.901 X-Spam-Level: X-Spam-Status: No, score=-1.901 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eIvWIlruFrFE for ; Fri, 23 Jul 2010 23:55:10 +0000 (UTC) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by menubar.gnome.org (Postfix) with ESMTP id 6C4CB750024 for ; Fri, 23 Jul 2010 23:55:01 +0000 (UTC) Received: from [192.168.1.101] ([24.244.163.166]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MFwt0-1OqBb20Gf8-00F149; Sat, 24 Jul 2010 01:54:59 +0200 Message-ID: <4C4A2BCB.1060506@escaltd.com> Date: Fri, 23 Jul 2010 19:54:51 -0400 From: DaveGK Organization: :) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Thunderbird/3.0.5 MIME-Version: 1.0 To: evince-list@gnome.org Subject: Default window size Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:UmiVg4wEx7wABwJOI+AmVlyo1p9u9I3M5T1ndj/k9nN CJjE6Vk3h4taWUyYilhmoRhOLYgVdnvqpaIn4k/84mQXIaAYrn hz4IIJePKfxotbf+oDH8kA49xjqKHiwUCDvnhSDrtTfH81Tfhj KzdaRrlacjX+hq2rObARcl7oT5Ap4LY3wion+9yFs2yYet6I+g fSuP489BvTBRyf4ODojRA0XfJc3FTsEJRvGD3tUID0= X-Mailman-Approved-At: Wed, 28 Jul 2010 09:40:55 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: davegk@escaltd.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 23:55:13 -0000 Apologies for what I am sure is often repeated question, but I am not subscribed to this list and didn't find an answer on #ubuntu channels. I would like to change the default window size for evince, as it is really tiny on new docs, how do I do that? -- Cheers, Dave From jarausch@igpm.rwth-aachen.de Thu Jul 29 08:39:27 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id F385A7501AF for ; Thu, 29 Jul 2010 08:39:26 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -4.21 X-Spam-Level: X-Spam-Status: No, score=-4.21 tagged_above=-999 required=2 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pF+FibDe5eIh for ; Thu, 29 Jul 2010 08:39:24 +0000 (UTC) X-Greylist: delayed 1910 seconds by postgrey-1.32 at menubar.gnome.org; Thu, 29 Jul 2010 08:39:24 UTC Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by menubar.gnome.org (Postfix) with ESMTP id 16507750182 for ; Thu, 29 Jul 2010 08:39:15 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0L6B0042C7WB22G0@mta-1.ms.rz.RWTH-Aachen.de> for evince-list@gnome.org; Thu, 29 Jul 2010 10:07:23 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.55,279,1278280800"; d="scan'208";a="66980479" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Thu, 29 Jul 2010 10:07:22 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id o6T87LPS003341 for ; Thu, 29 Jul 2010 10:07:21 +0200 (CEST) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 3353815B8 for ; Thu, 29 Jul 2010 10:07:26 +0200 (CEST) Date: Thu, 29 Jul 2010 10:07:26 +0200 From: Helmut Jarausch Subject: 4 pages per sheet : landscape ignored To: evince-list@gnome.org X-Mailer: Balsa 2.4.7 Message-id: <1280390846.4641.1@numa-i> X-Mailman-Approved-At: Thu, 29 Jul 2010 09:32:09 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2010 08:39:27 -0000 Hi, using Evince-2.30.3 I cannot print 4 pages per sheet AND select landscape printing. It always print in portrait mode. Is this a bug or am I missing something? Many thanks for a hint, Helmut. -- Helmut Jarausch Lehrstuhl fuer Numerische Mathematik RWTH - Aachen University D 52056 Aachen, Germany From sasciame@yahoo.com Fri Jul 30 02:42:04 2010 Return-Path: X-Original-To: evince-list@gnome.org Delivered-To: evince-list@gnome.org Received: from localhost (localhost.localdomain [127.0.0.1]) by menubar.gnome.org (Postfix) with ESMTP id E3299750096 for ; Fri, 30 Jul 2010 02:42:03 +0000 (UTC) X-Virus-Scanned: by amavisd-new at gnome.org X-Spam-Flag: NO X-Spam-Score: -0.598 X-Spam-Level: X-Spam-Status: No, score=-0.598 tagged_above=-999 required=2 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, T_RP_MATCHES_RCVD=-0.01, T_TO_NO_BRKTS_FREEMAIL=0.01] autolearn=ham Received: from menubar.gnome.org ([127.0.0.1]) by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NkRxGlq3n-i6 for ; Fri, 30 Jul 2010 02:42:01 +0000 (UTC) Received: from web111715.mail.gq1.yahoo.com (web111715.mail.gq1.yahoo.com [67.195.23.113]) by menubar.gnome.org (Postfix) with SMTP id 392237501B1 for ; Fri, 30 Jul 2010 02:41:52 +0000 (UTC) Received: (qmail 89159 invoked by uid 60001); 30 Jul 2010 02:41:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280457711; bh=6XiMGPzeBbevXH8pjHfvdTRCWzl3EqCtjwhaoa0JgvY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=cLDtLvyRy0j/ZFVWzoxPChyECcfA1cBlWq1lo8iXFwrWXAmEUUdVZWp5ceaojrLTiV8tZDQiGNDVKou9EyNQXywQjXJCwTmPmaDqXpTsziTzGg4D8F1pvI2oKicBz5TRlIy+N1dlg4K8rojxEBHXaCe+AhuKdWWCis2gPX0hADQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=J4Od1tifysVEVtq9mY0MsJlihFqO95pMXaEHI4JyEbxhltlHNSHe+MJxtqOXxJZxGplWuRje7a6spZYlejOOWGpf9SkAKckTWhzA5y+qM3lN7gAf4u8F+MzVWwoJCwFlTMVkbpGoRp+LiZr339LJB7Ye5C41RJHRJou9uiCOOiE=; Message-ID: <395534.89112.qm@web111715.mail.gq1.yahoo.com> X-YMail-OSG: ZWXOaRAVM1lMsNcai6SqnDZUPUeV6r92.ajxGx200P1yCou EYRh4H60XAP5kX5TIDquzoQw_wdIViupkUzqd0N7_rd.9T.VYyKSrn0aUvZQ pSRDCXYzTGvkMjPLRXYiSIzdLC7ego2xS8qsKjWhehOpVDpmDV002z5bFCrl e.bb0ImBXN15Z3P99lsliCupsTgs494rXlo2_wS5p5s_p_WV2qu1B92aeqt. wviysJC4a_aPmEfUEZZgt8QrAJwL0KzbCDvIKh6QDBC3.nf1cTy9GGWAUF44 T3l2bM.aJkGCRmNLpEg-- Received: from [24.13.134.62] by web111715.mail.gq1.yahoo.com via HTTP; Thu, 29 Jul 2010 19:41:51 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.105.279950 Date: Thu, 29 Jul 2010 19:41:51 -0700 (PDT) From: Steven Sciame Subject: New poppler To: evince-list@gnome.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-884438235-1280457711=:89112" X-Mailman-Approved-At: Sun, 01 Aug 2010 09:48:16 +0000 X-BeenThere: evince-list@gnome.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jul 2010 02:42:04 -0000 --0-884438235-1280457711=:89112 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello, =A0=A0=A0 I asked this to the poppler people and they told me to ask you gu= ys.=A0 I am using gNewsense 2.3 (it is a distro based on Ubuntu Hardy)=A0 T= here is a bug fix in the newer poppler (newer than .12.4=A0 I believe) that= allows me to properly view a type of pdf that they use at my job.=A0=20 =A0=A0 I compiled a new poppler and it appeared to install properly, but my= evince (2.22.1.1) still uses the old poppler.=A0=A0 Is there a way to tell= evince to use the new poppler that I installed?=A0=20 =A0=A0 Also is it even possible for 2.22.1.1 to use this new poppler?=A0=A0= I attempted to compile from source a newer version of evince, but I couldn= 't meet all the dependencies.=A0 I know that it is an old distro, but Lenny= is still using that version of evince I believe. =A0 Any help would be much appreciated. Sincerely, Steven=20 =A0 =0A=0A=0A --0-884438235-1280457711=:89112 Content-Type: text/html; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,

    I asked this= to the poppler people and they told me to ask you guys.  I am using g= Newsense 2.3 (it is a distro based on Ubuntu Hardy)  There is a bug fi= x in the newer poppler (newer than .12.4  I believe) that allows me to= properly view a type of pdf that they use at my job. 

 &= nbsp; I compiled a new poppler and it appeared to install properly, but my = evince (2.22.1.1) still uses the old poppler.   Is there a way to= tell evince to use the new poppler that I installed? 

 &= nbsp; Also is it even possible for 2.22.1.1 to use this new poppler? &= nbsp; I attempted to compile from source a newer version of evince, but I c= ouldn't meet all the dependencies.  I know that it is an old distro, b= ut Lenny is still using that version of evince I believe.

  Any help would be much appreciated.

Sincerely,

Steven

 


=0A=0A --0-884438235-1280457711=:89112--