Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Autoscroll feature with the context menu. Fixes bug #323670. Thanks toNickolay V. Shmyrev2007-12-237-3/+115
| | | | | | | | | | | | | | | | | | | | | | 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * data/evince-toolbar.xml: * data/evince-ui.xml: * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_cursor_over_xy), (ev_view_button_press_event), (ev_view_motion_notify_event), (ev_view_button_release_event), (ev_view_init), (ev_view_autoscroll_cb), (ev_view_autoscroll), (ev_view_set_cursor): * shell/ev-view.h: * shell/ev-window.c: (ev_window_setup_action_sensitivity), (ev_window_cmd_view_autoscroll): Autoscroll feature with the context menu. Fixes bug #323670. Thanks to David Turner <cillian64@googlemail.com>. svn path=/trunk/; revision=2781
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-12-232-162/+181
| | | | svn path=/trunk/; revision=2780
* Disconnect also page-ready signal when removing a job because the pageCarlos Garcia Campos2007-12-232-0/+12
| | | | | | | | | | 2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-pixbuf-cache.c: (check_job_size_and_unref): Disconnect also page-ready signal when removing a job because the page size has changed. Thanks to kripken <kripkensteiner@gmail.com>. svn path=/trunk/; revision=2779
* Brazilian Portuguese translation updated by Hugo Doria and myself.Leonardo Ferreira Fontenelle2007-12-222-161/+183
| | | | | | | | | 2007-12-22 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Hugo Doria and myself. svn path=/trunk/; revision=2777
* Scroll pages in page entry with mouse wheel. Fixes bug #324122. Thanks toNickolay V. Shmyrev2007-12-202-0/+24
| | | | | | | | | | | | 2007-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item): Scroll pages in page entry with mouse wheel. Fixes bug #324122. Thanks to David Turner <cillian64@googlemail.com>. svn path=/trunk/; revision=2776
* Add ps specials support in dvi backend when libspectre is present. FixesCarlos Garcia Campos2007-12-207-10/+217
| | | | | | | | | | | | | | | | 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org> * backend/dvi/Makefile.am: * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps), (mdvi_cairo_device_init): * backend/dvi/mdvi-lib/common.h: * backend/dvi/mdvi-lib/mdvi.h: * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special): * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr), (mdvi_build_path_from_cwd): Add ps specials support in dvi backend when libspectre is present. Fixes bug #386005. svn path=/trunk/; revision=2775
* Use libspectre, if available, for the ps backend. Fixes bugs #317106,Carlos Garcia Campos2007-12-205-26/+558
| | | | | | | | | | | 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * backend/ps/Makefile.am: * backend/ps/ev-spectre.[ch]: Use libspectre, if available, for the ps backend. Fixes bugs #317106, #499787, #501235, #421879, #445797, #443859 and #486547. svn path=/trunk/; revision=2774
* Translation updated by Ivar Smolin.Priit Laes2007-12-182-123/+135
| | | | | | | | 2007-12-18 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=2773
* Cygwin build issue fix.Yaakov Selkowitz2007-12-182-4/+10
| | | | | | | | | | | 2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * backend/comics/comics-document.c: (comics_document_load): Cygwin build issue fix. svn path=/trunk/; revision=2772
* sv.po: Updated Swedish translationDaniel Nylander2007-12-172-153/+165
| | | | svn path=/trunk/; revision=2771
* Do not limit the minimum zoom factor when sizing mode is best bit or fitCarlos Garcia Campos2007-12-162-1/+10
| | | | | | | | | 2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_set_zoom): Do not limit the minimum zoom factor when sizing mode is best bit or fit width. Fixes bug #503805. svn path=/trunk/; revision=2770
* Do not change left, top and zoom values when they are null in PDFCarlos Garcia Campos2007-12-145-39/+150
| | | | | | | | | | | | | | | | | 2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org> * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest): * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top), (ev_link_dest_get_left), (ev_link_dest_get_zoom), (ev_link_dest_get_property), (ev_link_dest_set_property), (ev_link_dest_class_init), (ev_link_dest_new_xyz), (ev_link_dest_new_fith), (ev_link_dest_new_fitv), (ev_link_dest_new_fitr): * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest), (goto_fith_dest), (goto_xyz_dest): Do not change left, top and zoom values when they are null in PDF destinations. Fixes bug #460658. svn path=/trunk/; revision=2769
* Translation of "status bar" fixed by Rodrigo Flores.Leonardo Ferreira Fontenelle2007-12-142-150/+154
| | | | | | | | 2007-12-13 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Translation of "status bar" fixed by Rodrigo Flores. svn path=/trunk/; revision=2768
* A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE.Christian Persch2007-12-103-62/+46
| | | | | | | | | | | | | | | | | | 2007-12-10 Christian Persch <chpe@gnome.org> * shell/ev-view-accessible.c: (ev_view_accessible_finalize), (ev_view_accessible_class_init), (ev_view_accessible_idle_do_action), (ev_view_accessible_action_do_action), (ev_view_accessible_action_get_description), (ev_view_accessible_action_set_description), (ev_view_accessible_action_iface_init), (ev_view_accessible_new), (ev_view_accessible_factory_init), (ev_view_accessible_factory_get_accessible_type): * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE. Bug #502843. svn path=/trunk/; revision=2766
* Use GSlice to allocate small amounts of memory. Bug #475972.Christian Persch2007-12-082-17/+22
| | | | | | | | | | | | | 2007-12-08 Christian Persch <chpe@gnome.org> * shell/ev-metadata-manager.c: (item_free), (ev_metadata_manager_init), (ev_metadata_manager_shutdown), (value_free), (parse_value), (parseItem), (ev_metadata_manager_set_last), (ev_metadata_manager_set), (save_values): Use GSlice to allocate small amounts of memory. Bug #475972. svn path=/trunk/; revision=2765
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-062-129/+141
| | | | | | | | 2007-12-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2764
* Restore cursor to normal after a drag operation. Fixes bug #501603.Carlos Garcia Campos2007-12-052-2/+11
| | | | | | | | | 2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-view.c: (ev_view_handle_cursor_over_xy): Restore cursor to normal after a drag operation. Fixes bug #501603. svn path=/trunk/; revision=2763
* More news fixes and little gtk-doc fixNickolay V. Shmyrev2007-12-032-1/+2
| | | | svn path=/trunk/; revision=2760
* Updated according to KaL's commentsNickolay V. Shmyrev2007-12-031-2/+2
| | | | svn path=/trunk/; revision=2759
* Update for release 2.21.1Nickolay V. Shmyrev2007-12-033-1/+88
| | | | | | | | | | | | 2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 2.21.1 svn path=/trunk/; revision=2758
* Use a message area instead of a popup dialog for error notifications.Carlos Garcia Campos2007-12-0210-41/+1176
| | | | | | | | | | | | | | | | | | | | 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/gedit-message-area/Makefile.am: * cut-n-paste/gedit-message-area/gedit-message-area.[ch]: * shell/Makefile.am: * shell/ev-message-area.[ch]: * shell/ev-window.c: (ev_window_set_message_area), (ev_window_error_message_response_cb), (ev_window_error_message), (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb), (image_save_dialog_response_cb), (ev_attachment_popup_cmd_open_attachment), (attachment_save_dialog_response_cb), (ev_window_set_document), (ev_window_init): Use a message area instead of a popup dialog for error notifications. Fixes bug #337495. svn path=/trunk/; revision=2757
* Remove the shadow of the fullscreen toolbar. Fixes bug #500702.Carlos Garcia Campos2007-12-022-0/+29
| | | | | | | | | 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (fullscreen_toolbar_remove_shadow), (ev_window_run_fullscreen): Remove the shadow of the fullscreen toolbar. Fixes bug #500702. svn path=/trunk/; revision=2756
* Show thumbnails for documents with one page. Fixes bug #358751.Carlos Garcia Campos2007-12-012-25/+33
| | | | | | | | | | | 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * ev-sidebar-thumbnails.c: (update_visible_range), (ev_sidebar_thumbnails_refresh), (ev_sidebar_thumbnails_set_document), (ev_sidebar_thumbnails_support_document): Show thumbnails for documents with one page. Fixes bug #358751. svn path=/trunk/; revision=2755
* Print settings that are specific to the document are now saved perCarlos Garcia Campos2007-12-012-1/+60
| | | | | | | | | | | | 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_load_print_settings_from_metadata), (ev_window_save_print_settings), (ev_window_print_finished), (ev_window_print_range): Print settings that are specific to the document are now saved per document in the metadata file. Fixes bug #488806. svn path=/trunk/; revision=2754
* Updated Belarusian Latin translation.Ihar Hrachyshka2007-12-012-122/+134
| | | | svn path=/trunk/; revision=2753
* Updated Slovenian translationMatej Urbančič2007-11-272-141/+153
| | | | svn path=/trunk/; revision=2752
* Tiff documents were rendered with wrong colors. Fixes bug #497279.Matthias Clasen2007-11-262-0/+24
| | | | | | | | 2007-11-26 Matthias Clasen <mclasen@redhat.com> * backend/tiff/tiff-document.c: (tiff_document_render): Tiff documents were rendered with wrong colors. Fixes bug #497279. svn path=/trunk/; revision=2748
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-252-123/+135
| | | | svn path=/trunk/; revision=2747
* Add a command line option for search. Fixes bug #497710.Carlos Garcia Campos2007-11-258-10/+79
| | | | | | | | | | | | | | | | | 2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-application.[ch]: (get_find_string_from_args), (ev_application_open_uri_at_dest), (ev_application_open_uri), (ev_application_open_uri_list): * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new): * shell/ev-window.[ch]: (ev_window_load_job_cb), (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest), (ev_window_cmd_recent_file_activate), (ev_window_open_recent_action_item_activated), (ev_window_print_send), (open_remote_link): * shell/main.c: (arguments_parse): Add a command line option for search. Fixes bug #497710. svn path=/trunk/; revision=2746
* Updated Occitan translationYannig MARCHEGAY2007-11-212-9/+10
| | | | svn path=/trunk/; revision=2745
* Updated Occitan translationYannig MARCHEGAY2007-11-202-305/+40
| | | | svn path=/trunk/; revision=2744
* Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.Darren Kenny2007-11-202-1/+7
| | | | | | | | 2007-11-20 Darren Kenny <darren.kenny@sun.com> * shell/ev-jobs.c: (ev_job_print_new): Fix endless loop when pages_per_sheet is 0. Fixes bug #498248. svn path=/trunk/; revision=2742
* sv.po: Updated Swedish translationDaniel Nylander2007-11-112-214/+228
| | | | svn path=/trunk/; revision=2741
* Updated Belarusian Latin translation.Ihar Hrachyshka2007-11-082-125/+144
| | | | svn path=/trunk/; revision=2740
* Updated Galician Translation.Ignacio Casal Quinteiro2007-11-032-140/+146
| | | | svn path=/trunk/; revision=2739
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-012-122/+122
| | | | svn path=/trunk/; revision=2738
* Translation updated by Ivar Smolin.Priit Laes2007-11-012-128/+122
| | | | | | | | 2007-11-01 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=2737
* Translation updatedGabor Kelemen2007-11-012-1/+5
| | | | | | | | | 2007-11-01 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=2736
* Updated Lithuanian translation.Gintautas Miliauskas2007-10-312-129/+140
| | | | | | | | | 2007-10-31 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=2735
* Updated Finnish translationIlkka Tuohela2007-10-312-202/+216
| | | | svn path=/trunk/; revision=2734
* Updated Slovenian translationMatej Urbančič2007-10-301-129/+125
| | | | svn path=/trunk/; revision=2733
* svn path=/trunk/; revision=2732Carlos Garcia Campos2007-10-293-114/+125
| | | | | | | | | 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-toolbar.xml: * shell/Makefile.am: svn path=/trunk/; revision=2732
* Add an expander to the open toolbar item which pops up a dropdown menuCarlos Garcia Campos2007-10-287-6/+217
| | | | | | | | | | | | | | | 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-toolbar.xml: * shell/Makefile.am: * shell/ev-application.c: (ev_application_init): * shell/ev-open-recent-action.[ch]: * shell/ev-window.c: (ev_window_open_recent_action_item_activated), (register_custom_actions): Add an expander to the open toolbar item which pops up a dropdown menu with the recently used documents. Fixes bug #487215. svn path=/trunk/; revision=2731
* Translation updated by Ivar Smolin.Priit Laes2007-10-282-195/+199
| | | | | | | | 2007-10-28 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=2730
* Do not jump to the first page when reloading by running evince from theCarlos Garcia Campos2007-10-282-2/+13
| | | | | | | | | | 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window.c: (ev_window_open_uri), (ev_window_cmd_view_reload): Do not jump to the first page when reloading by running evince from the command line. Fixes bug #490847. svn path=/trunk/; revision=2728
* Remove a file. Updated Norwegian bokmål translation.Kjartan Maraas2007-10-271-4/+3
| | | | | | | | | 2007-10-27 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove a file. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2727
* Plugged memory leak when help file is not found. Fixes bug #490762.Hiroyuki Ikezoe2007-10-272-0/+9
| | | | | | | | | 2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net> * shell/ev-window.c: (ev_window_cmd_help_contents): Plugged memory leak when help file is not found. Fixes bug #490762. svn path=/trunk/; revision=2725
* Remove a file. Updated Norwegian bokmål translation.Kjartan Maraas2007-10-273-147/+141
| | | | | | | | | 2007-10-27 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove a file. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=2724
* Enable djvu, dvi and comics backends by default. Fixes bug #437121.Carlos Garcia Campos2007-10-262-7/+12
| | | | | | | | | 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Enable djvu, dvi and comics backends by default. Fixes bug #437121. svn path=/trunk/; revision=2723
* RemovedCarlos Garcia Campos2007-10-2619-3894/+16
| | | | | | | | | | | | | | | | 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * cut-n-paste/recent-files/*: Removed * help/reference/Makefile.am: * shell/Makefile.am: * shell/ev-application.[ch]: (ev_application_shutdown), (ev_application_init): * shell/ev-window.c: (ev_window_add_recent), (ev_window_setup_recent), (ev_window_dispose), (ev_window_init): Bump requirements to gtk+ 2.10.0 and remove egg-recent code. svn path=/trunk/; revision=2722