Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Vietnamese translation.Clytie Siddall2007-06-261-230/+281
| | | | svn path=/trunk/; revision=2522
* Updated Vietnamese translation.Clytie Siddall2007-06-261-0/+4
| | | | svn path=/trunk/; revision=2521
* Fixed wrong translation.Takeshi AIHANA2007-06-241-4/+4
| | | | | | | | 2007-06-24 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Fixed wrong translation. svn path=/trunk/; revision=2520
* Updated Japanese translation.Takeshi AIHANA2007-06-242-199/+244
| | | | | | | | 2007-06-24 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=2519
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-232-138/+151
| | | | | | | | 2007-06-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2518
* Fixes program description translation issue. Bug #450148.Gabor Kelemen2007-06-222-0/+8
| | | | | | | | | | | | 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu> * shell/main.c: (main): Fixes program description translation issue. Bug #450148. svn path=/trunk/; revision=2517
* Do not change current page when returning from black/white mode inCesar Fernandez2007-06-212-0/+21
| | | | | | | | | 2007-06-21 Cesar Fernandez <cesar@pk2.org> * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page): Do not change current page when returning from black/white mode in presentation. Fixes bug #415032. svn path=/trunk/; revision=2515
* Update for release 0.9.1Nickolay V. Shmyrev2007-06-183-1/+46
| | | | | | | | | | | | 2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.9.1 svn path=/trunk/; revision=2513
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-182-148/+162
| | | | svn path=/trunk/; revision=2512
* updated ta translationFelix I2007-06-182-378/+610
| | | | svn path=/trunk/; revision=2511
* PDF exporter for dvi documents. Fixes bug #441319.Alaska Subedi2007-06-172-13/+121
| | | | | | | | | | | | | | | | | 2007-06-17 Alaska Subedi <asubedi@gmail.com> * backend/dvi/dvi-document.c: (dvi_document_finalize), (dvi_document_file_exporter_format_supported), (dvi_document_file_exporter_begin), (dvi_document_file_exporter_do_page), (dvi_document_file_exporter_end), (dvi_document_file_exporter_iface_init), (dvi_document_init): PDF exporter for dvi documents. Fixes bug #441319. svn path=/trunk/; revision=2510
* Clear gtk print job when job has finished. Fixes bug #447612.Carlos Garcia Campos2007-06-172-0/+11
| | | | | | | | 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_clear_print_job): Clear gtk print job when job has finished. Fixes bug #447612. svn path=/trunk/; revision=2508
* Add preview button to print dialog. Fixes bug #445419.Carlos Garcia Campos2007-06-172-22/+57
| | | | | | | | | 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_print_send), (ev_window_print_dialog_response_cb), (ev_window_print_range): Add preview button to print dialog. Fixes bug #445419. svn path=/trunk/; revision=2507
* Removed AddedCarlos Garcia Campos2007-06-1710-361/+579
| | | | | | | | | | | | | | | | | 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/Makefile.am: * backend/dvi/pixbuf-device.[ch]: Removed * backend/dvi/cairo-device.[ch]: Added * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule): * backend/dvi/dvi-document.c: (dvi_document_load), (dvi_document_render), (dvi_document_finalize), (dvi_document_thumbnails_get_thumbnail), (parse_color), (dvi_document_do_color_special): * libdocument/ev-document-misc.[ch]: (ev_document_misc_pixbuf_from_surface): Port dvi backend to cairo and fix a problem with colors. svn path=/trunk/; revision=2506
* Draw only visible region.Carlos Garcia Campos2007-06-142-1/+13
| | | | | | | | 2007-06-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (draw_one_page): Draw only visible region. svn path=/trunk/; revision=2505
* Fix rotation in djvu backend.Carlos Garcia Campos2007-06-132-9/+35
| | | | | | | | 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/djvu/djvu-document.c: (djvu_document_render): Fix rotation in djvu backend. svn path=/trunk/; revision=2504
* Redraw view every time we have a new surface. Fixes bug #443587.Carlos Garcia Campos2007-06-132-1/+13
| | | | | | | | | | | 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (job_finished_cb), (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping), (ev_pixbuf_cache_get_image_mapping), (ev_pixbuf_cache_get_text_mapping): Redraw view every time we have a new surface. Fixes bug #443587. svn path=/trunk/; revision=2502
* Fix memory leaks.Carlos Garcia Campos2007-06-132-0/+10
| | | | | | | | 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-document.c: (ev_document_info_free): Fix memory leaks. svn path=/trunk/; revision=2500
* Use cairo image surfaces instead of GDK pixbufs for drawing pages andCarlos Garcia Campos2007-06-1320-352/+728
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/dvi-document.c: (dvi_document_render), (dvi_document_render_pixbuf), (dvi_document_document_iface_init): * backend/impress/impress-document.c: (imp_render_get_from_drawable), (impress_document_render_pixbuf), (impress_document_render), (impress_document_document_iface_init), (impress_document_thumbnails_get_thumbnail): * backend/djvu/djvu-document-private.h: * backend/djvu/djvu-document.c: (djvu_document_render), (djvu_document_finalize), (djvu_document_document_iface_init), (djvu_document_thumbnails_get_thumbnail), (djvu_document_init): * backend/tiff/tiff-document.c: (tiff_document_render), (tiff_document_render_pixbuf), (tiff_document_document_iface_init): * backend/pdf/ev-poppler.cc: (pdf_document_render), (pdf_document_render_pixbuf), (pdf_document_document_iface_init), (pdf_selection_render_selection): * backend/comics/comics-document.c: (comics_document_render_pixbuf), (comics_document_render), (comics_document_document_iface_init): * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render), (pixbuf_document_document_iface_init): * libdocument/ev-document-misc.[ch]: (ev_document_misc_surface_from_pixbuf), (ev_document_misc_surface_rotate_and_scale): * libdocument/ev-document.[ch]: (ev_document_render): * libdocument/ev-selection.[ch]: (ev_selection_render_selection): * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info), (move_one_job), (copy_job_to_job_info), (add_job_if_needed), (ev_pixbuf_cache_get_surface), (new_selection_surface_needed), (clear_selection_if_needed), (ev_pixbuf_cache_style_changed), (ev_pixbuf_cache_get_selection_surface), (clear_job_selection): * shell/ev-jobs.[ch]: (ev_job_render_dispose), (render_finished_cb), (ev_job_render_run): * shell/ev-view.c: (draw_loading_text), (draw_one_page), (merge_selection_region): Use cairo image surfaces instead of GDK pixbufs for drawing pages and selections. svn path=/trunk/; revision=2499
* Updated dzongkha translationPema Geyleg2007-06-132-137/+150
| | | | svn path=/trunk/; revision=2498
* Fix memory leak.Carlos Garcia Campos2007-06-122-6/+10
| | | | | | | | 2007-06-12 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window-title.c: (ev_window_title_update): Fix memory leak. svn path=/trunk/; revision=2496
* Show loading text centered. Fixes bug #433061Carlos Garcia Campos2007-06-122-1/+7
| | | | | | | | 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (draw_loading_text): Show loading text centered. Fixes bug #433061 svn path=/trunk/; revision=2494
* Remove a mutex in the main thread that blocks the UI in heavy documents.Carlos Garcia Campos2007-06-092-14/+17
| | | | | | | | | | 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_loading_icon): Remove a mutex in the main thread that blocks the UI in heavy documents. svn path=/trunk/; revision=2492
* Set points_set to TRUE so that selections don't disappear after a zoomCarlos Garcia Campos2007-06-092-0/+8
| | | | | | | | | 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c (copy_job_to_job_info): Set points_set to TRUE so that selections don't disappear after a zoom change. svn path=/trunk/; revision=2489
* Zoom icon artwork. See bug #444795.Michael Monreal2007-06-0612-1/+483
| | | | | | | | | | | | | | | | | | 2007-06-07 Michael Monreal <infernux@web.de> * data/icons/16x16/actions/Makefile.am: * data/icons/16x16/actions/zoom.svg: * data/icons/22x22/actions/Makefile.am: * data/icons/22x22/actions/zoom.svg: * data/icons/24x24/actions/Makefile.am: * shell/ev-stock-icons.c: * shell/ev-stock-icons.h: * shell/ev-window.c: Zoom icon artwork. See bug #444795. svn path=/trunk/; revision=2488
* Remove extraneous function (Closes: #444386)Bastien Nocera2007-06-052-11/+5
| | | | | | | | | | 2007-06-05 Bastien Nocera <hadess@hadess.net> * shell/ev-metadata-manager.c: Remove extraneous function (Closes: #444386) svn path=/trunk/; revision=2487
* Simplify the timeout, no need for modified anymoreBastien Nocera2007-06-052-15/+11
| | | | | | | | | | | | 2007-06-05 Bastien Nocera <hadess@hadess.net> * shell/ev-metadata-manager.c: (ev_metadata_manager_init), (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last), (ev_metadata_manager_set), (ev_metadata_manager_save): Simplify the timeout, no need for modified anymore svn path=/trunk/; revision=2486
* Adapted patch from Arjan van de Ven (arjan@linux.intel.com) to avoid theBastien Nocera2007-06-052-10/+46
| | | | | | | | | | | | | | 2007-06-05 Bastien Nocera <hadess@hadess.net> * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout), (ev_metadata_manager_init), (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last), (ev_metadata_manager_set), (ev_metadata_manager_save): Adapted patch from Arjan van de Ven (arjan@linux.intel.com) to avoid the timeout running all the time, saves on power (Closes: #443851) svn path=/trunk/; revision=2484
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-042-189/+199
| | | | | | | | 2007-06-04 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2483
* Bump requirements to poppler 0.5.9 and drop all ifdefs used.Carlos Garcia Campos2007-06-023-19/+11
| | | | | | | | | | 2007-06-02 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images), (pdf_selection_render_selection), (pdf_document_get_page_duration): Bump requirements to poppler 0.5.9 and drop all ifdefs used. svn path=/trunk/; revision=2482
* Some fixes for the Catalan translation.Jordi Mas2007-06-022-9/+13
| | | | | | | | | 2007-06-02 Jordi Mas <jmas@softcatala.org> * ca.po: Some fixes for the Catalan translation. svn path=/trunk/; revision=2481
* sv.po: Updated Swedish translationDaniel Nylander2007-05-272-167/+174
| | | | svn path=/trunk/; revision=2480
* Check if history is NULLNickolay V. Shmyrev2007-05-252-0/+9
| | | | | | | | | | | 2007-05-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-window.c: (ev_window_add_history): Check if history is NULL svn path=/trunk/; revision=2479
* Add functions to delete temporary files created by evince in a safe way.Carlos Garcia Campos2007-05-258-86/+300
| | | | | | | | | | | | | | | | | | | | | | 2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org> * libdocument/ev-image.c: (ev_image_finalize): * libdocument/ev-document-factory.c: (free_uncompressed_uri): * libdocument/ev-attachment.c: (ev_attachment_finalize): * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink), (ev_tmp_uri_unlink): Add functions to delete temporary files created by evince in a safe way. * shell/ev-window.c: (ev_window_clear_local_uri), (open_xfer_update_progress_callback), (save_xfer_update_progress_callback), (ev_window_save_remote), (file_save_dialog_response_cb), (ev_window_cmd_save_as), (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as), (attachment_save_dialog_response_cb), (ev_attachment_popup_cmd_save_attachment_as): Allow saving a copy of a document, image or attachment to a remote location. Fixes bug #440754. svn path=/trunk/; revision=2478
* Updated Estonian translation by Ivar Smolin <okul@linux.ee>.Priit Laes2007-05-232-186/+221
| | | | | | | | 2007-05-23 Priit Laes <plaes@svn.gnome.org> * et.po: Updated Estonian translation by Ivar Smolin <okul@linux.ee>. svn path=/trunk/; revision=2476
* updated hebrew ranslationYair Hershkovitz2007-05-221-7/+10
| | | | svn path=/trunk/; revision=2474
* Fix build with current poppler from cvs head.Carlos Garcia Campos2007-05-223-1/+18
| | | | | | | | | 2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection): Fix build with current poppler from cvs head. svn path=/trunk/; revision=2473
* updated hebrew transaltionyYair Hershkovitz2007-05-222-181/+219
| | | | svn path=/trunk/; revision=2472
* Using g_mkdir_with_parents() instead of g_mkdir() to really ensure theEduardo Lima2007-05-212-1/+8
| | | | | | | | | | | | 2007-05-21 Eduardo Lima <eduardo.lima@indt.org.br> * libdocument/ev-file-helpers.c: (ensure_dir_exists): Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the directory exists. svn path=/trunk/; revision=2471
* Change sidebar ordering. Fixes bug #439939.Wouter Bolsterlee2007-05-203-13/+24
| | | | | | | | | | | 2007-05-20 Wouter Bolsterlee <wbolster@svn.gnome.org> * shell/ev-sidebar.c: (ev_sidebar_add_page): * shell/ev-window.c: Change sidebar ordering. Fixes bug #439939. svn path=/trunk/; revision=2470
* 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.deNickolay V. Shmyrev2007-05-202-1/+7
| | | | | | | | | * backend/comics/Makefile.am: Fixes build with --without-libgnome. svn path=/trunk/; revision=2469
* Updated Galician TranslationIgnacio Casal Quinteiro2007-05-192-373/+581
| | | | svn path=/trunk/; revision=2468
* Update cursor and tooltip on page change and view scroll. Fixes bugCarlos Garcia Campos2007-05-192-5/+21
| | | | | | | | | 2007-05-19 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed): Update cursor and tooltip on page change and view scroll. Fixes bug #439217. svn path=/trunk/; revision=2466
* Updated Thai translation.Theppitak Karoonboonyanan2007-05-172-202/+237
| | | | | | | * th.po: Updated Thai translation. svn path=/trunk/; revision=2465
* Updated en_GB translationDavid Lodge2007-05-152-184/+204
| | | | svn path=/trunk/; revision=2464
* Updated Spanish translationJorge Gonzalez Gonzalez2007-05-152-150/+156
| | | | svn path=/trunk/; revision=2463
* Minor fixes before 0.9.0Nickolay V. Shmyrev2007-05-143-4/+5
| | | | svn path=/trunk/; revision=2461
* Small fix for chpe nameNickolay V. Shmyrev2007-05-141-1/+1
| | | | svn path=/trunk/; revision=2460
* Update for release 0.9.1Nickolay V. Shmyrev2007-05-143-1/+45
| | | | | | | | | | | | 2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.9.1 svn path=/trunk/; revision=2459
* Implemented printing with djvu. Bug #437998.Alaska Subedi2007-05-143-1/+98
| | | | | | | | | | | | | | | | | | 2007-05-14 Alaska Subedi <asubedi@gmail.com> * backend/djvu/djvu-document-private.h: * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE), (djvu_document_finalize), (djvu_document_file_exporter_format_supported), (djvu_document_file_exporter_begin), (djvu_document_file_exporter_do_page), (djvu_document_file_exporter_end), (djvu_document_file_exporter_iface_init), (djvu_document_init): Implemented printing with djvu. Bug #437998. svn path=/trunk/; revision=2458