Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Persist the print settings. Fixes bug #311578.Christian Persch2005-07-312-2/+58
| | | | | | | | | 2005-07-31 Christian Persch <chpe@cvs.gnome.org> * shell/ev-window.c: (load_print_config_from_file), (save_print_config_to_file), (ev_window_print_range): Persist the print settings. Fixes bug #311578.
* Update backends to make them build with new rotation systemNickolay V. Shmyrev2005-07-314-157/+50
|
* Updated Greek translationNikos Charonitakis2005-07-312-564/+625
|
* Update documentation image from Luca Ferretti <elle.uca@libero.it>Nickolay V. Shmyrev2005-07-312-0/+6
|
* at Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2005-07-305-8/+42
| | | | | | | | | | | | * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear): * shell/ev-pixbuf-cache.h: * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_get_property), (add_range), (adjustment_changed_cb): * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the pixbuf cache. Make thumbnailing work again. Also, fix bug where we were thumbnailing the entire docment on startup, slowing us down hugely.
* vi.po: Updated Vietnamese translation.Clytie Siddall2005-07-302-0/+1017
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-302-120/+29
| | | | | | 2005-07-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Handle n_pages == 0, fixes #310306.Jonathan Blandford2005-07-303-3/+10
| | | | | | | | Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-page-cache.c: (ev_page_cache_new): * shell/ev-window.c: (update_action_sensitivity): Handle n_pages == 0, fixes #310306.
* Account rotation in doc_rect_to_view_rect. Ensure rotation doesnt go outMarco Pesenti Gritti2005-07-292-8/+56
| | | | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right), (ev_view_rotate_left): Account rotation in doc_rect_to_view_rect. Ensure rotation doesnt go out of bounds.
* *** empty log message ***Marco Pesenti Gritti2005-07-292-18/+14
|
* Correct and cleanup w/h swappingMarco Pesenti Gritti2005-07-291-0/+6
| | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-cache.c: (ev_page_cache_get_size): Correct and cleanup w/h swapping
* Use rotation rather than orientation. It's easier and enough for ourMarco Pesenti Gritti2005-07-2919-270/+160
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document-thumbnails.c: (ev_document_thumbnails_get_thumbnail): * backend/ev-document-thumbnails.h: * backend/ev-document.c: * backend/ev-document.h: * backend/ev-render-context.c: (ev_render_context_new), (ev_render_context_set_rotation): * backend/ev-render-context.h: * pdf/ev-poppler.cc: * ps/ps-document.c: (ps_document_document_iface_init): * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run): * shell/ev-jobs.h: * shell/ev-page-cache.c: (build_height_to_page), (ev_page_cache_new), (ev_page_cache_get_size), (ev_page_cache_get_max_width), (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page): * shell/ev-page-cache.h: * shell/ev-pixbuf-cache.c: (check_job_size_and_unref), (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed), (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed), (ev_pixbuf_cache_get_selection_pixbuf): * shell/ev-pixbuf-cache.h: * shell/ev-print-job.c: (idle_print_handler): * shell/ev-sidebar-thumbnails.c: (add_range): * shell/ev-view.c: (view_update_range_and_current_page), (get_page_y_offset), (get_page_extents), (ev_view_size_request_continuous_dual_page), (ev_view_size_request_continuous), (ev_view_size_request_dual_page), (ev_view_size_request_single_page), (draw_one_page), (ev_view_set_rotation), (ev_view_rotate_right), (ev_view_rotate_left), (ev_view_zoom_for_size_presentation), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (compute_new_selection_text), (ev_view_select_all): * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): * tiff/tiff-document.c: (tiff_document_render_pixbuf), (tiff_document_document_iface_init), (tiff_document_thumbnails_get_thumbnail): Use rotation rather than orientation. It's easier and enough for our needs.
* Make the page cache aware of page orientation.Marco Pesenti Gritti2005-07-294-80/+170
| | | | | | | | | | | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-page-cache.c: (build_height_to_page), (ev_page_cache_new), (ev_page_cache_get_size), (ev_page_cache_get_max_width), (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page): * shell/ev-page-cache.h: * shell/ev-view.c: (get_page_y_offset), (get_page_extents), (ev_view_size_request_continuous_dual_page), (ev_view_size_request_continuous), (ev_view_zoom_for_size_continuous_and_dual_page), (ev_view_zoom_for_size_continuous): Make the page cache aware of page orientation.
* *** empty log message ***Marco Pesenti Gritti2005-07-291-2/+0
|
* Really make use of the orientation bit of the render context. Use theMarco Pesenti Gritti2005-07-2919-217/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-document-thumbnails.c: (ev_document_thumbnails_get_thumbnail): * backend/ev-document-thumbnails.h: * backend/ev-document.c: * backend/ev-document.h: * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page): * backend/ev-ps-exporter.h: * pdf/ev-poppler.cc: * ps/ps-document.c: (ps_document_document_iface_init), (ps_document_ps_export_do_page): * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run): * shell/ev-jobs.h: * shell/ev-page-cache.c: (ev_page_cache_get_size), (ev_page_cache_get): * shell/ev-page-cache.h: * shell/ev-pixbuf-cache.c: (check_job_size_and_unref), (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed), (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed): * shell/ev-pixbuf-cache.h: * shell/ev-print-job.c: (idle_print_handler): * shell/ev-sidebar-thumbnails.c: (add_range): * shell/ev-view.c: (view_update_range_and_current_page), (get_page_extents), (ev_view_size_request_dual_page), (ev_view_size_request_single_page), (draw_one_page), (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right), (ev_view_rotate_left), (ev_view_zoom_for_size_presentation), (ev_view_zoom_for_size_dual_page), (ev_view_zoom_for_size_single_page), (compute_new_selection_text), (ev_view_select_all): * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get): * tiff/tiff-document.c: (tiff_document_get_page_size), (tiff_document_get_orientation), (rotate_pixbuf), (tiff_document_render_pixbuf), (tiff_document_document_iface_init), (tiff_document_thumbnails_get_thumbnail), (tiff_document_ps_export_do_page), (tiff_document_init): Really make use of the orientation bit of the render context. Use the render context in a few more places in the backend API. This regress orientation, but now it's done right. Will try to fix it up asap...
* Patch by Nickolay V. Shmyrev to fix find flickeringMarco Pesenti Gritti2005-07-292-0/+8
| | | | | | | | 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-view.c: (ensure_rectangle_is_visible): Patch by Nickolay V. Shmyrev to fix find flickering
* Updated British English translation.James Ogley2005-07-292-103/+158
| | | | | | 2005-07-29 James Ogley <james@usr-local-bin.org> * po/en_GB.po: Updated British English translation.
* Bulk changes to Finnish stringsIlkka Tuohela2005-07-281-0/+4
|
* Added sq to ALL_LINGUAS.Laurent Dhima2005-07-281-1/+1
| | | | | | 2005-07-28 Laurent Dhima <laurenti@alblinux.net> * configure.ac: Added sq to ALL_LINGUAS.
* Added Albanian translation.Laurent Dhima2005-07-282-0/+1043
| | | | | | 2005-07-28 Laurent Dhima <laurenti@alblinux.net> * sq.po: Added Albanian translation.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-07-282-593/+367
| | | | | | | 2005-07-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Updated pt_BR translationRaphael Higino2005-07-272-197/+559
|
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-272-2276/+37
| | | | | | 2005-07-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es/es.po: Updated Spanish translation.
* Updated Spanish translation.Francisco Javier F. Serrador2005-07-272-105/+170
| | | | | | 2005-07-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Translation updated by Ivar Smolin.Priit Laes2005-07-272-75/+94
| | | | | | 2005-07-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* add paper_width, paper_height, and duplex parameters to ::begin.Martin Kretzschmar2005-07-277-10/+36
| | | | | | | | | | | | | * backend/ev-ps-exporter.h: add paper_width, paper_height, and duplex parameters to ::begin. * tiff/tiff-document.c (tiff_document_ps_export_begin): * shell/ev-print-job.c (idle_print_handler): * ps/ps-document.c (ps_document_ps_export_begin): * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update implementations. Poppler backend needs poppler cvs. Rest has unchanged behavior.
* Updated Simplified Chinese translationFunda Wang2005-07-272-117/+175
|
* Updated TranslationAnkitkumar Rameshchandra Patel2005-07-272-99/+109
|
* Translation updated.Priit Laes2005-07-272-82/+77
| | | | | | 2005-07-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Added et to ALL_LINGUAS.Priit Laes2005-07-271-1/+1
| | | | | | 2005-07-27 Priit Laes <plaes@cvs.gnome.org> * configure.ac: Added et to ALL_LINGUAS.
* Translation added by Sven Sapelson.Priit Laes2005-07-272-0/+959
| | | | | | 2005-07-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation added by Sven Sapelson.
* Updated Finnish translation.Tommi Vainikainen2005-07-262-97/+105
| | | | | 2005-07-26 Tommi Vainikainen <thv@iki.fi> * fi.po: Updated Finnish translation.
* Updated Canadian English translation.Adam Weinberger2005-07-262-114/+167
| | | | | | 2005-07-26 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-07-262-95/+103
| | | | | | 2005-07-26 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Translation updated by Tino Meinen.Vincent van Adrighem2005-07-262-120/+183
| | | | | | 2005-07-26 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* doneIvan Stojmirov2005-07-251-96/+100
|
* (using_pdf_printer): new function.Martin Kretzschmar2005-07-252-2/+37
| | | | | (ev_window_print_range): print a less techy message if someone tries to print to PDF.
* Minor update.Jordi Mallach2005-07-251-5/+5
|
* Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.Jordi Mallach2005-07-252-198/+255
| | | | | | | 2005-07-25 Jordi Mallach <jordi@sindominio.net> * ca.po: Updated Catalan translation by Gil Forcada <gilforcada@guifi.net>.
* doneIvan Stojmirov2005-07-251-9/+53
|
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-07-252-5/+56
| | | | | | 2005-07-25 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Updated TranslationAnkitkumar Rameshchandra Patel2005-07-252-27/+88
|
* (font_type_to_string): Remove trailing space from "unknown font"Martin Kretzschmar2005-07-252-1/+6
| | | | string. Bug #311431
* Updated Swedish translation.Christian Rose2005-07-242-159/+235
| | | | | | 2005-07-24 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated German translation.Hendrik Brandt2005-07-242-137/+195
| | | | | | 2005-07-24 Hendrik Brandt <heb@gnome-de.org> * de.po: Updated German translation.
* Updated Finnish translation.Tommi Vainikainen2005-07-242-10/+61
| | | | | | 2005-07-24 Tommi Vainikainen <thv@iki.fi> * fi.po: Updated Finnish translation.
* help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.Martin Kretzschmar2005-07-243-0/+10
|
* Bug #311280Martin Kretzschmar2005-07-244-21/+113
| | | | | | | | | | | | | | | * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable name for PopplerFontTypes (pdf_document_fonts_fill_model): add font type to the detail column * backend/ev-document-fonts.h: added EV_DOCUMENT_FONTS_COLUMN_DETAILS. * shell/ev-properties-fonts.c (font_cell_data_func): glue together font name and font details, add a little markup. (ev_properties_fonts_init): use the new cell data func, specify ypad property for the cell renderer. (ev_properties_fonts_set_document): add the details column.
* Added Spanish help documents.Francisco Javier F. Serrador2005-07-244-1/+2952
| | | | | | 2005-07-24 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Added Spanish help documents.
* Added "pl" to ALL_LINGUAS.Artur Flinta2005-07-242-1/+5
| | | | | | 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org> * configure.ac: Added "pl" to ALL_LINGUAS.