Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
* *** empty log message ***Marco Pesenti Gritti2005-07-071-89/+20
|
* Added "eu" (Basque) to ALL_LINGUAS.Iñaki Larrañaga2005-07-061-1/+1
| | | | | | 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
* Fix DBUS configure checks.Christian Persch2005-07-061-4/+8
| | | | | | | | | | | | | | | | | | | | | | 2005-07-06 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Fix DBUS configure checks. * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int), (ev_metadata_manager_set_double), (ev_metadata_manager_set_string), (ev_metadata_manager_set_boolean): Plug mem leaks. * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen), (ev_window_stop_fullscreen), (ev_window_run_presentation), (ev_window_stop_presentation), (ev_window_zoom_changed_cb), (ev_window_continuous_changed_cb), (ev_window_dual_mode_changed_cb), (ev_window_new): Fix the build without DBUS.
* check if dbus-binding-tool is installed. Not the case on currentMartin Kretzschmar2005-07-051-0/+6
| | | | Ubuntu breezy, it seems.
* Enable dbus when available, do not require a configure option.Marco Pesenti Gritti2005-07-051-8/+4
| | | | | | | | | 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Enable dbus when available, do not require a configure option.
* Use AM_CONDITIONAL unconditionally, fixes the build with DBUS disabled.Christian Persch2005-07-051-1/+2
| | | | | | | | | 2005-07-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Use AM_CONDITIONAL unconditionally, fixes the build with DBUS disabled.
* Marco Pesenti Gritti <mpg@redhat.com>Carlos Garcia Campos2005-07-051-1/+5
| | | | | | | | | | | | | 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org> Marco Pesenti Gritti <mpg@redhat.com> * shell/Makefile.am: Add --prefix for dbus-binding-tool script * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC functions to the format required by dbus * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation errors. Use the RPC parameters in the expected way
* Implement nautilus plugin for properties. Works only for pdf atm, I needMarco Pesenti Gritti2005-07-041-0/+23
| | | | | | | | | | | | | | | | 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: * properties/Makefile.am: * properties/ev-properties-view.c: (ev_properties_view_register_type): * properties/ev-properties-view.h: * properties/ev-properties-main.h: Implement nautilus plugin for properties. Works only for pdf atm, I need to rework the document types stuff to get this to work for all backends...
* include libgnomeui/gnome-authentication-manager.h (main): to callMartin Kretzschmar2005-07-041-1/+1
| | | | | | | | * shell/main.c: include libgnomeui/gnome-authentication-manager.h (main): to call gnome_authentication_manager_init. Should fix Bug #308510 * configure.ac: that requires libgnomeui 2.6.0.