Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Support for gnome-keyring for encrypted PDF's.Nickolay V. Shmyrev2005-09-131-1/+2
| | | | | | | | | | | | | | | | | | * configure.ac: * data/evince-password.glade: * shell/ev-password.c: (ev_password_dialog_set_property), (ev_password_dialog_finalize), (ev_password_dialog_class_init), (ev_password_dialog_init), (ev_password_set_bad_password_label), (ev_password_dialog_entry_changed_cb), (ev_password_dialog_entry_activated_cb), (ev_password_dialog_save_password), (ev_password_keyring_found_cb), (ev_password_search_in_keyring), (ev_password_dialog_get_password), (ev_password_dialog_set_bad_pass): * shell/ev-password.h: * shell/ev-window.c: (password_dialog_response), (ev_window_popup_password_dialog): Support for gnome-keyring for encrypted PDF's.
* Used -lt1 instead -lt1libNickolay V. Shmyrev2005-09-081-1/+1
|
* Added Italian translation.Alessio Frusciante2005-09-051-1/+1
|
* Added Romanian translation by Misu Moldovan.Dan Damian2005-09-011-1/+1
|
* Check for execinfo.h and use it only if it exists.Christian Persch2005-08-291-0/+5
| | | | | | | | | 2005-08-29 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * lib/ev-debug.c: (trap_handler): Check for execinfo.h and use it only if it exists.
* Added Portuguese (pt) to ALL_LINGUAS.Duarte Loreto2005-08-291-1/+1
| | | | | | 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com> * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
* Added Indonesian "id" to ALL_LINGUAS Added Indonesian translationMohammad DAMT2005-08-271-1/+1
| | | | | | | 2005-08-27 Mohammad DAMT <mdamt@gnome.org> * configure.ac: Added Indonesian "id" to ALL_LINGUAS * po/id.po : Added Indonesian translation
* catch another gtk+-2.8ism Make work with gtk+-2.6 Release 0.4.0Jonathan Blandford2005-08-261-0/+1
| | | | | | | | Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com> * configure.ac: catch another gtk+-2.8ism * shell/main.c: Make work with gtk+-2.6 * NEWS: Release 0.4.0
* Redo rotation (again). prepare for 0.4.0Jonathan Blandford2005-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com> * backend/ev-document-misc.c: (ev_document_misc_get_thumbnail_frame): * backend/ev-document-misc.h: * configure.ac: * pdf/ev-poppler.cc: * shell/Makefile.am: * shell/ev-sidebar-thumbnails.c: (add_range), (ev_sidebar_thumbnails_set_loading_icon), (ev_sidebar_thumbnails_refresh), (ev_sidebar_thumbnails_set_document): * shell/ev-sidebar-thumbnails.h: * shell/ev-view.c: (ev_view_motion_notify_event), (ev_view_set_property), (ev_view_get_property), (ev_view_class_init), (ev_view_set_rotation): * shell/ev-window.c: (ev_window_cmd_edit_rotate_left), (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb), (ev_window_init): * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail): Redo rotation (again). prepare for 0.4.0
* Bump poppler requirement to 0.4.1.Kristian Høgsberg2005-08-241-1/+1
| | | | | | | | | 2005-08-24 Kristian Høgsberg <krh@redhat.com> * configure.ac: Bump poppler requirement to 0.4.1. * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation argument to poppler_page_render_selection() call.
* Fix sed expression for FreeBSD. Thanks to Joe Marcus ClarkNickolay V. Shmyrev2005-08-181-1/+1
| | | | | | | | | | | | * configure.ac: Fix sed expression for FreeBSD. Thanks to Joe Marcus Clark <marcus@freebsd.org> * shell/eggfindbar.c: (entry_activate_callback), (entry_changed_callback), (egg_find_bar_init), (egg_find_bar_set_search_string): Made findbar buttons unsensitive if there is no text in entry. Fix for the bug 313285.
* Update for 0.3.4Marco Pesenti Gritti2005-08-171-1/+1
| | | | | | | | | | | | | | | | | 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Update for 0.3.4 * shell/Makefile.am: Add ev-application-service.xml to extra dist * shell/ev-view.c: (find_page_at_location): Remove unused function (fix warning)
* Fix build warnings and compilation with dbus 0.35.2Nickolay V. Shmyrev2005-08-161-1/+1
|
* We depend on poppler 0.4.0Marco Pesenti Gritti2005-08-161-1/+1
| | | | | | | | 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: We depend on poppler 0.4.0
* Release 0.3.3. Remove pdf icon.Jonathan Blandford2005-08-161-1/+1
| | | | | | | | Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com> * configure.ac: * NEWS: Release 0.3.3. * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
* Added tr to ALL_LINGUASBaris Cicek2005-08-141-1/+1
|
* Added Hebrew translation.Yair Hershkovitz2005-08-061-1/+1
| | | | | | 2005-08-06 Yair Hershkovitz <yairhr@gmail.com> * he.po: Added Hebrew translation.
* Copy-paste g_file_set_contents to keep compatibility with gtk 2.6Nickolay V. Shmyrev2005-08-031-1/+2
| | | | Fix for bug 312228
* 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.