Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Zero page_[xy]_offset.Martin Kretzschmar2005-01-211-0/+3
| | | | * ps/ps-document.c (ps_document_init): Zero page_[xy]_offset.
* add page_[xy]_offset fields.Martin Kretzschmar2005-01-213-3/+29
| | | | | | | | | * ps/ps-document.h: add page_[xy]_offset fields. * ps/ps-document.c (ps_document_set_page_offset) (ps_document_render): Keep offset in consideration in a few places. Bug #164752 "postscript documents are not centered in window"
* (X-GNOME-Bugzilla-Product): s/gpdf/evince/. Spotted by StephaneMartin Kretzschmar2005-01-212-1/+4
| | | | Loeuillet.
* stub out missing methods for complete EvDocument implementation. FixesMartin Kretzschmar2005-01-213-0/+48
| | | | | | | | | | * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages) (pixbuf_document_get_text, pixbuf_document_document_iface_init): stub out missing methods for complete EvDocument implementation. Fixes segfaults with Save A Copy and Copy actions. * ps/ps-document.c (ps_document_save, ps_document_get_text) (ps_document_document_iface_init): ditto.
* Add desktop fileMarco Pesenti Gritti2005-01-214-0/+33
| | | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * data/.cvsignore: * data/Makefile.am: * data/evince.desktop.in: Add desktop file
* Make selection work in any directionMarco Pesenti Gritti2005-01-212-8/+14
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_button_press_event), (ev_view_motion_notify_event): Make selection work in any direction
* Use shorter labels for some of the toolbars itemsMarco Pesenti Gritti2005-01-213-1/+23
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * TODO: * shell/ev-window.c: (set_short_labels), (ev_window_init): Use shorter labels for some of the toolbars items
* Check the links info is initialized before using it. Should fix a crash onMarco Pesenti Gritti2005-01-212-0/+11
| | | | | | | | | 2005-01-21 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Check the links info is initialized before using it. Should fix a crash on startup.
* (pixbuf_document_thumbnails_get_dimensions): force floating pointMartin Kretzschmar2005-01-212-1/+8
| | | | | division to calculate page_ratio. Fixes crash with landscape format pixbufs.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-212-1512/+1334
| | | | | | 2005-01-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* make the bg color darker.Jonathan Blandford2005-01-202-1/+5
| | | | | | Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-view.c (ev_view_realize): make the bg color darker.
* (set_document_page): handle paper size changes when the pageMartin Kretzschmar2005-01-202-0/+13
| | | | changes (test with Free Culture, page 2).
* (set_document_page): unset has_selection when the page changes.Martin Kretzschmar2005-01-202-0/+6
|
* Use normal style color for the widget background and draw a black boxMarco Pesenti Gritti2005-01-202-34/+25
| | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_size_request), (ev_view_realize), (expose_bin_window), (ev_view_class_init), (ev_view_init): Use normal style color for the widget background and draw a black box around the page.
* Updated Czech translation.Miloslav Trmac2005-01-202-93/+102
| | | | | | 2005-01-20 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* forgot thisMarco Pesenti Gritti2005-01-201-3/+9
|
* Keep offset in consideration in a few placesMarco Pesenti Gritti2005-01-202-11/+30
| | | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: Keep offset in consideration in a few places * shell/ev-view.c: (expose_bin_window): Set the offsets so that the document is ever centered
* Added TODO items and finished off the first todo itemBryan Clark2005-01-203-1/+28
| | | | | | | | | 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org> * TODO: Added TODO items and finished off the first todo item * AUTHORS: Updated AUTHORS section with piece from gpdf file and reflect current authors
* Show a wait cursor while the page is renderingMarco Pesenti Gritti2005-01-203-21/+47
| | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: * shell/ev-view.c: (ev_view_set_cursor), (ev_view_motion_notify_event), (document_changed_callback), (set_document_page): Show a wait cursor while the page is rendering
* Ensure thumbnails selection, toolbar page control and current page are inMarco Pesenti Gritti2005-01-206-13/+70
| | | | | | | | | | | | | | | | | | 2005-01-20 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_select_page): * shell/ev-sidebar-thumbnails.h: * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back), (ev_view_can_go_forward): * shell/ev-window.c: (ev_window_open_page), (ev_window_setup_document), (update_current_page), (view_page_changed_cb), (ev_window_init): * shell/ev-window.h: Ensure thumbnails selection, toolbar page control and current page are in sync.
* Updated Canadian English translation.Adam Weinberger2005-01-192-93/+102
| | | | * en_CA.po: Updated Canadian English translation.
* Fix CAN-2005-0064Marco Pesenti Gritti2005-01-192-0/+9
| | | | | | | | 2005-01-19 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/XRef.cc: Fix CAN-2005-0064
* Updated Norwegian translation.Kjartan Maraas2005-01-192-93/+112
| | | | | | 2005-01-19 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian translation.
* Add initial support for password-supported dialogs. This could be a lotJonathan Blandford2005-01-1914-96/+781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com> * backend/Makefile.am: * backend/ev-document-links.h: * backend/ev-document-security.c: (ev_document_security_get_type), (ev_document_security_has_document_security), (ev_document_security_set_password): * backend/ev-document-security.h: * backend/ev-document.c: (ev_document_error_quark): * backend/ev-document.h: * data/Makefile.am: * data/evince-password.glade: * pdf/xpdf/pdf-document.cc: * shell/Makefile.am: * shell/ev-password.c: (ev_password_set_bad_password_label), (ev_window_password_entry_changed_cb), (ev_password_dialog_new), (ev_password_dialog_get_password), (ev_password_dialog_set_bad_pass): * shell/ev-password.h: * shell/ev-window.c: (ev_window_get_attribute), (ev_window_set_property), (update_action_sensitivity), (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf), (ev_window_setup_document), (ev_window_get_password), (ev_window_open), (ev_window_cmd_save_as), (using_postscript_printer), (ev_window_print), (find_not_supported_dialog), (ev_window_cmd_edit_find), (update_fullscreen_popup), (ev_window_fullscreen), (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen), (ev_window_focus_out_cb), (ev_window_cmd_help_about), (menu_item_select_cb), (find_bar_search_changed_cb), (ev_window_dispose), (ev_window_init): Add initial support for password-supported dialogs. This could be a lot cooler, but it'll do for now.
* Updated German translation.Frank Arnold2005-01-192-95/+105
| | | | | | 2005-01-19 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Fix bugs in the links implementation and change cursor when hovering aMarco Pesenti Gritti2005-01-184-8/+69
| | | | | | | | | | | | | 2005-01-18 Marco Pesenti Gritti <marco@gnome.org> * pdf/xpdf/pdf-document.cc: * shell/ev-view.c: (status_message_from_link), (ev_view_set_status), (ev_view_set_cursor), (ev_view_motion_notify_event), (ev_view_init): * shell/ev-window.c: (view_status_changed_cb), (ev_window_init): Fix bugs in the links implementation and change cursor when hovering a link.
* added cvsignore file for viewer directoryBryan Clark2005-01-172-0/+3
| | | | | | | | | | 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org> * viewer/.cvsignore: added cvsignore file for viewer directory * TODO: created TODO document Actually do the adding this time (see 'Case of the Mundays')
* added cvsignore file for viewer directoryBryan Clark2005-01-171-0/+6
| | | | | | | | 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org> * viewer/.cvsignore: added cvsignore file for viewer directory * TODO: created TODO document
* Updated German translation.Frank Arnold2005-01-162-98/+106
| | | | | | 2005-01-16 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Czech translation.Miloslav Trmac2005-01-162-100/+111
| | | | | | 2005-01-16 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Add shell/ev-history.c UpdateKjartan Maraas2005-01-153-2725/+116
| | | | | | | 2005-01-15 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add shell/ev-history.c * nb.po: Update
* new functions to help with implementation of sensitivity code FixDave Malcolm2005-01-144-13/+101
| | | | | | | | | | | 2005-01-14 Dave Malcolm <dmalcolm@redhat.com> * shell/ev-view.h: * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward): new functions to help with implementation of sensitivity code * shell/ev-window.c (update_action_sensitivity): Fix sensitivity of all actions that might require it. Fixes a crash when you click on the Zoom actions in a window lacking a document.
* Updated Canadian English translation.Adam Weinberger2005-01-142-100/+105
| | | | * en_CA.po: Updated Canadian English translation.
* Fix sensitivity of the Find actionDave Malcolm2005-01-142-2/+16
| | | | | | 2005-01-13 Dave Malcolm <dmalcolm@redhat.com> * shell/ev-window.c (Module): Fix sensitivity of the Find action
* View status message support, use it to show the links. Needs work...Marco Pesenti Gritti2005-01-136-51/+242
| | | | | | | | | | | | | | | | | | | | | | 2005-01-13 Marco Pesenti Gritti <marco@gnome.org> * pixbuf/pixbuf-document.c: (pixbuf_document_get_link), (pixbuf_document_document_iface_init): * ps/ps-document.c: (ps_document_get_link), (ps_document_document_iface_init): * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event), (status_message_from_link), (ev_view_set_status), (ev_view_set_find_status), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_set_property), (ev_view_get_property), (ev_view_class_init), (ev_view_init), (ev_view_get_find_status_message), (update_find_results), (ev_view_get_status), (ev_view_get_find_status): * shell/ev-view.h: * shell/ev-window.c: (view_status_changed_cb), (view_find_status_changed_cb), (ev_window_init): View status message support, use it to show the links. Needs work...
* Add support for document linksMarco Pesenti Gritti2005-01-138-67/+133
| | | | | | | | | | | | | | | 2005-01-13 Marco Pesenti Gritti <marco@gnome.org> * backend/ev-document.c: (ev_document_get_link): * backend/ev-document.h: * pdf/xpdf/pdf-document.cc: * shell/ev-application.c: (ev_application_open): * shell/ev-application.h: * shell/ev-sidebar-links.c: (selection_changed_cb): * shell/ev-view.c: (ev_view_button_release_event), (go_to_link), (ev_view_go_to_link): Add support for document links
* Set the spin button limits correctly.Anders Carlsson2005-01-133-4/+53
| | | | | | | | | | | | 2005-01-13 Anders Carlsson <andersca@gnome.org> * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb), (create_tool_item): Set the spin button limits correctly. * shell/ev-sidebar-thumbnails.c: (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init): Support changing pages by clicking on the thumbnails.
* implement get_dimensionsJeff Muizelaar2005-01-132-0/+24
| | | | | | | | | | 2005-01-13 Jeff Muizelaar <jeff@nit.ca> * pixbuf/pixbuf-document.c: (pixbuf_document_thumbnails_get_dimensions), (pixbuf_document_document_thumbnails_iface_init): implement get_dimensions
* Fix page switching on multipage documentsMarco Pesenti Gritti2005-01-132-3/+11
| | | | | | | | 2005-01-13 Marco Pesenti Gritti <marco@gnome.org> * ps/ps-document.c: (ps_document_goto_page): Fix page switching on multipage documents
* check for NULL before assigning to width and height parametersJeff Muizelaar2005-01-132-2/+10
| | | | | | | | 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca> * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size): check for NULL before assigning to width and height parameters
* *** empty log message ***Marco Pesenti Gritti2005-01-131-0/+37
|
* implement get/set propertiesJeff Muizelaar2005-01-133-4/+23
| | | | | | | | | 2005-01-12 Jeff Muizelaar <jeff@nit.ca> * pixbuf/pixbuf-document.c: (pixbuf_document_class_init), (pixbuf_document_set_property), (pixbuf_document_get_property): implement get/set properties
* Updated German translation.Frank Arnold2005-01-112-92/+101
| | | | | | 2005-01-11 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Implement history dropdownsMarco Pesenti Gritti2005-01-117-26/+228
| | | | | | | | | | | | | | | | | | | | 2005-01-11 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-history.c: (ev_history_get_property), (ev_history_set_property), (ev_history_class_init), (ev_history_add_page), (ev_history_set_current_index): * shell/ev-navigation-action.c: (ev_navigation_action_set_history), (activate_menu_item_cb), (new_history_menu_item), (build_menu), (ev_navigation_action_finalize): * shell/ev-navigation-action.h: * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back), (ev_view_go_forward), (ev_view_get_find_status_message), (history_index_changed_cb), (ev_view_set_history): * shell/ev-view.h: * shell/ev-window.c: (update_total_pages), (ev_window_open), (update_current_page), (register_custom_actions): Implement history dropdowns
* Updated Canadian English translation.Adam Weinberger2005-01-112-92/+96
| | | | * en_CA.po: Updated Canadian English translation.
* Fix several history bugsMarco Pesenti Gritti2005-01-114-11/+38
| | | | | | | | | | | 2005-01-11 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-history.c: (ev_history_init), (ev_history_add_link): * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back), (ev_view_go_forward): * shell/ev-window.c: (register_custom_actions): Fix several history bugs
* Add «nb» to ALL_LINGUAS.Kjartan Maraas2005-01-112-1/+5
| | | | | | 2005-01-11 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Add «nb» to ALL_LINGUAS.
* Add this.Kjartan Maraas2005-01-112-0/+3215
| | | | | | 2005-01-11 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Add this.
* Rename bookmark to link, and use "Index" for the sidebar panel.Marco Pesenti Gritti2005-01-1023-628/+667
|
* Merged translations from ggv and gpdf, minor updates.Frank Arnold2005-01-102-131/+391
| | | | | | 2005-01-10 Frank Arnold <farnold@cvs.gnome.org> * de.po: Merged translations from ggv and gpdf, minor updates.