Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added et to ALL_LINGUAS.Priit Laes2005-07-271-1/+1
| | | | | | 2005-07-27 Priit Laes <plaes@cvs.gnome.org> * configure.ac: Added et to ALL_LINGUAS.
* Added "pl" to ALL_LINGUAS.Artur Flinta2005-07-241-1/+1
| | | | | | 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org> * configure.ac: Added "pl" to ALL_LINGUAS.
* Added Serbian translation.Danilo Šegan2005-07-241-1/+1
|
* Started this for translations of manual. Migrated to gnome-doc-utils.Tommi Vainikainen2005-07-231-1/+1
| | | | | | | | 2005-07-23 Tommi Vainikainen <thv@iki.fi> * help/ChangeLog: Started this for translations of manual. * configure.ac, autogen.sh, .cvsignore: Migrated to gnome-doc-utils. Patch in bug #311222.
* *** empty log message ***Ignacio Casal Quinteiro2005-07-221-1/+1
|
* Nepali Translation addedPawan Chitrakar2005-07-221-1/+1
|
* Added gu to ALL_LINGUASAnkitkumar Rameshchandra Patel2005-07-201-1/+1
|
* Update djvu configure warningNickolay V. Shmyrev2005-07-161-7/+3
|
* updated by rranjan@redhat.comRajesh Ranjan2005-07-151-1/+1
|
* updateAmanpreet Singh Alam2005-07-151-1/+1
|
* Allow to enable/disable the pixbuf backend. Default to off for now. If weMarco Pesenti Gritti2005-07-111-0/+11
| | | | | | | | | | | | | | | | | | | 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * backend/Makefile.am: * backend/ev-document-factory.c: (ev_document_type_get_from_mime): * configure.ac: * shell/ev-document-types.c: (ev_document_types_add_filters): Allow to enable/disable the pixbuf backend. Default to off for now. If we want it enabled we should really put mime types in the desktop, implement properties etc. * properties/evince-properties.c: Initialize error to NULL. Check error is not NULL before freeing.
* Remove empty lines.Christian Persch2005-07-081-1/+3
| | | | | | | | 2005-07-08 Christian Persch <chpe@cvs.gnome.org> * po/POTFILES.in: Remove empty lines.
* add FRONTEND_CORE_LIBS to evince_save_LIBS so we successfully check forJonathan Blandford2005-07-081-1/+1
| | | | | | | Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com> * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we successfully check for gtk_icon_view_get_visible_range.
* Ever build metadata manager since it's just disabled at runtime now.Marco Pesenti Gritti2005-07-071-2/+0
| | | | | | | | | | 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: * shell/Makefile.am: Ever build metadata manager since it's just disabled at runtime now.
* Make frontends depend on just libev. Rework and group CFLAGS/LIBSMarco Pesenti Gritti2005-07-071-14/+22
| | | | | | | | | | | | | | | | | | | | | | | 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * backend/Makefile.am: * configure.ac: * cut-n-paste/recent-files/Makefile.am: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/zoom-control/Makefile.am: * lib/Makefile.am: * pdf/Makefile.am: * pixbuf/Makefile.am: * properties/Makefile.am: * ps/Makefile.am: * shell/Makefile.am: * thumbnailer/Makefile.am: * tiff/Makefile.am: Make frontends depend on just libev. Rework and group CFLAGS/LIBS definitions. Cleanups.
* do not unnecessarily save zoomMarco Pesenti Gritti2005-07-071-6/+8
| | | | | | | | | | | | | | | 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window: do not unnecessarily save zoom * configure.ac: * lib/ev-file-helpers.c: (ev_dot_dir): * shell/Makefile.am: * shell/dummy.cc: Some cleanups
* Remove unnecessary dependenciesMarco Pesenti Gritti2005-07-071-4/+6
| | | | | | | | 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Remove unnecessary dependencies