Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Add automated UI tests for evince with dogtail. See bug #300948.Nickolay V. Shmyrev2006-10-231-13/+13
| | | | | | | | | | | | | | | 2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/evince-password.glade: * test/Makefile.am: * test/test-encrypt.pdf: * test/test-links.pdf: * test/test1.py: * test/test2.py: Add automated UI tests for evince with dogtail. See bug #300948.
* Update for 0.6.1Nickolay V. Shmyrev2006-10-081-1/+1
| | | | | | | | | 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for 0.6.1
* Assigned OpenDocument presenation MIME type to the Impress backend. AddedWouter Bolsterlee2006-10-081-2/+2
| | | | | | | | | | | 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org> * backend/ev-document-factory.c: * configure.ac: Assigned OpenDocument presenation MIME type to the Impress backend. Added some missing (but harmless) #ifdefs in the document factory as well to make things consistent again. Fixes bug #360658.
* Bumped poppler requirements, really 0.5.3 is very buggy, now we requireNickolay V. Shmyrev2006-09-241-1/+1
| | | | | | | | | 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: Bumped poppler requirements, really 0.5.3 is very buggy, now we require 0.5.4
* Install icons with correct names. Fixes bug #354429.Nickolay V. Shmyrev2006-09-071-0/+6
| | | | | | | | | | | | | | | | | | | | | | | 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * configure.ac: * data/Makefile.am: * data/evince-16.png: * data/evince-22.png: * data/evince.png: * data/evince.svg: * data/icons/16x16/Makefile.am: * data/icons/16x16/evince.png: * data/icons/22x22/Makefile.am: * data/icons/22x22/evince.png: * data/icons/48x48/Makefile.am: * data/icons/48x48/evince.png: * data/icons/Makefile.am: * data/icons/scalable/Makefile.am: * data/icons/scalable/evince.svg: Install icons with correct names. Fixes bug #354429.
* Update for release 0.6.0Nickolay V. Shmyrev2006-09-041-2/+2
| | | | | | | | | 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.6.0
* Use lowercase gettext catalog file names (evince.mo instead of Evince.mo)Wouter Bolsterlee2006-08-131-4/+3
| | | | | | | | | 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.ac: Use lowercase gettext catalog file names (evince.mo instead of Evince.mo)
* Update for release 0.5.5Nickolay V. Shmyrev2006-08-071-1/+1
| | | | | | | | | 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.5.5
* Use [] in AC_DEFINE for GtkRecent. Probably build was failing because ofCarlos Garcia Campos2006-08-051-1/+1
| | | | | | | 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Use [] in AC_DEFINE for GtkRecent. Probably build was failing because of this.
* Use GtkRecent instead of EggRecent when it's available. Fixes bug #349273Carlos Garcia Campos2006-08-051-0/+8
| | | | | | | | | | | | 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * cut-n-paste/Makefile.am: * data/evince-ui.xml: * shell/Makefile.am: * shell/ev-application.[ch]: * shell/ev-window.c: Use GtkRecent instead of EggRecent when it's available. Fixes bug #349273
* Update automake usage. See bug 349292.Christian Persch2006-07-311-2/+2
| | | | | | | | 2006-07-31 Christian Persch <chpe@cvs.gnome.org> * autogen.sh, configure.ac: Update automake usage. See bug 349292.
* Use GtkPrint instead of GnomePrint when it's available. Fixes bug #348422Carlos Garcia Campos2006-07-231-18/+47
| | | | | | | | | | | | 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * shell/Makefile.am: * shell/ev-job-queue.c: * shell/ev-jobs.[ch]: * shell/ev-sidebar-links.c: * shell/ev-window.[ch]: Use GtkPrint instead of GnomePrint when it's available. Fixes bug #348422
* Update for release 0.5.4Nickolay V. Shmyrev2006-07-101-1/+1
| | | | | | | | | 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update for release 0.5.4
* New backend to support impress slides. Fixes bug #30867.Bastien Nocera2006-07-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-07-11 Bastien Nocera <hadess@hadess.net> * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: (ev_document_factory_add_filters): * backend/ev-document-factory.h: * configure.ac: * impress/.cvsignore: * impress/Makefile.am: * impress/common.h: * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages), (imp_get_page), (imp_next_page), (imp_prev_page), (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close): * impress/f_oasis.c: (render_object), (render_page), (get_geometry), (_imp_oasis_load): * impress/f_oo13.c: (render_object), (render_page), (get_geometry), (_imp_oo13_load): * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs), (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp), (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape), (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc), (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat), (iks_stack_delete), (iks_sax_new), (iks_sax_extend), (iks_parser_stack), (iks_user_data), (iks_nr_bytes), (iks_nr_lines), (stack_init), (stack_expand), (sax_core), (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new), (iks_new_within), (iks_insert), (iks_insert_cdata), (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete), (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag), (iks_parent), (iks_root), (iks_child), (iks_first_tag), (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib), (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name), (iks_cdata), (iks_cdata_size), (iks_has_children), (iks_has_attribs), (escape_size), (my_strcat), (escape), (iks_string), (iks_copy_within), (iks_copy), (tagHook), (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint), (iks_tree), (iks_load), (iks_save): * impress/iksemel.h: * impress/imposter.h: * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE), (imp_render_draw_bezier_real), (imp_render_get_size), (imp_render_set_fg_color), (imp_render_draw_line), (imp_render_draw_rect), (imp_render_draw_polygon), (imp_render_draw_arc), (imp_render_draw_bezier), (imp_render_open_image), (imp_render_get_image_size), (imp_render_scale_image), (imp_render_draw_image), (imp_render_close_image), (imp_render_markup), (imp_render_get_text_size), (imp_render_draw_text), (impress_document_load), (impress_document_save), (impress_document_get_n_pages), (impress_document_get_page_size), (imp_render_get_from_drawable), (impress_document_render_pixbuf), (impress_document_finalize), (impress_document_class_init), (impress_document_can_get_text), (impress_document_get_info), (impress_document_document_iface_init), (impress_document_thumbnails_get_thumbnail), (impress_document_thumbnails_get_dimensions), (impress_document_document_thumbnails_iface_init), (impress_document_init): * impress/impress-document.h: * impress/internal.h: * impress/r_back.c: (_imp_fill_back): * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end), (_imp_draw_image), (_imp_tile_image): * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color), (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon), (r_polyline): * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple), (r_draw_gradient_complex), (r_draw_gradient): * impress/r_style.c: (get_style), (r_get_style), (get_style_x), (r_get_bullet): * impress/r_text.c: (add_line), (add_span), (calc_sizes), (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list), (r_text): * impress/render.c: (imp_create_context), (imp_context_set_page), (imp_context_set_step), (imp_render), (imp_delete_context): * impress/render.h: * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word), (list_files), (zip_open), (zip_close), (find_file), (seek_file), (zip_load_xml), (zip_get_size), (zip_load): * impress/zip.h: * shell/ev-utils.c: New backend to support impress slides. Fixes bug #30867.
* Advertise pixbuf support, fix for the bug 343317.Wouter Bolsterlee2006-06-011-0/+3
| | | | | | | 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.ac: Advertise pixbuf support, fix for the bug 343317.
* Depend on poppler 0.5.2Carlos Garcia Campos2006-05-241-1/+1
| | | | | | 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: Depend on poppler 0.5.2
* Update for release 0.5.3Nickolay V. Shmyrev2006-05-151-2/+2
| | | | | | | * NEWS: * configure.ac: Update for release 0.5.3
* Port to GOption command line parsing. Fix for the bug #327518Nickolay V. Shmyrev2006-05-131-2/+2
| | | | | | | | | * configure.ac: * shell/Makefile.am: * shell/main.c: (main): Port to GOption command line parsing. Fix for the bug #327518
* Bump requirements to gtk 2.8 and drop all idfefs used.Nickolay V. Shmyrev2006-05-131-12/+3
| | | | | | | | | | | | | | | | * configure.ac: * properties/ev-properties-main.c: (ev_properties_get_pages): * shell/ev-application.c: (ev_application_open_window), (ev_application_open_uri_at_dest): * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init): * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb), (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb): * shell/ev-utils.c: (save_print_config_to_file): * shell/ev-window.c: (ev_window_cmd_save_as), (ev_attachment_popup_cmd_save_attachment_as): * shell/main.c: (load_files_remote): Bump requirements to gtk 2.8 and drop all idfefs used.
* Fix for the bug #312573 – Optimal selection of current page amongNickolay V. Shmyrev2006-04-291-1/+1
| | | | | | | | * shell/ev-view.c: (view_update_range_and_current_page), (ev_view_scroll): Fix for the bug #312573 – Optimal selection of current page among visible pages.
* Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bugNickolay V. Shmyrev2006-04-291-7/+4
| | | | | | | | | * configure.ac: * djvu/Makefile.am: * djvu/djvu-text.h: Update to djvulibre-3.5.17, now it uses pkg-config. Fix for the bug 339868.
* Fix the LINGUAS stuff here too so it builds.Kjartan Maraas2006-04-221-4/+1
| | | | | | 2006-04-22 Kjartan Maraas <kmaraas@gnome.org> * configure.ac: Fix the LINGUAS stuff here too so it builds.
* Award myself the "useless use of cat" award.Wouter Bolsterlee2006-04-091-1/+1
| | | | | | 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * configure.ac: Award myself the "useless use of cat" award.
* New file listing all supported languages.Wouter Bolsterlee2006-04-091-1/+2
| | | | | | | | | | 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl> * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas
* Add support for PDF attachments. Fixes bug #325143Nickolay V. Shmyrev2006-04-031-0/+1
| | | | | | | | | | | | | | | | * backend/Makefile.am: * data/evince-ui.xml: * backend/ev-attachment.[ch]: * backend/ev-document.[ch]: (ev_document_has_attachments), (ev_document_get_attachments): * pdf/ev-poppler.cc: (pdf_document_has_attachments), (attachment_save_to_buffer), (pdf_document_get_attachments), (pdf_document_document_iface_init): * shell/Makefile.am: * shell/ev-attachment-bar.[ch]: * shell/ev-window.c: Add support for PDF attachments. Fixes bug #325143
* Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> AddedTommi Vainikainen2006-03-221-1/+1
| | | | | | | 2006-03-22 Tommi Vainikainen <thv@iki.fi> * configure.ac (ALL_LINGUAS): Added Dzongkha (dz). 2006-03-22 Tommi Vainikainen <thv@iki.fi> * dz.po: Added Dzongkha translation from Pema Geyleg.
* *** empty log message ***Jeremy Le Floc'h2006-03-161-1/+1
|
* Update for release 0.5.2Nickolay V. Shmyrev2006-03-131-2/+2
|
* Added Georgian TranslationVladimer Sichinava2006-03-011-1/+1
|
* configure.ac Added lv in ALL_LINGUAS line.Clytie Siddall2006-02-281-1/+1
| | | | * configure.ac Added lv in ALL_LINGUAS line.
* Update for release 0.5.1Nickolay V. Shmyrev2006-02-271-1/+1
| | | | | | * NEWS, configure.ac: Update for release 0.5.1
* Text search in djvu. Fix for the bug #303415.Nickolay V. Shmyrev2006-02-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: * djvu/Makefile.am: * djvu/djvu-document-private.h: * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE), (djvu_handle_events), (djvu_document_load), (djvu_document_save), (djvu_document_get_page_size), (djvu_document_render_pixbuf), (djvu_document_can_get_text), (djvu_document_get_text), (djvu_document_document_iface_init), (djvu_document_thumbnails_get_thumbnail), (djvu_document_find_begin), (djvu_document_find_get_n_results), (djvu_document_find_get_result), (djvu_document_find_page_has_results), (djvu_document_find_get_progress), (djvu_document_find_cancel), (djvu_document_find_iface_init): * djvu/djvu-text-page.c: (djvu_text_page_selection_process), (djvu_text_page_selection), (djvu_text_page_limits_process), (djvu_text_page_limits), (djvu_text_page_copy), (djvu_text_page_position), (djvu_text_page_union), (djvu_text_page_sexpr_process), (djvu_text_page_sexpr), (djvu_text_page_box), (djvu_text_page_append_text), (djvu_text_page_search), (djvu_text_page_prepare_search), (djvu_text_page_new), (djvu_text_page_free): * djvu/djvu-text-page.h: * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new), (djvu_text_copy), (djvu_text_free), (djvu_text_get_text), (djvu_text_n_results), (djvu_text_has_results), (djvu_text_get_result), (djvu_text_get_progress): * djvu/djvu-text.h: Text search in djvu. Fix for the bug #303415.
* Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks toNickolay V. Shmyrev2006-02-181-0/+1
| | | | | | | | * configure.ac: * shell/ev-window.c: (ev_window_cmd_save_as): Ask filechooser to confirm overwrite. Fix for the bug #328266. Thanks to Gary Coady <gary@lyranthe.org>
* Include PS in mime types list.Nickolay V. Shmyrev2006-02-151-1/+1
| | | | | * configure.ac: Include PS in mime types list.
* Runtime check for gs interpreter. Fix for the bug #320868. Thanks toNickolay V. Shmyrev2006-02-121-13/+0
| | | | | | | | | | * configure.ac: * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes): * ps/gsdefaults.h: * ps/ps-document.c: (start_interpreter), (ps_document_load): Runtime check for gs interpreter. Fix for the bug #320868. Thanks to Antoine Dopffer antoine.dopffer@free.fr
* Make printing support optional. Patch from Eduardo de Barros LimaNickolay V. Shmyrev2006-02-101-1/+39
| | | | | | | | | | | | | | * configure.ac: * shell/Makefile.am: * shell/ev-sidebar-links.c: (print_section_cb): * shell/ev-utils.c: * shell/ev-utils.h: * shell/ev-window.c: (update_action_sensitivity), (ev_window_close_dialogs), (ev_window_print): * shell/ev-window.h: Make printing support optional. Patch from Eduardo de Barros Lima <eduardo.lima@indt.org.br> for the bug #330546.
* Make antialiasing gs options better and allow to change them duringNickolay V. Shmyrev2005-12-301-4/+9
| | | | | | | | * configure.ac: Make antialiasing gs options better and allow to change them during configure. Fix for the bug #319049.
* Added "zh_HK" to ALL_LINGUAS.Abel Cheung2005-12-281-1/+1
| | | | | | 2005-12-28 Abel Cheung <maddog@linuxhall.org> * configure.ac: Added "zh_HK" to ALL_LINGUAS.
* Update NEWS and require poppler 0.5.0.Nickolay V. Shmyrev2005-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update NEWS and require poppler 0.5.0. 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_get_link_at_location), (handle_link_over_xy), (ev_view_button_press_event), (ev_view_button_release_event), (ev_view_class_init): * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose), (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address), (ev_window_init): Implement right-click context menu.
* Correctly check for comics option.Jani Monoses2005-12-211-1/+1
| | | | | | | | 2005-12-22 Jani Monoses <jani.monoses@gmail.com> * configure.ac: Correctly check for comics option.
* Included option in configure to make ps backend compilation optional withEduardo Lima2005-12-211-1/+14
| | | | | | | | | | | | 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br> * Makefile.am: * configure.ac: * backend/Makefile.am: * backend/ev-document-factory.c: * shell/ev-document-types.c: Included option in configure to make ps backend compilation optional with --disable-ps.
* Comics mime types are added to shared-mime-info CVS. Now we don't need toNickolay V. Shmyrev2005-12-201-11/+1
| | | | | | | | | | | * backend/ev-document-factory.c: * comics/Makefile.am: * comics/comics-document.c: (comics_document_load): * comics/ev-cbr-mime.xml: * configure.ac: Comics mime types are added to shared-mime-info CVS. Now we don't need to install our own mime types.
* Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.Abel Cheung2005-12-171-1/+1
| | | | | | 2005-12-17 Abel Cheung <maddog@linuxhall.org> * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
* Add Belarusian translationAles Nyakhaychyk2005-11-181-1/+1
|
* Release 0.5.0Nickolay V. Shmyrev2005-11-141-1/+11
| | | | | | | | | | | | | | | | | 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Release 0.5.0 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * comics/Makefile.am: * configure.ac: * shell/ev-document-types.c: (ev_document_types_add_filters): More advanced handling of custom mime type installation.
* New CBR/CBZ backend for comic books.Nickolay V. Shmyrev2005-11-141-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: * backend/ev-document-factory.h: * comics/Makefile.am: * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE), (comics_document_load), (comics_document_save), (comics_document_get_n_pages), (comics_document_get_page_size), (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize), (comics_document_class_init), (comics_document_can_get_text), (comics_document_get_info), (comics_document_document_iface_init), (comics_document_init), (get_supported_image_extensions), (comics_document_thumbnails_get_geometry), (comics_document_thumbnails_get_thumbnail), (comics_document_thumbnails_get_dimensions), (comics_document_document_thumbnails_iface_init), (extract_argv): * comics/comics-document.h: * comics/ev-cbr-mime.xml: * configure.ac: * po/POTFILES.in: * shell/ev-application.c: (ev_application_register_service): * shell/ev-document-types.c: (ev_document_types_add_filters): * thumbnailer/Makefile.am: * thumbnailer/evince-thumbnailer-comics.schemas.in: New CBR/CBZ backend for comic books.
* Added Kurdish (ku) translationErdal Ronahi2005-10-271-1/+1
|
* Added Bengali (bn) to ALL_LINGUAS:20/10Runa Bhattacharjee2005-10-201-1/+1
|
* Save a copy implemented for various backends.Nickolay V. Shmyrev2005-10-171-1/+1
| | | | | | | | | | | | | | * configure.ac: * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save), (djvu_document_finalize): * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save), (dvi_document_finalize): * pixbuf/pixbuf-document.c: (pixbuf_document_load), (pixbuf_document_save), (pixbuf_document_finalize): * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save), (tiff_document_finalize): Save a copy implemented for various backends.
* Don't link with ltiff if tiff is disabled.Nickolay V. Shmyrev2005-10-171-2/+4
| | | | | | * configure.ac: Don't link with ltiff if tiff is disabled.