Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move library dependencies to components.Nickolay V. Shmyrev2005-04-175-9/+27
| | | | | | | | | | | | | | * djvu/Makefile.am: * dvi/Makefile.am: * shell/Makefile.am: Move library dependencies to components. * shell/ev-window.c: (update_window_title), (start_loading_document): Fix display of uris with spaces. Bug 168358. ---------------------------------------------------------------------
* Minor cleanups removing some dead code.Jonathan Blandford2005-04-166-52/+39
| | | | | | | | | | | Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar-links.c: (selection_changed_cb): * shell/ev-view.c: (ev_view_finalize), (go_to_link), (ev_view_button_release_event), (ev_view_set_document): * shell/ev-view.h: * shell/ev-window.c: (find_bar_search_changed_cb): * shell/ev-window.h: Minor cleanups removing some dead code.
* Set current page to 0 if document has pagesNickolay V. Shmyrev2005-04-162-0/+9
|
* Initialize GError to NULL, fix a crash when loading fails.Marco Pesenti Gritti2005-04-162-1/+7
| | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): Initialize GError to NULL, fix a crash when loading fails.
* Calculate shadow size only when there is actually a shadow.Marco Pesenti Gritti2005-04-162-3/+13
| | | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: (update_view_size): Calculate shadow size only when there is actually a shadow.
* Allow setting view spacing, default to 0Marco Pesenti Gritti2005-04-164-11/+44
| | | | | | | | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init): * shell/ev-view.h: Allow setting view spacing, default to 0 * shell/ev-window.c: (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen), (ev_window_init): Remove spacing in fullscreen mode
* Do not draw the border in fulscreenMarco Pesenti Gritti2005-04-164-6/+50
| | | | | | | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (compute_border), (compute_zoom_factor), (ev_view_size_request), (expose_bin_window), (ev_view_set_show_border), (ev_view_init), (page_changed_cb): * shell/ev-view.h: * shell/ev-window.c: (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen): Do not draw the border in fulscreen
* Rework border calculation, so that I can more easily disable it. CodeMarco Pesenti Gritti2005-04-162-39/+41
| | | | | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor), (ev_view_size_request), (expose_bin_window), (ev_view_select_all), (find_page_at_location), (page_changed_cb): Rework border calculation, so that I can more easily disable it. Code somewhat cleaner too.
* Remove some assertions, documents can have 0 pages. Make initial currentMarco Pesenti Gritti2005-04-164-30/+43
| | | | | | | | | | | | | | | | | | | | 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-page-cache.c: (ev_page_cache_init), (_ev_page_cache_new): Remove some assertions, documents can have 0 pages. Make initial current page -1. * shell/ev-page-action.c: (page_changed_cb): Show "" if current page is -1 * shell/ev-window.c: (update_action_sensitivity), (ev_window_setup_document): When document has 0 pages do not set the view and make nearly everything insensitive.
* Remove unused files.Nickolay V. Shmyrev2005-04-157-785/+67
| | | | | | | | | | | | | | | | | | * shell/ev-page-view.c: * shell/ev-page-view.h: Remove unused files. * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document): * shell/ev-sidebar.c: (ev_sidebar_set_document), (ev_sidebar_supports_document): * shell/ev-sidebar.h: * shell/ev-window.c: (ev_window_setup_document): Doesn't show thumbnails if document has 1 page. Make sidebar menu entries sensitive only if if they have sense. Fix bug 164811.
* Updated Canadian English translation.Adam Weinberger2005-04-152-98/+118
| | | | | | 2005-04-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Swedish translation.Christian Rose2005-04-152-124/+175
| | | | | | 2005-04-15 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Rework sizing to deal with documents with not uniform page size.Marco Pesenti Gritti2005-04-152-53/+64
| | | | | | | | | | | 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request), (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out), (ev_view_set_size): Rework sizing to deal with documents with not uniform page size.
* Updated Czech translation.Miloslav Trmac2005-04-152-98/+122
| | | | | | 2005-04-15 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Fix several page size caching bugsMarco Pesenti Gritti2005-04-152-5/+11
| | | | | | | | 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-page-cache.c: (_ev_page_cache_new): Fix several page size caching bugs
* Make all toolbar items translatableLuca Ferretti2005-04-152-1/+24
| | | | | | | | 2005-04-15 Luca Ferretti <elle.uca@libero.it> * shell/ev-window.c: (set_action_properties): Make all toolbar items translatable
* Based on a patch by J�rg Billeter <j@bitron.ch>Marco Pesenti Gritti2005-04-153-2/+120
| | | | | | | | | | | | | | | 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (ps_document_init), (ps_document_get_type), (save_page_list), (ps_document_save), (ps_document_document_iface_init), (ps_document_ps_export_begin), (ps_document_ps_export_do_page), (ps_document_ps_export_end), (ps_document_ps_exporter_iface_init): * ps/ps-document.h: Based on a patch by J�rg Billeter <j@bitron.ch> Implement print and save a copy for the ps backend.
* Fix the crash when trying to copy in backends that doesnt support it. WeMarco Pesenti Gritti2005-04-1410-27/+65
| | | | | | | | | | | | | | | | | | | | | 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document.h: * djvu/djvu-document.c: (djvu_document_can_get_text), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_can_get_text), (dvi_document_document_iface_init): * pdf/ev-poppler.cc: * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text), (pixbuf_document_document_iface_init): * ps/ps-document.c: (ps_document_can_get_text), (ps_document_document_iface_init): * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb): * shell/ev-window.c: (update_action_sensitivity): Fix the crash when trying to copy in backends that doesnt support it. We can implement a better solution once we do real text selection.
* Updated Canadian English translation.Adam Weinberger2005-04-132-154/+162
| | | | | | 2005-04-12 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated German translation.Frank Arnold2005-04-122-115/+143
| | | | | | 2005-04-13 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-04-122-103/+130
| | | | | | 2005-04-13 Žygimantas Beručka <zygis@gnome.org> * lt.po: Updated Lithuanian translation.
* Work around the Escape conflict (find bar and unfullscreen)Marco Pesenti Gritti2005-04-123-3/+26
| | | | | | | | | 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-window.c: (ev_window_cmd_escape): Work around the Escape conflict (find bar and unfullscreen)
* Fix for bugs 300233,173184,300094. Problems with page index started at 0Nickolay V. Shmyrev2005-04-125-22/+104
| | | | and scrolling up with Shift + Space
* Update these ....Kjartan Maraas2005-04-113-256/+271
| | | | | | | 2005-04-11 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update these * no.po: ....
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-04-112-152/+169
| | | | | | | 2005-04-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Translation updated by Tino Meinen.Vincent van Adrighem2005-04-102-155/+185
| | | | | | 2005-04-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Dvi thumbnails and improved antialiasing of dvi rules. Fix compilationNickolay V. Shmyrev2005-04-0917-335/+345
| | | | warnings.
* Updated Czech translation.Miloslav Trmac2005-04-092-159/+180
| | | | | | 2005-04-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Save accelerators on exit. Fixes bug #172095.Christian Persch2005-04-092-0/+8
| | | | | | | | 2005-04-09 Christian Persch <chpe@cvs.gnome.org> * shell/main.c: (main): Save accelerators on exit. Fixes bug #172095.
* Actually fix the "FIXME: update priority" comment.Jonathan Blandford2005-04-094-11/+68
| | | | | | | | | Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME: update priority" comment. * backend/ev-job-queue.c: Give a way to change priority.
* Fix logic.Jonathan Blandford2005-04-092-2/+7
| | | | | | Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-page-action.c: Fix logic.
* Updated Canadian English translation.Adam Weinberger2005-04-082-152/+172
| | | | | | 2005-04-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Check that the document supports findMarco Pesenti Gritti2005-04-083-5/+14
| | | | | | | | | 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_can_find_next): * shell/ev-window.c: (ev_window_setup_document): Check that the document supports find
* Add Edit->Find NextMarco Pesenti Gritti2005-04-085-1/+53
| | | | | | | | | | | | | 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_can_find_next): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (find_changed_cb), (ev_window_setup_document), (ev_window_cmd_edit_find_next): Add Edit->Find Next
* Make printing work againMarco Pesenti Gritti2005-04-083-8/+50
| | | | | | | | | 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: * shell/ev-print-job.c: (idle_print_handler): Make printing work again
* Big reworking to make completions work iff we have >= GTK-2.7.0Jonathan Blandford2005-04-086-39/+397
| | | | | | | | | | | | | | | | | | | | | | | Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-page-action.h: * shell/ev-page-action.c: (ev_page_action_widget_init), (ev_page_action_widget_class_init), (page_changed_cb), (create_tool_item), (update_page_cache), (build_new_tree_cb), (get_filter_model_from_model), (match_selected_cb), (display_completion_text), (match_completion), (update_model), (connect_proxy), (ev_page_action_set_property), (ev_page_action_get_property), (ev_page_action_set_document), (ev_page_action_set_model), (ev_page_action_class_init): Big reworking to make completions work iff we have >= GTK-2.7.0 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property), (ev_sidebar_links_get_property), (ev_sidebar_links_class_init), (job_finished_cb): We now have a 'model' property that is set when the links are loaded. This can be caught with "notify::model" * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init): listen for the model to be set, and propagate it to the action.
* Update egg-recent from libegg. This should fix long delay on startupNickolay V. Shmyrev2005-04-073-6/+17
| | | | | | | | | | | * cut-n-paste/recent-files/egg-recent-item.c: (egg_recent_item_set_uri), (make_valid_utf8), (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type): * cut-n-paste/recent-files/egg-recent-item.h: Update egg-recent from libegg. This should fix long delay on startup problem. For details see http://bugzilla.gnome.org/show_bug.cgi?id=160531
* Recent files support.Nickolay V. Shmyrev2005-04-07105-3220/+16686
| | | | | | | | | | | | | | | | | | | 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * cut-n-paste/recent-files/Makefile.am: * data/evince-ui.xml, shell/Makefile.am: * shell/ev-application.c, shell/ev-application.h: * shell/ev-window.c: Recent files support. * configure.ac: Added "ru" to ALL_LINGUAS. * dvju: new backend to support DJVU files. * dvi: new backend to support DVI. * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c: * ev-application.c: Support for new backends. * help, ev-window.c, main.c shell/Makefile.am:
* Updated Swedish translation.Christian Rose2005-04-062-253/+318
| | | | | | 2005-04-06 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* s/pdf-document/ev-popplerMarco Pesenti Gritti2005-04-064-3/+11
| | | | | | | | | | 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com> * po/POTFILES.in: * shell/ev-window.c: * thumbnailer/evince-thumbnailer.c: s/pdf-document/ev-poppler
* Release 0.2.0Marco Pesenti Gritti2005-04-064-3/+29
| | | | | | | | | | | | | 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.2.0 * ps/ps-document.c: (setup_pixmap): Remove debug code
* Fix of by one errors.Kristian Høgsberg2005-04-063-3/+9
| | | | | | | | 2005-04-05 Kristian Høgsberg <krh@redhat.com> * backend/ev-page-cache.c (ev_page_cache_next_page): * shell/ev-window.c (ev_window_cmd_go_next_page) (ev_window_cmd_go_first_page): Fix of by one errors.
* Fix page size calculationMarco Pesenti Gritti2005-04-052-33/+95
| | | | | | | | 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (get_page_box): Fix page size calculation
* More refactoring to adapt to EvDocument changesMarco Pesenti Gritti2005-04-053-131/+128
| | | | | | | | | | | | 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (ps_document_init), (push_pixbuf), (ps_document_cleanup), (setup_pixmap), (get_page_box), (get_page_orientation), (setup_page), (document_load), (ps_document_get_page_size), (render_pixbuf_idle): * ps/ps-document.h: More refactoring to adapt to EvDocument changes
* Actually add alpha argsMarco Pesenti Gritti2005-04-052-0/+9
| | | | | | | | 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (start_interpreter): Actually add alpha args
* Make clipboard work againMarco Pesenti Gritti2005-04-052-1/+28
| | | | | | | | 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: Make clipboard work again
* Updated Lithuanian translation.Žygimantas Beručka2005-04-052-111/+113
| | | | | | 2005-04-05 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Make searching work again.Kristian Høgsberg2005-04-0513-359/+226
| | | | | | | | | | | | | | | | | | | 2005-04-04 Kristian Høgsberg <krh@redhat.com> Make searching work again. * backend/ev-document.c: * backend/ev-document.h: * backend/ev-document-find.c: * backend/ev-document-find.h: Change EvDocumentIface so we no longer store the current page or zoom level in the document. The consequence is that all calls that operate on the current page now instead take the page number as an extra argument, and all coordinates are now doubles in document coordinate system. * pdf/ev-poppler.cc: * pixbuf/pixbuf-document.c: * ps/ps-document.c: Update backends accordingly.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-04-042-158/+175
| | | | | | 2005-04-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Add required gettext versionMarco Pesenti Gritti2005-04-042-1/+7
| | | | | | | | 2005-04-04 Marco Pesenti Gritti <marco@gnome.org> * autogen.sh: Add required gettext version