Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Split the properties pages in two different objects, depend only on theMarco Pesenti Gritti2005-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com> * Makefile.am: * configure.ac: * data/evince-properties.glade: * properties/.cvsignore: * properties/Makefile.am: * properties/ev-properties-view.c: (ev_properties_view_dispose), (ev_properties_view_class_init), (ev_properties_view_format_date), (make_valid_utf8), (set_property), (ev_properties_view_set_info), (ev_properties_view_init), (ev_properties_view_new): * properties/ev-properties-view.h: * shell/Makefile.am: * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init), (ev_properties_dialog_init), (ev_properties_dialog_set_document), (ev_properties_dialog_new): * shell/ev-properties-dialog.h: * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose), (ev_properties_fonts_class_init), (ev_properties_fonts_init), (update_progress_label), (job_fonts_finished_cb), (ev_properties_fonts_set_document), (ev_properties_fonts_new): * shell/ev-properties-fonts.h: * shell/ev-properties.c: * shell/ev-properties.h: * shell/ev-window.c: (ev_window_setup_document), (ev_window_cmd_file_properties): Split the properties pages in two different objects, depend only on the backend where possible, use widgets instead of gobject for the glade part, reimplement the dialog itself with gtk. I need this to implement nautilus properties page.
* Require libgnomeprint >= 2.5.1. Thanks to Colin SlaterNickolay V. Shmyrev2005-07-011-1/+1
| | | | | | | | | | | | | | | | | | * configure.ac: Require libgnomeprint >= 2.5.1. Thanks to Colin Slater <kiltedaco@gmail.com> * djvu/djvu-document.c: (djvu_document_get_orientation), (djvu_document_set_orientation), (djvu_document_get_page_size), (rotate_pixbuf), (djvu_document_render_pixbuf), (djvu_document_document_iface_init): * dvi/dvi-document.c: (dvi_document_get_orientation), (dvi_document_set_orientation), (dvi_document_get_page_size), (rotate_pixbuf), (dvi_document_render_pixbuf), (dvi_document_document_iface_init): Dvi and djvu backends are ported to new API
* Metadata manager from gedit but modified to use GValue, so that we dontMarco Pesenti Gritti2005-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com> * shell/Makefile.am: * shell/ev-metadata-manager.c: (item_free), (ev_metadata_manager_init), (ev_metadata_manager_shutdown), (parse_value), (parseItem), (load_values), (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set), (save_values), (save_item), (get_oldest), (resize_items), (ev_metadata_manager_save), (ev_metadata_manager_set_int): * shell/ev-metadata-manager.h: Metadata manager from gedit but modified to use GValue, so that we dont need to keep converting from strings. * configure.ac: ENABLE_METADATA conditional, on when dbus is on * shell/ev-application.c: (ev_application_open_uri): Show the window after load so that we can initialize window size before it's showed. * shell/ev-window.c: (ev_window_setup_from_metadata), (ev_window_open_uri), (window_configure_event_cb), (ev_window_init): Save and load metadata information about window size. Not yet keeping states in account. * shell/main.c: (main): Shutdown metadata manager.
* Add an optional dbus interface (--enable-dbus). Rework application code,Marco Pesenti Gritti2005-06-301-0/+15
| | | | | | | | | | | | | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-application-service.xml: * configure.ac: * shell/Makefile.am: * shell/ev-application.c: * shell/ev-application.h: * shell/ev-window.c: * shell/ev-window.h: * shell/main.c: Add an optional dbus interface (--enable-dbus). Rework application code, mainly to be easier to use "remotely". Do not open multiple windows with the same document, spatial evince!
* Added sk.Marcel Telka2005-06-251-1/+1
| | | | | | 2005-06-25 Marcel Telka <marcel@telka.sk> * configure.in (ALL_LINGUAS): Added sk.
* Release 0.3.2Marco Pesenti Gritti2005-06-241-2/+2
| | | | | | | | | | | | | 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com> * NEWS: * configure.ac: Release 0.3.2 * cut-n-paste/recent-files/Makefile.am: Fix make distcheck
* Better makefile for toolbar editor and update everything to latest libegg.Marco Pesenti Gritti2005-06-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: * cut-n-paste/recent-files/egg-recent-model.c: (egg_recent_model_write_raw), (egg_recent_model_lock_file), (egg_recent_model_unlock_file): * cut-n-paste/recent-files/egg-recent-util.c: (egg_recent_util_get_unique_id): * cut-n-paste/recent-files/update-from-egg.sh: * cut-n-paste/toolbar-editor/Makefile.am: * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: * cut-n-paste/toolbar-editor/egg-editable-toolbar.h: * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: * cut-n-paste/toolbar-editor/egg-toolbars-model.c: (egg_toolbars_model_get_type): * cut-n-paste/toolbar-editor/egg-toolbars-model.h: Better makefile for toolbar editor and update everything to latest libegg.
* Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation by IsriyaTheppitak Karoonboonyanan2005-06-171-1/+1
| | | | | | | | 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.ac: Added 'th' (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation by Isriya Paireepairit <markpeak@gmail.com>.
* Use a GtkIconView in certain situations. That situation is that you'reJonathan Blandford2005-06-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com> * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain situations. That situation is that you're using GTK+-HEAD with the patch at #306726 is applied, and you have a document with < 1500 pages in it. It's not quite as uniformly nice as the TreeView, but should be better in the long run. I'm pretty sure I guarded against breaking compilation with HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible I missed some. * shell/ev-window.c (ev_window_init): We don't have our tree/list widget yet, so I commented that code out enable_view_actions_for_widget() for now. Need to figure this out. * shell/ev-page-action.c (match_selected_cb): emit the right signals. Our cool C-l completion now works.
* Improve djvu loading speed. Fix for 301993Nickolay V. Shmyrev2005-05-291-1/+11
|
* Cleanup tiff configure checks. Fix for bug 305218.Nickolay V. Shmyrev2005-05-241-34/+30
|
* Ukrainian translation added.Maxim Dziumanenko2005-05-231-1/+1
| | | | | | 205-05-24 Maxim Dziumanenko <mvd@mylinux.ua> * Ukrainian translation added.
* Added hu to ALL_LINGUAS.Gabor Kelemen2005-05-231-1/+1
| | | | | | 2005-05-23 Gabor Kelemen <kelemeng@gnome.hu> * configure.ac: Added hu to ALL_LINGUAS.
* Depends on poppler 0.3.2Marco Pesenti Gritti2005-05-221-1/+1
| | | | | | | | 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com> * configure.ac: Depends on poppler 0.3.2
* Rough TIFF backend.Jonathan Blandford2005-05-221-0/+31
| | | | | | Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com> * tiff/tiff-document.c: Rough TIFF backend.