]>
www.fi.muni.cz Git - evince.git/log
Carlos Garnacho [Fri, 4 Jan 2008 20:25:52 +0000 (20:25 +0000)]
Added implementation to get_effect() in EvDocumentTransitionIface.
2008-01-04 Carlos Garnacho <carlosg@gnome.org>
* backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
implementation to get_effect() in EvDocumentTransitionIface.
svn path=/trunk/; revision=2797
Carlos Garnacho [Fri, 4 Jan 2008 20:25:40 +0000 (20:25 +0000)]
New files, define a page transition effect, at the moment it maps
2008-01-04 Carlos Garnacho <carlosg@gnome.org>
* libdocument/ev-transition-effect.[ch]: New files, define a page
transition effect, at the moment it maps PopplerPageTransition to a
GObject.
* libdocument/Makefile.am: Added these files to build.
* libdocument/ev-document-transition.[ch]
(ev_document_transition_get_effect): New method, gets the
EvTransitionEffect returned by the interface implementation, with
fallback to the "replace" effect.
svn path=/trunk/; revision=2796
Clytie Siddall [Fri, 4 Jan 2008 13:07:04 +0000 (13:07 +0000)]
Updated Vietnamese translation
svn path=/trunk/; revision=2795
Kjartan Maraas [Thu, 3 Jan 2008 20:41:38 +0000 (20:41 +0000)]
Updated Norwegian bokmål translation.
2008-01-03 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2794
Yannig MARCHEGAY [Mon, 31 Dec 2007 22:12:56 +0000 (22:12 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=2793
Inaki Larranaga Murgoitio [Mon, 31 Dec 2007 14:47:30 +0000 (14:47 +0000)]
Updated Basque translation.
2007-12-31 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=2792
Carl-Anton Ingmarsson [Sun, 30 Dec 2007 16:27:31 +0000 (16:27 +0000)]
Allow exporting images in any format supported by GdkPixbuf. Fixes bug
2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
* configure.ac:
* cut-n-paste/Makefile.am:
* cut-n-paste/fileformatchooser/Makefile.am:
* cut-n-paste/fileformatchooser/egg-macros.h:
* cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
* shell/Makefile.am:
* shell/ev-window.c: (image_save_dialog_response_cb),
(ev_view_popup_cmd_save_image_as):
Allow exporting images in any format supported by
GdkPixbuf. Fixes bug #500209.
svn path=/trunk/; revision=2791
Carlos Garcia Campos [Sat, 29 Dec 2007 14:59:49 +0000 (14:59 +0000)]
More warnings fixed.
2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pixbuf/pixbuf-document.c:
More warnings fixed.
svn path=/trunk/; revision=2790
Carlos Garcia Campos [Sat, 29 Dec 2007 14:56:30 +0000 (14:56 +0000)]
Fix compile warnings.
2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/djvu/djvu-links.c: (get_djvu_link_dest),
(get_djvu_hyperlink_area), (djvu_links_find_link_dest):
* backend/djvu/djvu-text.h:
* backend/tiff/tiff-document.c: (tiff_document_render):
Fix compile warnings.
svn path=/trunk/; revision=2789
Priit Laes [Fri, 28 Dec 2007 20:03:45 +0000 (20:03 +0000)]
Translation updated by Ivar Smolin
2007-12-28 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=2788
Christian Persch [Fri, 28 Dec 2007 19:23:22 +0000 (19:23 +0000)]
Include config.h. Bug #504721.
2007-12-28 Christian Persch <chpe@gnome.org>
* **/*.c: Include config.h. Bug #504721.
svn path=/trunk/; revision=2787
Carlos Garcia Campos [Fri, 28 Dec 2007 18:13:32 +0000 (18:13 +0000)]
Plugin system for backends. Fixes bug #351348.
2007-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* Makefile.am:
* po/POTFILES.in:
* backend/comics/Makefile.am:
* backend/comics/comics-document.[ch]:
* backend/comics/comicsdocument.evince-backend.in:
* backend/djvu/Makefile.am:
* backend/djvu/djvu-document.[ch]:
* backend/djvu/djvudocument.evince-backend.in:
* backend/dvi/Makefile.am:
* backend/dvi/dvi-document.[c]:
* backend/dvi/dvidocument.evince-backend.in:
* backend/impress/Makefile.am:
* backend/impress/impress-document.[ch]:
* backend/impress/impressdocument.evince-backend.in:
* backend/pdf/Makefile.am:
* backend/pdf/ev-poppler.cc:
* backend/pdf/ev-poppler.h:
* backend/pdf/pdfdocument.evince-backend.in:
* backend/pixbuf/Makefile.am:
* backend/pixbuf/pixbuf-document.[ch]:
* backend/pixbuf/pixbufdocument.evince-backend.in:
* backend/ps/Makefile.am:
* backend/ps/ev-spectre.[ch]:
* backend/ps/ps-document.[ch]:
* backend/ps/psdocument.evince-backend.in:
* backend/tiff/Makefile.am:
* backend/tiff/tiff-document.[ch]:
* backend/tiff/tiffdocument.evince-backend.in:
* libdocument/Makefile.am:
* libdocument/ev-backends-manager.[ch]:
* libdocument/ev-module.[ch]:
* libdocument/ev-document.h:
* libdocument/ev-document-factory.[ch]:
(gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
(get_compression_from_mime_type), (get_document_from_uri),
(ev_document_factory_get_document), (file_filter_add_mime_types),
(ev_document_factory_add_filters):
* shell/Makefile.am:
* shell/ev-window-title.c: (get_filename_from_uri):
* shell/main.c: (main):
* thumbnailer/Makefile.am:
* thumbnailer/evince-thumbnailer.c: (main):
Plugin system for backends. Fixes bug #351348.
svn path=/trunk/; revision=2786
Thierry Randrianiriana [Fri, 28 Dec 2007 16:30:27 +0000 (16:30 +0000)]
Updated Malagasy translation
* po/mg.po: Updated Malagasy translation
svn path=/trunk/; revision=2785
Seán de Búrca [Wed, 26 Dec 2007 06:47:00 +0000 (06:47 +0000)]
Added Irish translation. Added Irish.
2007-12-26 Seán de Búrca <sdeburca@svn.gnome.org>
* ga.po: Added Irish translation.
* LINGUAS: Added Irish.
svn path=/trunk/; revision=2784
Nickolay V. Shmyrev [Mon, 24 Dec 2007 21:46:31 +0000 (21:46 +0000)]
Kinetic scrolling implemented as requested in bug #461271. Thanks to David
2007-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* shell/ev-view-private.h:
* shell/ev-view.c: (ev_view_drag_update_momentum),
(ev_view_scroll_drag_release), (ev_view_motion_notify_event),
(ev_view_button_release_event), (ev_view_destroy):
Kinetic scrolling implemented as requested in
bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
svn path=/trunk/; revision=2783
Jorge Gonzalez Gonzalez [Mon, 24 Dec 2007 10:09:22 +0000 (10:09 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=2782
Nickolay V. Shmyrev [Sun, 23 Dec 2007 17:14:04 +0000 (17:14 +0000)]
Autoscroll feature with the context menu. Fixes bug #323670. Thanks to
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
Djihed Afifi [Sun, 23 Dec 2007 13:40:54 +0000 (13:40 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=2780
Carlos Garcia Campos [Sun, 23 Dec 2007 12:27:28 +0000 (12:27 +0000)]
Disconnect also page-ready signal when removing a job because the page
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
Leonardo Ferreira Fontenelle [Sat, 22 Dec 2007 23:13:21 +0000 (23:13 +0000)]
Brazilian Portuguese translation updated by Hugo Doria and myself.
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
Nickolay V. Shmyrev [Thu, 20 Dec 2007 22:31:05 +0000 (22:31 +0000)]
Scroll pages in page entry with mouse wheel. Fixes bug #324122. Thanks to
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
Carlos Garcia Campos [Thu, 20 Dec 2007 10:12:52 +0000 (10:12 +0000)]
Add ps specials support in dvi backend when libspectre is present. Fixes
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
Carlos Garcia Campos [Thu, 20 Dec 2007 10:12:49 +0000 (10:12 +0000)]
Use libspectre, if available, for the ps backend. Fixes bugs #317106,
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
Priit Laes [Tue, 18 Dec 2007 09:30:20 +0000 (09:30 +0000)]
Translation updated by Ivar Smolin.
2007-12-18 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=2773
Yaakov Selkowitz [Tue, 18 Dec 2007 08:03:46 +0000 (08:03 +0000)]
Cygwin build issue fix.
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
Daniel Nylander [Mon, 17 Dec 2007 15:49:38 +0000 (15:49 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=2771
Carlos Garcia Campos [Sun, 16 Dec 2007 19:34:10 +0000 (19:34 +0000)]
Do not limit the minimum zoom factor when sizing mode is best bit or fit
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
Carlos Garcia Campos [Fri, 14 Dec 2007 11:12:20 +0000 (11:12 +0000)]
Do not change left, top and zoom values when they are null in PDF
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
Leonardo Ferreira Fontenelle [Fri, 14 Dec 2007 00:12:01 +0000 (00:12 +0000)]
Translation of "status bar" fixed by Rodrigo Flores.
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
Christian Persch [Mon, 10 Dec 2007 14:26:14 +0000 (14:26 +0000)]
A bit of cleanup: use gobject instance private data, and G_DEFINE_TYPE.
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
Christian Persch [Sat, 8 Dec 2007 14:54:51 +0000 (14:54 +0000)]
Use GSlice to allocate small amounts of memory. Bug #475972.
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
Kjartan Maraas [Thu, 6 Dec 2007 19:06:43 +0000 (19:06 +0000)]
Updated Norwegian bokmål translation.
2007-12-06 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=2764
Carlos Garcia Campos [Wed, 5 Dec 2007 18:51:08 +0000 (18:51 +0000)]
Restore cursor to normal after a drag operation. Fixes bug #501603.
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
Nickolay V. Shmyrev [Mon, 3 Dec 2007 22:10:22 +0000 (22:10 +0000)]
More news fixes and little gtk-doc fix
svn path=/trunk/; revision=2760
Nickolay V. Shmyrev [Mon, 3 Dec 2007 22:04:39 +0000 (22:04 +0000)]
Updated according to KaL's comments
svn path=/trunk/; revision=2759
Nickolay V. Shmyrev [Mon, 3 Dec 2007 21:55:19 +0000 (21:55 +0000)]
Update for release 2.21.1
2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NEWS:
* configure.ac:
Update for release 2.21.1
svn path=/trunk/; revision=2758
Carlos Garcia Campos [Sun, 2 Dec 2007 20:02:01 +0000 (20:02 +0000)]
Use a message area instead of a popup dialog for error notifications.
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
Carlos Garcia Campos [Sun, 2 Dec 2007 11:43:38 +0000 (11:43 +0000)]
Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
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
Carlos Garcia Campos [Sat, 1 Dec 2007 17:15:15 +0000 (17:15 +0000)]
Show thumbnails for documents with one page. Fixes bug #358751.
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
Carlos Garcia Campos [Sat, 1 Dec 2007 16:04:59 +0000 (16:04 +0000)]
Print settings that are specific to the document are now saved per
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
Ihar Hrachyshka [Sat, 1 Dec 2007 12:43:22 +0000 (12:43 +0000)]
Updated Belarusian Latin translation.
svn path=/trunk/; revision=2753
Matej Urbančič [Tue, 27 Nov 2007 14:19:48 +0000 (14:19 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=2752
Matthias Clasen [Mon, 26 Nov 2007 11:38:02 +0000 (11:38 +0000)]
Tiff documents were rendered with wrong colors. Fixes bug #497279.
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
Jorge Gonzalez Gonzalez [Sun, 25 Nov 2007 17:46:13 +0000 (17:46 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=2747
Carlos Garcia Campos [Sun, 25 Nov 2007 16:54:00 +0000 (16:54 +0000)]
Add a command line option for search. Fixes bug #497710.
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
Yannig MARCHEGAY [Wed, 21 Nov 2007 18:42:49 +0000 (18:42 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=2745
Yannig MARCHEGAY [Tue, 20 Nov 2007 21:26:34 +0000 (21:26 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=2744
Darren Kenny [Tue, 20 Nov 2007 13:58:13 +0000 (13:58 +0000)]
Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
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
Daniel Nylander [Sun, 11 Nov 2007 10:44:55 +0000 (10:44 +0000)]
sv.po: Updated Swedish translation
svn path=/trunk/; revision=2741
Ihar Hrachyshka [Thu, 8 Nov 2007 23:40:14 +0000 (23:40 +0000)]
Updated Belarusian Latin translation.
svn path=/trunk/; revision=2740
Ignacio Casal Quinteiro [Sat, 3 Nov 2007 11:36:28 +0000 (11:36 +0000)]
Updated Galician Translation.
svn path=/trunk/; revision=2739
Jorge Gonzalez Gonzalez [Thu, 1 Nov 2007 13:42:08 +0000 (13:42 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=2738
Priit Laes [Thu, 1 Nov 2007 12:53:03 +0000 (12:53 +0000)]
Translation updated by Ivar Smolin.
2007-11-01 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=2737
Gabor Kelemen [Thu, 1 Nov 2007 10:09:38 +0000 (10:09 +0000)]
Translation updated
2007-11-01 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated
svn path=/trunk/; revision=2736
Gintautas Miliauskas [Wed, 31 Oct 2007 15:18:39 +0000 (15:18 +0000)]
Updated Lithuanian translation.
2007-10-31 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=2735
Ilkka Tuohela [Wed, 31 Oct 2007 14:22:16 +0000 (14:22 +0000)]
Updated Finnish translation
svn path=/trunk/; revision=2734
Matej Urbančič [Tue, 30 Oct 2007 15:19:09 +0000 (15:19 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=2733
Carlos Garcia Campos [Mon, 29 Oct 2007 15:06:01 +0000 (15:06 +0000)]
svn path=/trunk/; revision=2732
2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
* data/evince-toolbar.xml:
* shell/Makefile.am:
svn path=/trunk/; revision=2732
Carlos Garcia Campos [Sun, 28 Oct 2007 18:34:23 +0000 (18:34 +0000)]
Add an expander to the open toolbar item which pops up a dropdown menu
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
Priit Laes [Sun, 28 Oct 2007 11:21:31 +0000 (11:21 +0000)]
Translation updated by Ivar Smolin.
2007-10-28 Priit Laes <plaes@svn.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=2730
Carlos Garcia Campos [Sun, 28 Oct 2007 09:12:20 +0000 (09:12 +0000)]
Do not jump to the first page when reloading by running evince from the
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
Kjartan Maraas [Sat, 27 Oct 2007 19:04:41 +0000 (19:04 +0000)]
Remove a file. Updated Norwegian bokmål translation.
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
Hiroyuki Ikezoe [Sat, 27 Oct 2007 16:48:09 +0000 (16:48 +0000)]
Plugged memory leak when help file is not found. Fixes bug #490762.
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
Kjartan Maraas [Sat, 27 Oct 2007 15:26:21 +0000 (15:26 +0000)]
Remove a file. Updated Norwegian bokmål translation.
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
Carlos Garcia Campos [Fri, 26 Oct 2007 15:46:59 +0000 (15:46 +0000)]
Enable djvu, dvi and comics backends by default. Fixes bug #437121.
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
Carlos Garcia Campos [Fri, 26 Oct 2007 15:29:32 +0000 (15:29 +0000)]
Removed
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
Carlos Garcia Campos [Fri, 26 Oct 2007 14:47:14 +0000 (14:47 +0000)]
Fix printing with poppler splash backend. Fixes bug #489774.
2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
(pdf_document_file_exporter_begin_page),
(pdf_document_file_exporter_end_page):
Fix printing with poppler splash backend. Fixes bug #489774.
svn path=/trunk/; revision=2721
Jorge Gonzalez Gonzalez [Thu, 25 Oct 2007 18:26:06 +0000 (18:26 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=2720
Matej Urbančič [Thu, 25 Oct 2007 11:50:32 +0000 (11:50 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=2719
Pascal Terjan [Thu, 25 Oct 2007 06:01:57 +0000 (06:01 +0000)]
Let GnomeVFS check the URL, this allow more URL (like mailto:), and report
2007-10-25 Pascal Terjan <pterjan@linuxfr.org>
* shell/ev-window.c: (launch_external_uri):
Let GnomeVFS check the URL, this allow more URL (like mailto:),
and report error if the URL is not supported (#489910).
svn path=/trunk/; revision=2718
Djihed Afifi [Wed, 24 Oct 2007 20:20:05 +0000 (20:20 +0000)]
Updated Arabic Translation by Djihed Afifi.
svn path=/trunk/; revision=2717
Djihed Afifi [Tue, 23 Oct 2007 20:51:26 +0000 (20:51 +0000)]
Updated Arabic Translation by Youssef Chahibi.
svn path=/trunk/; revision=2715
Carlos Garcia Campos [Mon, 22 Oct 2007 13:25:20 +0000 (13:25 +0000)]
Fix a crash when printing with the gnome-print dialog. Fixes bug #488939.
2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
* shell/ev-print-job.c: (ev_print_job_class_init):
Fix a crash when printing with the gnome-print dialog. Fixes bug
#488939.
svn path=/trunk/; revision=2713
Djihed Afifi [Sun, 21 Oct 2007 16:42:23 +0000 (16:42 +0000)]
Updated Arabic Translation by Youssef Chahibi.
svn path=/trunk/; revision=2711
Ihar Hrachyshka [Thu, 18 Oct 2007 21:40:52 +0000 (21:40 +0000)]
Updated Belarusian Latin translation.
svn path=/trunk/; revision=2710
Sebastien Bacher [Thu, 18 Oct 2007 07:48:25 +0000 (07:48 +0000)]
Fix an implicit function definition warning (#487655)
2007-10-18 Sebastien Bacher <seb128@ubuntu.com>
* backend/pixbuf/pixbuf-document.c:
Fix an implicit function definition warning (#487655)
svn path=/trunk/; revision=2708
Matej Urbančič [Tue, 16 Oct 2007 15:31:51 +0000 (15:31 +0000)]
Updated Slovenian translation
svn path=/trunk/; revision=2707
Jorge Gonzalez Gonzalez [Tue, 16 Oct 2007 11:54:49 +0000 (11:54 +0000)]
Updated Spanish translation
svn path=/trunk/; revision=2705
Yannig MARCHEGAY [Sun, 14 Oct 2007 11:15:47 +0000 (11:15 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=2702
Carlos Garcia Campos [Thu, 11 Oct 2007 10:36:04 +0000 (10:36 +0000)]
Fix conflicting shortcut for view sade pane and presentation.
2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c:
Fix conflicting shortcut for view sade pane and presentation.
svn path=/trunk/; revision=2701
Carlos Garcia Campos [Thu, 11 Oct 2007 10:18:58 +0000 (10:18 +0000)]
When printing multiple pages per sheet in reverse option, do not invert
2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc:
(pdf_document_file_exporter_begin_page),
(pdf_document_file_exporter_do_page),
(pdf_document_file_exporter_end_page),
(pdf_document_file_exporter_iface_init):
* libdocument/ev-file-exporter.[ch]:
(ev_file_exporter_begin_page), (ev_file_exporter_end_page):
* shell/ev-jobs.c: (ev_job_print_get_page_list),
(ev_job_print_run):
When printing multiple pages per sheet in reverse option, do not
invert the order of the pages in every sheet, but the order of the
sheets. Do not print blank pages when page range is invalid. Fixes
bugs #484857 and #485521.
svn path=/trunk/; revision=2700
Carlos Garcia Campos [Thu, 11 Oct 2007 10:18:52 +0000 (10:18 +0000)]
Respect ranges order when printing more than one range in random order.
2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-jobs.c: (ev_job_print_get_page_list),
(ev_job_print_run):
* shell/ev-window.c: (ev_window_print_dialog_response_cb):
Respect ranges order when printing more than one range in random
order.
svn path=/trunk/; revision=2699
Martin Schanzenbach [Wed, 10 Oct 2007 09:07:34 +0000 (09:07 +0000)]
Rotate also the window icon when document is rotated. Fixes bug #474681.
2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
* shell/ev-window.c: (ev_window_refresh_window_thumbnail),
(ev_window_setup_document), (ev_window_rotation_changed_cb):
Rotate also the window icon when document is rotated. Fixes bug
#474681.
svn path=/trunk/; revision=2696
Kenneth Nielsen [Sun, 7 Oct 2007 21:14:49 +0000 (21:14 +0000)]
Updated Danish translation
svn path=/trunk/; revision=2694
Jonh Wendell [Fri, 5 Oct 2007 18:38:50 +0000 (18:38 +0000)]
Added Brazilian Portuguese translation, by Hugo Doria and Pedro de
2007-10-05 Jonh Wendell <jwendell@gnome.org>
* pt_BR/pt_BR.po: Added Brazilian Portuguese translation,
by Hugo Doria and Pedro de Medeiros
* Makefile.am: Added pt_BR to DOC_LINGUAS
svn path=/trunk/; revision=2693
Carlos Garcia Campos [Thu, 4 Oct 2007 21:28:39 +0000 (21:28 +0000)]
Silently ignore unknown form fields. Fixes bug #482654. Patch by Matthias
2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
(pdf_document_forms_get_form_fields):
Silently ignore unknown form fields. Fixes bug #482654. Patch by
Matthias Drochner.
svn path=/trunk/; revision=2692
Carlos Garcia Campos [Thu, 4 Oct 2007 10:43:05 +0000 (10:43 +0000)]
Use poppler_page_render_for_printing() instead of poppler_page_render() if
2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* configure.ac:
* backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
Use poppler_page_render_for_printing() instead of
poppler_page_render() if available when exporting to a ps or pdf
file. Fixes bug #476627.
svn path=/trunk/; revision=2691
Carlos Garcia Campos [Thu, 4 Oct 2007 09:39:11 +0000 (09:39 +0000)]
Do not show the toolbar in fullscreen mode if the main toolbar is not
2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-window.c: (ev_window_run_fullscreen):
Do not show the toolbar in fullscreen mode if the main toolbar is
not visible. Fixes bug #483048.
svn path=/trunk/; revision=2690
Carlos Garcia Campos [Sat, 29 Sep 2007 14:38:33 +0000 (14:38 +0000)]
Give priority to form fields over images when deciding whether a button
2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org>
* shell/ev-view.c: (ev_view_button_press_event):
Give priority to form fields over images when deciding whether a
button press event is over an image or form field. It allows edit
form fields when they are over a background image. Fixes bug
#477841.
svn path=/trunk/; revision=2689
Ilkka Tuohela [Sun, 23 Sep 2007 06:23:06 +0000 (06:23 +0000)]
Updated Finnish translation (fix for bug #479254)
svn path=/trunk/; revision=2688
Changwoo Ryu [Sat, 22 Sep 2007 03:25:36 +0000 (03:25 +0000)]
Updated Korean translation.
2007-09-22 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
svn path=/trunk/; revision=2687
Luca Ferretti [Thu, 20 Sep 2007 15:05:19 +0000 (15:05 +0000)]
Updated Italian translation fixing some typos.
2007-09-20 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation fixing some
typos.
svn path=/trunk/; revision=2686
Nickolay V. Shmyrev [Mon, 17 Sep 2007 16:24:25 +0000 (16:24 +0000)]
Update for release 2.20.0
2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* NEWS:
* configure.ac:
Update for release 2.20.0
svn path=/trunk/; revision=2684
Nickolay V. Shmyrev [Mon, 17 Sep 2007 16:21:53 +0000 (16:21 +0000)]
Fixes changelog format issue
svn path=/trunk/; revision=2683
Gintautas Miliauskas [Mon, 17 Sep 2007 12:57:53 +0000 (12:57 +0000)]
Updated Lithuanian translation.
2007-09-17 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=2682
Luca Ferretti [Mon, 17 Sep 2007 08:00:02 +0000 (08:00 +0000)]
Updated Italian translation by Francesco Marletta
2007-09-17 Luca Ferretti <elle.uca@libero.it>
* it.po: Updated Italian translation by
Francesco Marletta <francesco.marletta@tiscali.it>
svn path=/trunk/; revision=2681
Gintautas Miliauskas [Sun, 16 Sep 2007 21:29:50 +0000 (21:29 +0000)]
Updated Lithuanian translation.
2007-09-17 Gintautas Miliauskas <gintas@akl.lt>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=2680
Alexander Shopov [Sun, 16 Sep 2007 11:44:10 +0000 (11:44 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-09-16 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=2679
Yannig MARCHEGAY [Sun, 16 Sep 2007 11:33:56 +0000 (11:33 +0000)]
Updated Occitan translation
svn path=/trunk/; revision=2678
Mugurel Tudor [Sat, 15 Sep 2007 18:51:56 +0000 (18:51 +0000)]
Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro>
2007-09-15 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
by Mişu Moldovan <dumol@gnome.ro>
svn path=/trunk/; revision=2677