Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for 169901Nickolay V. Shmyrev2005-04-222-6/+38
|
* Fix for 170111Nickolay V. Shmyrev2005-04-222-1/+5
|
* Remove unnecessary locking.Kristian Høgsberg2005-04-222-4/+5
| | | | | | | 2005-04-22 Kristian Høgsberg <krh@redhat.com> * shell/ev-view.c (highlight_find_results): Remove unnecessary locking.
* Updated Canadian English translation.Adam Weinberger2005-04-222-91/+498
| | | | | | 2005-04-22 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Add files from the dvi/mdvi-lib directory.Adam Weinberger2005-04-222-0/+19
| | | | | | 2005-04-22 Adam Weinberger <adamw@gnome.org> * POTFILES.in: Add files from the dvi/mdvi-lib directory.
* real fix for bug 172496Bryan Clark2005-04-222-4/+8
| | | | | | 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org> * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
* Fix find on single page documentsMarco Pesenti Gritti2005-04-223-7/+13
| | | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * pdf/ev-poppler.cc: * shell/ev-view.c: (highlight_find_results): Fix find on single page documents
* fix for bug 301390Bryan Clark2005-04-222-1/+5
| | | | | | 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org> * data/evince.schemas.in: fix for bug 301390
* Updated Spanish translation.Francisco Javier F. Serrador2005-04-222-39/+48
| | | | | | 2005-04-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fix normal size zoom. Make zoom in/zoom out unsensitive when they areMarco Pesenti Gritti2005-04-224-7/+57
| | | | | | | | | | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_out), (ev_view_zoom_normal): * shell/ev-view.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size): Fix normal size zoom. Make zoom in/zoom out unsensitive when they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but better than oom.
* Depend on 2.57, 2.59 doesnt seem to be necessaryMarco Pesenti Gritti2005-04-222-1/+7
| | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Depend on 2.57, 2.59 doesnt seem to be necessary
* Put back total number of pages as (1 of 1234)Marco Pesenti Gritti2005-04-222-2/+35
| | | | | | | | | 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-action.c: (update_pages_label), (page_changed_cb), (create_tool_item): Put back total number of pages as (1 of 1234)
* actually remove the job.Jonathan Blandford2005-04-2212-61/+87
| | | | | | | | | | Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually remove the job. * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking function. This helps debugging.
* Updated British English translationGareth Owen2005-04-222-116/+149
|
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-04-212-140/+190
| | | | | | | 2005-04-21 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Implement dummy get_info to fix crashNickolay V. Shmyrev2005-04-203-63/+32
|
* Updated Canadian English translation.Adam Weinberger2005-04-202-120/+152
| | | | | | 2005-04-20 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Add application/x-gzpostscriptMarco Pesenti Gritti2005-04-202-1/+7
| | | | | | | | 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com> * data/evince.desktop.in: Add application/x-gzpostscript
* Added real long descriptions, closes bug 172496Bryan Clark2005-04-203-4/+26
| | | | | | | | | 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org> * data/evince.schemas.in: Added real long descriptions, closes bug 172496 * README: Added actual text, closes bug 171869
* Thumbnail page 0Marco Pesenti Gritti2005-04-192-1/+7
| | | | | | | | 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): Thumbnail page 0
* s/GDate */GDate so we can just use g_freeMarco Pesenti Gritti2005-04-192-1/+7
| | | | | | | | 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document-info.h: s/GDate */GDate so we can just use g_free
* Show the window in fullscreen when specified by the documentMarco Pesenti Gritti2005-04-192-0/+22
| | | | | | | | | | 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: (update_document_mode), (ev_window_setup_document): Show the window in fullscreen when specified by the document
* Remove get_title from the interface, we can just use document infoMarco Pesenti Gritti2005-04-197-184/+84
| | | | | | | | | | | | | | | | 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document.c: (ev_document_class_init), (ev_document_get_info), (ev_document_render_pixbuf): * backend/ev-document.h: * backend/ev-page-cache.c: (_ev_page_cache_new): * pdf/ev-poppler.cc: * pixbuf/pixbuf-document.c: (pixbuf_document_class_init), (pixbuf_document_get_info), (pixbuf_document_document_iface_init): * ps/ps-document.c: (ps_document_class_init), (document_load), (ps_document_get_info), (ps_document_document_iface_init): Remove get_title from the interface, we can just use document info
* *** empty log message ***Marco Pesenti Gritti2005-04-191-0/+94
|
* Initial support for document info. Based on jrb patch.Marco Pesenti Gritti2005-04-195-0/+128
| | | | | | | | | | | 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com> * backend/Makefile.am: * backend/ev-document.c: (ev_document_render_get_info): * backend/ev-document.h: * pdf/ev-poppler.cc: Initial support for document info. Based on jrb patch.
* Bug 301053: hide statusbar resize-grip when maximized. Fix from Paolo BorelliNickolay V. Shmyrev2005-04-192-13/+23
|
* Small rework of sidebar pages handling. See bug #164811 for detailsNickolay V. Shmyrev2005-04-1912-120/+324
|
* Updated German translation.Frank Arnold2005-04-192-107/+120
| | | | | | 2005-04-19 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-04-182-110/+126
| | | | | | 2005-04-19 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Fix build error and small problem on application exitNickolay V. Shmyrev2005-04-183-1/+12
|
* Conditionally install dvi and djvu thumbnailer schemasNickolay V. Shmyrev2005-04-184-2/+84
|
* New files, handling the mapping from mimetypes to backendsDavid Malcolm2005-04-187-137/+256
| | | | | | | | | | | | | | | | | | | | 2005-04-18 David Malcolm <dmalcolm@redhat.com> * shell/ev-document-types.h: * shell/ev-document-types.c: New files, handling the mapping from mimetypes to backends * shell/ev-window.c: * thumbnailer/evince-thumbnailer.c: Use the ev-document-types code * shell/Makefile.am: Added new convenience library libevbackendfactory_la, containing the new mimetype->backend logic; moved the backends into it. * thumbnailer/Makefile.am: Make the thumbnailer link with the libevbackend.la convenience library, rather than having a duplicate of the backend logic here.
* ooops. Fix ChangeLog. Sorry.Paolo Borelli2005-04-181-0/+6
|
* constify some vars. ditto.Paolo Borelli2005-04-183-11/+10
| | | | | | | 2005-04-18 Paolo Borelli <pborelli@katamail.com> * shell/ev-stock-icons.c: constify some vars. * shell/ev-window.c: ditto.
* Respect document orientationMarco Pesenti Gritti2005-04-182-0/+12
| | | | | | | | 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (get_page_orientation): Respect document orientation
* Updated British English translation.Christopher Orr2005-04-172-179/+242
| | | | | | 2005-04-18 Christopher Orr <chris@orr.me.uk> * en_GB.po: Updated British English translation.
* Updated Spanish translation by Daniel Fernandez.Francisco Javier Fernandez2005-04-172-233/+183
| | | | | | 2005-04-17 Francisco Javier Fernandez <cyphra@vir.tecknolabs.com> * es.po: Updated Spanish translation by Daniel Fernandez.
* 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.